*** Openstack_newb has quit IRC | 00:17 | |
*** emagana has quit IRC | 00:51 | |
*** emagana has joined #openstack-chef | 00:52 | |
*** emagana has quit IRC | 00:56 | |
*** stanchan has joined #openstack-chef | 07:18 | |
*** stanchan has quit IRC | 07:28 | |
*** laurent\ has quit IRC | 08:40 | |
*** laurent\ has joined #openstack-chef | 08:46 | |
*** eroux has joined #openstack-chef | 08:51 | |
*** eroux has quit IRC | 09:00 | |
*** eroux has joined #openstack-chef | 09:07 | |
*** laurent\ has quit IRC | 12:03 | |
sc` | the ptl nominations closed yeterday, and though i did not send my candidacy mail to the list, it did get recorded in the elections repo. my intentions are as they were when we got decimated at the end of mitaka - throughput and always working to get more engaged folks | 12:34 |
---|---|---|
sc` | i thought i sent a note to the ml, but i found the draft hidden | 12:35 |
jklare | no worries | 12:49 |
jklare | sc` can you help me understand what the "o" in all the modes from directoy and files is? | 12:49 |
jklare | sc` like here https://review.openstack.org/#/c/489863/1/recipes/apache2-server.rb | 12:49 |
sc` | that was a cookstyle complaint | 12:50 |
sc` | chefdk's rubocop | 12:50 |
jklare | sc` can you point me to any documentation about this? | 12:51 |
sc` | yeah, sec. looking through my browser history | 12:51 |
sc` | actually, it's not cookstyle itself | 12:53 |
sc` | it's the rubocop version in chefdk 1.5 | 12:53 |
sc` | i haven't switched to the chef-specific cops | 12:53 |
sc` | i reverted one of the modes to get the failure | 12:54 |
sc` | http://paste.openstack.org/show/618045/ | 12:54 |
sc` | i'll see if i can find the actual documentation | 12:54 |
sc` | http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/NumericLiteralPrefix | 12:55 |
sc` | that says 0.49.1, and i'm using 0.47.1 | 12:55 |
jklare | ok, i see | 12:55 |
jklare | it still looks pretty strange | 12:56 |
sc` | it is | 12:56 |
sc` | it wasn't arbitrary | 12:56 |
sc` | now that i have my shiny new ryzen 7 online, i can keep beating the hell out of it building openstack | 12:58 |
jklare | :D | 12:58 |
jklare | sounds like a fun thing to do | 12:58 |
sc` | it is. the monolithic build takes even less time | 13:00 |
sc` | i've been clocking it around 35-36 minutes on average with ocata patches. i see some slowdowns evaluating double vs single quotes and waiting on packaging | 13:01 |
sc` | unit tests are markedly faster | 13:01 |
jklare | nice :) | 13:01 |
jklare | Ramereth hi, before i forget, i think its cool that you want to join the core reviewers and i am looking forward to working with you :) | 13:04 |
*** openstackgerrit has joined #openstack-chef | 13:07 | |
openstackgerrit | Merged openstack/cookbook-openstack-common master: Fixes for Ocata, define socket for MySQL https://review.openstack.org/489862 | 13:07 |
openstackgerrit | Merged openstack/cookbook-openstack-image master: Style and lint fixes for newer chefdk, deprecated Gemfile https://review.openstack.org/489866 | 13:07 |
openstackgerrit | Merged openstack/cookbook-openstack-integration-test master: Style and lint fixes for newer chefdk, deprecated Gemfile https://review.openstack.org/489868 | 13:13 |
openstackgerrit | Merged openstack/cookbook-openstack-ops-database master: Style and lint fixes for chefdk, deprecated Gemfile https://review.openstack.org/489870 | 13:13 |
openstackgerrit | Merged openstack/cookbook-openstack-dashboard master: Style and lint fixes for the Ocata release https://review.openstack.org/489863 | 13:15 |
openstackgerrit | Merged openstack/cookbook-openstack-identity master: Keystone config updates for Ocata, style and lint fixes https://review.openstack.org/489864 | 13:17 |
openstackgerrit | Merged openstack/cookbook-openstack-block-storage master: Added systemd unit, style and lint fixes for chefdk https://review.openstack.org/482563 | 13:18 |
sc` | those old gemfiles were also slowing us down considerably | 13:22 |
sc` | chef kept sucking them in | 13:22 |
sc` | looks like i forgot to update a spec in the telemetry cookbook, my mistake | 13:23 |
sc` | the db connection string changed from mysql:// to mysql+pymsql:// | 13:23 |
sc` | those last three probably won't merge with the dk bump in | 13:27 |
sc` | i'm fixing | 13:27 |
sc` | i need to put another patch up for image, too, according to grep | 13:28 |
sc` | i *thought* i had touched all the specs | 13:28 |
sc` | perhaps not. i'll have to spend some time on the db url string generatio. so far, just telemetry complains | 13:33 |
sc` | looks like it was just a change in expected data | 13:43 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-telemetry master: Style and lint fixes for chefdk, deprecated Gemfile https://review.openstack.org/489871 | 13:54 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: Fixes for Ocata, style and lint fixes for chefdk https://review.openstack.org/489869 | 13:59 |
sc` | network needed another unit fix. more regex vs quoted strings | 13:59 |
sc` | jklare: the linuxbridge options i think were my attempt to get virtual networking functioning in multinode. they're from the ocata install guide, but i can remove them | 14:03 |
sc` | https://docs.openstack.org/ocata/install-guide-ubuntu/neutron-controller-install-option2.html is where i was getting that stuff, it seems | 14:04 |
sc` | to be honest, that's where i was getting deep in the rabbit hole and didn't want to spend too much more time before having something. aim not for perfect | 14:07 |
sc` | i probably could have spent more time on just the network portion, but what i had produced seemingly functioning openstack in more than one location, so up it went | 14:08 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: Fixes for Ocata, style and lint fixes for chefdk https://review.openstack.org/489869 | 14:10 |
sc` | since it is working in ci, i updated the commit msg with what i did. i'd rather not rip things out since the smoke tests and tempest did work | 14:11 |
sc` | i'll be spending more time with the network cookbook with test-kitchen | 14:13 |
sc` | the needful bits can be backported to ocata from master, etc. i still have to start down the path of distribution | 14:14 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute master: Added cellv2 support https://review.openstack.org/469179 | 14:28 |
sc` | that should be all to get the gates to pass | 14:28 |
sc` | jenkins -2'd the tests, but for some reason the unit run passed | 14:28 |
*** emagana has joined #openstack-chef | 15:22 | |
*** emagana has quit IRC | 15:40 | |
*** emagana has joined #openstack-chef | 15:41 | |
*** emagana has quit IRC | 15:45 | |
*** emagana has joined #openstack-chef | 15:50 | |
*** Openstack_newb has joined #openstack-chef | 15:57 | |
*** Openstack_newb has quit IRC | 16:01 | |
*** Openstack_newb has joined #openstack-chef | 16:09 | |
*** stanchan has joined #openstack-chef | 16:14 | |
*** stanchan has left #openstack-chef | 16:16 | |
*** eroux has quit IRC | 16:17 | |
*** eroux has joined #openstack-chef | 16:22 | |
*** laurent\ has joined #openstack-chef | 16:35 | |
*** emagana has quit IRC | 16:49 | |
*** Openstack_newb has left #openstack-chef | 17:02 | |
*** emagana has joined #openstack-chef | 17:09 | |
*** emagana has quit IRC | 17:12 | |
*** emagana has joined #openstack-chef | 17:13 | |
*** emagana has quit IRC | 17:18 | |
*** emagana has joined #openstack-chef | 17:19 | |
*** emagana has quit IRC | 17:19 | |
*** emagana has joined #openstack-chef | 17:20 | |
*** emagana has quit IRC | 17:58 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: Fixes for Ocata, style and lint fixes for chefdk https://review.openstack.org/489869 | 18:14 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute master: Added cellv2 support https://review.openstack.org/469179 | 18:23 |
*** mutin-s has joined #openstack-chef | 18:36 | |
*** s-mutin has quit IRC | 18:39 | |
*** s-mutin has joined #openstack-chef | 18:51 | |
*** mutin-s has quit IRC | 18:55 | |
*** openstackgerrit has quit IRC | 19:03 | |
*** os-chef-bot has quit IRC | 19:11 | |
*** emagana has joined #openstack-chef | 19:15 | |
*** emagana has quit IRC | 19:23 | |
*** emagana has joined #openstack-chef | 19:24 | |
*** emagana has quit IRC | 19:29 | |
*** emagana has joined #openstack-chef | 19:36 | |
*** openstackgerrit has joined #openstack-chef | 20:09 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-network master: Fixes for Ocata, style and lint fixes for chefdk https://review.openstack.org/489869 | 20:09 |
*** mutin-s has joined #openstack-chef | 20:33 | |
*** s-mutin has quit IRC | 20:35 | |
*** emagana has quit IRC | 20:46 | |
*** emagana has joined #openstack-chef | 20:46 | |
*** emagana_ has joined #openstack-chef | 20:47 | |
*** emagana has quit IRC | 20:50 | |
*** emagana_ has quit IRC | 21:07 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute master: Added cellv2 support https://review.openstack.org/469179 | 21:35 |
sc` | apologies for the false start on the patches. between Berksfile.lock and the dk bump, some tests said they worked when in fact they did not | 21:50 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-telemetry master: Style and lint fixes for chefdk, deprecated Gemfile https://review.openstack.org/489871 | 21:50 |
*** openstackgerrit has quit IRC | 22:18 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!