| *** jawad_axd has joined #heat | 00:24 | |
| *** jawad_axd has quit IRC | 00:29 | |
| openstackgerrit | Merged openstack/heat master: Remove duplicate tempest.conf setup for grenade https://review.openstack.org/627917 | 00:42 |
|---|---|---|
| *** jawad_axd has joined #heat | 00:45 | |
| *** jawad_axd has quit IRC | 00:49 | |
| *** maddtux has joined #heat | 00:50 | |
| *** jawad_axd has joined #heat | 01:06 | |
| *** jawad_axd has quit IRC | 01:10 | |
| *** ttsiouts has quit IRC | 01:40 | |
| openstackgerrit | Zane Bitter proposed openstack/heat-templates master: Remove docs, deprecated hooks, tests https://review.openstack.org/584777 | 01:41 |
| openstackgerrit | Zane Bitter proposed openstack/heat-templates master: Remove docs, deprecated hooks, tests https://review.openstack.org/584777 | 01:46 |
| openstackgerrit | weizj proposed openstack/python-heatclient master: Update the bugs link to storyboard https://review.openstack.org/627824 | 02:06 |
| openstackgerrit | weizj proposed openstack/heat-templates master: Update the bugs link to storyboard https://review.openstack.org/627821 | 02:07 |
| openstackgerrit | weizj proposed openstack/heat-cfntools master: Update the bugs link to storyboard https://review.openstack.org/627820 | 02:08 |
| openstackgerrit | zhulingjie proposed openstack/python-heatclient master: Update the bugs link to storyboard https://review.openstack.org/627824 | 02:13 |
| *** ttsiouts has joined #heat | 02:18 | |
| *** ttsiouts has quit IRC | 02:23 | |
| *** jawad_axd has joined #heat | 02:28 | |
| *** hongbin has joined #heat | 02:29 | |
| *** jawad_axd has quit IRC | 02:33 | |
| *** jrist has quit IRC | 03:07 | |
| *** ttsiouts has joined #heat | 03:17 | |
| *** ttsiouts has quit IRC | 03:22 | |
| *** skramaja has joined #heat | 03:41 | |
| *** ramishra has joined #heat | 04:17 | |
| openstackgerrit | Rabi Mishra proposed openstack/heat master: Catch socket.timeout for connectivity error when streaming https://review.openstack.org/627940 | 04:18 |
| openstackgerrit | Merged openstack/python-heatclient master: Trivial: Update pypi url to new url https://review.openstack.org/563054 | 04:47 |
| *** ricolin has joined #heat | 04:59 | |
| *** hongbin has quit IRC | 05:05 | |
| openstackgerrit | Merged openstack/heat-templates master: Fix the incorrect cirros default password https://review.openstack.org/567174 | 05:14 |
| *** ttsiouts has joined #heat | 05:18 | |
| *** ttsiouts has quit IRC | 05:23 | |
| openstackgerrit | Merged openstack/heat-tempest-plugin master: Add test for remote nested stacks https://review.openstack.org/532635 | 05:30 |
| *** radeks__ has joined #heat | 05:33 | |
| *** jtomasek has joined #heat | 06:49 | |
| zaneb | ramishra: why did the heat-container-agent stuff not get moved/copied from heat-templates to heat-agents? | 06:55 |
| ramishra | zaneb: AFAIR, the hooks were moved, but only scripts to build the container i.e Dockerfile stayed behind | 06:59 |
| zaneb | yeah, the hooks were all copied | 07:01 |
| zaneb | the Dockerfile relied on symlinks to the old copies though | 07:01 |
| ramishra | zaneb: yeah | 07:01 |
| zaneb | trying to figure out what we should do when we actually delete the old hooks | 07:01 |
| ramishra | zaneb: may be we update the docs to pull it from heat-agents before building the container image | 07:03 |
| zaneb | ramishra: sorta like this? https://review.openstack.org/#/c/584777/11..13/hot/software-config/heat-container-agent/README.rst | 07:04 |
| ramishra | magnum has some copies for these too. https://github.com/openstack/magnum/blob/master/dockerfiles/heat-container-agent | 07:07 |
| ramishra | zaneb: that doc text sounds reasonable | 07:08 |
| zaneb | ok, thanks. I was trying to figure out if that would do or if we should really move it to heat-agents | 07:09 |
| zaneb | I suspect we probably should still do that, but this will do for now | 07:09 |
| zaneb | if only I can find a way to get that patch merged | 07:09 |
| *** rcernin has quit IRC | 07:09 | |
| zaneb | thought I'd cracked it and then: http://logs.openstack.org/77/584777/13/check/heat-templates-check/f259b5a/job-output.txt.gz#_2019-01-03_02_12_13_303612 | 07:10 |
| zaneb | ramishra: do you know how to get devstack running in a legacy job to clone another repo that does *not* have a devstack plugin? | 07:11 |
| zaneb | I thought https://review.openstack.org/#/c/584777/10..11/.zuul.yaml might do it but it turns out that's only a prerequisite | 07:12 |
| *** jawad_axd has joined #heat | 07:13 | |
| zaneb | then I did https://review.openstack.org/#/c/584777/11..13/tools/post_test_hook.sh but got the permission denied error above because devstack drops sudo permissions before running post_test_hook | 07:13 |
| ramishra | zaneb: may be doing something like https://github.com/openstack/heat/blob/master/playbooks/devstack/functional/run.yaml#L55 | 07:14 |
| ramishra | As we still use devstack-gate, though I've started forgetting most of these stuff:) | 07:14 |
| zaneb | ah, that looks promising, thanks! | 07:16 |
| zaneb | we should really convert everything away from the legacy jobs | 07:16 |
| ramishra | zaneb: yeah, I agree, it would require quite some effort though | 07:16 |
| zaneb | indeed | 07:17 |
| openstackgerrit | Zane Bitter proposed openstack/heat-templates master: Remove docs, deprecated hooks, tests https://review.openstack.org/584777 | 07:19 |
| *** ttsiouts has joined #heat | 07:19 | |
| * zaneb pushes it back up the hill again | 07:19 | |
| *** ttsiouts has quit IRC | 07:24 | |
| zaneb | yaaay, it worked. thanks ramishra | 07:54 |
| zaneb | feel free to merge that btw ;) | 07:54 |
| *** hjensas has quit IRC | 07:54 | |
| zaneb | ricolin: if you have a moment to look over my changes to https://review.openstack.org/584777 then we can finally merge it | 07:57 |
| zaneb | ricolin: btw I will miss the meeting next week. back the following week | 07:57 |
| ricolin | zaneb, approved, how's your vacation last week:) | 07:59 |
| zaneb | thanks. it was so relaxing that I'm taking another one next week ;) | 08:00 |
| *** radeks_ has joined #heat | 08:03 | |
| *** ramishra has quit IRC | 08:05 | |
| *** radeks__ has quit IRC | 08:06 | |
| *** ramishra has joined #heat | 08:09 | |
| ricolin | zaneb, one week is not enough for you!?:) | 08:11 |
| zaneb | ricolin: I had like 3 weeks saved up that I have to use by the middle of February | 08:11 |
| ricolin | the importance of saving:) | 08:12 |
| openstackgerrit | Merged openstack/heat-templates master: Remove docs, deprecated hooks, tests https://review.openstack.org/584777 | 08:35 |
| *** mattgo has joined #heat | 08:51 | |
| *** mattgo has quit IRC | 08:55 | |
| *** shardy has joined #heat | 09:06 | |
| *** shardy has quit IRC | 09:06 | |
| *** shardy has joined #heat | 09:07 | |
| *** ttsiouts has joined #heat | 09:20 | |
| *** ttsiouts has quit IRC | 09:24 | |
| *** hjensas has joined #heat | 09:27 | |
| *** ttsiouts has joined #heat | 09:30 | |
| *** gfidente has joined #heat | 09:41 | |
| *** e0ne has joined #heat | 09:42 | |
| *** sshnaidm|afk is now known as sshnaidm | 09:52 | |
| *** shardy has quit IRC | 10:10 | |
| *** shardy has joined #heat | 10:10 | |
| *** maddtux has quit IRC | 10:13 | |
| *** ttsiouts has quit IRC | 10:33 | |
| *** jawad_axd has quit IRC | 10:44 | |
| *** jawad_axd has joined #heat | 10:47 | |
| *** skramaja_ has joined #heat | 10:55 | |
| *** skramaja has quit IRC | 10:55 | |
| *** pbourke has quit IRC | 11:01 | |
| *** pbourke has joined #heat | 11:02 | |
| *** skramaja has joined #heat | 11:10 | |
| *** skramaja_ has quit IRC | 11:10 | |
| *** skramaja has quit IRC | 11:24 | |
| *** gfidente has quit IRC | 11:50 | |
| *** gfidente has joined #heat | 12:36 | |
| *** k_mouza has joined #heat | 12:43 | |
| *** k_mouza has quit IRC | 12:43 | |
| openstackgerrit | Rabi Mishra proposed openstack/heat master: Add heat-agents as required project https://review.openstack.org/628169 | 12:46 |
| *** ttsiouts has joined #heat | 12:49 | |
| *** gfidente has quit IRC | 12:53 | |
| *** jcoufal has joined #heat | 13:11 | |
| *** gfidente has joined #heat | 13:32 | |
| *** gfidente is now known as gfidente|afk | 13:33 | |
| *** jawad_axd has quit IRC | 14:01 | |
| *** jawad_axd has joined #heat | 14:02 | |
| *** jistr is now known as jistr|mtg | 14:04 | |
| *** jawad_axd has quit IRC | 14:06 | |
| *** gfidente|afk is now known as gfidente | 14:46 | |
| *** jistr|mtg is now known as jistr | 14:55 | |
| *** hjensas has quit IRC | 14:59 | |
| openstackgerrit | Ifat Afek proposed openstack/heat-specs master: Support Vitrage resources in Heat https://review.openstack.org/578786 | 15:03 |
| *** jawad_axd has joined #heat | 15:11 | |
| *** ivve has joined #heat | 15:15 | |
| *** sshnaidm has quit IRC | 15:15 | |
| *** jawad_axd has quit IRC | 15:16 | |
| *** ttsiouts has quit IRC | 15:18 | |
| *** sshnaidm has joined #heat | 15:26 | |
| *** e0ne has quit IRC | 15:28 | |
| *** hjensas has joined #heat | 15:44 | |
| *** sshnaidm has quit IRC | 16:15 | |
| *** sshnaidm has joined #heat | 16:28 | |
| *** sshnaidm_ has joined #heat | 16:32 | |
| *** sshnaidm has quit IRC | 16:35 | |
| *** sshnaidm__ has joined #heat | 16:35 | |
| *** sshnaidm has joined #heat | 16:37 | |
| *** sshnaidm_ has quit IRC | 16:38 | |
| *** sshnaidm__ has quit IRC | 16:40 | |
| *** sshnaidm_ has joined #heat | 16:40 | |
| *** sshnaidm has quit IRC | 16:43 | |
| *** jawad_axd has joined #heat | 17:03 | |
| *** jawad_axd has quit IRC | 17:07 | |
| *** sshnaidm__ has joined #heat | 17:31 | |
| *** sshnaidm_ has quit IRC | 17:34 | |
| *** ricolin has quit IRC | 17:35 | |
| *** gfidente has quit IRC | 17:58 | |
| *** ttsiouts has joined #heat | 18:04 | |
| *** bnemec has quit IRC | 18:13 | |
| openstackgerrit | Rafael Folco proposed openstack/heat master: Replace tripleo-scenario002-multinode with scenario002-standalone https://review.openstack.org/628249 | 18:17 |
| *** bnemec has joined #heat | 18:26 | |
| *** bnemec has quit IRC | 18:30 | |
| *** bnemec has joined #heat | 18:34 | |
| *** bnemec has quit IRC | 18:39 | |
| *** ramishra has quit IRC | 18:43 | |
| *** bnemec has joined #heat | 18:52 | |
| *** bnemec has quit IRC | 18:58 | |
| *** jawad_axd has joined #heat | 19:11 | |
| *** bnemec has joined #heat | 19:14 | |
| *** jawad_axd has quit IRC | 19:15 | |
| *** ttsiouts has quit IRC | 20:10 | |
| *** ttsiouts has joined #heat | 20:11 | |
| *** ttsiouts has quit IRC | 20:16 | |
| *** ttsiouts has joined #heat | 20:17 | |
| *** e0ne has joined #heat | 20:21 | |
| *** e0ne has quit IRC | 20:37 | |
| *** e0ne has joined #heat | 20:54 | |
| *** e0ne has quit IRC | 21:50 | |
| *** e0ne has joined #heat | 21:52 | |
| *** ttsiouts has quit IRC | 21:56 | |
| *** e0ne has quit IRC | 21:57 | |
| *** radeks_ has quit IRC | 22:04 | |
| openstackgerrit | Merged openstack/heat-cfntools master: Update the bugs link to storyboard https://review.openstack.org/627820 | 22:09 |
| *** hjensas is now known as hjensas|brb | 22:16 | |
| *** rcernin has joined #heat | 22:42 | |
| openstackgerrit | Merged openstack/python-heatclient master: Update the bugs link to storyboard https://review.openstack.org/627824 | 22:45 |
| openstackgerrit | Merged openstack/heat-templates master: Update the bugs link to storyboard https://review.openstack.org/627821 | 22:45 |
| *** jcoufal has quit IRC | 22:49 | |
| openstackgerrit | Merged openstack/heat master: Add heat-agents as required project https://review.openstack.org/628169 | 23:41 |
| *** jcoufal has joined #heat | 23:47 | |
| *** jcoufal has quit IRC | 23:47 | |
| *** ricolin has joined #heat | 23:55 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!