Wednesday, 2018-11-21

*** hamzy has joined #openstack-ironic00:44
*** rloo has quit IRC00:54
*** MattMan_ has quit IRC02:34
*** MattMan_ has joined #openstack-ironic02:34
*** Chaserjim has joined #openstack-ironic03:27
*** Chaserjim has quit IRC03:41
*** skazi has quit IRC05:18
*** Chaserjim has joined #openstack-ironic05:38
*** Chaserjim has quit IRC05:43
*** diga has quit IRC06:00
*** masber has joined #openstack-ironic07:03
masbergood 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 VIF07:05
masberd81b3933-68ba-4d85-a283-859144a48434, not enough free physical ports. (HTTP 400)07:05
masbermy question is, how could I manage physical ports in ironic/openstack?07:06
iurygregorygood morning07:16
*** skazi has joined #openstack-ironic07:16
*** gkadam has joined #openstack-ironic07:25
*** rcernin has quit IRC07:26
*** dnuka has joined #openstack-ironic07:32
dnukaGood morning ironic :)07:32
*** adrianc has joined #openstack-ironic07:34
openstackgerritDhanuka proposed openstack/sushy master: Unify sushy models by Redfish schema bundle  https://review.openstack.org/61653407:35
*** Chaserjim has joined #openstack-ironic07:39
*** Chaserjim has quit IRC07:43
dnukagood morning iurygregory o/07:43
iurygregorydnuka, morning o/07:44
openstackgerritMerged openstack/ironic master: Fix ipv6 URL formatting for pxe/iPXE  https://review.openstack.org/61427907:47
openstackgerritIury Gregory Melo Ferreira proposed openstack/python-ironic-inspector-client master: Add check-errors flag to Introspection  https://review.openstack.org/61854307:54
*** jtomasek has joined #openstack-ironic07:59
*** rpittau has joined #openstack-ironic08:19
masbergood 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 VIF08:29
*** sri_ has quit IRC08:35
*** dtantsur|afk is now known as dtantsur08:42
dtantsurmorning ironic08:42
dtantsurmasber: do you have ports added to your machines? I mean bare metal ports, not neutron ones?08:43
dnukagood morning dtantsur o/08:43
dtantsurhi dnuka08:43
iurygregorymorning dtantsur o/08:44
*** sri_ has joined #openstack-ironic08:58
masberdtantsur, yes, I created a port like openstack baremetal por create <mac> --node <node uuid>08:59
masberwith the mac address matching one of the mac nics in the physical host08:59
dtantsurmasber: are you sure you're not requesting more NICs that you have bare metal ports?09:00
masberdtantsur, not sure, let me show you09:00
*** yolanda__ has joined #openstack-ironic09:03
*** e0ne has joined #openstack-ironic09:03
*** yolanda__ is now known as yolanda09:05
masberdtantsur, http://paste.openstack.org/show/735876/09:06
masberdtantsur, hope that helps09:06
dtantsurmasber: but how many NICs do you request?09:09
masberdtantsur, 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-flavor09:10
masber  --key-name mykey --network public demo109:10
dtantsur--network public is one NIC :)09:10
dtantsurwhich should be enough, hmm09:10
masber:D09:10
masberoh09:11
dtantsurtry $ openstack baremetal node vif list <node uuid>09:11
masberdtantsur, does not show anything09:11
dtantsurooook09:12
dtantsuris this problem transient or persistent?09:12
*** dougsz has joined #openstack-ironic09:13
masberpersistent, this is the first time I use ironic09:13
*** stendulker has joined #openstack-ironic09:15
*** derekh has joined #openstack-ironic09:30
*** tssurya has joined #openstack-ironic09:32
dtantsurmasber: anything suspicious in nova-compute logs?09:41
masberdtantsur, glad you asked http://paste.openstack.org/show/735878/09:43
dtantsurmasber: 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-e76204739ce209:44
dtantsurthis is the key to your problem. are you trying to use the multitenant networking feature?09:45
masberdtantsur, correct09:45
masberdtantsur, the only flat network I have is the tenant network and the physical nodes are not connected to it09:45
dtantsurthen you need to populate the port's local_link_connection field to satisfy your ML2 driver09:45
dtantsurmasber: please check https://docs.openstack.org/ironic/latest/admin/multitenancy.html#local-link-connection and your ML2 driver's documentation09:46
masbersorry not tenant but provider network09:46
masberat the end I was trying to use the SDN tenant network for ironic09:47
masberdoes it makes sense?09:47
*** pcaruana has joined #openstack-ironic09:48
dtantsurmasber: it highly depends on your SDK, I suspect. it has to be able to manage VLANs on the switch for bare metal ports09:54
dtantsurs/SDK/SDN/ of course09:55
*** skazi has quit IRC09:58
*** arne_wiebalck_ has joined #openstack-ironic10:00
openstackgerritIlya Etingof proposed openstack/ironic master: Add Redfish inspect interface follow up  https://review.openstack.org/61919010:02
openstackgerritDmitry Tantsur proposed openstack/ironic master: Add the noop management interface to the manual-management hardware type  https://review.openstack.org/61878410:06
masberdtantsur, $SWITCH_MAC_ADDRESS, $SWITCH_HOSTNAME and $SWITCH_PORT relates to OVS?10:08
*** Emine has joined #openstack-ironic10:10
dtantsurmasber: OVS is not supported for BM multitenancy IIRC10:11
dtantsuryou need a real ML2 driver, or something like https://github.com/openstack/networking-generic-switch or https://github.com/openstack/networking-ansible10:11
*** dsneddon has quit IRC10:30
*** Emine has quit IRC10:31
openstackgerritDigambar proposed openstack/ironic master: Fix OOB introspection to use pxe_enabled flag in idrac driver  https://review.openstack.org/61795110:35
*** priteau has joined #openstack-ironic10:37
*** Emine has joined #openstack-ironic10:54
*** arne_wiebalck_ has quit IRC11:10
*** stendulker has quit IRC11:18
*** sambetts_ has joined #openstack-ironic11:20
*** sambetts_ is now known as sambetts|afk11:21
*** Chaserjim has joined #openstack-ironic11:40
*** BOKALDO_ has joined #openstack-ironic11:41
*** Chaserjim has quit IRC11:45
*** tssurya has quit IRC11:55
openstackgerritDmitry Tantsur proposed openstack/metalsmith master: Deprecate not providing resource_class (again)  https://review.openstack.org/61922212:05
openstackgerritDmitry Tantsur proposed openstack/metalsmith master: Remove deprecated root_disk_size  https://review.openstack.org/61922412:09
iurygregorydtantsur, i will push another ps with your comments ty!12:24
openstackgerritIury Gregory Melo Ferreira proposed openstack/python-ironic-inspector-client master: Add check-errors flag to Introspection  https://review.openstack.org/61854312:33
*** e0ne has quit IRC12:45
*** dtantsur is now known as dtantsur|brb12:47
*** MattMan_ has quit IRC12:57
*** MattMan_ has joined #openstack-ironic12:57
*** jcoufal has joined #openstack-ironic12:59
*** dnuka has quit IRC12:59
*** tssurya has joined #openstack-ironic13:02
*** e0ne has joined #openstack-ironic13:02
*** e0ne has quit IRC13:03
*** e0ne has joined #openstack-ironic13:03
*** rh-jelabarre has joined #openstack-ironic13:10
*** Chaserjim has joined #openstack-ironic13:42
*** Chaserjim has quit IRC13:47
*** trown|outtypewww is now known as trown14:02
*** munimeha1 has joined #openstack-ironic14:03
*** Chaserjim has joined #openstack-ironic14:06
*** dtantsur|brb is now known as dtantsur14:07
*** Chaserjim has quit IRC14:10
*** sthussey has joined #openstack-ironic14:22
*** skazi has joined #openstack-ironic14:49
*** rloo has joined #openstack-ironic14:57
*** Emine has quit IRC15:17
*** Emine has joined #openstack-ironic15:18
rpiosoGood virtual Friday morning, ironicers15:18
rpiososri_: How are things?15:19
iurygregoryvirtual friday lol15:23
sri_rpioso, Good morning, I've put a request, still waiting on remote datacenter team for response15:25
rpiososri_: Ack15:28
*** Chaserjim has joined #openstack-ironic15: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/515243315:38
rpiososri_: And the suggested remedy is what you're pursuing :)15:40
sri_rpioso, yes :)15:41
*** Chaserjim has quit IRC15:46
*** tssurya has quit IRC15:50
*** dsneddon has joined #openstack-ironic16:02
*** adrianc has quit IRC16:09
*** S4ren has joined #openstack-ironic16:38
*** gkadam has quit IRC16:40
*** Chaserjim has joined #openstack-ironic16:48
*** pcaruana has quit IRC16:50
*** dsneddon has quit IRC16:51
*** efried_back_mon has quit IRC16:51
*** dsneddon has joined #openstack-ironic16:57
*** e0ne has quit IRC17:02
*** Emine has quit IRC17:05
*** sambetts|afk has quit IRC17:14
*** betherly has joined #openstack-ironic17:15
*** sambetts_ has joined #openstack-ironic17:16
*** ayoung has joined #openstack-ironic17:18
*** betherly has quit IRC17:21
*** v12aml has quit IRC17:21
etingofany 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_87603317:23
*** Chaserjim has quit IRC17:25
ayoungIs 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
dtantsurayoung: it may work if qemu-img understands it. I'm not sure anybody tried it though.17:42
*** dtantsur is now known as dtantsur|afk17:49
dtantsur|afko/17:49
*** derekh has quit IRC17:50
rpittaugood evening o/17:52
*** v12aml has joined #openstack-ironic17:52
*** rpittau has quit IRC17:57
*** dougsz has quit IRC18:01
*** S4ren has quit IRC18:02
*** v12aml has quit IRC18:05
*** jcoufal_ has joined #openstack-ironic18:06
*** jcoufal has quit IRC18:10
*** trown is now known as trown|lunch18:33
*** dsneddon has quit IRC18:39
*** v12aml has joined #openstack-ironic18:50
*** dsneddon has joined #openstack-ironic18:57
*** v12aml has quit IRC19:05
*** v12aml has joined #openstack-ironic19:13
*** dsneddon has quit IRC19:17
*** e0ne has joined #openstack-ironic19:33
*** trown|lunch is now known as trown19:44
openstackgerritMerged openstack/bifrost master: Add initial support for EFI booting  https://review.openstack.org/26880819:57
openstackgerritMerged openstack/bifrost master: Install packages required to build EFI disk images  https://review.openstack.org/61909820:03
*** dsneddon has joined #openstack-ironic20:04
*** dsneddon has quit IRC20:48
*** dsneddon has joined #openstack-ironic20:53
*** BOKALDO_ has quit IRC21:05
*** betherly has joined #openstack-ironic21:13
*** dsneddon has quit IRC21:23
*** betherly has quit IRC21:23
*** dsneddon has joined #openstack-ironic21:25
*** e0ne has quit IRC21:32
*** trown is now known as trown|outtypewww21:48
*** jcoufal_ has quit IRC21:50
*** betherly has joined #openstack-ironic21:55
*** betherly has quit IRC22:00
*** betherly has joined #openstack-ironic22:02
*** betherly has quit IRC22:06
*** rcernin has joined #openstack-ironic22:09
*** priteau has quit IRC22:16
*** rpioso is now known as rpioso|afk22:36
*** dtrainor_ has joined #openstack-ironic22:37
*** dtrainor has quit IRC22:40
*** betherly has joined #openstack-ironic22:51
*** betherly has quit IRC22:57
*** betherly has joined #openstack-ironic23:08
*** munimeha1 has quit IRC23:09
*** dtrainor__ has joined #openstack-ironic23:12
*** dtrainor_ has quit IRC23:15
*** betherly has quit IRC23:18
NobodyCamGood Afternoon Ironic'ers23:24
*** betherly has joined #openstack-ironic23:48
*** betherly has quit IRC23:53

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!