-openstackstatus- NOTICE: Due to an unexpected outage with Zuul (1 hour), you'll need to recheck any jobs that were in progress. Sorry for the inconvenience. | 02:56 | |
*** mutin-s has quit IRC | 05:51 | |
*** mutin-s has joined #openstack-chef | 05:52 | |
*** TuanLA has joined #openstack-chef | 06:55 | |
frickler | sc`: I haven't really looked at that. in general I'd like to avoid having yet another virtualization layer, though | 07:47 |
---|---|---|
frickler | sc`: also not sure about chef 13, things are just working fine for us with 12 | 07:47 |
*** eroux has joined #openstack-chef | 10:02 | |
*** TuanLA has quit IRC | 10:17 | |
*** TuanLA has joined #openstack-chef | 10:18 | |
*** TuanLA has quit IRC | 10:19 | |
jklare | sc` hey man, just got the stickers you send, thanks a lot | 12:47 |
sc` | jklare: awesome. they got lost in the relocation, then i made sure to get them in the post before they got reboxed and re-lost | 13:19 |
sc` | one thing that chef 13 does that isn't obvious is that you can no longer access attributes as methods, and the cookbooks have that all over | 13:33 |
sc` | thing.attribute no longer works, but thing['attribute'] does, but then the uri handling code gets confused | 13:34 |
sc` | which led me to the use of the uri gem, and the fact that addressable does the same thing in a more sane manner | 13:34 |
sc` | like this from openstack-identity::server-apache: | 13:37 |
sc` | - server_port: admin_bind_service.port, | 13:37 |
sc` | + server_port: admin_bind_service['port'], | 13:37 |
sc` | when i came across that, convergence told me it was everywhere | 13:38 |
sc` | i was seeing the error in chef 12, but i hadn't been enlightened as to what it meant. it helps to idle on the chef community slack | 13:42 |
sc` | i fell asleep last night exploring the addressable gem. it smells like that has the path forward | 13:50 |
*** eroux has quit IRC | 13:53 | |
sc` | alas, my ruby is not as good as it needs to be. i have uri data passing around, but the cookbook doesn't know what to do with it yet | 14:09 |
sc` | i haven't proposed patches because kitchen and rspec still aren't happy | 14:09 |
sc` | the glance image upload code is in need of a refactor to a custom resource. i've barely scratched the surface on those | 14:12 |
sc` | someone with more formal ruby skillz can probably see what i'm not | 14:13 |
sc` | found what's gumming up the gates | 14:52 |
sc` | external mirrors | 14:53 |
sc` | we're not overriding the mirrorlists for integration | 14:54 |
sc` | ubuntu-cloud.archive.canonical.com is still making it in | 14:54 |
sc` | probably need an override for that attribute | 14:55 |
sc` | the environment is as good a place as any to toss it | 14:57 |
sc` | or not. probably need some conditional to populate $NODEPOOL_* in common | 15:15 |
sc` | frickler: where i was thinking kitchen might be handy is with containers a la dokken | 17:47 |
sc` | could be complementary | 17:47 |
sc` | if we were to move to github, that's exactly how we would be executing the tests, so it's inevitable | 17:52 |
sc` | to do anything otherwise is fighting against the stream, and doing so further sends the project into demise | 17:53 |
sc` | the complexity of the codebase is more than a liability, sadly | 17:54 |
openstackgerrit | Merged openstack/cookbook-openstack-orchestration master: Remove domain role from heat service user https://review.openstack.org/519336 | 18:39 |
*** mutin-s has quit IRC | 21:01 | |
*** mutin-s has joined #openstack-chef | 21:02 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-orchestration master: Grant admin role in heat domain to heat_domain_admin https://review.openstack.org/519337 | 21:36 |
openstackgerrit | Merged openstack/cookbook-openstack-orchestration master: Grant admin role in heat domain to heat_domain_admin https://review.openstack.org/519337 | 22:34 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!