*** Dinesh_Bhor has joined #openstack-chef | 04:21 | |
*** TuanLA has joined #openstack-chef | 06:01 | |
frickler | sc`: I hope I can start some work on pike this week, can you put up for review what you have so far? | 06:11 |
---|---|---|
sc` | that's what i'm doing tonight | 06:19 |
sc` | i was hoping to get cinder working in horizon, but that's another rabbit hole | 06:19 |
sc` | best i can see, more services need to be wsgi-fied. my bare metals weren't bringing up cinder-api | 06:20 |
sc` | sadly, they're all fat changes again because of all the files that had to be touched for chef 13 | 06:21 |
sc` | stack them all on each other and they converge, and tempest completes with the minimal setup | 06:22 |
sc` | it won't be nearly as many changes to download | 06:22 |
sc` | i also tested and it works in chef 12 with test kitchen | 06:23 |
sc` | cinder excepting | 06:23 |
sc` | node.foo.bar was *everywhere* | 06:25 |
sc` | not surprising, given the history of the ruby code | 06:26 |
sc` | the next deprecation to tackle is https://docs.chef.io/deprecations_namespace_collisions.html | 06:28 |
sc` | i'm just going to get the reviews submitted and i can hook up the depends-on tomorrow since it's late here | 06:29 |
*** openstackgerrit has joined #openstack-chef | 06:47 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 06:47 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-block-storage master: block-storage refactor for Pike and Chef 13 https://review.openstack.org/523031 | 06:48 |
sc` | even if the gate fails the changes, i've verified they've worked on three machines running tempest after every run, and poking horizon. i know where it fails, and i've run straight into an issue Seb-Solon was working a while back, so i know i'm on the right track | 06:50 |
sc` | that is, i'm converging on bare metal and with test kitchen | 06:51 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 06:52 |
sc` | i'm pretty sure they'll all fail until bootstrap.sh gets bumped | 07:27 |
sc` | if not, that'd be interesting | 07:27 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute master: compute refactor for Pike and Chef 13 https://review.openstack.org/523046 | 07:45 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-identity master: identity refactor for Pike and Chef 13 https://review.openstack.org/523047 | 07:46 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-dashboard master: dashboard refactor for Pike and Chef 13 https://review.openstack.org/523048 | 07:49 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-image master: image refactor for Pike and Chef 13 https://review.openstack.org/523049 | 07:55 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-ops-database master: ops-database refactor for Pike and Chef 13 https://review.openstack.org/523050 | 08:02 |
sc` | it's after midnight here and unit builds are still running. i'm going to let them go and go to bed | 08:07 |
sc` | i'll get the remainder up in the morning | 08:07 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-ops-messaging master: ops-messaging refactor for Pike and Chef 13 https://review.openstack.org/523051 | 08:11 |
*** TuanLA has quit IRC | 11:02 | |
*** Majost has quit IRC | 11:54 | |
*** Majost has joined #openstack-chef | 11:55 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-orchestration master: orchestration refactor for Pike and Chef 13 https://review.openstack.org/523156 | 16:07 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-integration-test master: integration-test refactor for Pike and Chef 13 https://review.openstack.org/523157 | 16:11 |
sc` | telemetry and network are still running unit tests | 16:11 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: network refactor for Pike and Chef 13 https://review.openstack.org/523159 | 16:19 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 16:24 |
sc` | bootstrap.sh may need to go in as its own change to get the gate testing against chefdk 2.x | 16:24 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 16:32 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: Incremented chefdk to 2.3.4 https://review.openstack.org/523161 | 16:34 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 16:34 |
sc` | they may all just work once bootstrap.sh is bumped. they did work with chef 12 in test kitchen | 16:41 |
sc` | not to mention chef 13. i'm still pending the repo change to tie it all together | 16:42 |
sc` | allinone-centos7 and allinone-ubuntu16 are so similar at this point that we can probably drop the dual environment files for a single allinone.json | 16:44 |
sc` | with apt and yum being dropped, the differences are but the name | 16:44 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-telemetry master: telemetry refactor for Pike and Chef 13 https://review.openstack.org/523172 | 17:12 |
sc` | just prior to proposing each patch, i made sure to run through the unit tests on my dev machine | 17:13 |
sc` | although the gate will fail, once bootstrap.sh gets merged, it should look better | 17:13 |
sc` | a new chefdk 2.x is dropping literally today, so i'll keep concurrent with that in my patch | 18:16 |
*** linkmark has joined #openstack-chef | 19:04 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: network refactor for Pike and Chef 13 https://review.openstack.org/523159 | 21:55 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute master: compute refactor for Pike and Chef 13 https://review.openstack.org/523046 | 21:56 |
sc` | found one more deprecation as a result of an earlier common patch to alter openstack_command | 21:56 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-block-storage master: block-storage refactor for Pike and Chef 13 https://review.openstack.org/523031 | 22:19 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 22:21 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common master: common refactor for Pike and Chef 13 https://review.openstack.org/523030 | 22:30 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-identity master: identity refactor for Pike and Chef 13 https://review.openstack.org/523047 | 22:30 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-image master: image refactor for Pike and Chef 13 https://review.openstack.org/523049 | 22:31 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-dashboard master: dashboard refactor for Pike and Chef 13 https://review.openstack.org/523048 | 22:39 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-integration-test master: integration-test refactor for Pike and Chef 13 https://review.openstack.org/523157 | 22:39 |
*** linkmark has quit IRC | 23:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!