| *** hamzy has joined #openstack-ironic | 00:44 | |
| *** rloo has quit IRC | 00:54 | |
| *** MattMan_ has quit IRC | 02:34 | |
| *** MattMan_ has joined #openstack-ironic | 02:34 | |
| *** Chaserjim has joined #openstack-ironic | 03:27 | |
| *** Chaserjim has quit IRC | 03:41 | |
| *** skazi has quit IRC | 05:18 | |
| *** Chaserjim has joined #openstack-ironic | 05:38 | |
| *** Chaserjim has quit IRC | 05:43 | |
| *** diga has quit IRC | 06:00 | |
| *** masber has joined #openstack-ironic | 07:03 | |
| masber | good afternoon, I am trying to deploy a node using ironic without success. I went through the documentation but can't figure out the issue. This is the error message I am getting Cannot attach VIF d81b3933-68ba-4d85-a283-859144a48434 to the node 002ed062-0959-41e9-be8e-6a7845034f70 due to error: Unable to attach VIF d81b3933-68ba-4d85-a283-859144a48434, not enough free physical ports. (HTTP 400): BadRequest: Unable to attach VIF | 07:05 |
|---|---|---|
| masber | d81b3933-68ba-4d85-a283-859144a48434, not enough free physical ports. (HTTP 400) | 07:05 |
| masber | my question is, how could I manage physical ports in ironic/openstack? | 07:06 |
| iurygregory | good morning | 07:16 |
| *** skazi has joined #openstack-ironic | 07:16 | |
| *** gkadam has joined #openstack-ironic | 07:25 | |
| *** rcernin has quit IRC | 07:26 | |
| *** dnuka has joined #openstack-ironic | 07:32 | |
| dnuka | Good morning ironic :) | 07:32 |
| *** adrianc has joined #openstack-ironic | 07:34 | |
| openstackgerrit | Dhanuka proposed openstack/sushy master: Unify sushy models by Redfish schema bundle https://review.openstack.org/616534 | 07:35 |
| *** Chaserjim has joined #openstack-ironic | 07:39 | |
| *** Chaserjim has quit IRC | 07:43 | |
| dnuka | good morning iurygregory o/ | 07:43 |
| iurygregory | dnuka, morning o/ | 07:44 |
| openstackgerrit | Merged openstack/ironic master: Fix ipv6 URL formatting for pxe/iPXE https://review.openstack.org/614279 | 07:47 |
| openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/python-ironic-inspector-client master: Add check-errors flag to Introspection https://review.openstack.org/618543 | 07:54 |
| *** jtomasek has joined #openstack-ironic | 07:59 | |
| *** rpittau has joined #openstack-ironic | 08:19 | |
| masber | good afternoon, how can I add physical nodes into ironic? I am getting this error while deploying a machine --> Cannot attach VIF d81b3933-68ba-4d85-a283-859144a48434 to the node 002ed062-0959-41e9-be8e-6a7845034f70 due to error: Unable to attach VIF d81b3933-68ba-4d85-a283-859144a48434, not enough free physical ports. (HTTP 400): BadRequest: Unable to attach VIF | 08:29 |
| *** sri_ has quit IRC | 08:35 | |
| *** dtantsur|afk is now known as dtantsur | 08:42 | |
| dtantsur | morning ironic | 08:42 |
| dtantsur | masber: do you have ports added to your machines? I mean bare metal ports, not neutron ones? | 08:43 |
| dnuka | good morning dtantsur o/ | 08:43 |
| dtantsur | hi dnuka | 08:43 |
| iurygregory | morning dtantsur o/ | 08:44 |
| *** sri_ has joined #openstack-ironic | 08:58 | |
| masber | dtantsur, yes, I created a port like openstack baremetal por create <mac> --node <node uuid> | 08:59 |
| masber | with the mac address matching one of the mac nics in the physical host | 08:59 |
| dtantsur | masber: are you sure you're not requesting more NICs that you have bare metal ports? | 09:00 |
| masber | dtantsur, not sure, let me show you | 09:00 |
| *** yolanda__ has joined #openstack-ironic | 09:03 | |
| *** e0ne has joined #openstack-ironic | 09:03 | |
| *** yolanda__ is now known as yolanda | 09:05 | |
| masber | dtantsur, http://paste.openstack.org/show/735876/ | 09:06 |
| masber | dtantsur, hope that helps | 09:06 |
| dtantsur | masber: but how many NICs do you request? | 09:09 |
| masber | dtantsur, none I guess, I am using nova to deploy the node like this openstack server create --image 1df14984-4a09-451c-9b04-b7ad17d498b3 --flavor my-baremetal-flavor | 09:10 |
| masber | --key-name mykey --network public demo1 | 09:10 |
| dtantsur | --network public is one NIC :) | 09:10 |
| dtantsur | which should be enough, hmm | 09:10 |
| masber | :D | 09:10 |
| masber | oh | 09:11 |
| dtantsur | try $ openstack baremetal node vif list <node uuid> | 09:11 |
| masber | dtantsur, does not show anything | 09:11 |
| dtantsur | ooook | 09:12 |
| dtantsur | is this problem transient or persistent? | 09:12 |
| *** dougsz has joined #openstack-ironic | 09:13 | |
| masber | persistent, this is the first time I use ironic | 09:13 |
| *** stendulker has joined #openstack-ironic | 09:15 | |
| *** derekh has joined #openstack-ironic | 09:30 | |
| *** tssurya has joined #openstack-ironic | 09:32 | |
| dtantsur | masber: anything suspicious in nova-compute logs? | 09:41 |
| masber | dtantsur, glad you asked http://paste.openstack.org/show/735878/ | 09:43 |
| dtantsur | masber: The local_link_connection is required for 'neutron' network interface and is not present in the nodes 002ed062-0959-41e9-be8e-6a7845034f70 port c60a83a3-e9d6-4bd0-ab54-e76204739ce2 | 09:44 |
| dtantsur | this is the key to your problem. are you trying to use the multitenant networking feature? | 09:45 |
| masber | dtantsur, correct | 09:45 |
| masber | dtantsur, the only flat network I have is the tenant network and the physical nodes are not connected to it | 09:45 |
| dtantsur | then you need to populate the port's local_link_connection field to satisfy your ML2 driver | 09:45 |
| dtantsur | masber: please check https://docs.openstack.org/ironic/latest/admin/multitenancy.html#local-link-connection and your ML2 driver's documentation | 09:46 |
| masber | sorry not tenant but provider network | 09:46 |
| masber | at the end I was trying to use the SDN tenant network for ironic | 09:47 |
| masber | does it makes sense? | 09:47 |
| *** pcaruana has joined #openstack-ironic | 09:48 | |
| dtantsur | masber: it highly depends on your SDK, I suspect. it has to be able to manage VLANs on the switch for bare metal ports | 09:54 |
| dtantsur | s/SDK/SDN/ of course | 09:55 |
| *** skazi has quit IRC | 09:58 | |
| *** arne_wiebalck_ has joined #openstack-ironic | 10:00 | |
| openstackgerrit | Ilya Etingof proposed openstack/ironic master: Add Redfish inspect interface follow up https://review.openstack.org/619190 | 10:02 |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Add the noop management interface to the manual-management hardware type https://review.openstack.org/618784 | 10:06 |
| masber | dtantsur, $SWITCH_MAC_ADDRESS, $SWITCH_HOSTNAME and $SWITCH_PORT relates to OVS? | 10:08 |
| *** Emine has joined #openstack-ironic | 10:10 | |
| dtantsur | masber: OVS is not supported for BM multitenancy IIRC | 10:11 |
| dtantsur | you need a real ML2 driver, or something like https://github.com/openstack/networking-generic-switch or https://github.com/openstack/networking-ansible | 10:11 |
| *** dsneddon has quit IRC | 10:30 | |
| *** Emine has quit IRC | 10:31 | |
| openstackgerrit | Digambar proposed openstack/ironic master: Fix OOB introspection to use pxe_enabled flag in idrac driver https://review.openstack.org/617951 | 10:35 |
| *** priteau has joined #openstack-ironic | 10:37 | |
| *** Emine has joined #openstack-ironic | 10:54 | |
| *** arne_wiebalck_ has quit IRC | 11:10 | |
| *** stendulker has quit IRC | 11:18 | |
| *** sambetts_ has joined #openstack-ironic | 11:20 | |
| *** sambetts_ is now known as sambetts|afk | 11:21 | |
| *** Chaserjim has joined #openstack-ironic | 11:40 | |
| *** BOKALDO_ has joined #openstack-ironic | 11:41 | |
| *** Chaserjim has quit IRC | 11:45 | |
| *** tssurya has quit IRC | 11:55 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/metalsmith master: Deprecate not providing resource_class (again) https://review.openstack.org/619222 | 12:05 |
| openstackgerrit | Dmitry Tantsur proposed openstack/metalsmith master: Remove deprecated root_disk_size https://review.openstack.org/619224 | 12:09 |
| iurygregory | dtantsur, i will push another ps with your comments ty! | 12:24 |
| openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/python-ironic-inspector-client master: Add check-errors flag to Introspection https://review.openstack.org/618543 | 12:33 |
| *** e0ne has quit IRC | 12:45 | |
| *** dtantsur is now known as dtantsur|brb | 12:47 | |
| *** MattMan_ has quit IRC | 12:57 | |
| *** MattMan_ has joined #openstack-ironic | 12:57 | |
| *** jcoufal has joined #openstack-ironic | 12:59 | |
| *** dnuka has quit IRC | 12:59 | |
| *** tssurya has joined #openstack-ironic | 13:02 | |
| *** e0ne has joined #openstack-ironic | 13:02 | |
| *** e0ne has quit IRC | 13:03 | |
| *** e0ne has joined #openstack-ironic | 13:03 | |
| *** rh-jelabarre has joined #openstack-ironic | 13:10 | |
| *** Chaserjim has joined #openstack-ironic | 13:42 | |
| *** Chaserjim has quit IRC | 13:47 | |
| *** trown|outtypewww is now known as trown | 14:02 | |
| *** munimeha1 has joined #openstack-ironic | 14:03 | |
| *** Chaserjim has joined #openstack-ironic | 14:06 | |
| *** dtantsur|brb is now known as dtantsur | 14:07 | |
| *** Chaserjim has quit IRC | 14:10 | |
| *** sthussey has joined #openstack-ironic | 14:22 | |
| *** skazi has joined #openstack-ironic | 14:49 | |
| *** rloo has joined #openstack-ironic | 14:57 | |
| *** Emine has quit IRC | 15:17 | |
| *** Emine has joined #openstack-ironic | 15:18 | |
| rpioso | Good virtual Friday morning, ironicers | 15:18 |
| rpioso | sri_: How are things? | 15:19 |
| iurygregory | virtual friday lol | 15:23 |
| sri_ | rpioso, Good morning, I've put a request, still waiting on remote datacenter team for response | 15:25 |
| rpioso | sri_: Ack | 15:28 |
| *** Chaserjim has joined #openstack-ironic | 15:33 | |
| sri_ | rpioso, this issue looks very similar to what i am facing https://www.dell.com/community/PowerEdge-Hardware-General/Poweredge-R720-iDRAC-not-ready/td-p/5152433 | 15:38 |
| rpioso | sri_: And the suggested remedy is what you're pursuing :) | 15:40 |
| sri_ | rpioso, yes :) | 15:41 |
| *** Chaserjim has quit IRC | 15:46 | |
| *** tssurya has quit IRC | 15:50 | |
| *** dsneddon has joined #openstack-ironic | 16:02 | |
| *** adrianc has quit IRC | 16:09 | |
| *** S4ren has joined #openstack-ironic | 16:38 | |
| *** gkadam has quit IRC | 16:40 | |
| *** Chaserjim has joined #openstack-ironic | 16:48 | |
| *** pcaruana has quit IRC | 16:50 | |
| *** dsneddon has quit IRC | 16:51 | |
| *** efried_back_mon has quit IRC | 16:51 | |
| *** dsneddon has joined #openstack-ironic | 16:57 | |
| *** e0ne has quit IRC | 17:02 | |
| *** Emine has quit IRC | 17:05 | |
| *** sambetts|afk has quit IRC | 17:14 | |
| *** betherly has joined #openstack-ironic | 17:15 | |
| *** sambetts_ has joined #openstack-ironic | 17:16 | |
| *** ayoung has joined #openstack-ironic | 17:18 | |
| *** betherly has quit IRC | 17:21 | |
| *** v12aml has quit IRC | 17:21 | |
| etingof | any hints on why this job keeps failing like this? -- http://logs.openstack.org/25/449425/16/gate/ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode/5590b3a/job-output.txt.gz#_2018-11-21_09_08_11_876033 | 17:23 |
| *** Chaserjim has quit IRC | 17:25 | |
| ayoung | Is it possible to have Ironic deploy ESXi images to a node? The last reference I can find to it is from back in 2014, in the ssh driver. Which is gone. I assume it is "just" another disk image, like compute etc, but wonder if there is any wonkiness I'd need to be aware of? | 17:36 |
| dtantsur | ayoung: it may work if qemu-img understands it. I'm not sure anybody tried it though. | 17:42 |
| *** dtantsur is now known as dtantsur|afk | 17:49 | |
| dtantsur|afk | o/ | 17:49 |
| *** derekh has quit IRC | 17:50 | |
| rpittau | good evening o/ | 17:52 |
| *** v12aml has joined #openstack-ironic | 17:52 | |
| *** rpittau has quit IRC | 17:57 | |
| *** dougsz has quit IRC | 18:01 | |
| *** S4ren has quit IRC | 18:02 | |
| *** v12aml has quit IRC | 18:05 | |
| *** jcoufal_ has joined #openstack-ironic | 18:06 | |
| *** jcoufal has quit IRC | 18:10 | |
| *** trown is now known as trown|lunch | 18:33 | |
| *** dsneddon has quit IRC | 18:39 | |
| *** v12aml has joined #openstack-ironic | 18:50 | |
| *** dsneddon has joined #openstack-ironic | 18:57 | |
| *** v12aml has quit IRC | 19:05 | |
| *** v12aml has joined #openstack-ironic | 19:13 | |
| *** dsneddon has quit IRC | 19:17 | |
| *** e0ne has joined #openstack-ironic | 19:33 | |
| *** trown|lunch is now known as trown | 19:44 | |
| openstackgerrit | Merged openstack/bifrost master: Add initial support for EFI booting https://review.openstack.org/268808 | 19:57 |
| openstackgerrit | Merged openstack/bifrost master: Install packages required to build EFI disk images https://review.openstack.org/619098 | 20:03 |
| *** dsneddon has joined #openstack-ironic | 20:04 | |
| *** dsneddon has quit IRC | 20:48 | |
| *** dsneddon has joined #openstack-ironic | 20:53 | |
| *** BOKALDO_ has quit IRC | 21:05 | |
| *** betherly has joined #openstack-ironic | 21:13 | |
| *** dsneddon has quit IRC | 21:23 | |
| *** betherly has quit IRC | 21:23 | |
| *** dsneddon has joined #openstack-ironic | 21:25 | |
| *** e0ne has quit IRC | 21:32 | |
| *** trown is now known as trown|outtypewww | 21:48 | |
| *** jcoufal_ has quit IRC | 21:50 | |
| *** betherly has joined #openstack-ironic | 21:55 | |
| *** betherly has quit IRC | 22:00 | |
| *** betherly has joined #openstack-ironic | 22:02 | |
| *** betherly has quit IRC | 22:06 | |
| *** rcernin has joined #openstack-ironic | 22:09 | |
| *** priteau has quit IRC | 22:16 | |
| *** rpioso is now known as rpioso|afk | 22:36 | |
| *** dtrainor_ has joined #openstack-ironic | 22:37 | |
| *** dtrainor has quit IRC | 22:40 | |
| *** betherly has joined #openstack-ironic | 22:51 | |
| *** betherly has quit IRC | 22:57 | |
| *** betherly has joined #openstack-ironic | 23:08 | |
| *** munimeha1 has quit IRC | 23:09 | |
| *** dtrainor__ has joined #openstack-ironic | 23:12 | |
| *** dtrainor_ has quit IRC | 23:15 | |
| *** betherly has quit IRC | 23:18 | |
| NobodyCam | Good Afternoon Ironic'ers | 23:24 |
| *** betherly has joined #openstack-ironic | 23:48 | |
| *** betherly has quit IRC | 23:53 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!