| Sukhdev | devananda : please see the paste here - http://paste.openstack.org/show/483503/ | 00:00 |
|---|---|---|
| devananda | Sukhdev: that looks fine | 00:02 |
| devananda | huh | 00:03 |
| devananda | Sukhdev: what patches have you applied to ironic? | 00:03 |
| Sukhdev | devananda : on this etherpad - https://etherpad.openstack.org/p/ironic-neutron-mid-cycle from line 26 through 44 | 00:04 |
| devananda | ok - so - there is a problem, but I'm not sure you're hitting it | 00:05 |
| devananda | the API changes there do not update the API version | 00:05 |
| * devananda comments on the patch | 00:05 | |
| devananda | Sukhdev: output of "ironic port-show <port-uuid>" ? | 00:05 |
| * Sukhdev give me a sec | 00:05 | |
| devananda | Sukhdev: and can you include the command that's failing, and what it is returning? | 00:07 |
| devananda | cause this seems to work for me | 00:07 |
| Sukhdev | devananda : see here - http://paste.openstack.org/show/483505/ | 00:08 |
| devananda | I can't tell what create_node.sh is doing | 00:09 |
| Sukhdev | devananda : I knew you were going to ask - here it is - http://paste.openstack.org/show/483507/ | 00:10 |
| Sukhdev | devananda: the port update command fails - hence, the local_link related information is not populated in the port record | 00:11 |
| devananda | bug in the client code | 00:12 |
| devananda | I think | 00:12 |
| * devananda digs in | 00:12 | |
| Sukhdev | devananda : here is the failing command - http://paste.openstack.org/show/483508/ | 00:13 |
| jlvillal | Anyone know which channel to beg for a +A on diskimage-builder patch? https://review.openstack.org/#/c/264736/ | 00:15 |
| devananda | oooh got it | 00:15 |
| devananda | Sukhdev: ironic node-set-provision-state <NODE> manage | 00:15 |
| devananda | yes, it's a client bug -- client is not showing you the error th server is returning | 00:15 |
| devananda | NotAcceptable: {'action': u'Port 254dc9f0-37a5-4f2e-9f84-e57cd739f2f3 can not have any connectivity attributes such as portgroup_uuid, local_link_connection or pxe_enabled updated unless node 02a039a3-24d5-4859-83b5-2fd1d6d173af is in a MANAGEABLE or ENROLL or INSPECTING state. ', 'node': '02a039a3-24d5-4859-83b5-2fd1d6d173af', 'state': u'available'} | 00:16 |
| devananda | jlvillal: try #tripleo ? | 00:16 |
| jlvillal | devananda: Thanks | 00:16 |
| * jlvillal first goes to look who are the cores in Gerrit | 00:17 | |
| Sukhdev | devananda : oh so, if I put the node state in manage state, then it will work? | 00:17 |
| devananda | Sukhdev: yah | 00:17 |
| Sukhdev | devananda: give me sec - let me try that | 00:17 |
| * devananda wonders why the client isn't dispaying the error | 00:17 | |
| jlvillal | devananda: You be core :) | 00:17 |
| jlvillal | devananda: https://review.openstack.org/#/c/264736/ :) | 00:17 |
| jlvillal | https://review.openstack.org/#/admin/groups/115,members | 00:18 |
| devananda | jlvillal: damn, you found me out | 00:18 |
| *** aginwala has quit IRC | 00:18 | |
| jlvillal | :D | 00:18 |
| devananda | jlvillal: I hardly ever exercise core on thta project these days ... | 00:18 |
| * jlvillal thinks this is a good time | 00:19 | |
| devananda | done | 00:20 |
| jlvillal | devananda: Thanks! | 00:20 |
| jlvillal | Hopefully that fixes our issues soon | 00:20 |
| * jlvillal is afraid to +A anything right now as then get the failure loop of death... | 00:21 | |
| *** ndipanov has joined #openstack-ironic | 00:22 | |
| *** aginwala has joined #openstack-ironic | 00:23 | |
| Sukhdev | devananda : Yes, that worked - thanks for your help | 00:24 |
| *** jaybeale has quit IRC | 00:24 | |
| Sukhdev | devananda : so, is this not a problem though? | 00:25 |
| Sukhdev | devananda : I did not have to do it before, but, now I have put the node into manage state to do this | 00:25 |
| *** Sukhdev has quit IRC | 00:31 | |
| *** piet has joined #openstack-ironic | 00:31 | |
| *** shakamunyi has quit IRC | 00:35 | |
| *** shakamunyi has joined #openstack-ironic | 00:35 | |
| *** dims_ has joined #openstack-ironic | 00:39 | |
| *** dims has quit IRC | 00:40 | |
| *** Sukhdev has joined #openstack-ironic | 00:40 | |
| devananda | Sukhdev: this behavior is correct - nodes' network info should not be changeable in certain states | 00:44 |
| Sukhdev | devananda: how do I now get this node from manageable to available ? | 00:44 |
| *** yolanda has quit IRC | 00:44 | |
| devananda | Sukhdev: the issue is that it is returning the wrong exception class | 00:44 |
| devananda | Sukhdev: ironic node-set-provision-state <NODE> provide | 00:45 |
| *** yolanda has joined #openstack-ironic | 00:45 | |
| Sukhdev | devananda : It went into cleaning state not available | 00:46 |
| *** hoangcx has joined #openstack-ironic | 00:46 | |
| devananda | Sukhdev: thta's correct | 00:46 |
| devananda | it will reach available after the node is wiped | 00:47 |
| Sukhdev | devananda : I see - so, basically sit and wait - | 00:47 |
| devananda | Sukhdev: aah. you're testing against real HW | 00:47 |
| devananda | yup. sit and wait | 00:47 |
| devananda | actually, even in devstack with agent_ssh driver, it'll take a minute or two | 00:48 |
| JayF | you can set clean_nodes=False if you want to turn off cleaning while you're testing | 00:51 |
| JayF | although I'll let you know from personal experience I know some images are very unhappy with being put down on an unclean disk :) | 00:51 |
| *** hoangcx has quit IRC | 00:52 | |
| *** jaybeale has joined #openstack-ironic | 00:55 | |
| *** barra204 has joined #openstack-ironic | 00:56 | |
| *** piet has quit IRC | 00:57 | |
| *** shakamunyi has quit IRC | 00:57 | |
| *** piet has joined #openstack-ironic | 00:57 | |
| jlvillal | greghaynes: So diskimage-builder 1.6 is breaking Ironic. A patch just got merged which should fix the issue. | 00:58 |
| *** Sukhdev has quit IRC | 00:58 | |
| greghaynes | jlvillal: oh? | 00:58 |
| jlvillal | greghaynes: Any idea when the next release of diskimage-builder will be? | 00:58 |
| greghaynes | jlvillal: what is the patch? | 00:58 |
| jlvillal | greghaynes: https://review.openstack.org/#/c/264736/ | 00:58 |
| jlvillal | greghaynes: Our whiteboard has more details: https://etherpad.openstack.org/p/IronicWhiteBoard | 00:59 |
| jlvillal | There also was a patch to exclude diskimage-builder 1.6 in global-requirements. But I'm not sure how long that will take to trickle through to the gate. | 01:00 |
| greghaynes | hrm, ok. I can cut a release in a minute | 01:01 |
| jlvillal | greghaynes: Thank you :) | 01:01 |
| jroll | greghaynes: jlvillal: fwiw the g-r blacklist is already merged | 01:07 |
| jroll | as of 7 hours ago | 01:07 |
| devananda | early meetings and a flight tomorrow ... stepping AFK soon. will pop into IRC when I can | 01:08 |
| jlvillal | jroll: Does that fix our gate though? Not sure if that has to then be merged into other projects. I'm unsure how the gate processes it. | 01:08 |
| jroll | jlvillal: oh, good point, but the upper-constraints part of it should apply to dsvm runs, afaik | 01:08 |
| jroll | but not totally sure :) | 01:09 |
| *** garthb__ has quit IRC | 01:09 | |
| jlvillal | Me either | 01:09 |
| jroll | tried a couple patches but none had a recent run | 01:10 |
| jlvillal | My patch failed after the g-r got in. | 01:10 |
| jlvillal | https://review.openstack.org/#/c/255834/8 | 01:10 |
| jlvillal | I need to look at the logs | 01:11 |
| jroll | jlvillal: well | 01:11 |
| jroll | it passed pxe_ssh | 01:11 |
| jroll | which is the one that uses the bash ramdisk that was broken | 01:11 |
| jroll | http://logs.openstack.org/34/255834/8/check/gate-tempest-dsvm-ironic-pxe_ssh/0a8a2c8/logs/devstacklog.txt.gz#_2016-01-11_21_23_11_407 | 01:12 |
| *** hoangcx has joined #openstack-ironic | 01:12 | |
| jlvillal | Ah that's good news. Not for my patch, but good news none the less. | 01:13 |
| *** barra204 has quit IRC | 01:14 | |
| NobodyCam | jlvillal: its all small steps :) one after the other :) | 01:14 |
| NobodyCam | and w00t :) | 01:14 |
| jlvillal | NobodyCam: That is my mantra with this grenade stuff I'm working on.... | 01:14 |
| NobodyCam | ++++ | 01:14 |
| * jlvillal wants to learn to make big steps ;) | 01:15 | |
| *** shakamunyi has joined #openstack-ironic | 01:15 | |
| jroll | big steps are just a group of small steps | 01:17 |
| jlvillal | :D | 01:20 |
| jlvillal | Anyone seen an error like this before? http://logs.openstack.org/34/255834/8/check/gate-tempest-dsvm-ironic-pxe_ipa/f1c2afd/logs/screen-n-cpu.txt.gz#_2016-01-11_21_28_53_734 | 01:26 |
| jroll | fairly certain that's normal | 01:27 |
| *** praneshp has quit IRC | 01:28 | |
| jlvillal | Okay. thanks. I'll investigate the 'node 1 is locked by localhost' error | 01:29 |
| jroll | jlvillal: fairly certain that's normal as well | 01:30 |
| jroll | at least a few | 01:30 |
| *** aginwala has quit IRC | 01:30 | |
| jroll | with nova->ironic | 01:30 |
| jroll | this seems to be your real error http://logs.openstack.org/34/255834/8/check/gate-tempest-dsvm-ironic-pxe_ipa/f1c2afd/logs/screen-n-cpu.txt.gz?level=WARNING#_2016-01-11_21_28_28_664 | 01:30 |
| jlvillal | Thanks. I think messages with 'error' in them are maybe an error :) | 01:31 |
| jroll | which is usually due to tempest build timeout | 01:31 |
| jroll | you can see this ramdisk didn't finish building http://logs.openstack.org/34/255834/8/check/gate-tempest-dsvm-ironic-pxe_ipa/f1c2afd/logs/ironic-bm-logs/baremetalbrbm_0_console.txt.gz | 01:31 |
| jroll | booting* | 01:31 |
| *** barra204 has joined #openstack-ironic | 01:31 | |
| jlvillal | I will be honest and say the bare-metal log was hard to read with all the escape sequences. | 01:32 |
| *** shakamunyi has quit IRC | 01:32 | |
| jlvillal | Thanks for the pointer on the n-cpu log! | 01:32 |
| * jlvillal needs to write down notes on debugging these log files. | 01:32 | |
| jroll | yeah, you can do something like: curl $console_log | dos2unix -f to make it more readable | 01:33 |
| *** vinm213 has joined #openstack-ironic | 01:34 | |
| jlvillal | Thanks. | 01:34 |
| jroll | np | 01:35 |
| jroll | too much tribal knowledge :/ | 01:35 |
| jlvillal | jroll: On the probable tempest build timeout. Is there anything we can do about that besides recheck? I looked at the tempest.txt log and nothing jumped out at me. | 01:35 |
| jroll | jlvillal: so those are the timeouts we've been working on solving | 01:35 |
| jroll | sometimes the devstack host is just slow, and so the nested virt is slower than normal | 01:35 |
| jlvillal | jroll: Okay. The same ones. | 01:35 |
| *** shakamunyi has joined #openstack-ironic | 01:36 | |
| jlvillal | Thanks. I was worried it was something new. | 01:36 |
| jlvillal | Still a problem, of course :( | 01:36 |
| jroll | ostensibly we can just raise the timeout forever, but that's wasteful of gate resources imo | 01:36 |
| jroll | the optimal solution is to be running devstack on baremetal | 01:36 |
| jroll | which I'm kind of working on ish on the side | 01:36 |
| jroll | but in reality, smaller ramdisks would help, that's why sambetts has been working on tinyipa stuff | 01:36 |
| jlvillal | jroll: Would a test system that ran it under KVM help? Supporting nested virtualization? | 01:37 |
| jroll | jlvillal: probably | 01:37 |
| jlvillal | s/test/gate/ | 01:37 |
| jroll | but rackspace doesn't provide that, nor does hp afaik | 01:37 |
| jlvillal | OVH does :) | 01:37 |
| jroll | I assume ovh doesn't because lots of timeouts there | 01:37 |
| jroll | really? hrm | 01:37 |
| jlvillal | But I noticed they forced it to QEMU | 01:37 |
| jroll | they have nested virt turned on? | 01:37 |
| jroll | oh | 01:37 |
| jlvillal | In devstack-gate | 01:38 |
| jroll | O_o | 01:38 |
| *** barra204 has quit IRC | 01:38 | |
| jroll | link? | 01:38 |
| *** barra204 has joined #openstack-ironic | 01:38 | |
| jlvillal | jroll: https://github.com/openstack-infra/devstack-gate/commit/23583d1a1c67dad3b1b450792f8d45f59ab30cdb | 01:38 |
| *** shakamunyi has quit IRC | 01:39 | |
| *** thrash is now known as thrash|g0ne | 01:39 | |
| jroll | oh interesting | 01:40 |
| jroll | I believe ironic uses qemu anyway | 01:40 |
| jroll | we could totally override that | 01:40 |
| jlvillal | I thought it was interesting too. | 01:40 |
| jroll | but that doesn't help given OVH doesn't supply all nodes | 01:40 |
| jlvillal | But maybe easier to have two providers that provide KVM nodes. Then two that provide bare-metal.... | 01:41 |
| jroll | also interesting: https://github.com/openstack-dev/devstack/blob/master/doc/source/guides/devstack-with-nested-kvm.rst | 01:41 |
| jroll | right, but we can't lock our jobs to specific providers afaik | 01:41 |
| jroll | rackspace has nested virt on but is xen :/ | 01:41 |
| *** Sukhdev has joined #openstack-ironic | 01:43 | |
| *** aginwala has joined #openstack-ironic | 01:44 | |
| *** shakamunyi has joined #openstack-ironic | 01:44 | |
| * jroll out for the night | 01:44 | |
| jroll | see y'all tomorrow | 01:44 |
| jlvillal | jroll: ciao! | 01:44 |
| jroll | night jlvillal :) | 01:45 |
| *** barra204 has quit IRC | 01:45 | |
| *** dims_ has quit IRC | 01:48 | |
| *** shakamunyi has quit IRC | 01:48 | |
| *** dims has joined #openstack-ironic | 01:48 | |
| *** shakamunyi has joined #openstack-ironic | 01:49 | |
| *** mtanino has quit IRC | 01:52 | |
| *** dims has quit IRC | 01:54 | |
| *** shakamunyi has quit IRC | 01:54 | |
| *** spandhe has quit IRC | 01:56 | |
| *** yolanda has quit IRC | 01:57 | |
| *** aginwala has quit IRC | 01:57 | |
| *** kan_ has joined #openstack-ironic | 02:01 | |
| *** Sukhdev has quit IRC | 02:01 | |
| *** yolanda has joined #openstack-ironic | 02:02 | |
| *** piet has quit IRC | 02:04 | |
| *** praneshp has joined #openstack-ironic | 02:04 | |
| *** dims has joined #openstack-ironic | 02:06 | |
| *** shakamunyi has joined #openstack-ironic | 02:08 | |
| *** shakamunyi has quit IRC | 02:10 | |
| *** shakamunyi has joined #openstack-ironic | 02:12 | |
| *** shakamunyi has quit IRC | 02:22 | |
| *** shakamunyi has joined #openstack-ironic | 02:23 | |
| *** shakamunyi has quit IRC | 02:32 | |
| *** aginwala has joined #openstack-ironic | 02:36 | |
| *** vinm213 has quit IRC | 02:37 | |
| *** spandhe has joined #openstack-ironic | 02:47 | |
| *** amotoki has joined #openstack-ironic | 02:54 | |
| *** kevinbenton_ has joined #openstack-ironic | 03:00 | |
| *** deray has joined #openstack-ironic | 03:01 | |
| *** kevinbenton_ has quit IRC | 03:03 | |
| *** aginwala has quit IRC | 03:09 | |
| *** piet has joined #openstack-ironic | 03:10 | |
| *** aginwala has joined #openstack-ironic | 03:12 | |
| *** amotoki has quit IRC | 03:12 | |
| *** amotoki has joined #openstack-ironic | 03:14 | |
| *** aginwala has quit IRC | 03:16 | |
| *** spandhe_ has joined #openstack-ironic | 03:16 | |
| *** spandhe has quit IRC | 03:18 | |
| *** spandhe_ is now known as spandhe | 03:18 | |
| *** dims has quit IRC | 03:24 | |
| *** jaybeale has quit IRC | 03:30 | |
| *** rloo has quit IRC | 03:30 | |
| *** harshs has quit IRC | 03:31 | |
| *** amotoki has quit IRC | 03:36 | |
| *** piet has quit IRC | 03:38 | |
| *** Marga_ has joined #openstack-ironic | 03:58 | |
| *** Marga_ has quit IRC | 03:59 | |
| *** Marga_ has joined #openstack-ironic | 03:59 | |
| *** amotoki has joined #openstack-ironic | 04:04 | |
| *** kevinbenton_ has joined #openstack-ironic | 04:07 | |
| *** vaishnavi has joined #openstack-ironic | 04:10 | |
| *** vinm213 has joined #openstack-ironic | 04:10 | |
| *** spandhe has quit IRC | 04:18 | |
| *** deray has quit IRC | 04:20 | |
| *** deray has joined #openstack-ironic | 04:21 | |
| *** links has joined #openstack-ironic | 04:26 | |
| *** Marga_ has quit IRC | 04:26 | |
| *** coolsvap|away is now known as coolsvap | 04:29 | |
| *** teju has joined #openstack-ironic | 04:38 | |
| *** piet has joined #openstack-ironic | 04:38 | |
| *** jaybeale has joined #openstack-ironic | 04:39 | |
| *** vinm213 has quit IRC | 04:55 | |
| *** vinm213 has joined #openstack-ironic | 04:58 | |
| *** pradipta has joined #openstack-ironic | 04:58 | |
| *** baoli has quit IRC | 04:59 | |
| *** piet has quit IRC | 05:00 | |
| *** baoli has joined #openstack-ironic | 05:00 | |
| *** stendulker has joined #openstack-ironic | 05:01 | |
| *** deray has quit IRC | 05:02 | |
| *** kalpase has joined #openstack-ironic | 05:04 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/python-ironicclient: Updated from global requirements https://review.openstack.org/266167 | 05:05 |
| *** harshs has joined #openstack-ironic | 05:09 | |
| *** aginwala has joined #openstack-ironic | 05:09 | |
| *** ankkumar_ has joined #openstack-ironic | 05:21 | |
| *** harshs_ has joined #openstack-ironic | 05:22 | |
| *** harshs has quit IRC | 05:24 | |
| *** harshs_ is now known as harshs | 05:24 | |
| *** ijw has quit IRC | 05:24 | |
| *** aginwala has quit IRC | 05:30 | |
| *** harshs has quit IRC | 05:31 | |
| *** aginwala has joined #openstack-ironic | 05:32 | |
| *** harshs has joined #openstack-ironic | 05:35 | |
| *** vaishnavi has quit IRC | 05:35 | |
| *** pradipta has quit IRC | 05:37 | |
| *** harshs has quit IRC | 05:40 | |
| *** jaybeale has quit IRC | 05:43 | |
| *** harshs has joined #openstack-ironic | 05:47 | |
| openstackgerrit | Kan proposed openstack/python-ironicclient: Fix params order in assertEqual https://review.openstack.org/266188 | 05:52 |
| *** harshs has quit IRC | 05:57 | |
| openstackgerrit | Kan proposed openstack/python-ironicclient: Fix params order in assertEqual https://review.openstack.org/266194 | 06:00 |
| *** bkumar has joined #openstack-ironic | 06:01 | |
| *** kevinbenton_ has quit IRC | 06:04 | |
| openstackgerrit | octopuszhang proposed openstack/python-ironicclient: Replace assertEqual(None, *) with assertIsNone in tests https://review.openstack.org/266209 | 06:15 |
| *** hoangcx has quit IRC | 06:17 | |
| *** vaishnavi has joined #openstack-ironic | 06:24 | |
| *** hoangcx has joined #openstack-ironic | 06:26 | |
| *** aginwala_ has joined #openstack-ironic | 06:26 | |
| *** aparnav has joined #openstack-ironic | 06:30 | |
| *** aginwala has quit IRC | 06:30 | |
| *** aginwala_ has quit IRC | 06:32 | |
| *** yolanda has quit IRC | 06:36 | |
| *** ChubYann has quit IRC | 06:43 | |
| *** yolanda has joined #openstack-ironic | 06:56 | |
| *** ukalifon1 has joined #openstack-ironic | 07:15 | |
| *** jaybeale has joined #openstack-ironic | 07:16 | |
| *** jaybeale has quit IRC | 07:33 | |
| *** chenke has joined #openstack-ironic | 07:38 | |
| chenke | i met a issue while deploy image, i don't know whether it is fixed by lastest Sw. so i'd like to throw it | 07:40 |
| chenke | after deploy a whole disk image and nova delete it, i try to deploy a no whole disk image, and the blow error shows: | 07:41 |
| chenke | Command: sudo ironic-rootwrap /etc/ironic/rootwrap.conf parted -a optimal -s /dev/disk/by-path/ip-172.16.70.232:3260-iscsi-iqn-316c572e-ae60-4591-8877-1ebc58a6c9d4-lun-1 -- unit MiB mklabel msdos mkpart primary linux-swap 1 2 mkpart primary 2 10242 | 07:41 |
| chenke | Exit code: 1 | 07:41 |
| chenke | Stdout: '' | 07:41 |
| chenke | Stderr: 'Error: Partition(s) 2 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\n' | 07:41 |
| *** pas-ha has joined #openstack-ironic | 07:42 | |
| *** e0ne has joined #openstack-ironic | 07:42 | |
| chenke | seems ironic need to update partion table after this kind of parted command. | 07:42 |
| pas-ha | morning Ironic | 07:42 |
| *** degorenko has joined #openstack-ironic | 07:52 | |
| *** yolanda has quit IRC | 07:59 | |
| *** yolanda has joined #openstack-ironic | 07:59 | |
| openstackgerrit | Kan proposed openstack/ironic: Refactor the management verbs check to utils https://review.openstack.org/266238 | 08:05 |
| *** jistr has joined #openstack-ironic | 08:06 | |
| *** jistr is now known as jistr|doc | 08:07 | |
| *** pas-ha has quit IRC | 08:08 | |
| *** vinm213 has quit IRC | 08:08 | |
| *** vinm213 has joined #openstack-ironic | 08:11 | |
| *** ionutbalutoiu has joined #openstack-ironic | 08:15 | |
| *** athomas has joined #openstack-ironic | 08:15 | |
| *** e0ne has quit IRC | 08:16 | |
| *** ionutbalutoiu has quit IRC | 08:25 | |
| openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Update nodes-tagging spec https://review.openstack.org/253748 | 08:26 |
| openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Update nodes-tagging spec https://review.openstack.org/253748 | 08:31 |
| *** pas-ha has joined #openstack-ironic | 08:34 | |
| *** pas-ha has quit IRC | 08:41 | |
| *** ijw has joined #openstack-ironic | 08:41 | |
| *** pas-ha has joined #openstack-ironic | 08:44 | |
| *** pas-ha has quit IRC | 08:45 | |
| *** pas-ha has joined #openstack-ironic | 08:47 | |
| *** pas-ha has quit IRC | 08:49 | |
| *** pas-ha has joined #openstack-ironic | 08:50 | |
| *** ijw has quit IRC | 08:54 | |
| *** ijw has joined #openstack-ironic | 08:54 | |
| *** ifarkas has joined #openstack-ironic | 08:57 | |
| *** dtantsur|afk is now known as dtantsur | 08:57 | |
| dtantsur | Morning Ironic | 08:58 |
| *** jistr|doc has quit IRC | 08:59 | |
| ifarkas | morning! | 09:00 |
| *** mbound has joined #openstack-ironic | 09:01 | |
| *** ndipanov has quit IRC | 09:01 | |
| *** Marga_ has joined #openstack-ironic | 09:02 | |
| openstackgerrit | Kan proposed openstack/ironic-python-agent: Fix params order in assertEqual https://review.openstack.org/266247 | 09:04 |
| openstackgerrit | yolanda.robla proposed openstack/bifrost: Add inventory_dns feature to bifrost https://review.openstack.org/265630 | 09:05 |
| *** amotoki has quit IRC | 09:05 | |
| *** ijw has quit IRC | 09:06 | |
| *** amotoki has joined #openstack-ironic | 09:07 | |
| *** amotoki has quit IRC | 09:07 | |
| *** daemontool has joined #openstack-ironic | 09:11 | |
| *** openstackgerrit has quit IRC | 09:17 | |
| *** openstackgerrit has joined #openstack-ironic | 09:18 | |
| openstackgerrit | yolanda.robla proposed openstack/bifrost: Allow to populate the domain setting of dnsmasq https://review.openstack.org/266252 | 09:18 |
| *** jistr has joined #openstack-ironic | 09:20 | |
| *** vinm213 has quit IRC | 09:29 | |
| *** Marga_ has quit IRC | 09:30 | |
| *** ndipanov has joined #openstack-ironic | 09:30 | |
| openstackgerrit | Zhenguo Niu proposed openstack/ironic: Devstack: replace 'http' with SERVICE_PROTOCOL https://review.openstack.org/266257 | 09:32 |
| *** vinm213 has joined #openstack-ironic | 09:34 | |
| *** derekh has joined #openstack-ironic | 09:35 | |
| *** athomas has quit IRC | 09:41 | |
| *** yolanda has quit IRC | 09:44 | |
| *** athomas has joined #openstack-ironic | 09:46 | |
| *** e0ne has joined #openstack-ironic | 09:48 | |
| *** yolanda has joined #openstack-ironic | 09:49 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Switch to post-versioning https://review.openstack.org/266267 | 09:50 |
| dtantsur | lucas-dinner, Haomeng, vdrok, this ^^ fixes IPA gate | 09:50 |
| *** slagle has quit IRC | 09:52 | |
| *** davideag_ has joined #openstack-ironic | 09:53 | |
| *** rcarrillocruz has quit IRC | 09:53 | |
| Haomeng | dtantsur: got, thanks | 09:53 |
| *** derekh has quit IRC | 09:54 | |
| *** vishwana_ has joined #openstack-ironic | 09:54 | |
| *** baoli_ has joined #openstack-ironic | 09:54 | |
| *** slagle has joined #openstack-ironic | 09:54 | |
| *** kalpase has quit IRC | 09:54 | |
| *** yolanda has quit IRC | 09:54 | |
| *** derekh has joined #openstack-ironic | 09:55 | |
| *** kalpase has joined #openstack-ironic | 09:55 | |
| *** davideagnello has quit IRC | 09:56 | |
| *** vishwanathj has quit IRC | 09:56 | |
| openstackgerrit | Tan Lin proposed openstack/ironic: Add a config option [upgrade_levels]/conductor https://review.openstack.org/253355 | 09:56 |
| *** baoli has quit IRC | 09:56 | |
| *** zer0c00l_away has quit IRC | 09:58 | |
| *** mkovacik has joined #openstack-ironic | 09:58 | |
| *** rcarrillocruz has joined #openstack-ironic | 09:58 | |
| *** amotoki has joined #openstack-ironic | 09:59 | |
| *** yolanda has joined #openstack-ironic | 10:00 | |
| *** mgould has joined #openstack-ironic | 10:02 | |
| mgould | morning Ironic! | 10:09 |
| dtantsur | morning mgould | 10:09 |
| *** hoangcx has quit IRC | 10:15 | |
| *** derekh has quit IRC | 10:16 | |
| *** derekh has joined #openstack-ironic | 10:19 | |
| *** sambetts has joined #openstack-ironic | 10:19 | |
| *** gmmaha has quit IRC | 10:19 | |
| *** gmmaha has joined #openstack-ironic | 10:20 | |
| vdrok | morning dtantsur ifarkas Haomeng and mgould ! | 10:20 |
| dtantsur | o/ | 10:20 |
| sambetts | Morning all o/ | 10:24 |
| dtantsur | morning sambetts | 10:25 |
| mgould | vdrok dtantsur sambetts morning! | 10:26 |
| sambetts | o/ mgould vdrok dtantsur | 10:26 |
| dtantsur | sambetts, when you have some time, could you take a look at https://review.openstack.org/#/c/265240/ please? | 10:27 |
| *** yolanda has quit IRC | 10:27 | |
| sambetts | dtantsur: /me looks | 10:29 |
| *** yolanda has joined #openstack-ironic | 10:29 | |
| *** yolanda has quit IRC | 10:32 | |
| *** yolanda has joined #openstack-ironic | 10:34 | |
| *** yolanda has quit IRC | 10:35 | |
| *** electrofelix has joined #openstack-ironic | 10:36 | |
| *** yolanda has joined #openstack-ironic | 10:36 | |
| sambetts | dtantsur: I like it, it definatly cleans all the logging code up a lot :D | 10:38 |
| dtantsur | yeah | 10:38 |
| dtantsur | I realized how bad our logging is when working on the IPA patch, which substantially increases amount of logging | 10:39 |
| *** zer0c00l_away has joined #openstack-ironic | 10:50 | |
| *** baoli has joined #openstack-ironic | 10:52 | |
| *** baoli_ has quit IRC | 10:55 | |
| *** coolsvap is now known as coolsvap|away | 10:56 | |
| *** stendulker has quit IRC | 10:57 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic: [WIP] Switch to Futurist library for periodic tasks https://review.openstack.org/264720 | 10:58 |
| *** dims has joined #openstack-ironic | 11:05 | |
| *** yolanda has quit IRC | 11:05 | |
| *** yolanda has joined #openstack-ironic | 11:06 | |
| *** bkumar has quit IRC | 11:14 | |
| *** openstackgerrit has quit IRC | 11:17 | |
| *** openstackgerrit has joined #openstack-ironic | 11:18 | |
| openstackgerrit | vinay kumar muddu proposed openstack/ironic: Fix issues with uefi-ipxe booting https://review.openstack.org/265742 | 11:18 |
| *** jcoufal has joined #openstack-ironic | 11:26 | |
| *** ankkumar_ has quit IRC | 11:26 | |
| *** lucas-dinner is now known as lucasagomes | 11:27 | |
| lucasagomes | dtantsur, nice, will take a look | 11:29 |
| lucasagomes | morning all | 11:29 |
| dtantsur | morning lucasagomes | 11:29 |
| vdrok | morning sambetts and lucasagomes :) | 11:31 |
| *** ionutbalutoiu has joined #openstack-ironic | 11:35 | |
| *** ionutbalutoiu has quit IRC | 11:44 | |
| *** ionutbalutoiu has joined #openstack-ironic | 11:44 | |
| *** amotoki has quit IRC | 11:46 | |
| *** amotoki has joined #openstack-ironic | 11:50 | |
| *** amotoki has quit IRC | 12:02 | |
| *** jcoufal has quit IRC | 12:07 | |
| *** vaishnavi has quit IRC | 12:14 | |
| sinval | morning lucasagomes, dtantsur, vdrok and everyone else not listed here | 12:18 |
| vdrok | morning sinval | 12:18 |
| *** _zouyee has joined #openstack-ironic | 12:21 | |
| *** _zouyee has quit IRC | 12:23 | |
| *** _zouyee has joined #openstack-ironic | 12:23 | |
| lucasagomes | sinval, good morning! | 12:27 |
| dtantsur | morning sinval | 12:28 |
| *** jcoufal has joined #openstack-ironic | 12:29 | |
| openstackgerrit | Merged openstack/ironic-python-agent: Switch to post-versioning https://review.openstack.org/266267 | 12:30 |
| *** smoriya_ has quit IRC | 12:35 | |
| *** d0ugal has quit IRC | 12:42 | |
| *** d0ugal has joined #openstack-ironic | 12:43 | |
| *** d0ugal is now known as Guest58385 | 12:43 | |
| *** Guest58385 is now known as d0ugal | 12:45 | |
| *** d0ugal has quit IRC | 12:45 | |
| *** d0ugal has joined #openstack-ironic | 12:45 | |
| *** awiddersheim has quit IRC | 12:49 | |
| *** dprince has joined #openstack-ironic | 12:58 | |
| openstackgerrit | LiuNanke proposed openstack/ironic-python-agent: make enforce_type=True in CONF.set_override https://review.openstack.org/266352 | 12:58 |
| *** shakamunyi has joined #openstack-ironic | 13:04 | |
| *** jcoufal has quit IRC | 13:07 | |
| *** baoli has quit IRC | 13:08 | |
| *** baoli has joined #openstack-ironic | 13:09 | |
| TheJulia | good morning! | 13:10 |
| *** sambetts has quit IRC | 13:10 | |
| *** ipukha has joined #openstack-ironic | 13:11 | |
| *** derekh has quit IRC | 13:11 | |
| *** _zouyee has quit IRC | 13:13 | |
| *** derekh has joined #openstack-ironic | 13:16 | |
| *** thrash|g0ne is now known as thrash | 13:20 | |
| *** yolanda has quit IRC | 13:24 | |
| *** vinm213 has quit IRC | 13:25 | |
| *** yolanda has joined #openstack-ironic | 13:26 | |
| *** Marga_ has joined #openstack-ironic | 13:26 | |
| *** yolanda has quit IRC | 13:26 | |
| openstackgerrit | Milan Kováčik proposed openstack/ironic-inspector: Introducing API for aborting introspection https://review.openstack.org/265275 | 13:27 |
| *** yolanda has joined #openstack-ironic | 13:28 | |
| *** trown|outttypeww is now known as trown | 13:28 | |
| sinval | morning TheJulia | 13:29 |
| *** aparnav has quit IRC | 13:29 | |
| *** bkumar has joined #openstack-ironic | 13:32 | |
| openstackgerrit | Merged openstack/bifrost: Role support for authentication https://review.openstack.org/258543 | 13:33 |
| *** bkumar has quit IRC | 13:34 | |
| *** bkumar has joined #openstack-ironic | 13:35 | |
| *** _zouyee has joined #openstack-ironic | 13:36 | |
| *** _zouyee has quit IRC | 13:36 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector: Track node identification during the whole processing https://review.openstack.org/265240 | 13:37 |
| *** sambetts has joined #openstack-ironic | 13:41 | |
| TheJulia | rcarrillocruz: Reviewed your bifrost change. I've got a few nits for the release notes, and an additional thought. Most likely worthy of just a follow-up instead of updating the rev, but up to you. | 13:41 |
| TheJulia | yolanda: rcarrillocruz: ugh, sorry, looks like the change that just landed created a merge conflict for you both. :( | 13:43 |
| *** bkumar has quit IRC | 13:49 | |
| *** _zouyee has joined #openstack-ironic | 13:55 | |
| *** bkumar has joined #openstack-ironic | 13:55 | |
| *** ionutbalutoiu has quit IRC | 13:57 | |
| *** ricky2 has joined #openstack-ironic | 13:57 | |
| ricky2 | TheJulia: heya | 14:01 |
| ricky2 | in regards to the inventory_dhcp provisionig_ipv4_address review | 14:01 |
| TheJulia | yes | 14:01 |
| ricky2 | i put the provisioning_ipv4_address in the snippet of inventory of the README | 14:01 |
| ricky2 | you mean having that example in some other place | 14:01 |
| ricky2 | ? | 14:01 |
| TheJulia | I saw, we have some example inventories to help provide additional context to users. My thought is purely it would be cool to create another file, but not a big deal, I can do it later. | 14:03 |
| * ricky2 thinking of landing as is and a follow-up patch that adds samples of inventories | 14:03 | |
| ricky2 | my thought | 14:03 |
| TheJulia | works for me | 14:03 |
| ricky2 | cos i struggled myself a bit when i started using bifrost on setting options on inventory etc | 14:03 |
| ricky2 | pushing patchset to amend notes, thx | 14:03 |
| ricky2 | and needs rebase it seems | 14:03 |
| TheJulia | yeah :( | 14:03 |
| *** bkumar has quit IRC | 14:05 | |
| *** bkumar has joined #openstack-ironic | 14:06 | |
| *** kan_ has quit IRC | 14:07 | |
| *** mtanino has joined #openstack-ironic | 14:07 | |
| *** ionutbalutoiu has joined #openstack-ironic | 14:08 | |
| openstackgerrit | Ricardo Carrillo Cruz proposed openstack/bifrost: Allow configuring provisioning IP address when using inventory_dhcp https://review.openstack.org/258909 | 14:08 |
| *** bkumar has quit IRC | 14:10 | |
| *** jcoufal has joined #openstack-ironic | 14:10 | |
| *** ricky2 has quit IRC | 14:11 | |
| *** piet has joined #openstack-ironic | 14:11 | |
| *** krtaylor has quit IRC | 14:13 | |
| *** rloo has joined #openstack-ironic | 14:13 | |
| *** [1]cdearborn has joined #openstack-ironic | 14:15 | |
| *** ricky2 has joined #openstack-ironic | 14:18 | |
| *** amotoki has joined #openstack-ironic | 14:20 | |
| *** yolanda has quit IRC | 14:21 | |
| *** amotoki has quit IRC | 14:21 | |
| *** yolanda has joined #openstack-ironic | 14:22 | |
| *** krtaylor has joined #openstack-ironic | 14:24 | |
| openstackgerrit | Merged openstack/ironic: Conductor handles manual cleaning https://review.openstack.org/247285 | 14:25 |
| *** mtanino has quit IRC | 14:26 | |
| *** _zouyee has quit IRC | 14:37 | |
| *** _zouyee has joined #openstack-ironic | 14:38 | |
| openstackgerrit | Merged openstack/ironic-python-agent: Remove unused logging https://review.openstack.org/264274 | 14:38 |
| *** MattMan has quit IRC | 14:39 | |
| *** amotoki has joined #openstack-ironic | 14:40 | |
| e0ne | hi | 14:40 |
| e0ne | what image for OS can I use on devstack for ironic instances? I need python, gcc, etc inside the instance | 14:41 |
| *** sinval is now known as sinval-afk | 14:46 | |
| *** kbyrne has quit IRC | 14:46 | |
| *** amotoki has quit IRC | 14:47 | |
| *** MattMan has joined #openstack-ironic | 14:47 | |
| *** MattMan has quit IRC | 14:49 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Implement 'introspection data save' command https://review.openstack.org/266409 | 14:49 |
| *** Marga_ has quit IRC | 14:50 | |
| *** links has quit IRC | 14:50 | |
| *** Marga_ has joined #openstack-ironic | 14:50 | |
| *** MattMan has joined #openstack-ironic | 14:51 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Implement 'introspection data save' command https://review.openstack.org/266409 | 14:55 |
| NobodyCam | Good Morning Ironicers | 14:58 |
| NobodyCam | morning dtantsur lucasagomes sambetts jlvillal vdrok jroll rloo TheJulia sinval | 14:59 |
| NobodyCam | :) | 14:59 |
| NobodyCam | and ofc all others not directly listed | 14:59 |
| dtantsur | morning NobodyCam | 14:59 |
| lucasagomes | NobodyCam, morning | 15:00 |
| NobodyCam | :) | 15:00 |
| jroll | morning NobodyCam lucasagomes dtantsur everyone else :) | 15:01 |
| jlvillal | NobodyCam, Good morning. And also to lucasagomes dtantsur TheJulia ricky2 sinval-afk sambetts mgould e0ne | 15:01 |
| BadCub | morning [insert_name_here] | 15:01 |
| NobodyCam | :) | 15:02 |
| jlvillal | Privyet dtantsur vdrok :) | 15:02 |
| dtantsur | morning jroll and jlvillal as well :) | 15:02 |
| dtantsur | and BadCub | 15:02 |
| BadCub | :) | 15:02 |
| rloo | hi, morning NobodyCam, dtantsur, lucasagomes, jroll, BadCub, jlvillal, and everyone else! | 15:02 |
| dtantsur | morning rloo | 15:02 |
| jlvillal | rloo, Morning. I didn't see you :) | 15:03 |
| mgould | jlvillal NobodyCam BadCub TheJulia rloo e0ne ricky2 morning! | 15:03 |
| NobodyCam | :) | 15:03 |
| dtantsur | wow, half of the team appeared in only 5 minutes :D | 15:03 |
| NobodyCam | lol | 15:03 |
| *** jrist has quit IRC | 15:03 | |
| NobodyCam | its that time | 15:04 |
| *** mtanino has joined #openstack-ironic | 15:04 | |
| e0ne | morning | 15:04 |
| lucasagomes | jlvillal, rloo BadCub e0ne good morning! | 15:04 |
| jroll | e0ne: easiest is probably build a fedora or ubuntu image with diskimage-builder | 15:05 |
| * jroll looks up an example | 15:05 | |
| e0ne | jroll: thanks | 15:05 |
| e0ne | jroll: I've found this one: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#image-requirements | 15:05 |
| jroll | e0ne: oh yeah, that's perfect | 15:06 |
| *** teju has quit IRC | 15:06 | |
| *** lucasagomes is now known as lucas-hungry | 15:06 | |
| *** HimanshuGarg has joined #openstack-ironic | 15:06 | |
| openstackgerrit | Merged openstack/python-ironicclient: Fix params order in assertEqual https://review.openstack.org/266194 | 15:06 |
| * jlvillal wish he understood how to create graphite graphs, but the user interface is quite confusing... | 15:07 | |
| openstackgerrit | Milan Kováčik proposed openstack/ironic-inspector: Introducing API for aborting introspection https://review.openstack.org/265275 | 15:07 |
| rloo | I see a lot of rechecks for the tempest plugin patch. Is it "only" because of timeout issue? https://review.openstack.org/#/c/246161/ | 15:07 |
| jroll | oh, I just noticed an issue with it | 15:09 |
| jroll | it isn't actually running those yet | 15:09 |
| jroll | (the tests from our tree) | 15:09 |
| jroll | needs more https://review.openstack.org/#/c/265311/ | 15:10 |
| rloo | jroll: so patch 246161 will continue to fail until 265311 lands? | 15:10 |
| jroll | rloo: no, it just isn't running the tests we've added | 15:11 |
| *** HimanshuGarg has left #openstack-ironic | 15:11 | |
| *** Marga_ has quit IRC | 15:11 | |
| jroll | not sure why things are failing, but it seems to be different tests | 15:11 |
| jroll | so I assume it's not an issue with that code | 15:11 |
| rloo | jroll: ok. just wondering if all the rechecks in the world will make any difference. | 15:11 |
| jroll | rloo: yeah, odd that it's so flaky today | 15:11 |
| *** Marga_ has joined #openstack-ironic | 15:12 | |
| openstackgerrit | Milan Kováčik proposed openstack/ironic-inspector: Introducing API for aborting introspection https://review.openstack.org/265275 | 15:13 |
| *** jrist has joined #openstack-ironic | 15:15 | |
| *** jrist has quit IRC | 15:16 | |
| *** ionutbalutoiu has quit IRC | 15:16 | |
| *** jrist has joined #openstack-ironic | 15:16 | |
| rloo | jroll: but 265311 can't land before the plugin 246161 lands? | 15:18 |
| jroll | rloo: it can, but we'll be running double the tests and I suspect we may hit some extra timeouts due to that | 15:19 |
| jroll | so I -2'd the 'add tests' patch until I get +A on the project-config patch | 15:19 |
| jroll | so we can lnd them together and minimize impact | 15:19 |
| jroll | does the make sense? | 15:20 |
| rloo | jroll: ah, ok. thx. i wasn't sure if the project-config patch would only try the plugin stuff. | 15:20 |
| jroll | rloo: well, I just updated it to do that, so now it can't land before the test additions :D | 15:20 |
| rloo | jroll: and if it tried the plugin stuff and the plugin didn't exist, whether it'd barf. | 15:20 |
| rloo | jroll: gotcha. that's what i was wondering :D | 15:21 |
| jroll | rloo: yeah, so it won't blow up, it just won't run any tests because the regex wouldn't match anything | 15:21 |
| rloo | jroll: cool. so it'll always pass!!! heh | 15:21 |
| jroll | :) | 15:22 |
| rloo | jroll: no more revisions, i'm trying to review it! | 15:22 |
| jroll | rloo: heh sorry, just been updating commit messages | 15:23 |
| rloo | jroll: would be nice if our votes weren't deleted if only the commit msg was updated | 15:23 |
| jroll | rloo: mhm. unless depends-on or something changes. | 15:23 |
| rloo | jroll: yeah. guess it 'depends'. oh well. | 15:24 |
| jroll | heh | 15:24 |
| vdrok | morning NobodyCam jroll BadCub rloo ! | 15:26 |
| vdrok | jlvillal, zdarova :) | 15:26 |
| rloo | jroll: sorry to bug you again, but the plugin patch doesn't do anything. I mean, there are no tests there. It is this patch that adds the tests: https://review.openstack.org/#/c/253982/. guess I'm still a bit confused. | 15:27 |
| rloo | hi vdrok | 15:27 |
| jroll | rloo: ugh, oops. I can't read. | 15:27 |
| *** moshele has joined #openstack-ironic | 15:27 | |
| jroll | thanks | 15:27 |
| rloo | and so if the plugin patch doesn't actually 'do' anything, why is jenkins failing so much on that :-( | 15:28 |
| *** Marga_ has quit IRC | 15:28 | |
| jroll | right. | 15:28 |
| *** kbyrne has joined #openstack-ironic | 15:29 | |
| *** kbyrne has quit IRC | 15:29 | |
| *** kbyrne has joined #openstack-ironic | 15:30 | |
| openstackgerrit | Ruby Loo proposed openstack/ironic: API to manually clean nodes https://review.openstack.org/251995 | 15:33 |
| NobodyCam | :) | 15:37 |
| NobodyCam | morning vdrok :) | 15:37 |
| dtantsur | jroll, what was the outcome of the discussion around backporting docs changes? | 15:39 |
| jroll | dtantsur: it's fine to do so | 15:39 |
| jroll | lemme link | 15:39 |
| dtantsur | awesome.. cause the patch I'm going to post in a minute would be nice to backport | 15:39 |
| jroll | dtantsur: http://lists.openstack.org/pipermail/openstack-dev/2015-December/082262.html | 15:40 |
| dtantsur | thnx | 15:40 |
| *** ionutbalutoiu has joined #openstack-ironic | 15:42 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/ironic: Clarify that size in root device hints and local_gb are often different https://review.openstack.org/266442 | 15:43 |
| dtantsur | this confused the hell out of people today ^^ | 15:43 |
| *** kalpase has left #openstack-ironic | 15:43 | |
| *** kbyrne has quit IRC | 15:50 | |
| *** mkovacik has quit IRC | 15:51 | |
| openstackgerrit | Ruby Loo proposed openstack/ironic: Agent vendor handles manual cleaning https://review.openstack.org/247695 | 15:56 |
| openstackgerrit | Ruby Loo proposed openstack/ironic: Replace config 'clean_nodes' with 'automated_clean' https://review.openstack.org/247701 | 15:56 |
| openstackgerrit | Merged openstack/python-ironicclient: Updated from global requirements https://review.openstack.org/266167 | 15:57 |
| openstackgerrit | Ruby Loo proposed openstack/ironic: Replace config 'clean_nodes' with 'automated_clean' https://review.openstack.org/247701 | 15:59 |
| *** ALI_ has joined #openstack-ironic | 16:01 | |
| *** krtaylor has quit IRC | 16:03 | |
| *** lucas-hungry is now known as lucasagomes | 16:05 | |
| *** garthb__ has joined #openstack-ironic | 16:08 | |
| *** kbyrne has joined #openstack-ironic | 16:09 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Implement 'introspection data save' command https://review.openstack.org/266409 | 16:11 |
| *** ALI_ has quit IRC | 16:12 | |
| *** chenke_ has joined #openstack-ironic | 16:13 | |
| devananda | g'morning, all | 16:14 |
| * devananda lurks while in meetings | 16:14 | |
| *** krtaylor has joined #openstack-ironic | 16:14 | |
| dtantsur | morning devananda | 16:15 |
| NobodyCam | morning devananda | 16:16 |
| * NobodyCam is also in a meeting | 16:16 | |
| *** chenke has quit IRC | 16:17 | |
| vdrok | good morning devananda | 16:18 |
| lucasagomes | devananda, morning | 16:20 |
| *** raddaoui has joined #openstack-ironic | 16:20 | |
| krtaylor | morning ironic | 16:24 |
| dtantsur | morning krtaylor | 16:24 |
| *** awiddersheim has joined #openstack-ironic | 16:24 | |
| *** Nisha has joined #openstack-ironic | 16:25 | |
| NobodyCam | morning krtaylor :) | 16:26 |
| *** athomas has quit IRC | 16:28 | |
| *** degorenko is now known as _degorenko|afk | 16:30 | |
| *** mkovacik has joined #openstack-ironic | 16:31 | |
| *** athomas has joined #openstack-ironic | 16:33 | |
| *** ricky2 has left #openstack-ironic | 16:36 | |
| *** jamielennox is now known as jamielennox|away | 16:37 | |
| *** piet has quit IRC | 16:41 | |
| *** harshs has joined #openstack-ironic | 16:42 | |
| *** ionutbalutoiu has quit IRC | 16:42 | |
| *** ionutbalutoiu has joined #openstack-ironic | 16:43 | |
| *** moshele has quit IRC | 16:43 | |
| *** mgoddard__ has joined #openstack-ironic | 16:44 | |
| *** dtantsur is now known as dtantsur|brb | 16:45 | |
| *** derekh has quit IRC | 16:46 | |
| *** mgoddard_ has quit IRC | 16:47 | |
| *** yolanda has quit IRC | 16:49 | |
| *** harshs has quit IRC | 16:49 | |
| *** yolanda has joined #openstack-ironic | 16:50 | |
| *** yolanda has quit IRC | 16:52 | |
| *** yolanda has joined #openstack-ironic | 16:53 | |
| *** yolanda has quit IRC | 16:55 | |
| *** bradjones has quit IRC | 16:55 | |
| *** _zouyee has quit IRC | 16:55 | |
| *** yolanda has joined #openstack-ironic | 16:56 | |
| *** bradjones has joined #openstack-ironic | 16:58 | |
| *** bradjones has quit IRC | 16:58 | |
| *** bradjones has joined #openstack-ironic | 16:58 | |
| *** piet has joined #openstack-ironic | 16:59 | |
| *** yolanda has quit IRC | 16:59 | |
| *** yolanda has joined #openstack-ironic | 17:00 | |
| *** yolanda has quit IRC | 17:01 | |
| *** yolanda has joined #openstack-ironic | 17:02 | |
| *** mgoddard__ has quit IRC | 17:02 | |
| *** yolanda has quit IRC | 17:05 | |
| *** yolanda has joined #openstack-ironic | 17:06 | |
| *** harshs has joined #openstack-ironic | 17:06 | |
| *** yolanda has quit IRC | 17:07 | |
| *** yolanda has joined #openstack-ironic | 17:09 | |
| *** yolanda has quit IRC | 17:10 | |
| *** yolanda has joined #openstack-ironic | 17:12 | |
| *** mgoddard has joined #openstack-ironic | 17:13 | |
| *** yolanda has quit IRC | 17:14 | |
| * TheJulia wonders if there is like... a thing that resets brain to pre-meeting state | 17:14 | |
| krotscheck | TheJulia: COffee? | 17:15 |
| krotscheck | TheJulia: Do you use the twitters? | 17:15 |
| *** penick has quit IRC | 17:16 | |
| TheJulia | krotscheck: I just started a new bag of coffee for my espresso... and I'm finding it to be less than desirable.... but I guess it would still work | 17:16 |
| *** yolanda has joined #openstack-ironic | 17:16 | |
| krotscheck | TheJulia: We had that experience recently. Our coffee consumption spiked because of new magic automatic coffee maker, so we tried to buy bulk. BIG Mistake. | 17:17 |
| *** sinval-afk is now known as sinval | 17:17 | |
| TheJulia | krotscheck: I do use twitter a little, used to much more, @ashinclouds | 17:18 |
| TheJulia | Yeah, I went to different roast of maui coffee and the beans just aren't roasted well enough for my tastes. :\ | 17:19 |
| krotscheck | TheJulia: Woot. You will be quoted. | 17:19 |
| TheJulia | lol | 17:19 |
| *** daemontool has quit IRC | 17:22 | |
| *** linuxaddicts has joined #openstack-ironic | 17:25 | |
| *** dtantsur|brb is now known as dtantsur|afk | 17:27 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Implement 'introspection data save' command https://review.openstack.org/266409 | 17:30 |
| * TheJulia has another latte and determines shopping run for different beans is necessary tonight. | 17:40 | |
| *** mbound has quit IRC | 17:41 | |
| *** garthb has joined #openstack-ironic | 17:41 | |
| *** e0ne has quit IRC | 17:42 | |
| lucasagomes | devananda, around, I'm trying to figure out how can I create that prefix index with sqlalchemy | 17:42 |
| lucasagomes | any clue? | 17:42 |
| *** garthb__ has quit IRC | 17:43 | |
| *** izaakk has joined #openstack-ironic | 17:44 | |
| devananda | lucasagomes: hrmm... google did not help me. | 17:45 |
| devananda | lucasagomes: unfortunately I need to run to the airport right now | 17:45 |
| lucasagomes | devananda, yeah, I wonder if it's some mysql only tihng | 17:45 |
| lucasagomes | thing* | 17:45 |
| lucasagomes | devananda, ok, I will continue to look at it but I'm afraid it's not possible with sqlalchemy :-/ | 17:46 |
| lucasagomes | have a safe flight btw | 17:46 |
| devananda | thanks! | 17:46 |
| jroll | lucasagomes: you can do raw queries though, so you could put in raw queries to add the index, with ifs for the db engine as needed | 17:47 |
| jroll | though I don't love making assumptions about what engines are supported | 17:47 |
| linuxaddicts | what is the purpose of fakehost? | 17:47 |
| rloo | jroll: wondering. do we still want this tempest patch -2'd https://review.openstack.org/#/c/265311/, or the patch that migrates the tests? | 17:48 |
| lucasagomes | jroll, hmm would that be part of the alembic script? When creating the tables check the engine and if mysql (assuming it's a mysql-only thing) add the index? | 17:48 |
| jroll | rloo: urgh, oops | 17:48 |
| lucasagomes | linuxaddicts, fakehost?! | 17:48 |
| jroll | lucasagomes: yeah exactly, I would assume postgres has these too | 17:48 |
| *** ali_ has joined #openstack-ironic | 17:49 | |
| jroll | rloo: fixed | 17:50 |
| jroll | thanks for pointing that out | 17:50 |
| rloo | jroll: thx | 17:50 |
| lucasagomes | jroll, will look at it, but it really seems some mysql thing | 17:50 |
| jroll | lucasagomes: yikes | 17:51 |
| jroll | that's not good | 17:51 |
| *** athomas has quit IRC | 17:51 | |
| dtantsur|afk | lucasagomes, http://stackoverflow.com/questions/21823949/how-to-add-a-prefix-length-index-in-postgresql seems like what you're looking for, no? | 17:52 |
| lucasagomes | dtantsur|afk, yeah... lemme read it | 17:53 |
| * dtantsur|afk is afk for real now | 17:53 | |
| NobodyCam | night dtantsur|afk | 17:54 |
| *** raddaoui has quit IRC | 17:54 | |
| lucasagomes | dtantsur|afk, yeah wildcards... problem being this is something we would like to avoid (see https://review.openstack.org/#/c/253605/7/specs/approved/indexable-json-fields.rst L67) | 17:55 |
| *** harshs has quit IRC | 17:55 | |
| linuxaddicts | lucasagomes, if baremetal node is not available, looking for alternates. | 17:58 |
| *** athomas has joined #openstack-ironic | 17:59 | |
| lucasagomes | linuxaddicts, I may be missing some context... | 17:59 |
| linuxaddicts | lucasagomes, http://docs.openstack.org/developer/ironic/webapi/v1.html#drivers | 18:02 |
| *** trown is now known as trown|lunch | 18:02 | |
| *** jistr has quit IRC | 18:03 | |
| lucasagomes | linuxaddicts, the "hosts" is a list with the hostnames with all conductors that has a given driver enabled | 18:03 |
| openstackgerrit | Milan Kováčik proposed openstack/ironic-inspector: Introducing API for aborting introspection https://review.openstack.org/265275 | 18:04 |
| lucasagomes | jroll, http://docs.sqlalchemy.org/en/latest/dialects/mysql.html#index-length a-ha | 18:05 |
| jroll | lucasagomes: nice, does that mean this will be terrible on postgres though? | 18:06 |
| lucasagomes | jroll, I'm afraid so :-( | 18:07 |
| jroll | hrm | 18:07 |
| lucasagomes | cause based on that stackoverflow postgres should use wildcard, or have the query to contain left(<size>) | 18:07 |
| * lucasagomes is looking at postgres options | 18:07 | |
| *** ionutbalutoiu has quit IRC | 18:09 | |
| lucasagomes | what makes me wonder more is the because, if we start using some db specific things it may worth just using something like native JSON types | 18:10 |
| lucasagomes | which is support in postgres and mysql | 18:10 |
| lucasagomes | but that would be a big change :-/ | 18:10 |
| *** ali_ has quit IRC | 18:11 | |
| *** mgould has quit IRC | 18:12 | |
| *** moshele has joined #openstack-ironic | 18:13 | |
| *** sambetts has quit IRC | 18:13 | |
| lucasagomes | jroll, yeah seems it will be limited to mysql... I don't know, what you think? Should we go ahead with it? Maybe take another approach ? (splitting the things we want to be able to filter on different columns in the node object?) | 18:16 |
| lucasagomes | Node.cpus, instead of having it in properties I mean | 18:16 |
| *** Marga_ has joined #openstack-ironic | 18:17 | |
| jroll | lucasagomes: I'm not sure right now honestly, it seems bad to limit this to mysql | 18:18 |
| lucasagomes | yeah, I also don't know | 18:18 |
| *** ionutbalutoiu has joined #openstack-ironic | 18:24 | |
| *** jaybeale has joined #openstack-ironic | 18:25 | |
| *** jaybeale has quit IRC | 18:29 | |
| *** ukalifon1 has quit IRC | 18:32 | |
| *** ukalifon has joined #openstack-ironic | 18:32 | |
| *** piet has quit IRC | 18:32 | |
| *** krtaylor has quit IRC | 18:35 | |
| *** e0ne has joined #openstack-ironic | 18:35 | |
| jlvillal | vdrok: Are you still working on https://review.openstack.org/#/c/220223/ ? | 18:38 |
| *** raddaoui has joined #openstack-ironic | 18:38 | |
| *** ifarkas has quit IRC | 18:49 | |
| *** ChubYann has joined #openstack-ironic | 18:49 | |
| * jlvillal gets a tad frustrated that he seems to run into issues that are "unique" when running devstack-gate, tempest, and devstack. | 18:49 | |
| * jlvillal goes and files a bug... | 18:49 | |
| *** ukalifon has quit IRC | 18:51 | |
| *** piet has joined #openstack-ironic | 18:53 | |
| *** daemontool has joined #openstack-ironic | 19:00 | |
| *** electrofelix has quit IRC | 19:04 | |
| *** aginwala has joined #openstack-ironic | 19:06 | |
| *** trown|lunch is now known as trown | 19:06 | |
| *** athomas has quit IRC | 19:11 | |
| openstackgerrit | Moshe Levi proposed openstack/ironic: Adding InfiniBand Support https://review.openstack.org/264263 | 19:11 |
| *** ashaw has joined #openstack-ironic | 19:11 | |
| *** aginwala has quit IRC | 19:17 | |
| *** athomas has joined #openstack-ironic | 19:19 | |
| *** yarkot has joined #openstack-ironic | 19:22 | |
| *** aginwala has joined #openstack-ironic | 19:23 | |
| openstackgerrit | Moshe Levi proposed openstack/ironic: Adding InfiniBand Support https://review.openstack.org/264263 | 19:24 |
| *** ashaw has quit IRC | 19:25 | |
| *** yarkot has quit IRC | 19:25 | |
| openstackgerrit | Moshe Levi proposed openstack/ironic-inspector: Adding InfiniBand Support https://review.openstack.org/264257 | 19:28 |
| openstackgerrit | Moshe Levi proposed openstack/ironic: Adding InfiniBand Support https://review.openstack.org/264263 | 19:29 |
| *** baoli has quit IRC | 19:31 | |
| *** zer0c00l has joined #openstack-ironic | 19:38 | |
| *** zer0c00l has quit IRC | 19:38 | |
| *** ashaw has joined #openstack-ironic | 19:38 | |
| *** zer0c00l has joined #openstack-ironic | 19:38 | |
| *** Sukhdev has joined #openstack-ironic | 19:43 | |
| *** Nisha has quit IRC | 19:56 | |
| *** aginwala has quit IRC | 19:57 | |
| openstackgerrit | Jarrod Johnson proposed openstack/pyghmi: Add Lenovo System X proprietary function (WIP) https://review.openstack.org/266554 | 20:01 |
| *** aginwala has joined #openstack-ironic | 20:02 | |
| *** aginwala has quit IRC | 20:12 | |
| *** ashaw has quit IRC | 20:12 | |
| lucasagomes | folks I'm going to call it a day | 20:14 |
| lucasagomes | have a great night everyone | 20:14 |
| *** lucasagomes is now known as lucas-dinner | 20:14 | |
| NobodyCam | night lucas-dinner | 20:14 |
| *** aginwala has joined #openstack-ironic | 20:15 | |
| *** Sukhdev has quit IRC | 20:18 | |
| *** piet has quit IRC | 20:22 | |
| *** moshele has quit IRC | 20:22 | |
| *** dprince has quit IRC | 20:23 | |
| *** aginwala has quit IRC | 20:26 | |
| *** aginwala has joined #openstack-ironic | 20:26 | |
| *** aginwala has quit IRC | 20:41 | |
| zer0c00l | Any one seeing resolv errors while running 'make default' on IPA? | 20:52 |
| zer0c00l | i am building IPA on my fedora 23 box | 20:52 |
| zer0c00l | seeing those errors | 20:52 |
| zer0c00l | cannot resolv security.debian.org | 20:52 |
| *** daemontool has quit IRC | 20:52 | |
| zer0c00l | had to fix it by adding DOCKER_OPTS="-dns 8.8.8.8 -dns 8.8.4.4" | 20:53 |
| zer0c00l | in /etc/sysconfig/docker | 20:53 |
| *** krtaylor has joined #openstack-ironic | 20:55 | |
| *** raildo is now known as raildo-afk | 20:57 | |
| *** krtaylor has quit IRC | 21:09 | |
| *** spandhe has joined #openstack-ironic | 21:16 | |
| *** aginwala has joined #openstack-ironic | 21:31 | |
| mrda | Morning Ironic | 21:34 |
| TheJulia | Good morning mrda | 21:35 |
| mrda | o/ | 21:36 |
| NobodyCam | morning mrda | 21:41 |
| mrda | \o | 21:45 |
| *** baoli has joined #openstack-ironic | 21:47 | |
| *** trown is now known as trown|outttypeww | 21:53 | |
| NobodyCam | :) | 21:53 |
| *** baoli has quit IRC | 21:58 | |
| *** baoli has joined #openstack-ironic | 21:59 | |
| *** krtaylor has joined #openstack-ironic | 22:05 | |
| *** aginwala has quit IRC | 22:06 | |
| *** davidlenwell has quit IRC | 22:09 | |
| *** baoli has quit IRC | 22:10 | |
| *** baoli has joined #openstack-ironic | 22:11 | |
| *** davidlenwell has joined #openstack-ironic | 22:11 | |
| *** jcoufal has quit IRC | 22:13 | |
| *** dims has quit IRC | 22:15 | |
| *** jamielennox|away is now known as jamielennox | 22:17 | |
| *** baoli has quit IRC | 22:22 | |
| *** baoli has joined #openstack-ironic | 22:22 | |
| jlvillal | mrda: Morning | 22:24 |
| *** aginwala has joined #openstack-ironic | 22:28 | |
| mrda | hey jlvillal - you're not in SAT yet? | 22:29 |
| *** piet has joined #openstack-ironic | 22:30 | |
| jlvillal | mrda: No, my trip got canceled. I had some other higher priority things they wanted me to work on here. Where I need to be able to plug and unplug network cables :) | 22:31 |
| *** davideag_ has quit IRC | 22:31 | |
| NobodyCam | off the wall question... anyone run into this when running dbsync? http://paste.openstack.org/show/Dl40sbcF2Ibz5Ay7jPEd/ | 22:31 |
| *** davideagnello has joined #openstack-ironic | 22:32 | |
| jroll | NobodyCam: oslo.log installed? passing --config-file path/to/config? | 22:32 |
| NobodyCam | yea, digging in now | 22:33 |
| *** baoli has quit IRC | 22:34 | |
| *** baoli has joined #openstack-ironic | 22:34 | |
| *** davideagnello has quit IRC | 22:35 | |
| *** davideagnello has joined #openstack-ironic | 22:36 | |
| mrda | jlvillal: that's a shame, there might be something waiting for you in SAT :) | 22:40 |
| jlvillal | mrda: Damn! I am still supposed to go there. Just delayed a few weeks. | 22:40 |
| *** ionutbalutoiu has quit IRC | 22:46 | |
| *** baoli has quit IRC | 22:46 | |
| *** baoli has joined #openstack-ironic | 22:47 | |
| *** piet has quit IRC | 22:51 | |
| *** davideagnello has quit IRC | 22:54 | |
| *** davideagnello has joined #openstack-ironic | 22:56 | |
| openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: WIP: Testing https://review.openstack.org/264577 | 22:57 |
| *** baoli has quit IRC | 22:58 | |
| *** baoli has joined #openstack-ironic | 22:58 | |
| *** aginwala has quit IRC | 23:00 | |
| *** thrash is now known as thrash|g0ne | 23:00 | |
| *** izaakk has quit IRC | 23:03 | |
| *** aginwala has joined #openstack-ironic | 23:05 | |
| *** baoli has quit IRC | 23:10 | |
| *** baoli has joined #openstack-ironic | 23:10 | |
| *** davideagnello has quit IRC | 23:14 | |
| *** davideagnello has joined #openstack-ironic | 23:16 | |
| *** davidlenwell has quit IRC | 23:17 | |
| *** davidlenwell has joined #openstack-ironic | 23:18 | |
| *** aginwala has quit IRC | 23:20 | |
| *** Sukhdev has joined #openstack-ironic | 23:22 | |
| *** baoli has quit IRC | 23:22 | |
| *** baoli has joined #openstack-ironic | 23:23 | |
| *** e0ne has quit IRC | 23:26 | |
| *** aginwala has joined #openstack-ironic | 23:32 | |
| *** baoli has quit IRC | 23:34 | |
| *** baoli has joined #openstack-ironic | 23:35 | |
| *** harshs has joined #openstack-ironic | 23:37 | |
| *** logan2 has joined #openstack-ironic | 23:42 | |
| *** logan2 is now known as logan- | 23:42 | |
| *** baoli has quit IRC | 23:46 | |
| *** baoli has joined #openstack-ironic | 23:47 | |
| *** smoriya_ has joined #openstack-ironic | 23:48 | |
| *** cdearborn has joined #openstack-ironic | 23:49 | |
| *** [1]cdearborn has quit IRC | 23:50 | |
| NobodyCam | jroll: fyi: looks like I was getting kilo version installed | 23:52 |
| NobodyCam | testing now with actual liberty version :p | 23:52 |
| *** piet has joined #openstack-ironic | 23:57 | |
| *** baoli has quit IRC | 23:58 | |
| *** baoli has joined #openstack-ironic | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!