*** mvensky has joined #openstack-chef | 00:42 | |
*** mvensky has quit IRC | 00:42 | |
sc` | allinone works without intervention from scratch in kitchen and bare metal. my simple boot-delete test works on both platforms. one more patchset for cinder | 01:31 |
---|---|---|
*** openstackgerrit has joined #openstack-chef | 01:37 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-block-storage master: block-storage refactor for Pike and Chef 13 https://review.openstack.org/523031 | 01:37 |
sc` | smash all of those huge patches together and out should pop a working pike | 01:39 |
sc` | i'm keeping dk at chefdk 2.3 until i get relocated and can get time to work on it | 01:40 |
sc` | i added a is_release to toggle repos for development, and it'll generally be false in master, but right now i'm adding it with true in order to cut pike | 01:41 |
*** TuanLA has joined #openstack-chef | 01:41 | |
sc` | multinode i'm not sure about, because the chef-provisioning stuff is majorly stale as of dk 2.0 | 01:46 |
sc` | i've been focused on chef 13 deprecations that i haven't had time to dedicate to multinode | 01:47 |
sc` | the provisioning cookbook may or may not persist. it doesn't work because chef-provisioning-vagrant needs to be refactored, and was removed because cheffish totally broke it | 01:47 |
sc` | ^chef-provisioning-vagrant was removed | 01:48 |
sc` | also, i kind of got a multinode working in kitchen. i just pieced a yaml together and it's doing what it should be doing | 03:55 |
sc` | like dokken, i'll leave that one out as a separate change from the ugly huge patches | 03:56 |
sc` | chef 13 to 14 won't be as ugly | 03:56 |
*** openstackgerrit has quit IRC | 04:18 | |
*** openstackgerrit has joined #openstack-chef | 05:37 | |
openstackgerrit | Samuel Cassiba proposed openstack/openstack-chef-repo master: Added basic multinode kitchen test https://review.openstack.org/527582 | 05:37 |
openstackgerrit | Samuel Cassiba proposed openstack/openstack-chef-repo master: Added basic multinode kitchen test https://review.openstack.org/527582 | 05:55 |
*** TuanLA has quit IRC | 07:41 | |
*** TuanLA has joined #openstack-chef | 07:41 | |
*** TuanLA has quit IRC | 08:46 | |
*** TuanLA has joined #openstack-chef | 08:46 | |
openstackgerrit | Jan Klare proposed openstack/cookbook-openstack-compute master: rename web_app placement-api to nova-placement-api to align with package https://review.openstack.org/527650 | 09:50 |
openstackgerrit | Jan Klare proposed openstack/cookbook-openstack-compute stable/ocata: rename web_app placement-api to nova-placement-api to align with package https://review.openstack.org/527653 | 09:55 |
*** TuanLA has quit IRC | 10:15 | |
openstackgerrit | Roger Luethi proposed openstack/cookbook-openstack-compute master: rename web_app placement-api to nova-placement-api to align with package https://review.openstack.org/527650 | 10:26 |
openstackgerrit | Roger Luethi proposed openstack/cookbook-openstack-compute stable/ocata: rename web_app placement-api to nova-placement-api to align with package https://review.openstack.org/527653 | 10:27 |
*** openstackstatus has quit IRC | 14:36 | |
*** openstackstatus_ has joined #openstack-chef | 14:36 | |
*** openstackstatus has joined #openstack-chef | 14:37 | |
*** ChanServ sets mode: +v openstackstatus | 14:37 | |
*** openstackstatus_ has quit IRC | 14:37 | |
*** openstackstatus has quit IRC | 14:38 | |
*** openstackstatus_ has joined #openstack-chef | 14:38 | |
*** openstack has quit IRC | 14:39 | |
*** openstack has joined #openstack-chef | 14:40 | |
*** ChanServ sets mode: +o openstack | 14:40 | |
*** openstackstatus_ has quit IRC | 14:40 | |
*** openstackstatus has joined #openstack-chef | 14:41 | |
*** ChanServ sets mode: +v openstackstatus | 14:41 | |
*** openstackstatus has quit IRC | 14:42 | |
*** openstack has quit IRC | 14:43 | |
*** openstack has joined #openstack-chef | 14:45 | |
*** ChanServ sets mode: +o openstack | 14:45 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-dashboard master: dashboard refactor for Pike and Chef 13 https://review.openstack.org/523048 | 15:02 |
sc` | i know they're huge and ugly changes. i was doing the changes across all 12 cookbooks at once in development to chase down the chef 13 deprecations | 15:03 |
sc` | my tests suggest functionality. i've tested everywhere except a "proper" deployment with architectural decisions and some idea of a design | 15:04 |
sc` | even ci is passing more often than not, and that is still on chef 12 | 15:05 |
sc` | Ramereth: chef 13 looms ^^^ | 15:08 |
sc` | i feel i need to write a missive on how to work with it all, from an operator's perspective | 15:10 |
sc` | my dev machine is going offline, so no more nasty patches out of me for now | 15:11 |
Ramereth | sc`: ya, I've been targetting chef 13 for our infra in the new year | 17:02 |
Ramereth | haven't been looking forward to dealing with all the deprecations | 17:02 |
sc` | the method to bracket syntax is the most annoying deprecation, because it's everywhere and none of the tooling can tell you about it | 17:03 |
Ramereth | I haven't looked at that yet, have an example of it? | 17:03 |
sc` | https://review.openstack.org/#/c/524193/3/recipes/server-apache.rb | 17:04 |
sc` | the most chef does is give a happy message saying the syntax is deprecated, but you're on your own for figuring out where | 17:05 |
sc` | chef 13 will just break in weird and confusing ways | 17:05 |
Ramereth | we don't do that in our cookbooks thankfully | 17:06 |
sc` | yeah. most maintained cookbooks have had that done long ago | 17:06 |
sc` | on the other hand, there are the openstack cookbooks | 17:06 |
Ramereth | ya | 17:06 |
sc` | i've yet to figure out how to clone myself without a long incubation time, so what's there is what's there to make it work. there is a lot of code that can and should be rewritten as custom resources, but the best documentation i can find on making the transition is "figure it out" | 17:13 |
Ramereth | i've been doing some custom resources here, it's not that difficult | 17:22 |
Ramereth | IMO at least | 17:22 |
sc` | it's not difficult when you're not looking for a place to live for the second time in three months | 17:41 |
sc` | i, on the other hand, am experiencing that very thing. not much time left for digging in to custom resources | 17:41 |
*** [d__d] has quit IRC | 18:19 | |
*** [d__d] has joined #openstack-chef | 18:20 | |
Ramereth | understandable! | 18:46 |
*** openstackstatus has quit IRC | 19:27 | |
*** openstackstatus has joined #openstack-chef | 20:27 | |
*** ChanServ sets mode: +v openstackstatus | 20:27 | |
*** speromak_ has quit IRC | 20:43 | |
*** spheromak has joined #openstack-chef | 20:44 | |
*** os-chef-bot has quit IRC | 21:09 | |
*** os-chef-bot has joined #openstack-chef | 21:10 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!