*** wojdev has joined #openstack-chef | 00:01 | |
*** jmickle has quit IRC | 00:07 | |
j^2 | cmluciano: any chance your around? | 00:18 |
---|---|---|
cmluciano | Yep | 00:18 |
j^2 | i was gonna start debugging knife-openstack got some time? | 00:18 |
cmluciano | j^2: Sure send me a zoom inv | 00:20 |
*** otter768 has joined #openstack-chef | 01:02 | |
*** mikedillion has joined #openstack-chef | 01:03 | |
*** mikedillion has quit IRC | 01:05 | |
*** mikedillion has joined #openstack-chef | 01:06 | |
*** otter768 has quit IRC | 01:06 | |
*** jerome80 has joined #openstack-chef | 01:07 | |
*** galstrom is now known as galstrom_zzz | 01:11 | |
*** wojdev has quit IRC | 01:11 | |
*** malfaitc has quit IRC | 01:12 | |
*** fandi has joined #openstack-chef | 01:16 | |
wenchma | markvan: I'll remove the temp common stuff | 01:25 |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-compute: Add ironic section to openstack compute service https://review.openstack.org/152821 | 01:29 |
*** otter768 has joined #openstack-chef | 01:32 | |
*** fandi has quit IRC | 01:33 | |
*** fandi has joined #openstack-chef | 01:33 | |
*** galstrom_zzz is now known as galstrom | 01:43 | |
*** rkourtz has quit IRC | 01:54 | |
*** PaulCzar has quit IRC | 01:57 | |
*** mikedillion has quit IRC | 02:02 | |
*** ncerny has joined #openstack-chef | 02:03 | |
markvan | wenchma: thx, I'm trying to figure out why the ironic user is not being created on ubuntu. Maybe the deb package does not do this like the rpm does? Can you verify that? | 02:09 |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-compute: Add ironic section to openstack compute service https://review.openstack.org/152821 | 02:09 |
*** rickyg1 has quit IRC | 02:11 | |
*** neelashah has joined #openstack-chef | 02:13 | |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-compute: Add ironic section to openstack compute service https://review.openstack.org/152821 | 02:14 |
wenchma | markvan: yes, of course | 02:15 |
wenchma | I will verify it | 02:15 |
markvan | nm, I did a apt-get install ironic-api ironic-conductor python-ironicclient and one of those created the ironic user. so I think this is bug in the package lists or the ordering of recipe | 02:16 |
wenchma | did you clean up the ironic before install ironic pkgs | 02:17 |
wenchma | ? | 02:17 |
markvan | I think I see the bug, the api recipe include the common recipe, which installs only the common_packages (python-ironicclient), but doing that does not get the ironic user created. | 02:18 |
openstackgerrit | Edwin Wang proposed stackforge/cookbook-openstack-block-storage: Add config for IBM FlashSystem https://review.openstack.org/145189 | 02:19 |
markvan | I believe it's the api and conductor deb that get the user created on ubuntu, not the python client | 02:19 |
wenchma | yes | 02:20 |
wenchma | like others | 02:20 |
markvan | I think ironic-common should be added to the common package list, I thnk it's the on that creates the user. checking that now. | 02:23 |
openstackgerrit | Yi Ming Yin proposed stackforge/cookbook-openstack-block-storage: Change version constraints back for openstack-block-storage https://review.openstack.org/161991 | 02:23 |
markvan | wenchma: yup, that does the trick. I'll open a bug so you can fix that nit. | 02:25 |
wenchma | ok | 02:25 |
markvan | wenchma: https://bugs.launchpad.net/openstack-chef/+bug/1428926 thx! | 02:27 |
openstack | Launchpad bug 1428926 in OpenStack + Chef "[bare-metal] ironic user missing" [Undecided,New] | 02:27 |
wenchma | yw | 02:27 |
markvan | wenchma: have you done much testing on ubuntu with ironic? | 02:27 |
wenchma | have no much | 02:28 |
wenchma | there are only rhel pkgs by build | 02:29 |
markvan | ah, at some point you should walk thru the chef repo instructions and run just the cookbooks with the ubuntu kilo build, good to verify against. | 02:30 |
wenchma | yeah | 02:30 |
openstackgerrit | Mark Vanderwiel proposed stackforge/cookbook-openstack-object-storage: swift updates for roles and services https://review.openstack.org/161901 | 02:35 |
*** GonZo2K has quit IRC | 02:48 | |
*** ncerny has quit IRC | 02:53 | |
markvan | wenchma: getting another error: Error executing action `restart` on resource 'service[ironic-conductor]' in conductor recipe:37 STDERR: start: Unknown job: ironic-conductor | 03:40 |
markvan | any ideas? | 03:41 |
wenchma | have a check | 03:44 |
markvan | wenchma: nm that one, the error is from the 'execute[ironic db sync]' | 03:45 |
markvan | 'No scheme specified in "%s"' % url | 03:45 |
markvan | oslo.messaging.transport.InvalidTransportURL: No scheme specified in "None" | 03:45 |
markvan | seems like a url is messed up | 03:45 |
markvan | sql url is: connection==mysql://ironic:mypass@127.0.0.1:3306/ironic?charset=utf8 | 03:46 |
wenchma | all-in-one deployment ? | 03:46 |
markvan | yup, the rep aio_neutron or aio_nova | 03:47 |
markvan | auth url is: auth_uri=http://127.0.0.1:5000/v2.0 | 03:48 |
wenchma | got it | 03:49 |
*** fandi has quit IRC | 03:49 | |
wenchma | messed up | 03:49 |
*** galstrom is now known as galstrom_zzz | 03:50 | |
markvan | what's the issue? | 03:52 |
openstackgerrit | Mark Vanderwiel proposed stackforge/cookbook-openstack-object-storage: swift updates for roles and services https://review.openstack.org/161901 | 03:55 |
*** harlowja is now known as harlowja_away | 03:57 | |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-bare-metal: Add ironic common package for debain platform family https://review.openstack.org/162003 | 04:01 |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-compute: Add ironic section to openstack compute service https://review.openstack.org/152821 | 04:03 |
markvan | ah, see the patch now...thx wenchma | 04:04 |
wenchma | yw | 04:04 |
wenchma | will leave for lunch , back to remove the temp workaround in ironic cookbook | 04:07 |
wenchma | :) | 04:07 |
*** zz_timnovinger has quit IRC | 04:10 | |
*** zz_timnovinger has joined #openstack-chef | 04:11 | |
*** galstrom_zzz is now known as galstrom | 04:20 | |
* markvan shuts down for tonight | 04:26 | |
*** otter768 has quit IRC | 04:28 | |
*** alanmeadows has quit IRC | 04:57 | |
*** alanmeadows has joined #openstack-chef | 05:00 | |
*** galstrom is now known as galstrom_zzz | 05:01 | |
*** os-chef-bot has quit IRC | 05:07 | |
*** os-chef-bot has joined #openstack-chef | 05:07 | |
openstackgerrit | Edwin Wang proposed stackforge/cookbook-openstack-block-storage: Add config for IBM FlashSystem https://review.openstack.org/145189 | 05:46 |
*** neelashah has quit IRC | 05:51 | |
*** otter768 has joined #openstack-chef | 06:29 | |
*** otter768 has quit IRC | 06:34 | |
*** pradipta has joined #openstack-chef | 06:37 | |
openstackgerrit | Merged stackforge/openstack-chef-repo: openrc is already in the allinone-compute role https://review.openstack.org/161948 | 06:38 |
openstackgerrit | Merged stackforge/cookbook-openstack-compute: Add ironic section to openstack compute service https://review.openstack.org/152821 | 06:57 |
*** opscode-logger has quit IRC | 07:00 | |
*** opscode-logger has joined #openstack-chef | 07:00 | |
*** nkrinner has joined #openstack-chef | 07:01 | |
*** carlp has quit IRC | 07:53 | |
*** carlp has joined #openstack-chef | 08:06 | |
*** ChanServ sets mode: +o carlp | 08:06 | |
openstackgerrit | Ma Wen Cheng proposed stackforge/cookbook-openstack-bare-metal: Remove the temp workaround of common attributes and db creation https://review.openstack.org/162049 | 08:09 |
*** chlong has quit IRC | 08:11 | |
*** otter768 has joined #openstack-chef | 08:30 | |
*** otter768 has quit IRC | 08:35 | |
*** stannie has joined #openstack-chef | 09:01 | |
openstackgerrit | ZongKai LI proposed stackforge/cookbook-openstack-network: Enable Distributed Virtual Router https://review.openstack.org/151083 | 09:40 |
*** wojdev has joined #openstack-chef | 09:50 | |
*** wojdev has quit IRC | 10:00 | |
*** wojdev has joined #openstack-chef | 10:09 | |
openstackgerrit | ZongKai LI proposed stackforge/cookbook-openstack-network: Enable Distributed Virtual Router https://review.openstack.org/151083 | 10:12 |
*** wojdev has quit IRC | 10:20 | |
*** otter768 has joined #openstack-chef | 10:31 | |
*** wojdev has joined #openstack-chef | 10:34 | |
*** carlp has quit IRC | 10:35 | |
*** otter768 has quit IRC | 10:36 | |
*** wojdev has quit IRC | 10:48 | |
*** jerome80 has quit IRC | 10:49 | |
openstackgerrit | ZongKai LI proposed stackforge/cookbook-openstack-network: Enable Distributed Virtual Router https://review.openstack.org/151083 | 10:51 |
*** wojdev has joined #openstack-chef | 10:54 | |
*** wojdev has quit IRC | 11:17 | |
*** chlong has joined #openstack-chef | 11:22 | |
openstackgerrit | ZongKai LI proposed stackforge/cookbook-openstack-network: Enable Distributed Virtual Router https://review.openstack.org/151083 | 11:41 |
*** lizk has quit IRC | 11:49 | |
*** pradipta has quit IRC | 11:59 | |
*** wojdev has joined #openstack-chef | 12:13 | |
*** wojdev has quit IRC | 12:24 | |
*** otter768 has joined #openstack-chef | 12:32 | |
*** otter768 has quit IRC | 12:36 | |
*** wojdev has joined #openstack-chef | 12:48 | |
openstackgerrit | ZongKai LI proposed stackforge/cookbook-openstack-network: Enable Distributed Virtual Router https://review.openstack.org/151083 | 13:21 |
*** wojdev has quit IRC | 13:25 | |
*** fifieldt_ has quit IRC | 14:05 | |
*** wojdev has joined #openstack-chef | 14:06 | |
*** wojdev_ has joined #openstack-chef | 14:08 | |
*** wojdev has quit IRC | 14:11 | |
*** wojdev has joined #openstack-chef | 14:12 | |
*** wojdev_ has quit IRC | 14:12 | |
*** kbringard has joined #openstack-chef | 14:27 | |
*** otter768 has joined #openstack-chef | 14:33 | |
*** neelashah has joined #openstack-chef | 14:34 | |
*** chlong has quit IRC | 14:34 | |
*** otter768 has quit IRC | 14:37 | |
*** wojdev has quit IRC | 14:46 | |
*** nkrinner has quit IRC | 14:52 | |
*** malfaitc has joined #openstack-chef | 14:57 | |
*** wojdev has joined #openstack-chef | 15:02 | |
cmluciano | j^2: I think I figured out that spec failure in knife-openstack, ping me when you want to work on it | 15:15 |
openstackgerrit | Merged stackforge/cookbook-openstack-block-storage: Add config for IBM FlashSystem https://review.openstack.org/145189 | 15:17 |
*** PaulCzar has joined #openstack-chef | 15:18 | |
*** ncerny has joined #openstack-chef | 15:25 | |
j^2 | cmluciano: awesome, I'll ping you in a bit | 15:28 |
*** stannie has quit IRC | 15:36 | |
*** wojdev has quit IRC | 15:40 | |
*** wojdev has joined #openstack-chef | 15:43 | |
cmluciano | š | 15:45 |
*** galstrom_zzz is now known as galstrom | 15:46 | |
*** carlp has joined #openstack-chef | 15:48 | |
*** ChanServ sets mode: +o carlp | 15:48 | |
*** stannie has joined #openstack-chef | 16:21 | |
*** chlong has joined #openstack-chef | 16:34 | |
*** otter768 has joined #openstack-chef | 16:34 | |
*** otter768 has quit IRC | 16:38 | |
*** thumpba has joined #openstack-chef | 16:43 | |
*** bhunter has quit IRC | 16:44 | |
*** bhunter has joined #openstack-chef | 16:44 | |
*** thumpba has quit IRC | 16:46 | |
*** jmickle has joined #openstack-chef | 16:51 | |
*** thumpba has joined #openstack-chef | 16:51 | |
*** thumpba_ has joined #openstack-chef | 16:55 | |
*** thumpba has quit IRC | 16:58 | |
j^2 | cmluciano: zoom? | 17:05 |
cmluciano | sure let me find an empty office | 17:05 |
j^2 | kk | 17:05 |
openstackgerrit | Mark Vanderwiel proposed stackforge/cookbook-openstack-object-storage: Add ability to determine pass value for mount resource https://review.openstack.org/145018 | 17:17 |
cmluciano | testing that nova patch now @markvan | 17:32 |
*** thumpba_ has quit IRC | 17:38 | |
markvan | k | 17:40 |
*** wojdev has quit IRC | 17:44 | |
*** wojdev has joined #openstack-chef | 18:00 | |
cmluciano | markvan: Keep getting errors | 18:06 |
cmluciano | might be related to the ironic user | 18:10 |
*** thumpba has joined #openstack-chef | 18:12 | |
*** thumpba_ has joined #openstack-chef | 18:13 | |
cmluciano | running again with tee to try to get the full log | 18:14 |
*** thumpba has quit IRC | 18:16 | |
*** wojdev has quit IRC | 18:17 | |
*** wojdev has joined #openstack-chef | 18:20 | |
*** wojdev has quit IRC | 18:25 | |
*** GonZo2K has joined #openstack-chef | 18:29 | |
*** otter768 has joined #openstack-chef | 18:34 | |
*** otter768 has quit IRC | 18:40 | |
markvan | yeah, need to have the latest bare-metal, common and ops-database for ironic | 18:41 |
cmluciano | do I need to point at those or are they already in master? | 18:43 |
markvan | the 2 we need are in master now, the other is just cleanup https://review.openstack.org/#/c/162049/ | 18:49 |
markvan | I just refreshed from master, running aio_nova now | 18:49 |
*** thumpba_ has quit IRC | 18:59 | |
*** ncerny_ has joined #openstack-chef | 19:06 | |
*** ncerny has quit IRC | 19:08 | |
markvan | cmluciano: oops, we need this one: https://review.openstack.org/#/c/162003/ we should get both of these merged for bare-metal soon so repo works again. | 19:10 |
cmluciano | testing now | 19:12 |
*** galstrom is now known as galstrom_zzz | 19:14 | |
cmluciano | Testing those two together is still showing issues | 19:28 |
cmluciano | https://www.irccloud.com/pastebin/LG9hiFFT | 19:28 |
markvan | cmluciano: yeah, look above that in the trace, mine fails on the ironic-dbsync | 19:40 |
markvan | I'm wriiting up a bug. wenchma needs to step in here and get the repo working for at least ubuntu aio_nova. | 19:40 |
openstackgerrit | Mark Vanderwiel proposed stackforge/cookbook-openstack-bare-metal: Add ironic common package for debain platform family https://review.openstack.org/162003 | 19:42 |
*** wojdev has joined #openstack-chef | 19:43 | |
markvan | wenchma: created bug https://bugs.launchpad.net/openstack-chef/+bug/1429245 | 19:44 |
openstack | Launchpad bug 1429245 in OpenStack + Chef "oslo.messaging.transport.InvalidTransportURL: No scheme specified in "None"" [Critical,New] | 19:44 |
cmluciano | cool | 19:44 |
*** nathenharvey has joined #openstack-chef | 19:46 | |
*** mattray has joined #openstack-chef | 20:00 | |
*** ChanServ sets mode: +o mattray | 20:00 | |
*** ncerny_ has quit IRC | 20:06 | |
*** ncerny has joined #openstack-chef | 20:11 | |
*** wojdev has quit IRC | 20:16 | |
*** galstrom_zzz is now known as galstrom | 20:28 | |
*** otter768 has joined #openstack-chef | 20:35 | |
*** otter768 has quit IRC | 20:40 | |
*** Guest_ has joined #openstack-chef | 20:52 | |
*** Guest_ is now known as jefflaplante | 20:53 | |
*** stannie has quit IRC | 20:54 | |
*** jefflaplante is now known as jeff_laplante | 20:54 | |
*** galstrom is now known as galstrom_zzz | 21:00 | |
*** galstrom_zzz is now known as galstrom | 21:00 | |
*** jmickle has quit IRC | 21:18 | |
*** jmickle has joined #openstack-chef | 21:21 | |
*** harlowja_away has quit IRC | 21:34 | |
j^2 | cmluciano: pushed https://rubygems.org/gems/knife-openstack | 21:47 |
*** neelashah has quit IRC | 21:49 | |
*** neelashah has joined #openstack-chef | 21:50 | |
*** thumpba has joined #openstack-chef | 22:10 | |
*** thumpba_ has joined #openstack-chef | 22:13 | |
*** thumpba__ has joined #openstack-chef | 22:14 | |
*** thumpba has quit IRC | 22:17 | |
*** thumpba_ has quit IRC | 22:17 | |
*** chlong has quit IRC | 22:24 | |
*** malfaitc has left #openstack-chef | 22:32 | |
*** otter768 has joined #openstack-chef | 22:36 | |
*** carlp has quit IRC | 22:37 | |
*** otter768 has quit IRC | 22:41 | |
*** GonZoPT has joined #openstack-chef | 22:41 | |
*** GonZo2K has quit IRC | 22:44 | |
*** ncerny has quit IRC | 22:48 | |
*** rtheis has quit IRC | 22:50 | |
*** carlp has joined #openstack-chef | 22:51 | |
*** ChanServ sets mode: +o carlp | 22:51 | |
*** jeff_laplante has quit IRC | 23:03 | |
*** wojdev has joined #openstack-chef | 23:04 | |
*** mattray has quit IRC | 23:09 | |
*** kbringard has quit IRC | 23:15 | |
*** wojdev has quit IRC | 23:19 | |
*** galstrom is now known as galstrom_zzz | 23:30 | |
*** wojdev_ has joined #openstack-chef | 23:32 | |
*** nathenharvey has quit IRC | 23:33 | |
*** wojdev_ has quit IRC | 23:33 | |
markvan__ | j^2: cmluciano the other two bare metal patches are ready to go but we still need the fix for the bug I wrote | 23:39 |
j^2 | kk | 23:39 |
j^2 | markvan__: did you see the knife-openstack gem was updated too today? | 23:40 |
markvan__ | j^2: yup, will take a look, on road now | 23:40 |
j^2 | no worries :) iām happy with the update :) | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!