| *** Devon_ has quit IRC | 00:04 | |
| *** bdemers has quit IRC | 00:52 | |
| *** bdemers has joined #openstack-chef | 01:15 | |
| *** otter768 has joined #openstack-chef | 01:20 | |
| *** otter768 has quit IRC | 01:25 | |
| *** frickler has quit IRC | 01:36 | |
| *** frickler has joined #openstack-chef | 01:36 | |
| *** wenchma has quit IRC | 01:38 | |
| *** wenchma has joined #openstack-chef | 01:47 | |
| *** otter768 has joined #openstack-chef | 02:22 | |
| *** tmichael has quit IRC | 03:25 | |
| *** otter768 has quit IRC | 03:37 | |
| *** pradipta has joined #openstack-chef | 04:57 | |
| *** otter768 has joined #openstack-chef | 05:38 | |
| *** otter768 has quit IRC | 05:43 | |
| *** nkrinner has joined #openstack-chef | 06:05 | |
| *** pradipta has quit IRC | 07:09 | |
| *** chlong has quit IRC | 07:17 | |
| *** otter768 has joined #openstack-chef | 07:39 | |
| *** otter768 has quit IRC | 07:44 | |
| *** ChrissKO_ has joined #openstack-chef | 07:52 | |
| *** nacer has joined #openstack-chef | 09:31 | |
| *** nacer has quit IRC | 09:39 | |
| *** otter768 has joined #openstack-chef | 09:40 | |
| *** nacer has joined #openstack-chef | 09:42 | |
| *** nacer has quit IRC | 09:42 | |
| *** otter768 has quit IRC | 09:45 | |
| *** nacer has joined #openstack-chef | 09:54 | |
| *** nacer has quit IRC | 10:28 | |
| openstackgerrit | Jan Klare proposed openstack/cookbook-openstack-image: create cache dirs for api and registy https://review.openstack.org/228397 | 10:59 |
|---|---|---|
| *** otter768 has joined #openstack-chef | 11:41 | |
| *** chlong has joined #openstack-chef | 11:44 | |
| *** otter768 has quit IRC | 11:46 | |
| *** nacer has joined #openstack-chef | 12:56 | |
| *** nacer has quit IRC | 13:35 | |
| *** otter768 has joined #openstack-chef | 13:42 | |
| *** otter768 has quit IRC | 13:46 | |
| *** nacer has joined #openstack-chef | 13:50 | |
| *** nacer has quit IRC | 13:55 | |
| *** nacer has joined #openstack-chef | 14:00 | |
| *** bdemers has quit IRC | 14:21 | |
| j^2 | .meeting | 14:45 |
| os-chef-bot | IRC status meeting is at 1600 UTC 1100 EST 0800 PST on Mondays located in #openstack-meeting-3. | 14:45 |
| *** pradipta has joined #openstack-chef | 14:58 | |
| *** bdemers has joined #openstack-chef | 15:17 | |
| *** nkrinner has quit IRC | 15:25 | |
| *** bdemers has quit IRC | 15:34 | |
| openstackgerrit | Kasey Alusi proposed openstack/cookbook-openstack-compute: Add heal_instance_info_cache_interval to nova.conf https://review.openstack.org/228019 | 15:42 |
| *** otter768 has joined #openstack-chef | 15:43 | |
| openstackgerrit | Kasey Alusi proposed openstack/cookbook-openstack-compute: Add heal_instance_info_cache_interval to nova.conf https://review.openstack.org/227930 | 15:43 |
| *** otter768 has quit IRC | 15:47 | |
| *** bdemers has joined #openstack-chef | 16:03 | |
| openstackgerrit | Kasey Alusi proposed openstack/cookbook-openstack-compute: Add heal_instance_info_cache_interval to nova.conf https://review.openstack.org/228019 | 16:10 |
| *** ChrissKO_ has quit IRC | 16:12 | |
| *** bdemers_ has joined #openstack-chef | 16:17 | |
| *** bdemers has quit IRC | 16:18 | |
| *** bdemers_ has quit IRC | 16:22 | |
| *** bdemers has joined #openstack-chef | 16:22 | |
| *** nacer has quit IRC | 16:55 | |
| jklare | i created this pad for the our daily syncs this month | 16:59 |
| jklare | https://etherpad.openstack.org/p/openstack-chef-daily-sync_2015_09 | 16:59 |
| jklare | just post your topics for tomorrow and i will try to sort them into a short agenda for tomorrow 15:00 UTC | 17:00 |
| sc` | looks like the gates may not even work for stable/icehouse anymore? | 17:01 |
| j^2 | sounds good | 17:04 |
| j^2 | sc`: yeah they donet | 17:04 |
| j^2 | because of the rake tests iirc | 17:04 |
| *** pradipta has quit IRC | 17:09 | |
| sc` | it's pretty safe to say stable/icehouse doesn't get updates then | 17:19 |
| *** ChrissKO_ has joined #openstack-chef | 17:26 | |
| *** otter768 has joined #openstack-chef | 17:43 | |
| *** otter768 has quit IRC | 17:48 | |
| *** stanchan has joined #openstack-chef | 18:07 | |
| *** ChrissKO_ has quit IRC | 18:14 | |
| j^2 | yep, that’s accurate | 18:19 |
| *** ChrissKO_ has joined #openstack-chef | 18:25 | |
| *** ChrissKO_ has quit IRC | 18:32 | |
| *** ChrissKO_ has joined #openstack-chef | 18:33 | |
| *** stanchan has quit IRC | 18:51 | |
| mza- | not sure anyone can help, has anyone used a value with a space in it in policy.json? | 18:54 |
| mza- | my roles have spaces in them :-\ | 18:54 |
| mza- | role:Test Role for example | 18:54 |
| j^2 | you should be able to use ‘ or “ | 18:55 |
| j^2 | but yeah, i learned a long time ago, spaces and ruby/code/computers never play nice | 18:55 |
| j^2 | i avoid them like the plague, and if i have to i snake_case them | 18:56 |
| mza- | i tried ', it tries to parse it as 2 values | 19:02 |
| mza- | " makes it invalid json | 19:02 |
| mza- | fun! | 19:02 |
| j^2 | :( | 19:03 |
| j^2 | i thought there was a way, yeah sorry i’m not recalling it | 19:03 |
| mza- | no worries, ill hunt it down | 19:05 |
| sc` | i always use underscores. unix has never done good with spaces | 19:29 |
| *** otter768 has joined #openstack-chef | 19:44 | |
| *** otter768 has quit IRC | 19:49 | |
| j^2 | https://www.reddit.com/r/chef_opscode/comments/3mqu8l/using_chefprovisioningfog_for_your_openstack_cloud/ | 20:32 |
| *** os-chef-bot has quit IRC | 20:49 | |
| *** os-chef-bot has joined #openstack-chef | 20:50 | |
| *** otter768 has joined #openstack-chef | 21:45 | |
| *** otter768 has quit IRC | 21:51 | |
| *** mochaMan has joined #openstack-chef | 22:05 | |
| *** mochaMan has quit IRC | 22:07 | |
| *** mochaMan has joined #openstack-chef | 22:28 | |
| *** mochaMan has quit IRC | 22:37 | |
| openstackgerrit | Merged openstack/openstack-chef-repo: Fix integration testing https://review.openstack.org/227134 | 22:42 |
| openstackgerrit | Merged openstack/openstack-chef-repo: Fixup networking for integration test https://review.openstack.org/228151 | 22:43 |
| *** otter768 has joined #openstack-chef | 23:46 | |
| *** ChrissKO_ has quit IRC | 23:49 | |
| *** otter768 has quit IRC | 23:51 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!