rloo | jlvillal, mgagne: I didn't really follow what you were doing, but is this somewhat similar: https://github.com/openstack/oslo-incubator/blob/master/tools/clone_openstack.sh | 00:00 |
---|---|---|
*** openstackgerrit has quit IRC | 00:01 | |
jlvillal | rloo: I think it is openstack re-inventing repo :) Sort of. | 00:01 |
mgagne | rloo: repo is a tool written for the android project and looks to offer more features | 00:01 |
mgagne | yea | 00:01 |
jlvillal | rloo: But in bash :( | 00:01 |
mgagne | and I don't want to clone the world | 00:01 |
*** openstackgerrit has joined #openstack-ironic | 00:02 | |
mgagne | I know you can pass in projects but it's a manual work and you can't organize them as you want | 00:02 |
*** openstackstatus has quit IRC | 00:02 | |
*** openstack has joined #openstack-ironic | 00:04 | |
jlvillal | mgagne: I think you can also use 'repo init -g ironic ....' | 00:05 |
jlvillal | mgagne: Since you created an ironic group | 00:05 |
mgagne | you need to have a manifest first which my tool generates | 00:05 |
mgagne | all depends on your taste =) | 00:06 |
jlvillal | mgagne: Right. But if had your everything manifest, could use the -g option | 00:06 |
mgagne | true | 00:06 |
*** devlaps has quit IRC | 00:09 | |
openstackgerrit | Merged openstack/ironic: Fix documentation for installing mariaDB https://review.openstack.org/229032 | 00:09 |
openstackgerrit | Merged openstack/ironic: Fix documentation for installing mariaDB https://review.openstack.org/229032 | 00:09 |
*** Sukhdev has quit IRC | 00:09 | |
*** penick has quit IRC | 00:11 | |
jlvillal | Merge it twice! | 00:12 |
jlvillal | Or maybe that is my ZNC client going funky.... | 00:12 |
rloo | jlvillal: no, it is twice. cuz that is such an important patch! (Seriously I've seen it do that before.) | 00:13 |
jlvillal | :) | 00:13 |
rloo | ciao jlvillal, talk to you tomorrow. | 00:14 |
*** rloo has left #openstack-ironic | 00:14 | |
jlvillal | rloo: ciao! | 00:14 |
*** karimb has quit IRC | 00:14 | |
*** amotoki has joined #openstack-ironic | 00:18 | |
*** Sukhdev has joined #openstack-ironic | 00:19 | |
*** tsekiyam_ has joined #openstack-ironic | 00:19 | |
*** mtanino has quit IRC | 00:19 | |
*** amotoki has quit IRC | 00:22 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #openstack-ironic | 00:23 | |
*** tsekiyama has quit IRC | 00:23 | |
*** tsekiyam_ has quit IRC | 00:23 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: WIP https://review.openstack.org/229196 | 00:34 |
*** sdake_ has joined #openstack-ironic | 00:38 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Add 'whitelist_externals = bash' for two testenvs https://review.openstack.org/229197 | 00:39 |
jlvillal | jroll: I think ^^^ is kind of important | 00:39 |
jlvillal | At least it was failing for me. | 00:40 |
jlvillal | Haomeng: Maybe you can look at it too? ^^^^ | 00:40 |
jlvillal | https://review.openstack.org/229197 | 00:41 |
*** sdake has quit IRC | 00:43 | |
openstackgerrit | Merged openstack/python-ironicclient: Fix the bug of incorrect spelling https://review.openstack.org/228737 | 00:43 |
Haomeng | jlvillal: sure:) | 00:43 |
jlvillal | Haomeng: Thank you much. Maybe you can reproduce the: tox -epep8 error I was seeing locally without the patch | 00:43 |
* jlvillal is unsure how it snuck through the gate | 00:43 | |
Haomeng | jlvillal: ok, will do, thanks:) | 00:44 |
*** naohirot has joined #openstack-ironic | 00:45 | |
*** Sukhdev has quit IRC | 00:45 | |
*** Sukhdev has joined #openstack-ironic | 00:46 | |
*** sdake_ has quit IRC | 00:53 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: WIP https://review.openstack.org/229196 | 00:55 |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Add 'whitelist_externals = bash' for two testenvs https://review.openstack.org/229197 | 01:00 |
jlvillal | jroll, Haomeng: Strange, the pep8 test says it passes at the bottom, but it doesn't actually run the test. Submitted bug on this and added it to the patch. | 01:00 |
*** Sukhdev has quit IRC | 01:03 | |
jlvillal | jroll, Haomeng: Okay. Seems like pep8 does work. So false alarm. Error message being printed doesn't mean it isn't running pep8 tests. | 01:04 |
Haomeng | jlvillal: yes, it is strange | 01:04 |
Haomeng | jlvillal: some time, local pep8 != jekins pep8 behavior | 01:05 |
*** saripurigopi has quit IRC | 01:05 | |
*** saripurigopi has joined #openstack-ironic | 01:05 | |
jlvillal | Haomeng: Could be. So I think that it is just a warning message. So my patch is not critical. PEP8 tests are being done correctly as I put in PEP8 errors and it did fail. | 01:07 |
jlvillal | Without my patch. | 01:07 |
jlvillal | So my fix is more of a cosmetic fix to get rid of the warning message. | 01:07 |
*** baoli has joined #openstack-ironic | 01:10 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: WIP: Move unit tests to correct directory https://review.openstack.org/229196 | 01:10 |
Haomeng | jlvillal: good:) | 01:11 |
*** praneshp has quit IRC | 01:15 | |
*** harshs has quit IRC | 01:16 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: WIP: Move unit tests to correct directory https://review.openstack.org/229196 | 01:17 |
*** harshs has joined #openstack-ironic | 01:20 | |
krotscheck | Oh, that lovely moment when you make a change and run into your own test threshold | 01:26 |
*** saripurigopi has quit IRC | 01:27 | |
*** morgan is now known as notreallymorgan | 01:30 | |
*** notreallymorgan is now known as morgan | 01:30 | |
*** mrda has joined #openstack-ironic | 01:33 | |
*** amotoki has joined #openstack-ironic | 01:48 | |
*** harshs has quit IRC | 01:48 | |
*** amotoki has quit IRC | 01:53 | |
*** lazy_prince has joined #openstack-ironic | 01:56 | |
*** sdake has joined #openstack-ironic | 01:58 | |
*** killer_prince has joined #openstack-ironic | 02:03 | |
*** zhenguo has joined #openstack-ironic | 02:06 | |
*** lazy_prince has quit IRC | 02:07 | |
*** mrda has quit IRC | 02:27 | |
*** achanda has joined #openstack-ironic | 02:43 | |
*** dims_ has quit IRC | 02:57 | |
*** amotoki has joined #openstack-ironic | 03:02 | |
*** amotoki has quit IRC | 03:07 | |
*** harshs has joined #openstack-ironic | 03:16 | |
*** puranamr has joined #openstack-ironic | 03:17 | |
*** shuquan has joined #openstack-ironic | 03:19 | |
*** puranamr has quit IRC | 03:19 | |
*** puranamr has joined #openstack-ironic | 03:20 | |
openstackgerrit | Om Kumar proposed openstack/ironic: Add portgroups to support LAG interfaces - RPC https://review.openstack.org/206243 | 03:20 |
openstackgerrit | Om Kumar proposed openstack/ironic: Add portgroups to support LAG interfaces - API https://review.openstack.org/206244 | 03:20 |
openstackgerrit | Om Kumar proposed openstack/ironic: Add portgroups to support LAG interfaces - net https://review.openstack.org/206245 | 03:20 |
openstackgerrit | Om Kumar proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 03:21 |
openstackgerrit | Om Kumar proposed openstack/ironic: Add portgroups to support LAG interfaces - DB https://review.openstack.org/206232 | 03:21 |
openstackgerrit | Om Kumar proposed openstack/ironic: Add portgroups to support LAG interfaces - objs https://review.openstack.org/206238 | 03:21 |
openstackgerrit | Om Kumar proposed openstack/ironic: Add network provider interface and implementations https://review.openstack.org/139687 | 03:21 |
*** puranamr has quit IRC | 03:23 | |
*** puranamr has joined #openstack-ironic | 03:24 | |
*** puranamr has quit IRC | 03:28 | |
*** killer_prince has quit IRC | 03:29 | |
*** Sukhdev has joined #openstack-ironic | 03:35 | |
*** puranamr has joined #openstack-ironic | 03:35 | |
*** sdake has quit IRC | 03:38 | |
*** saripurigopi has joined #openstack-ironic | 03:40 | |
*** sdake has joined #openstack-ironic | 03:41 | |
*** shuquan has quit IRC | 03:41 | |
*** amotoki has joined #openstack-ironic | 03:42 | |
*** shuquan has joined #openstack-ironic | 03:44 | |
*** harshs has quit IRC | 03:45 | |
*** sdake has quit IRC | 03:46 | |
*** puranamr has quit IRC | 03:53 | |
*** links has joined #openstack-ironic | 03:53 | |
*** baoli has quit IRC | 03:54 | |
*** rameshg87 has joined #openstack-ironic | 03:57 | |
*** dims has joined #openstack-ironic | 03:57 | |
*** Nisha has joined #openstack-ironic | 03:59 | |
*** shuquan has quit IRC | 04:00 | |
*** amotoki has quit IRC | 04:01 | |
*** shuquan has joined #openstack-ironic | 04:02 | |
*** dims has quit IRC | 04:03 | |
*** VikasC has joined #openstack-ironic | 04:05 | |
*** pradipta has joined #openstack-ironic | 04:05 | |
*** amotoki has joined #openstack-ironic | 04:11 | |
*** amotoki has quit IRC | 04:20 | |
*** ramineni has joined #openstack-ironic | 04:29 | |
*** amotoki has joined #openstack-ironic | 04:30 | |
*** ramineni1 has joined #openstack-ironic | 04:32 | |
*** ramineni has quit IRC | 04:33 | |
*** ramineni has joined #openstack-ironic | 04:34 | |
*** links has quit IRC | 04:36 | |
*** ramineni1 has quit IRC | 04:36 | |
*** ramineni2 has joined #openstack-ironic | 04:36 | |
*** ramineni1 has joined #openstack-ironic | 04:37 | |
*** ramineni has quit IRC | 04:38 | |
*** ramineni has joined #openstack-ironic | 04:39 | |
*** ramineni2 has quit IRC | 04:40 | |
*** ramineni2 has joined #openstack-ironic | 04:40 | |
*** ramineni1 has quit IRC | 04:41 | |
*** ramineni1 has joined #openstack-ironic | 04:42 | |
*** ramineni has quit IRC | 04:43 | |
*** ramineni has joined #openstack-ironic | 04:45 | |
*** ramineni2 has quit IRC | 04:45 | |
*** ramineni2 has joined #openstack-ironic | 04:46 | |
*** ramineni1 has quit IRC | 04:46 | |
*** amotoki has quit IRC | 04:48 | |
*** ramineni has quit IRC | 04:49 | |
*** ramineni2 has quit IRC | 04:50 | |
Sukhdev | lazy_prince: Ping | 04:54 |
openstackgerrit | Shinn'ya Hoshino proposed openstack/ironic: Fix a bug error by passwords includes just numbers https://review.openstack.org/220385 | 05:03 |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Move unit tests to correct directory https://review.openstack.org/229196 | 05:04 |
*** praneshp_ has joined #openstack-ironic | 05:05 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Move unit tests to correct directory https://review.openstack.org/229196 | 05:07 |
*** thiagop has quit IRC | 05:08 | |
*** sinval has quit IRC | 05:10 | |
*** afaranha has quit IRC | 05:10 | |
*** amotoki has joined #openstack-ironic | 05:11 | |
*** links has joined #openstack-ironic | 05:12 | |
*** shuquan has quit IRC | 05:13 | |
*** shuquan has joined #openstack-ironic | 05:14 | |
jlvillal | rameshg87, Have you looked at https://review.openstack.org/#/c/220385 ? I don't understand how it fixes what the commit says it fixes. Have you looked at it before? | 05:14 |
jlvillal | If you have time today to look at it :) | 05:14 |
* jlvillal gets ready for sleep... | 05:15 | |
rameshg87 | jlvillal: hi | 05:17 |
rameshg87 | jlvillal: will have a look, haven't looked at it before | 05:18 |
*** enikanorov has joined #openstack-ironic | 05:18 | |
*** enikanorov_ has quit IRC | 05:21 | |
*** shuquan has quit IRC | 05:25 | |
*** olaph has quit IRC | 05:26 | |
*** shuquan has joined #openstack-ironic | 05:26 | |
*** Sukhdev has quit IRC | 05:29 | |
*** alexpilotti has quit IRC | 05:33 | |
*** olaph has joined #openstack-ironic | 05:41 | |
*** lsmola has joined #openstack-ironic | 05:42 | |
*** lazy_prince has joined #openstack-ironic | 05:43 | |
*** benhur_marcel has joined #openstack-ironic | 06:01 | |
*** itsuugo has joined #openstack-ironic | 06:04 | |
openstackgerrit | Merged openstack/ironic: Update help strings for DRAC configs https://review.openstack.org/228976 | 06:12 |
openstackgerrit | Merged openstack/ironic: Add 'whitelist_externals = bash' for two testenvs https://review.openstack.org/229197 | 06:14 |
*** itsuugo has quit IRC | 06:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Imported Translations from Zanata https://review.openstack.org/229258 | 06:31 |
*** shuquan has quit IRC | 06:35 | |
*** yog_ has joined #openstack-ironic | 06:35 | |
*** x3k` has quit IRC | 06:46 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add hardware inspection module for iRMC driver https://review.openstack.org/196480 | 06:48 |
*** Marga_ has quit IRC | 06:56 | |
*** Marga_ has joined #openstack-ironic | 06:56 | |
*** karimb has joined #openstack-ironic | 06:58 | |
*** Marga__ has joined #openstack-ironic | 06:59 | |
*** kevinbenton has quit IRC | 07:03 | |
*** Marga_ has quit IRC | 07:03 | |
*** jlvillal has quit IRC | 07:05 | |
*** Marga__ has quit IRC | 07:18 | |
*** kevinbenton has joined #openstack-ironic | 07:21 | |
*** Haomeng has quit IRC | 07:23 | |
*** Haomeng has joined #openstack-ironic | 07:23 | |
*** alexpilotti has joined #openstack-ironic | 07:24 | |
*** ifarkas has joined #openstack-ironic | 07:26 | |
*** itsuugo has joined #openstack-ironic | 07:34 | |
*** stendulker has joined #openstack-ironic | 07:35 | |
*** praneshp_ has quit IRC | 07:36 | |
*** praneshp has joined #openstack-ironic | 07:36 | |
*** mgoddard has joined #openstack-ironic | 07:43 | |
*** praneshp has quit IRC | 07:44 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iscsi_ilo driver to use new boot interface https://review.openstack.org/229274 | 07:46 |
*** romainh has joined #openstack-ironic | 07:47 | |
*** achanda has quit IRC | 07:48 | |
*** alexpilotti has quit IRC | 07:58 | |
*** benhur_marcel has quit IRC | 07:58 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iscsi_ilo driver to use new boot interface https://review.openstack.org/216538 | 08:00 |
*** jistr has joined #openstack-ironic | 08:02 | |
*** e0ne has joined #openstack-ironic | 08:03 | |
*** itsuugo has quit IRC | 08:08 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iscsi_ilo driver to use new boot interface https://review.openstack.org/229284 | 08:13 |
openstackgerrit | Anton Arefiev proposed openstack/python-ironicclient: WIP: Support Ironic API under proxy https://review.openstack.org/229286 | 08:14 |
openstackgerrit | Anton Arefiev proposed openstack/python-ironicclient: WIP: Support Ironic API behind proxy https://review.openstack.org/229286 | 08:15 |
*** alexpilotti has joined #openstack-ironic | 08:15 | |
*** ukalifon has joined #openstack-ironic | 08:15 | |
*** derekh has joined #openstack-ironic | 08:16 | |
*** athomas has joined #openstack-ironic | 08:16 | |
openstackgerrit | Imre Farkas proposed openstack/ironic: DRAC BIOS vendor_passthru: enable rebooting the node https://review.openstack.org/163071 | 08:20 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor agent_ilo driver to use new boot interface https://review.openstack.org/217102 | 08:23 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iLO driver console interface into new module https://review.openstack.org/229284 | 08:25 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iLO drivers to use new boot interface https://review.openstack.org/229274 | 08:26 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iscsi_ilo driver to use new boot interface https://review.openstack.org/216538 | 08:28 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor iLO driver console interface into new module https://review.openstack.org/229284 | 08:29 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Refactor agent_ilo driver to use new boot interface https://review.openstack.org/217102 | 08:29 |
*** amotoki_ has joined #openstack-ironic | 08:49 | |
openstackgerrit | Anton Arefiev proposed openstack/python-ironicclient: WIP: Support Ironic API behind proxy https://review.openstack.org/229286 | 08:54 |
*** ukalifon has quit IRC | 08:58 | |
*** e0ne has quit IRC | 09:00 | |
*** e0ne has joined #openstack-ironic | 09:00 | |
*** alexpilotti has quit IRC | 09:04 | |
*** amotoki_ has quit IRC | 09:07 | |
*** amotoki has quit IRC | 09:08 | |
*** dtantsur|afk is now known as dtantsur | 09:10 | |
dtantsur | Morning Ironic | 09:11 |
vdrok | morning ironic and dtantsur | 09:12 |
dtantsur | o/ | 09:12 |
*** amotoki has joined #openstack-ironic | 09:13 | |
*** pelix has joined #openstack-ironic | 09:16 | |
*** amotoki has quit IRC | 09:18 | |
*** digimonde has joined #openstack-ironic | 09:22 | |
*** dims has joined #openstack-ironic | 09:32 | |
*** killer_prince has joined #openstack-ironic | 09:37 | |
*** lazy_prince has quit IRC | 09:38 | |
*** dims has quit IRC | 09:39 | |
*** dims has joined #openstack-ironic | 09:42 | |
*** amotoki has joined #openstack-ironic | 09:46 | |
*** enikanorov_ has joined #openstack-ironic | 09:48 | |
*** marzif has joined #openstack-ironic | 09:51 | |
*** enikanorov has quit IRC | 09:52 | |
openstackgerrit | Shuquan Huang proposed openstack/ironic: Fix ubuntu install command in install guide https://review.openstack.org/229333 | 09:55 |
*** itsuugo has joined #openstack-ironic | 09:56 | |
*** amotoki has quit IRC | 09:58 | |
*** naohirot has quit IRC | 10:00 | |
*** marzif has quit IRC | 10:03 | |
*** romcheg has joined #openstack-ironic | 10:08 | |
*** thrash|g0ne is now known as thrash | 10:10 | |
*** sambetts_ is now known as sambetts | 10:10 | |
sambetts | Morning dtantsur and everyone else o/ | 10:10 |
dtantsur | morning sambetts | 10:11 |
*** killer_prince has quit IRC | 10:15 | |
*** lazy_prince has joined #openstack-ironic | 10:15 | |
*** jasondotstar_afk is now known as jasondotstar | 10:19 | |
rameshg87 | morning all | 10:19 |
*** Nisha has quit IRC | 10:19 | |
rameshg87 | sambetts: any updates from the grub2 issue yesterday ? | 10:20 |
*** amotoki has joined #openstack-ironic | 10:20 | |
sambetts | Hey rameshg87, I didn't get much further, I checked the grub probe with -vv and the results were the same as with only 1 -v | 10:21 |
rameshg87 | oh :( | 10:21 |
sambetts | rameshg87: I pulled the tripleo_elements down and the localboot element that they provide works out of the box | 10:21 |
rameshg87 | sambetts: okay | 10:22 |
openstackgerrit | Ramakrishnan G proposed openstack/ironic: Add support for in-band cleaning in ISCSIDeploy https://review.openstack.org/220898 | 10:22 |
sambetts | rameshg87: I really don't get why the grub2 element doesn't work, I found this http://edoceo.com/notabene/grub-probe-error-cannot-find-device-for-root but I don't know if its helpful or not | 10:24 |
rameshg87 | sambetts: yeah, and your /dev was mounted and it was showing /dev/sd* | 10:25 |
sambetts | rameshg87: yup | 10:26 |
rameshg87 | sambetts: it should have been some other issue | 10:26 |
sambetts | rameshg87: Yeah it must be something else, I went through the logs line by line and couldn't spot anything that might be triggering it though | 10:27 |
rameshg87 | sambetts: hmm..yeah, we should triage it | 10:27 |
sambetts | rameshg87: http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/localboot/install.d/99-boot-helpers#n7 I don't know if the comment here is related | 10:28 |
*** ukalifon1 has joined #openstack-ironic | 10:28 | |
rameshg87 | sambetts: oh yeah, but I still wonder why it goes through fine for me :) | 10:29 |
rameshg87 | sambetts: may be we need something of that sort there in grub2 element as well | 10:29 |
sambetts | rameshg87: I wonder that too, I'm surprised that there are 2 elements which essentially do the same thing | 10:30 |
rameshg87 | sambetts: it was me and lucas who wrote the grub2 module when we added localboot support | 10:30 |
rameshg87 | sambetts: but honestly I didn't know another element exists in tripleo-image-elements :) | 10:30 |
sambetts | rameshg87: I don't know which came first :/ | 10:31 |
*** MattMan has joined #openstack-ironic | 10:32 | |
*** MattMan has left #openstack-ironic | 10:34 | |
*** e0ne has quit IRC | 10:36 | |
*** trown is now known as trown|relocating | 10:44 | |
openstackgerrit | Merged openstack/ironic-inspector: Add .eggs/ to gitignore https://review.openstack.org/228985 | 10:50 |
*** VikasC has quit IRC | 10:53 | |
*** VikasC has joined #openstack-ironic | 10:53 | |
openstackgerrit | Merged openstack/ironic-inspector: Updated from global requirements https://review.openstack.org/229067 | 10:54 |
*** MattMan has joined #openstack-ironic | 10:57 | |
*** MattMan has left #openstack-ironic | 10:58 | |
openstackgerrit | Ramakrishnan G proposed openstack/ironic: Add support for in-band cleaning in ISCSIDeploy https://review.openstack.org/220898 | 11:05 |
*** killer_prince has joined #openstack-ironic | 11:07 | |
* rameshg87 goes home | 11:08 | |
*** rameshg87 has quit IRC | 11:08 | |
*** baoli has joined #openstack-ironic | 11:10 | |
*** baoli has quit IRC | 11:10 | |
*** lazy_prince has quit IRC | 11:10 | |
*** e0ne has joined #openstack-ironic | 11:18 | |
*** baoli has joined #openstack-ironic | 11:18 | |
*** itsuugo has quit IRC | 11:21 | |
*** MattMan has joined #openstack-ironic | 11:25 | |
*** baoli has joined #openstack-ironic | 11:27 | |
*** baoli_ has joined #openstack-ironic | 11:28 | |
*** pradipta has quit IRC | 11:29 | |
*** baoli has quit IRC | 11:32 | |
*** karimb has quit IRC | 11:33 | |
*** stendulker has quit IRC | 11:33 | |
*** karimb has joined #openstack-ironic | 11:34 | |
*** aarefiev has quit IRC | 11:35 | |
*** stendulker has joined #openstack-ironic | 11:35 | |
*** aarefiev has joined #openstack-ironic | 11:38 | |
openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Support for getting introspection data in Python library https://review.openstack.org/224075 | 11:39 |
openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Stop assuming that all shell unit tests are for rules API https://review.openstack.org/229378 | 11:47 |
openstackgerrit | Dmitry Tantsur proposed openstack/python-ironic-inspector-client: Copy gitignore file from ironic-inspector https://review.openstack.org/229379 | 11:50 |
*** stendulker has quit IRC | 11:52 | |
*** romainh has left #openstack-ironic | 11:53 | |
*** romainh has joined #openstack-ironic | 11:54 | |
*** sinval has joined #openstack-ironic | 12:02 | |
*** amotoki has quit IRC | 12:06 | |
*** yog_ has quit IRC | 12:07 | |
*** ukalifon1 has quit IRC | 12:10 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Enable radosgw support in ironic https://review.openstack.org/229389 | 12:12 |
*** trown|relocating is now known as trown | 12:29 | |
*** VikasC has quit IRC | 12:31 | |
*** saripurigopi has quit IRC | 12:32 | |
*** marzif has joined #openstack-ironic | 12:43 | |
*** achanda has joined #openstack-ironic | 12:44 | |
*** itsuugo has joined #openstack-ironic | 12:46 | |
*** saripurigopi has joined #openstack-ironic | 12:54 | |
jroll | morning everyone \o | 12:55 |
sambetts | Hey jroll o/ | 12:56 |
jroll | ohai sambetts ! | 12:56 |
*** achanda has quit IRC | 13:00 | |
*** jaypipes has quit IRC | 13:00 | |
*** rloo has joined #openstack-ironic | 13:06 | |
dtantsur | morning jroll! | 13:09 |
jroll | heya dtantsur :) | 13:10 |
dtantsur | jroll, could you have one more look at https://review.openstack.org/225092 today please? I think I've fixed what could be fixed :) | 13:11 |
openstackgerrit | Shinn'ya Hoshino proposed openstack/ironic: Fix a bug error by passwords includes just numbers https://review.openstack.org/220385 | 13:11 |
jroll | oh yeah, I meant to come back to that | 13:11 |
jroll | thanks for reminder | 13:11 |
dtantsur | cool! | 13:11 |
jroll | dtantsur: I still want something for the hardware module | 13:11 |
jroll | maybe docs + optional-requirements.txt? idk | 13:11 |
jroll | if the docs are under inspector, that's cool too | 13:12 |
jroll | I also owe you guys a release :| | 13:12 |
trown | jroll: its ok we have it building from trunk right now anyways | 13:14 |
trown | which will continue even post release | 13:15 |
jroll | yeah | 13:15 |
jroll | but the first release is the hardest | 13:15 |
jroll | after that it's a four line patch that anyone can do | 13:15 |
*** killer_prince has quit IRC | 13:17 | |
dtantsur | jroll, something like plugin-requirements.txt? | 13:18 |
dtantsur | like in ironic... maybe | 13:18 |
jroll | dtantsur: yeah, I'm not opinionated to the name | 13:19 |
jroll | driver-requirements sounds weird, but is consistent with ironic | 13:19 |
jroll | for example debian packagers use driver-requirements | 13:19 |
dtantsur | well, ipa does not have "drivers", so I'd stick with plugin-requirements (as in inspector btw) | 13:19 |
jroll | ah, ok | 13:20 |
jroll | +1 | 13:20 |
* jroll reviews in the meantime | 13:20 | |
jroll | no temp file \o/ | 13:20 |
dtantsur | yep, seems like I managed to do it :) | 13:21 |
jroll | also TIL journalctl -b | 13:21 |
jroll | good to know | 13:21 |
NobodyCam | good morning Ironicers | 13:23 |
rloo | good morning NobodyCam, jroll, dtantsur | 13:23 |
NobodyCam | good morning rloo | 13:23 |
dtantsur | morning NobodyCam, rloo | 13:24 |
NobodyCam | and morning to dtantsur | 13:24 |
jroll | NobodyCam: rloo: good morning! | 13:24 |
NobodyCam | also to jroll | 13:24 |
NobodyCam | :) | 13:24 |
NobodyCam | lol | 13:24 |
rloo | dtantsur: here's the first patch I know of that touches code in ironic-lib: https://review.openstack.org/#/c/216478/ | 13:24 |
*** Nisha has joined #openstack-ironic | 13:24 | |
NobodyCam | I clearlly need more coffee | 13:24 |
rloo | dtantsur: have you heard from ramesh wrt status of those patches? we should probably start using it | 13:25 |
rloo | dtantsur: patches to migrate to ironic-lib i mean. | 13:25 |
dtantsur | rloo, he was planning to update the whiteboard, seems like he didn't | 13:26 |
dtantsur | yeah, I'm pretty sure we should switch to ironic-lib asap | 13:26 |
jroll | ++ | 13:26 |
rloo | dtantsur: ok. I am regretting offering to fix that bug now. Should have taken jroll's offer to do it :) | 13:27 |
dtantsur | :) | 13:27 |
rloo | dtantsur: seems like a plot to get me involved with ironic-lib :D | 13:27 |
jroll | lol, welp | 13:27 |
jroll | yeah we should block that and move it to ironic-lib | 13:27 |
dtantsur | jroll, anything else to fix on that patch before I press 'git review'? | 13:28 |
*** itsuugo has quit IRC | 13:28 | |
rloo | jroll: yeah, am looking at ironic-lib now ;) | 13:28 |
jroll | dtantsur: /me clicks publish | 13:28 |
jroll | just one little nit in the tests | 13:28 |
dtantsur | yeah, lemme fix | 13:29 |
rloo | oh, jroll: wrt that patch: https://review.openstack.org/#/c/216478/. is it serious enough to backport? | 13:29 |
jroll | rloo: good question... | 13:29 |
jroll | rloo: I guess it depends if we think any production environments will be using not-english | 13:30 |
rloo | jroll: if it is, it might make sense to patch in ironic & ironic-lib to make the cherry-pick easier. not a big deal though. | 13:30 |
jroll | rloo: yeah, that's what I'm thinking | 13:30 |
jroll | fixing it on master is a requirement for backport | 13:30 |
rloo | jroll: well, we will be fixing it on master. just that the code will have diverged between master and stable | 13:31 |
jroll | rloo: right, huge divergence, and probably won't be done before liberty final | 13:31 |
jroll | I say land it on both | 13:31 |
rloo | jroll: right, i was going to say that. not sure when it will land. | 13:31 |
jroll | rloo: if you put up the ironic-lib patch, maybe dtantsur and I can land both at the same time :) | 13:32 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent: Add "logs" and "extra-hardware" inspection collectors https://review.openstack.org/225092 | 13:33 |
dtantsur | jroll, ^^ | 13:33 |
jroll | thanks | 13:33 |
rloo | jroll: ack | 13:34 |
jroll | dtantsur: +2 | 13:38 |
dtantsur | woohoo | 13:38 |
*** marzif has quit IRC | 13:43 | |
*** william has joined #openstack-ironic | 13:44 | |
*** william is now known as Guest49639 | 13:45 | |
*** dims has quit IRC | 13:49 | |
*** dims has joined #openstack-ironic | 13:49 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-lib: Use standard locale when executing 'dd' command https://review.openstack.org/229434 | 13:49 |
jroll | I've never looked at ironic-lib in depth before | 13:52 |
* jroll sees things to fix | 13:52 | |
jroll | thanks for the patch ruby | 13:52 |
openstackgerrit | Matthew Treinish proposed openstack/ironic: Workaround eventlet bug with subunit on python 3 https://review.openstack.org/229436 | 13:52 |
TheJulia | Hmm... ipxe seems broken | 13:52 |
*** mtreinish has joined #openstack-ironic | 13:52 | |
TheJulia | or my config is broken :( | 13:53 |
jroll | ruh roh | 13:53 |
*** digimonde has quit IRC | 13:54 | |
* TheJulia nukes everything and runs the magical script to see what results | 13:55 | |
*** jaypipes has joined #openstack-ironic | 13:56 | |
jroll | I believe we use ipxe in the gate, so it shouldn't get too broken :) | 13:57 |
jroll | dtantsur: wanna land both of those dd patches? | 13:59 |
jroll | I have a +2 on both | 13:59 |
jroll | and then we can backport the one in ironic to liberty | 14:00 |
*** Nisha has quit IRC | 14:01 | |
*** romcheg has quit IRC | 14:02 | |
rloo | jroll: wrt ironic-lib, what were you going to fix? cuz i was going to delete TODO and update setup.cfg | 14:04 |
jroll | rloo: I was going to move the tests directory and use oslo.i18n instead of incubator | 14:04 |
jroll | I can base mine on top of yours | 14:05 |
jroll | (if needed) | 14:05 |
rloo | jroll: ok, no need to base, they don't conflict | 14:05 |
jroll | cool | 14:05 |
jroll | rloo: maybe add a python 3.4 classifier while you're in there :) | 14:06 |
rloo | jroll: oh, do we want to do that now? cuz ironic isn't. | 14:06 |
jroll | orly? | 14:06 |
*** amotoki has joined #openstack-ironic | 14:06 | |
jroll | mehhhh. | 14:06 |
TheJulia | jroll: it might be me, I'm trying to add a new feature to bifrost and naturally have changed the config... rolling back to see if I get the same behavior | 14:06 |
rloo | jroll: yeah. | 14:06 |
rloo | i was going to remove 2.6 | 14:06 |
jroll | rloo: don't worry about it then, for now | 14:06 |
jroll | +1 | 14:06 |
rloo | jroll: ok | 14:06 |
jroll | TheJulia: gotcha | 14:06 |
openstackgerrit | Ruby Loo proposed openstack/ironic-lib: Update setup.cfg https://review.openstack.org/229447 | 14:07 |
TheJulia | Just... none of it was even close to initial boot sequence | 14:07 |
*** itsuugo has joined #openstack-ironic | 14:08 | |
*** saripurigopi has quit IRC | 14:08 | |
*** amotoki has quit IRC | 14:10 | |
dtantsur | jroll, landing | 14:11 |
*** [1]cdearborn has joined #openstack-ironic | 14:11 | |
jroll | dtantsur: cool, thanks | 14:11 |
BadCub | Morning Ironicville | 14:12 |
* jroll passes BadCub the coffee | 14:12 | |
jroll | good morning! | 14:12 |
NobodyCam | :) oh sure | 14:12 |
NobodyCam | lol | 14:12 |
BadCub | ahhhh, coffee. The nectar of the gods! | 14:12 |
jroll | ++ | 14:13 |
dtantsur | morning BadCub | 14:13 |
dtantsur | approved both dd patches, and now I have to go | 14:14 |
BadCub | hiya jroll and dtantsur hows things? | 14:14 |
dtantsur | see you later/tomorrow | 14:14 |
dtantsur | BadCub, good enough :) hope you're fine to | 14:14 |
BadCub | I am very well, thanks :) | 14:14 |
NobodyCam | morning and good night dtantsur | 14:14 |
jroll | g'night dtantsur | 14:15 |
*** romcheg has joined #openstack-ironic | 14:16 | |
*** albertoffb has joined #openstack-ironic | 14:17 | |
*** dtantsur is now known as dtantsur|afk | 14:17 | |
*** amotoki has joined #openstack-ironic | 14:17 | |
*** athomas has quit IRC | 14:22 | |
*** amotoki has quit IRC | 14:24 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-lib: Remove TODO https://review.openstack.org/229454 | 14:26 |
sambetts | o/ dtantsur|afk | 14:26 |
*** athomas has joined #openstack-ironic | 14:27 | |
*** amotoki has joined #openstack-ironic | 14:28 | |
*** mgoddard1 has joined #openstack-ironic | 14:30 | |
*** mgoddard has quit IRC | 14:32 | |
*** amotoki has quit IRC | 14:33 | |
*** amotoki has joined #openstack-ironic | 14:37 | |
*** [2]Rick has joined #openstack-ironic | 14:40 | |
openstackgerrit | Merged openstack/ironic-lib: Use standard locale when executing 'dd' command https://review.openstack.org/229434 | 14:44 |
*** tsekiyama has joined #openstack-ironic | 14:45 | |
*** mtanino has joined #openstack-ironic | 14:49 | |
NobodyCam | morning sambetts :) | 14:50 |
*** linggao has joined #openstack-ironic | 14:54 | |
*** [1]cdearborn has quit IRC | 14:55 | |
*** jlvillal_noznc has joined #openstack-ironic | 14:55 | |
* jlvillal_noznc grumbles about his $4/month VPS hosting ZNC being un-reachable this morning... | 14:55 | |
NobodyCam | jlvillal_noznc: :( | 14:56 |
jlvillal_noznc | NobodyCam, Yeah :( | 14:56 |
* NobodyCam uses hpcloud for is irssi :) | 14:56 | |
jlvillal_noznc | NobodyCam, show off! ;) | 14:57 |
NobodyCam | :p we just happen to run a public cloud :p | 14:57 |
sambetts | o/ NobodyCam | 14:57 |
* sambetts uses a raspberry pi | 14:58 | |
* jroll injects a plug about rackspace cloud and fanatical support | 14:58 | |
NobodyCam | sambetts: \o/ | 14:58 |
NobodyCam | lol | 14:58 |
*** mgoddard1 has quit IRC | 14:59 | |
rloo | jroll etc. what are we going to do with specs in approved/ ? | 15:00 |
jroll | rloo: implement them? :) | 15:00 |
rloo | jroll: so we leave them in approved still? no need to re-evaluate or whatever? | 15:01 |
*** r-daneel has joined #openstack-ironic | 15:01 | |
rloo | jroll: I'm fine with that. I thought there was a diff process before. | 15:01 |
jroll | rloo: yeah, that's the goal | 15:01 |
jroll | there was, when things were targeted to a release cycle | 15:01 |
rloo | jroll: https://wiki.openstack.org/wiki/Ironic/Specs_Process | 15:02 |
rloo | jroll: should that be updated? | 15:02 |
rloo | jroll: 'Specifications have to be re-proposed for every release. The review may be quick, but even if something was previously approved, it should be re-reviewed to make sure it still makes sense as written. ' | 15:02 |
jroll | rloo: yes, apparently | 15:02 |
jroll | docs in too many places | 15:03 |
jroll | rloo: the readme in ironic-specs should be correct as to the process | 15:03 |
rloo | jroll: oh, then the wiki can point to the readme for more info. | 15:03 |
jroll | ya probably | 15:03 |
rloo | jroll: we need to clarify what 'release' is... | 15:03 |
jroll | rloo: it should eventually point to devref | 15:04 |
jroll | rloo: yeah, we should use 'release' for our releases, and 'development cycle' for Liberty, Mitaka, etc | 15:04 |
rloo | jroll: what is 'devref'? | 15:04 |
jroll | rloo: developer docs, the name comes from nova: http://docs.openstack.org/developer/nova/devref/ | 15:05 |
jroll | 'how to develop on ironic' | 15:05 |
jroll | that's something I'm going to focus on a lot during M | 15:05 |
rloo | jroll: oh, so you mean our devrefs | 15:05 |
jroll | yes | 15:05 |
rloo | thx for doing it jroll! | 15:06 |
jroll | rloo: welcome, I may need some help but am leading the charge :) | 15:07 |
*** jistr has quit IRC | 15:07 | |
jroll | rloo: if you don't mind updating that wiki, though, that would be great :) | 15:07 |
rloo | jroll: yeah, i'll update that wiki. might be good if you sent out email about it though. | 15:07 |
jroll | rloo: thanks, will do | 15:09 |
* jroll puts on list | 15:09 | |
*** sdake has joined #openstack-ironic | 15:10 | |
*** [1]cdearborn has joined #openstack-ironic | 15:10 | |
*** Sukhdev has joined #openstack-ironic | 15:14 | |
Sukhdev | lazy_prince: ping | 15:16 |
*** dims_ has joined #openstack-ironic | 15:16 | |
*** itsuugo has quit IRC | 15:17 | |
*** amotoki has quit IRC | 15:18 | |
*** dims has quit IRC | 15:20 | |
*** links has quit IRC | 15:21 | |
rloo | jroll: updated. I left a caveat about re-reviewing. https://wiki.openstack.org/wiki/Ironic/Specs_Process#Ironic_Specs_Process | 15:27 |
jvmario | good morning ironic | 15:28 |
rloo | mornin' jvmario | 15:28 |
linggao | Hi ironic folks. how do you setup {u'is_whole_disk_image': True} for a node? it is a driver_internal_info | 15:30 |
NobodyCam | good morning jvmario | 15:30 |
jroll | rloo: thanks | 15:30 |
jroll | linggao: nova/ironic should do it for you; I believe it's instance_info but am not 100% sure | 15:30 |
jroll | linggao: I think maybe just ironic does it, not nova | 15:31 |
linggao | jroll, I got the following error. Error: Node ebe7c567-b5f7-4e42-8618-87020fccceb0 is configured to use the agent_ipmitool driver which currently does not support deploying partition images. | 15:32 |
linggao | jroll, what does it mean? | 15:32 |
*** Sukhdev_ has joined #openstack-ironic | 15:32 | |
linggao | My user image has kernel, intird associated with it. | 15:32 |
jroll | linggao: that driver does not support partition-based images | 15:32 |
jroll | linggao: does your image have separate images for kernel and initrd? | 15:33 |
jroll | or is it all-in-one? | 15:33 |
linggao | I got the images from someone. It has 3 images. a kernal, a ramdsik and a image. | 15:34 |
linggao | jroll: ubuntu-image.initrd ubuntu-image.vmlinuz and ubuntu-image.qcow2 | 15:35 |
*** amotoki has joined #openstack-ironic | 15:35 | |
jroll | linggao: right, that is a partition image, not a whole disk image | 15:36 |
jroll | linggao: this should be supported by the end of mitaka, hopefully sooner :) | 15:36 |
Sukhdev_ | lazy_prince: Ping | 15:36 |
linggao | jroll, got it. so it is not currently supported, even for liberty, right? | 15:37 |
devananda | g'morning, all | 15:38 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move tests/ under ironic_lib/, use ostestr https://review.openstack.org/229483 | 15:38 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Better optimize test runs https://review.openstack.org/229484 | 15:38 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Add a cover target to tox https://review.openstack.org/229485 | 15:38 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move to oslo.i18n https://review.openstack.org/229486 | 15:38 |
jroll | whee! | 15:38 |
NobodyCam | good morning devananda | 15:38 |
jroll | linggao: correct :( | 15:38 |
linggao | jroll, does pxe driver support it? | 15:38 |
rloo | morning devananda | 15:39 |
jroll | linggao: yes, pxe_ipmitool supports partition images. it can also be used with the agent ramdisk, so you just need to switch node.driver | 15:39 |
jroll | devananda: morning \o | 15:39 |
linggao | morning devananda | 15:39 |
linggao | jroll, thanks. | 15:40 |
jroll | no problem | 15:40 |
jroll | also added https://review.openstack.org/#/c/229473/ related to the above patches | 15:40 |
jroll | urgh, merge conflicts :| | 15:41 |
*** marzif has joined #openstack-ironic | 15:41 | |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Add a cover target to tox https://review.openstack.org/229485 | 15:42 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Better optimize test runs https://review.openstack.org/229484 | 15:42 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move to oslo.i18n https://review.openstack.org/229486 | 15:42 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move tests/ under ironic_lib/, use ostestr https://review.openstack.org/229483 | 15:42 |
jroll | gerrit doesn't do rebases well eh | 15:42 |
jroll | devananda: fyi when this lands we're going to backport it https://review.openstack.org/#/c/216478/ | 15:42 |
jroll | it's already landed in ironic-lib | 15:42 |
jroll | we landed it in master for backport easy-peasy-ness | 15:43 |
devananda | jroll: wdyt of reverting specs/kilo-implemented/new-ironic-state-machine to the content it actually had at the end of Kilo? | 15:44 |
devananda | we've been updating it during liberty, but the file is still called "kilo-implemented" ... rather misleading IMHO | 15:44 |
devananda | I'd rather we have a separate file saying what was done in Liberty, what we still need to do, tec | 15:44 |
jroll | devananda: yeah that spec is weird :/ | 15:45 |
jroll | devananda: whatever you think it's best, I'm going to dislike any solution :) | 15:45 |
devananda | hah | 15:45 |
devananda | fair | 15:45 |
*** alexpilotti has joined #openstack-ironic | 15:46 | |
*** Nisha has joined #openstack-ironic | 15:48 | |
openstackgerrit | Devananda van der Veen proposed openstack/ironic-specs: Introduce a "living" document for the state machine https://review.openstack.org/212132 | 15:51 |
devananda | jroll: updated my spec from last cycle, with changes | 15:52 |
jroll | thanks | 15:52 |
* jroll adds to list | 15:52 | |
openstackgerrit | Devananda van der Veen proposed openstack/ironic-specs: Add spec for user-settable Node affinity https://review.openstack.org/193263 | 15:52 |
devananda | also updated that one for Mitaka | 15:52 |
*** alexpilotti has quit IRC | 15:55 | |
*** alexpilotti has joined #openstack-ironic | 15:55 | |
*** alexpilotti has quit IRC | 16:01 | |
*** marzif has quit IRC | 16:04 | |
*** alexpilotti has joined #openstack-ironic | 16:04 | |
MattMan | Hi, spec question, guessing as liberty is done and dusted , wondering when the mitaka specs directory is being created in https://github.com/openstack/ironic-specs for Mitaka specs ? | 16:05 |
*** mgoddard has joined #openstack-ironic | 16:06 | |
jvmario | MattMan: i'd guess when the first spec is approved? | 16:06 |
MattMan | good point | 16:06 |
*** dims_ has quit IRC | 16:06 | |
*** ifarkas has quit IRC | 16:07 | |
rloo | MattMan: actually, we don't need the mitaka directory until there is an implemented/completed spec | 16:07 |
jvmario | ++, new specs go in approved/, right? | 16:08 |
*** mgoddard has quit IRC | 16:08 | |
*** lazy_prince has joined #openstack-ironic | 16:08 | |
rloo | MattMan, jvmario: yes, if you want to propose a spec, put it in approved/ | 16:08 |
*** mgoddard has joined #openstack-ironic | 16:08 | |
rloo | MattMan, jvmario: and once it is approved, it'll show up in approved/. It'll get moved after completion. | 16:09 |
*** jlvillal has joined #openstack-ironic | 16:10 | |
devananda | ^ yes | 16:10 |
MattMan | Great thanks | 16:11 |
devananda | oh hey - my oneplus2 arrived! that'll make a good lunchtime distraction | 16:11 |
jlvillal | And maybe I'm back online.... | 16:12 |
*** zhenguo has quit IRC | 16:14 | |
jlvillal | Woo hoo :) | 16:15 |
NobodyCam | nice ++ | 16:15 |
NobodyCam | wb jlvillal | 16:15 |
NobodyCam | hehehehe | 16:15 |
* jlvillal is embarrassed to admit that he hadn't paid his VPS bill. In his defense it had previously been setup to auto-pay but that somehow got stopped :( | 16:15 | |
jlvillal | devananda: Those really exist? ;) | 16:16 |
jlvillal | And lucky you! | 16:16 |
devananda | jlvillal: yah | 16:16 |
jlvillal | NobodyCam: Thanks. I setup auto-pay again. Hopefully it sticks :) | 16:16 |
*** olaph has quit IRC | 16:18 | |
*** Nisha has quit IRC | 16:18 | |
*** trown is now known as trown|lunch | 16:18 | |
jlvillal | Anyone else seeing errors running 'tox -epy34' locally? I get: UnicodeEncodeError: 'ascii' codec can't encode characters in position 39-41: ordinal not in range(128) | 16:19 |
jlvillal | I did try mtreinish patch with no joy | 16:19 |
sambetts | jlvillal: Just trying it out | 16:20 |
jlvillal | sambetts: Thanks! | 16:21 |
openstackgerrit | Merged openstack/ironic-webclient: Added code coverage output directory to eslintignore https://review.openstack.org/215209 | 16:23 |
openstackgerrit | Merged openstack/ironic-webclient: Added coverage threshold failure https://review.openstack.org/213816 | 16:23 |
openstackgerrit | Merged openstack/ironic-webclient: Removed libs from eslintignore https://review.openstack.org/215214 | 16:23 |
*** saripurigopi has joined #openstack-ironic | 16:23 | |
openstackgerrit | Merged openstack/ironic-webclient: Removed X-Client header https://review.openstack.org/214406 | 16:25 |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs: Use doc8 style checker https://review.openstack.org/229511 | 16:25 |
openstackgerrit | Merged openstack/ironic-webclient: Updated eslint rules. https://review.openstack.org/215795 | 16:26 |
openstackgerrit | Merged openstack/ironic-webclient: Removed gitignore files for previous build system https://review.openstack.org/215180 | 16:26 |
*** olaph has joined #openstack-ironic | 16:26 | |
sambetts | jlvillal: py34 passed succesfully for me | 16:26 |
jlvillal | sambetts: Hmmm :( I'm on Fedora 22. You? | 16:26 |
sambetts | jlvillal: Debian Jessie | 16:27 |
jlvillal | I'll try in Ubuntu 14.04 | 16:27 |
sambetts | jlvillal: have you --recreated recently? I ran tox -e py34 --recreate to ensure a clean run | 16:28 |
jlvillal | sambetts: Yeah I did: tox -v -v -epy34 -r | 16:28 |
jroll | jlvillal: now that you mention it, that reminds me that my comcast autopay keeps breaking | 16:28 |
* jroll pays that right quick | 16:28 | |
jlvillal | :) | 16:28 |
openstackgerrit | Nate House proposed openstack/ironic-specs: [WIP] Proposes exposing additional api filter options for collections based on db node attributes. https://review.openstack.org/229512 | 16:29 |
natorious | woot! | 16:29 |
* jlvillal thinks he needs to setup the wheel cache on his Ubuntu system too... This is slow. | 16:29 | |
jroll | doeeeet | 16:29 |
jlvillal | Yep\ | 16:30 |
jroll | jlvillal: heh, "payment due by september 25; click here to pay early" | 16:30 |
jlvillal | LOL. Ouch, that could have been bad | 16:30 |
jlvillal | sambetts: Same error on Ubuntu 14.04 with latest openstack/ironic | 16:31 |
sambetts | jlvillal: just ran you exact command and it passed :/ | 16:31 |
* jlvillal wonders if it is because he likes to do LANG=C | 16:31 | |
jlvillal | sambetts: Can you try for fun, LANG=C tox ...... | 16:32 |
jroll | heh | 16:32 |
jroll | LANG=en_US.UTF-8 ftw | 16:32 |
*** romcheg has quit IRC | 16:32 | |
jlvillal | jroll: I'll try that over here | 16:33 |
jroll | jlvillal: I can't promise it works, that's just what I always have set | 16:33 |
*** dims_ has joined #openstack-ironic | 16:33 | |
jlvillal | Well whoopdy something do. It worked :) | 16:34 |
*** Nisha has joined #openstack-ironic | 16:34 | |
sambetts | jlvillal: running it now | 16:34 |
jroll | \o/ | 16:34 |
jroll | stepping away for a while | 16:35 |
*** harshs has joined #openstack-ironic | 16:36 | |
sambetts | jlvillal: LANG=C broke mine | 16:36 |
*** garthb has joined #openstack-ironic | 16:36 | |
* jroll fixes a thing before stepping away | 16:36 | |
jlvillal | sambetts: Woo hoo. You should keep it that way ;) | 16:36 |
jlvillal | Okay, maybe not... | 16:37 |
jlvillal | sambetts: Thanks for the help. | 16:37 |
sambetts | :D | 16:37 |
*** saripurigopi has quit IRC | 16:37 | |
* jlvillal thinks he will propose a patch to tox.ini to hide the issue | 16:37 | |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Add a cover target to tox https://review.openstack.org/229485 | 16:37 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Better optimize test runs https://review.openstack.org/229484 | 16:37 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move to oslo.i18n https://review.openstack.org/229486 | 16:37 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic-lib: Move tests/ under ironic_lib/, use ostestr https://review.openstack.org/229483 | 16:37 |
jroll | there we go, bbiab | 16:38 |
*** [1]cdearborn has quit IRC | 16:39 | |
*** romainh has left #openstack-ironic | 16:42 | |
*** nicodemos has joined #openstack-ironic | 16:43 | |
*** lsmola has quit IRC | 16:44 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Python 3.4 unit tests fail with LANG=C https://review.openstack.org/229520 | 16:44 |
*** lekha||away is now known as lekha | 16:46 | |
*** killer_prince has joined #openstack-ironic | 16:48 | |
mtreinish | jlvillal: it's likely something with the local python3.4 setup and your locale setting with the unicode encoding | 16:49 |
*** devlaps has joined #openstack-ironic | 16:50 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Python 3.4 unit tests fail with LANG=C https://review.openstack.org/229520 | 16:50 |
jlvillal | mtreinish: I have LANG=C on my system. Worked before os-testr | 16:50 |
jlvillal | mtreinish: I just proposed the patch above ^^^ | 16:50 |
mtreinish | jlvillal: the distiction before ostestr was used you weren't running with subunit output | 16:51 |
mtreinish | jlvillal: ostestr just calls testr run --parallel --subunit | 16:51 |
mtreinish | and then pipes that output into subunit-trace | 16:51 |
*** lazy_prince has quit IRC | 16:51 | |
*** harlowja has quit IRC | 16:52 | |
jlvillal | mtreinish: Okay, well somehow that broke it with LANG=C. I'm just going to work around the issue by forcing it to LANG=en_US..... | 16:52 |
*** alexpilotti has quit IRC | 16:53 | |
mtreinish | jlvillal: it's because LANG=C says uses ASCII, but subunit with py34 is probably only expecting unicode | 16:53 |
mtreinish | because python3 | 16:53 |
mtreinish | that's a subunit bug that you should file | 16:53 |
*** killer_prince is now known as lazy_prince | 16:53 | |
mtreinish | jlvillal: https://bugs.launchpad.net/subunit | 16:54 |
jlvillal | mtreinish: Thanks | 16:54 |
jlvillal | mtreinish: Added subunit to the bug I created for Ironic | 16:55 |
*** karimb has quit IRC | 16:55 | |
mtreinish | jlvillal: honestly it sounds like a fedora bug if it's setting LANG=C by default in your env | 16:56 |
jlvillal | mtreinish: No I do that intentionally. Not Fedora | 16:56 |
mtreinish | ah, ok | 16:56 |
mtreinish | why? | 16:56 |
*** alexpilotti has joined #openstack-ironic | 16:57 | |
*** derekh has quit IRC | 16:57 | |
jlvillal | I have reasons, because of something which I can't remember at the moment :) And have to prepare for meeting in 3 minutes.... | 16:57 |
mtreinish | ok, no worries :) | 16:57 |
*** achanda has joined #openstack-ironic | 16:58 | |
mtreinish | oh, looking at the traceback again, the write issue might be in subunit-trace not subunit itself | 16:58 |
mtreinish | we probably need to test this case a bit mroe | 16:58 |
*** cdearborn has joined #openstack-ironic | 16:59 | |
*** achanda has quit IRC | 17:01 | |
*** alexpilotti has quit IRC | 17:03 | |
*** alexpilotti has joined #openstack-ironic | 17:04 | |
*** Guest49639 has quit IRC | 17:04 | |
*** william has joined #openstack-ironic | 17:04 | |
*** alexpilotti has quit IRC | 17:04 | |
*** william is now known as Guest15608 | 17:04 | |
*** alexpilotti has joined #openstack-ironic | 17:05 | |
mtreinish | jlvillal: when you get a sec can you try: https://review.openstack.org/#/c/229527/ in your local env | 17:05 |
Nisha | jroll, https://review.openstack.org/#/c/228020/ the documentation patch for liberty feature needs review | 17:06 |
*** trown|lunch is now known as trown | 17:07 | |
*** kkoski has joined #openstack-ironic | 17:09 | |
*** e0ne has quit IRC | 17:14 | |
jlvillal | mtreinish: Will try it, thanks. | 17:14 |
*** killer_prince has joined #openstack-ironic | 17:16 | |
jlvillal | mtreinish: That fixes the issue :) | 17:18 |
mtreinish | jlvillal: ok, cool. Now to figure out how to unit test it so I can land the patch | 17:18 |
jlvillal | mtreinish: Thanks! | 17:19 |
mtreinish | jlvillal: I'll look at that after lunch | 17:19 |
mtreinish | I'll push a bugfix release as soon as it lands | 17:19 |
*** lazy_prince has quit IRC | 17:20 | |
*** Sukhdev_ has quit IRC | 17:24 | |
*** shakamunyi has quit IRC | 17:35 | |
sambetts | Calling it a day, see everyone tomorrow o/ | 17:36 |
jroll | Nisha: will check it out, thanks for the patch :D | 17:36 |
Nisha | jroll, thanks | 17:36 |
*** achanda has joined #openstack-ironic | 17:37 | |
*** Sukhdev has quit IRC | 17:39 | |
kkoski | I just filed this bug for nova, but i figured it might interest you guys as well: pad.lv/1501440 | 17:39 |
kkoski | am i correct in thinking that it would be useful to have nova hypervisors get created from ironic nodes with a human-readable name? | 17:40 |
*** killer_prince has quit IRC | 17:42 | |
*** garthb has quit IRC | 17:46 | |
*** pelix has quit IRC | 17:51 | |
*** praneshp has joined #openstack-ironic | 17:52 | |
jroll | kkoski: ironic node name is completely optional, and is editable | 17:55 |
jroll | I don't think it's a good canonical reference for Nova | 17:55 |
jroll | kkoski: what's your use case for that to be human readable? | 17:56 |
jroll | Nisha: reviewed | 17:57 |
Nisha | Thanks jroll rloo for the review | 17:58 |
jroll | welcome :D | 17:58 |
* Nisha looking at the comments and hope to post the patch soon | 17:58 | |
*** Marga_ has joined #openstack-ironic | 17:59 | |
*** Marga_ has quit IRC | 17:59 | |
*** Marga_ has joined #openstack-ironic | 18:00 | |
*** shakamunyi has joined #openstack-ironic | 18:01 | |
*** amotoki has quit IRC | 18:09 | |
*** harlowja has joined #openstack-ironic | 18:13 | |
*** e0ne has joined #openstack-ironic | 18:13 | |
*** openstackgerrit has quit IRC | 18:16 | |
*** openstackgerrit has joined #openstack-ironic | 18:17 | |
*** penick has joined #openstack-ironic | 18:21 | |
linggao | jroll, can you have both agent_ipmitool and pxe_ipmitool loaded in ironic at the same time? | 18:22 |
*** garthb has joined #openstack-ironic | 18:22 | |
jroll | linggao: yes, that goes for all drivers | 18:22 |
*** e0ne has quit IRC | 18:23 | |
linggao | and you can have one node use agent and another use pxe at the same time? | 18:23 |
*** Guest15608 has quit IRC | 18:24 | |
jroll | linggao: yes | 18:27 |
*** Nisha has quit IRC | 18:27 | |
*** ijw has joined #openstack-ironic | 18:29 | |
*** e0ne has joined #openstack-ironic | 18:29 | |
openstackgerrit | Mario Villaplana proposed openstack/ironic: Allow vendor drivers to acquire shared tasks https://review.openstack.org/226058 | 18:30 |
*** ijw has quit IRC | 18:34 | |
*** tsekiyama has quit IRC | 18:34 | |
*** harshs has quit IRC | 18:35 | |
*** ijw has joined #openstack-ironic | 18:37 | |
*** harshs has joined #openstack-ironic | 18:38 | |
*** Guest15608 has joined #openstack-ironic | 18:42 | |
*** Nisha has joined #openstack-ironic | 18:43 | |
*** Guest15608 has quit IRC | 18:43 | |
*** william has joined #openstack-ironic | 18:44 | |
*** william is now known as Guest82370 | 18:45 | |
openstackgerrit | Michael Krotscheck proposed openstack/ironic-webclient: Separated UI and Configuration Logic https://review.openstack.org/229568 | 18:45 |
*** dims_ has quit IRC | 18:46 | |
*** openstackgerrit has quit IRC | 18:46 | |
*** dims_ has joined #openstack-ironic | 18:46 | |
*** openstackgerrit has joined #openstack-ironic | 18:47 | |
kkoski | jroll: the use case is doing something like this: | 18:47 |
kkoski | nova boot --flavor flavor --image image --availability-zone=nova:hostname:SOME_LONG_UUID | 18:47 |
jroll | kkoski: is that built into nova, where you can target a node via AZ? | 18:49 |
*** achanda has quit IRC | 18:50 | |
kkoski | jroll: i believe so. I don't think we're doing anything special in that regard | 18:51 |
*** amotoki has joined #openstack-ironic | 18:51 | |
*** achanda has joined #openstack-ironic | 18:53 | |
*** Sukhdev has joined #openstack-ironic | 18:53 | |
*** Sukhdev has quit IRC | 18:54 | |
*** david-lyle has quit IRC | 18:55 | |
*** david-lyle has joined #openstack-ironic | 18:55 | |
*** amotoki has quit IRC | 18:57 | |
devananda | kkoski: yes. it's controllable by policy, so public clouds often limit access to it | 18:59 |
devananda | jroll: ^ | 18:59 |
*** Sukhdev has joined #openstack-ironic | 19:02 | |
*** achanda has quit IRC | 19:02 | |
Nisha | jroll, the architecture doc doesnt define deploy process for any of the drivers | 19:08 |
Nisha | jroll, i am really not sure if it is correct place to move the deploy process for each of the drivers there | 19:08 |
*** lqu has joined #openstack-ironic | 19:08 | |
openstackgerrit | Merged openstack/ironic-specs: Update RAID spec based on what was coded https://review.openstack.org/224358 | 19:13 |
*** jlvillal_noznc has quit IRC | 19:17 | |
*** david-lyle has quit IRC | 19:22 | |
*** david-lyle has joined #openstack-ironic | 19:22 | |
*** david-lyle has quit IRC | 19:35 | |
*** marzif has joined #openstack-ironic | 19:40 | |
*** penick has quit IRC | 19:43 | |
*** amotoki has joined #openstack-ironic | 19:46 | |
*** Marga_ has quit IRC | 19:50 | |
*** amotoki has quit IRC | 19:50 | |
*** david-lyle has joined #openstack-ironic | 19:52 | |
*** penick has joined #openstack-ironic | 19:53 | |
*** kkoski has quit IRC | 19:56 | |
jroll | kk<tab> dang | 20:04 |
jroll | devananda: I knew scheduler hints were a thing; wasn't sure about via --availability-zone, seems weird | 20:05 |
jroll | devananda: anyway, I wonder if we could make the scheduler do that translation | 20:05 |
* jroll notes as something to think about | 20:05 | |
jroll | Nisha: maybe others have opinions, then. seems like an architecture thing to me :) | 20:05 |
*** Sukhdev has quit IRC | 20:06 | |
*** david-ly_ has joined #openstack-ironic | 20:07 | |
*** david-lyle has quit IRC | 20:07 | |
*** david-ly_ is now known as david-lyle | 20:08 | |
jlvillal | jroll: rloo: With all the patches going into ironic-lib, does that mean about ready to start using it in Ironic? | 20:10 |
*** harshs has quit IRC | 20:11 | |
jroll | jlvillal: yes, we want to switch over asap | 20:11 |
rloo | jlvillal: yeah, we wanted to use it when the lib was first populated. | 20:11 |
jlvillal | Awesome :) | 20:11 |
jlvillal | jroll: rloo: If I can help in any way, please let me know. | 20:11 |
rloo | jlvillal: and i had some patch that touched code in the lib, so that is an extra incentive to get ironic refactored to use it. | 20:11 |
rloo | jlvillal: review :) | 20:11 |
jroll | ^ | 20:11 |
jlvillal | Starting ... :) | 20:12 |
jroll | rloo: we never figured out current status, did we? | 20:12 |
rloo | jlvillal: ramesh is meant to have an ironic patch that uses the lib. when that is avail, it'd be great if you could review that. | 20:12 |
jroll | I'd love to get someone hacking on it | 20:12 |
jroll | aha | 20:12 |
jroll | \o/ | 20:12 |
jlvillal | Sounds good. Thanks. | 20:12 |
*** harshs has joined #openstack-ironic | 20:13 | |
*** Marga_ has joined #openstack-ironic | 20:15 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs: Use doc8 style checker https://review.openstack.org/229511 | 20:17 |
*** kkoski has joined #openstack-ironic | 20:18 | |
*** [1]cdearborn has joined #openstack-ironic | 20:24 | |
*** baoli_ has quit IRC | 20:26 | |
*** cdearborn has quit IRC | 20:28 | |
lqu | Hi guys, can I ask a question here? | 20:29 |
openstackgerrit | John L. Villalovos proposed openstack/ironic-specs: Use doc8 style checker https://review.openstack.org/229511 | 20:29 |
lqu | I'm new to ironic, but worked on PXE, NFS, iSCSI. I want to know if Ironic supports diskless nodes? | 20:30 |
devananda | lqu: hi! not yet, but there are others interested in working on that as well | 20:31 |
rloo | thx jlvillal :) | 20:31 |
jlvillal | rloo: Glad to help! | 20:31 |
lqu | Thanks a lot. | 20:32 |
lqu | So the image copy process is from glance to node's local disk? | 20:32 |
jlvillal | rloo: In ironic-specs, the 'requirements.txt' sure looks like what should be in a 'test-requirements.txt' for the most part. Somewhat strange to me, but realize it is not a normal project. | 20:33 |
rloo | jlvillal: yeah. I didn't want to touch it though, cuz it meant having to decide which goes where. | 20:33 |
jlvillal | rloo: Yep! | 20:33 |
rloo | jlvillal: it could be cleaned up but i don't feel like it. | 20:34 |
jlvillal | k | 20:34 |
devananda | lqu: it varies by config. it may be: from ironic-conductor to node via an iSCSI connection, or from an image source (glance or HTTP) to the local disk | 20:35 |
*** garthb has quit IRC | 20:38 | |
*** amotoki has joined #openstack-ironic | 20:40 | |
krotscheck | That lovely moment when your unit tests show that your code actually don't do that thing you say it does. | 20:45 |
*** amotoki has quit IRC | 20:45 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: Put py34 first in the env order of tox https://review.openstack.org/229616 | 20:48 |
openstackgerrit | Merged openstack/ironic-specs: Use doc8 style checker https://review.openstack.org/229511 | 20:48 |
*** linggao has quit IRC | 20:49 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: Remove execute permission from exception.py https://review.openstack.org/229619 | 20:49 |
*** albertoffb has quit IRC | 20:49 | |
*** itsuugo has joined #openstack-ironic | 20:53 | |
*** ndipanov has quit IRC | 20:53 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: Update link for where to report bugs https://review.openstack.org/229620 | 20:53 |
openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: Remove README.md and update README.rst https://review.openstack.org/229622 | 20:55 |
* jlvillal joined the ironic-lib party. Maybe a little late ;) | 20:55 | |
jlvillal | krotscheck: At least you know you have good unit tests! :) | 20:55 |
openstackgerrit | Nisha Agarwal proposed openstack/ironic: Documentation for Swift-less iLO Virtual Media deploy https://review.openstack.org/228020 | 20:56 |
* jlvillal likes unit tests even though they are a pain to write at times | 20:56 | |
*** penick has quit IRC | 20:56 | |
krtaylor | jlvillal, I just wrote one for api utils, just to blowout the cobwebs | 20:58 |
lqu | devananda: thanks | 20:59 |
jlvillal | krtaylor: Awesome! | 20:59 |
rloo | jlvillal: welcome to the party. Not late at all. In fact, you're early :) | 20:59 |
jlvillal | rloo: I always think of 'Die Hard' when I hear 'Welcome to the party' :) | 21:00 |
rloo | jlvillal: I think that is a movie that I didn't see... | 21:00 |
jlvillal | rloo: Could be. Back in the 1980s. Bruce Willis | 21:01 |
Nisha | jroll, rloo i addressed most of the comments. | 21:01 |
rloo | jlvillal: Bruce Willis rings a bell... I'm not much of a movie person! | 21:01 |
jroll | Nisha: thanks, I'll try to get back to it soon | 21:02 |
*** nicodemos has quit IRC | 21:02 | |
Nisha | jroll, i didnt address the architecture comment as i believe adding deploy process of each driver to architecture doc would be wrong | 21:02 |
* jlvillal is liking his new 'git to-origin-master' alias. to-origin-master = !git remote update && git reset --hard origin/master -- | 21:02 | |
*** Nisha has quit IRC | 21:03 | |
*** david-lyle has quit IRC | 21:03 | |
*** david-ly_ has joined #openstack-ironic | 21:03 | |
*** Nisha has joined #openstack-ironic | 21:03 | |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs: Reorganize the specs https://review.openstack.org/229625 | 21:04 |
*** Guest82370 has quit IRC | 21:04 | |
jvmario | jlvillal: that looks dangerous :P | 21:04 |
*** praneshp has quit IRC | 21:04 | |
*** david-ly_ is now known as david-lyle | 21:05 | |
jlvillal | jvmario: true | 21:05 |
jlvillal | jvmario: But you always have 'git reflog' if you committed your changes at some point. | 21:05 |
jroll | devananda: if we had "how this driver deploys a node" in the docs, should that be a driver thing, architecture thing, somewhere else? I tend to think architecture | 21:05 |
jroll | devananda: e.g. line 236 here https://review.openstack.org/#/c/228020/6/doc/source/drivers/ilo.rst | 21:06 |
jroll | (old patchset, comment on later one if you comment there) | 21:06 |
openstackgerrit | Ruby Loo proposed openstack/ironic-specs: Reorganize the specs on main page https://review.openstack.org/229625 | 21:06 |
*** Sukhdev has joined #openstack-ironic | 21:08 | |
devananda | jroll: good question. a little of both, but I'd lean towards putting most of the info as architecture, with a note and a link in the driver doc | 21:09 |
jroll | \o/ | 21:09 |
devananda | so folks looking at "how does ironic work" can find it all, and someone who's like "how does this driver work" also realizes it may be different | 21:09 |
jroll | yep | 21:10 |
*** trown is now known as trown|outttypeww | 21:12 | |
krtaylor | we need to get jlvillal to start using git review, resistance is futile | 21:15 |
jlvillal | krtaylor: Ha! | 21:16 |
jlvillal | krtaylor: git push origin HEAD:refs/publish/master ;) | 21:17 |
jroll | so terrible | 21:17 |
jlvillal | :D | 21:17 |
*** penick has joined #openstack-ironic | 21:17 | |
krtaylor | hehheh | 21:18 |
krtaylor | jlvillal, I am going through all the ironic* projects and running cover, the coverage reports are pretty good overall | 21:19 |
krtaylor | I can publish them as a point in time snapshot if youd like | 21:19 |
krtaylor | might help test/qa discussions | 21:20 |
jlvillal | krtaylor: I would be interested in seeing what they look like. I'll let you decide if you want to publish them on a regular basis | 21:20 |
jroll | jlvillal: https://review.openstack.org/#/c/221494/ | 21:22 |
krtaylor | hopefully the proposed infra service will take over for the regular part | 21:23 |
jlvillal | jroll: Thanks | 21:23 |
jroll | np | 21:23 |
*** gabriel-bezerra has quit IRC | 21:26 | |
*** david-lyle has quit IRC | 21:26 | |
*** Marga_ has quit IRC | 21:26 | |
*** david-lyle has joined #openstack-ironic | 21:29 | |
*** cdearborn has joined #openstack-ironic | 21:29 | |
*** [1]cdearborn has quit IRC | 21:34 | |
*** amotoki has joined #openstack-ironic | 21:34 | |
rloo | hey jroll, JayF: wrt stuff that Josh was working on, do we need others (non RS) to take over? | 21:36 |
jroll | rloo: probably, doesn't have to be non-rackspace | 21:36 |
jroll | e.g. we could throw jvmario at it | 21:36 |
*** Sukhdev has quit IRC | 21:36 | |
rloo | jroll: I'm fine with jvmario doing it if you all are. Just want to make sure that someone(s) is. | 21:37 |
jroll | rloo: that's not to say he's doing it, but yeah we need that worked picked up | 21:37 |
jvmario | i'll need some time to catch up but that's fine, if anyone wants to take over a specific patch set lmk | 21:37 |
jvmario | or, if there's a specific patch i should look at first | 21:38 |
rloo | jvmario: i didn't look to see all the patches. We didn't get zapping in, and there is a cleaning API that didn't get in yet either. | 21:38 |
jvmario | ok | 21:39 |
rloo | jvmario: the zap spec has to be updated though. | 21:39 |
rloo | jvmario: which may affect the clean API. | 21:39 |
*** amotoki has quit IRC | 21:39 | |
*** garthb has joined #openstack-ironic | 21:41 | |
*** jobewan has joined #openstack-ironic | 21:42 | |
rloo | jvmario: let me take a stab at redoing the zap spec. if i don't get to it tomorrow, i'll do it early next week. or i'll let you know that i don't want to do it :) | 21:43 |
*** kkoski has quit IRC | 21:43 | |
rloo | jvmario: I think it is still fresh in my mind. | 21:44 |
*** kkoski has joined #openstack-ironic | 21:45 | |
*** david-lyle has quit IRC | 21:48 | |
*** Marga_ has joined #openstack-ironic | 21:48 | |
jlvillal | rloo: I kind of think of each file as a library. So why I said libraries. But more importantly I was trying to come up with a decent description for the project. | 21:50 |
rloo | jlvillal: oh. I think of the whole 'package' as a library. | 21:51 |
jlvillal | Maybe: 'A common library to be used by various projects in the Ironic ecosystem' | 21:51 |
jlvillal | ?? | 21:51 |
jlvillal | rloo: ^^ | 21:51 |
rloo | jlvillal: yeah, that works for me. i don't quite know what will go in that library so don't know that we want to be more specific. | 21:51 |
openstackgerrit | Nisha Agarwal proposed openstack/ironic: Documentation for Swift-less iLO Virtual Media deploy https://review.openstack.org/228020 | 21:51 |
jlvillal | Works for me. Thanks | 21:51 |
Nisha | jroll, ^^^ | 21:52 |
jvmario | rloo: thanks, sounds good | 21:52 |
openstackgerrit | John L. Villalovos proposed openstack/ironic-lib: Remove README.md and update README.rst https://review.openstack.org/229622 | 21:53 |
*** david-lyle has joined #openstack-ironic | 21:54 | |
*** sdake has quit IRC | 21:55 | |
*** sdake has joined #openstack-ironic | 21:58 | |
*** Nisha has quit IRC | 21:58 | |
*** gabriel-bezerra has joined #openstack-ironic | 21:58 | |
*** garthb has quit IRC | 22:03 | |
*** penick has quit IRC | 22:08 | |
*** aarefiev has quit IRC | 22:09 | |
*** mgoddard has quit IRC | 22:10 | |
*** tsekiyama has joined #openstack-ironic | 22:11 | |
*** mgoddard has joined #openstack-ironic | 22:12 | |
*** Sukhdev has joined #openstack-ironic | 22:12 | |
*** vdrok has quit IRC | 22:14 | |
*** yuriyz has quit IRC | 22:14 | |
*** david-lyle has quit IRC | 22:15 | |
openstackgerrit | Merged openstack/python-ironicclient: Allow 'abort' verb for node-set-provision-state https://review.openstack.org/202184 | 22:15 |
*** penick has joined #openstack-ironic | 22:18 | |
*** alexpilotti has quit IRC | 22:18 | |
*** garthb has joined #openstack-ironic | 22:19 | |
*** cdearborn has quit IRC | 22:20 | |
*** alexpilotti has joined #openstack-ironic | 22:25 | |
*** [2]Rick has quit IRC | 22:27 | |
*** kkoski has quit IRC | 22:27 | |
*** alexpilotti has quit IRC | 22:29 | |
*** devlaps has quit IRC | 22:30 | |
*** dims__ has joined #openstack-ironic | 22:30 | |
*** e0ne has quit IRC | 22:33 | |
*** dims_ has quit IRC | 22:33 | |
*** david-lyle has joined #openstack-ironic | 22:36 | |
*** praneshp has joined #openstack-ironic | 22:40 | |
*** praneshp_ has joined #openstack-ironic | 22:43 | |
*** praneshp has quit IRC | 22:44 | |
*** praneshp_ is now known as praneshp | 22:44 | |
*** thrash is now known as thrash|g0ne | 22:45 | |
*** alexpilotti has joined #openstack-ironic | 22:57 | |
*** alexpilotti has quit IRC | 23:03 | |
*** penick has quit IRC | 23:04 | |
*** penick has joined #openstack-ironic | 23:07 | |
*** jaypipes has quit IRC | 23:07 | |
*** penick has quit IRC | 23:08 | |
*** marzif has quit IRC | 23:10 | |
*** tsekiyama has quit IRC | 23:10 | |
*** tsekiyama has joined #openstack-ironic | 23:10 | |
*** amotoki has joined #openstack-ironic | 23:22 | |
*** amotoki has quit IRC | 23:27 | |
openstackgerrit | Ruby Loo proposed openstack/python-ironicclient: Use doc8 style checker https://review.openstack.org/229676 | 23:28 |
*** karimb has joined #openstack-ironic | 23:29 | |
*** jobewan has quit IRC | 23:32 | |
*** karimb has quit IRC | 23:37 | |
jlvillal | rloo: Nice find on that doc8 tool | 23:40 |
rloo | jlvillal: thx. It was on my list of things to look into. Also, harlowja wrote that so I thought I would support him :D | 23:42 |
jlvillal | First I had heard of it. Good thing to add I think. | 23:43 |
harlowja | i didn't do it | 23:44 |
harlowja | lol | 23:44 |
harlowja | ha | 23:44 |
harlowja | oh | 23:44 |
JayF | harlowja: it's okay, you can claim this one | 23:44 |
jlvillal | harlowja: I even submitted a patch for it ;) Minor grammar issue | 23:44 |
harlowja | woot | 23:44 |
harlowja | JayF :) | 23:44 |
harlowja | jlvillal thx, https://review.openstack.org/#/c/229679/ +2 | 23:45 |
jlvillal | Woo hoo! :) | 23:45 |
harlowja | :) | 23:46 |
harlowja | i aim to please | 23:46 |
harlowja | lol | 23:46 |
openstackgerrit | Ruby Loo proposed openstack/ironic-python-agent: Use doc8 style checker https://review.openstack.org/229683 | 23:50 |
jroll | harlowja: I read your TC candidacy after merging the first doc8 thing and everything made sense ;D | 23:56 |
harlowja | jroll i must of messed up somewhere | 23:58 |
harlowja | it can't make sense | 23:58 |
harlowja | :) | 23:58 |
harlowja | *need moar crazy in my letters* | 23:59 |
harlowja | lol | 23:59 |
jroll | harlowja: oh no, just the "ruby proposes doc8 change" thing | 23:59 |
harlowja | oh | 23:59 |
jroll | the rest was all insanity | 23:59 |
jroll | don't worry | 23:59 |
harlowja | lol | 23:59 |
jroll | A+ would read again | 23:59 |
harlowja | :-P | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!