*** rajpatel has joined #heat | 00:02 | |
*** adrian_otto has quit IRC | 00:04 | |
*** KanagarajM has joined #heat | 00:07 | |
*** jdandrea_ has joined #heat | 00:07 | |
*** chris_hultin|AWA is now known as chris_hultin | 00:07 | |
*** jrist_ has joined #heat | 00:09 | |
*** jrist has quit IRC | 00:10 | |
*** jdandrea has quit IRC | 00:10 | |
*** jose-phillips has quit IRC | 00:14 | |
*** spzala has quit IRC | 00:15 | |
*** chris_hultin is now known as chris_hultin|AWA | 00:17 | |
*** adrian_otto has joined #heat | 00:23 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add reality support for designate zone https://review.openstack.org/415155 | 00:26 |
---|---|---|
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Enable resource _show_resource with dict type https://review.openstack.org/416428 | 00:26 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add designate zone support https://review.openstack.org/415154 | 00:26 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add reality support for designate recordset https://review.openstack.org/415157 | 00:26 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add designate recordset support https://review.openstack.org/415156 | 00:26 |
*** chris_hultin|AWA is now known as chris_hultin | 00:36 | |
*** chris_hultin is now known as chris_hultin|AWA | 00:37 | |
*** dimtruck is now known as zz_dimtruck | 00:39 | |
*** stingaci has quit IRC | 00:44 | |
*** rajpatel has quit IRC | 00:44 | |
*** hoangcx has joined #heat | 00:47 | |
*** gongysh has quit IRC | 00:47 | |
*** jdandrea has joined #heat | 00:51 | |
*** jdandrea_ has quit IRC | 00:55 | |
*** dyasny has joined #heat | 00:58 | |
*** jamielennox is now known as jamielennox|away | 01:02 | |
*** jose-phillips has joined #heat | 01:02 | |
*** KanagarajM has quit IRC | 01:05 | |
*** jose-phillips has quit IRC | 01:12 | |
*** sabeen has left #heat | 01:15 | |
*** jamielennox|away is now known as jamielennox | 01:21 | |
*** sdake has quit IRC | 01:21 | |
*** beagles_biab is now known as beagles | 01:26 | |
*** bana_k has quit IRC | 01:31 | |
*** stingaci has joined #heat | 01:44 | |
*** stingaci has quit IRC | 01:49 | |
*** adrian_otto has quit IRC | 01:50 | |
*** gongysh has joined #heat | 02:00 | |
*** stingaci has joined #heat | 02:08 | |
*** elynn has joined #heat | 02:16 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 02:20 |
*** zz_dimtruck is now known as dimtruck | 02:22 | |
*** trananhkma has quit IRC | 02:34 | |
*** wangbo has quit IRC | 02:37 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 02:48 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 02:49 |
*** wangbo has joined #heat | 02:52 | |
*** harlowja has quit IRC | 03:05 | |
*** jose-phillips has joined #heat | 03:05 | |
*** jose-phillips has quit IRC | 03:06 | |
*** jose-phillips has joined #heat | 03:07 | |
*** wangbo has quit IRC | 03:08 | |
*** jose-phillips has quit IRC | 03:09 | |
*** ramishra has quit IRC | 03:10 | |
*** ramishra has joined #heat | 03:12 | |
openstackgerrit | huangtianhua proposed openstack/heat: Remove repeat entity defination https://review.openstack.org/416511 | 03:19 |
*** zhurong has joined #heat | 03:21 | |
*** wangbo has joined #heat | 03:21 | |
*** dimtruck is now known as zz_dimtruck | 03:24 | |
*** Drago has quit IRC | 03:26 | |
*** links has joined #heat | 03:40 | |
*** zhurong has quit IRC | 03:41 | |
*** askb has quit IRC | 03:43 | |
*** Pavo has joined #heat | 03:47 | |
*** Pavo has quit IRC | 03:47 | |
*** wangbo has quit IRC | 03:48 | |
*** wangbo has joined #heat | 03:48 | |
*** nmathew has joined #heat | 03:50 | |
*** askb has joined #heat | 03:55 | |
*** ricolin has joined #heat | 03:56 | |
*** KanagarajM has joined #heat | 03:57 | |
stingaci | Hello all. Quick question regarding the user_data attribute of the Nova::Server resource | 04:18 |
stingaci | can be updated without replacement. | 04:19 |
stingaci | According to the docs (http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server-prop-user_data) this attribute | 04:19 |
stingaci | this attribute can be updated without replacement * | 04:19 |
stingaci | is this a typo or a mistake? Any updates to the user_data attribute definitely causes a replacement in all my working environments | 04:20 |
stingaci | also any sources online point to the same behavior | 04:20 |
ricolin | stingaci: The replace behavior depends on `user_data_update_policy` | 04:26 |
*** elynn has quit IRC | 04:26 | |
ricolin | stingaci: default is `REPLACE` | 04:26 |
stingaci | @ricolin I'm working with the Liberty release | 04:26 |
stingaci | where I believe the user_data_update_policy doesn't exist | 04:27 |
stingaci | and even with the user_data_update_policy the other alternative is `IGNORE` in which case an update of user_data will not result in any changes anyway | 04:27 |
stingaci | is that correct? | 04:27 |
ricolin | yes, if you require to touch software after created, IMO the only way is through Software deploy in heat | 04:29 |
ricolin | stingaci: IIRC, direct Nova user data will only work when init that instance | 04:30 |
stingaci | ricolin: thanks for the confirmation. Happy new year! :) | 04:31 |
ricolin | stingaci: NP, btw what you readed is a document made for new releases, so the information might been change after mitaka | 04:33 |
stingaci | Yeah, I once found a version of all the resource specs for the Liberty release but I lost it. I should try and find it again | 04:34 |
*** jose-phillips has joined #heat | 04:55 | |
openstackgerrit | Merged openstack/heat: Add the ResourcePropertiesData object https://review.openstack.org/361901 | 04:59 |
*** elynn has joined #heat | 05:04 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add reality support for senlin cluster resource https://review.openstack.org/416457 | 05:07 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add translate rules for senlin cluster https://review.openstack.org/416835 | 05:07 |
*** nmathew has quit IRC | 05:11 | |
*** ricolin has quit IRC | 05:17 | |
*** jose-phillips has quit IRC | 05:22 | |
*** jamielennox is now known as jamielennox|away | 05:23 | |
*** jamielennox|away is now known as jamielennox | 05:30 | |
*** dfflanders has quit IRC | 05:41 | |
*** wangbo has quit IRC | 05:48 | |
*** wangbo has joined #heat | 05:48 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add cluster property to senlin node resource https://review.openstack.org/416177 | 05:54 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add translation rules to senlin node resource https://review.openstack.org/416843 | 05:54 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add reality support to senlin node resource https://review.openstack.org/416844 | 05:54 |
*** Guest72087 has quit IRC | 06:09 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/heat: Fix a typo in server_network_mixin.py https://review.openstack.org/416848 | 06:24 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add translation rules to senlin policy resource https://review.openstack.org/416858 | 06:45 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Don't try detach interface when server not found https://review.openstack.org/416859 | 06:46 |
*** sdake has joined #heat | 06:51 | |
*** bana_k has joined #heat | 06:53 | |
*** hoangcx_ has joined #heat | 06:54 | |
*** hoangcx has quit IRC | 06:56 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add reality support to senlin node resource https://review.openstack.org/416844 | 07:04 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add reality support for senlin cluster resource https://review.openstack.org/416457 | 07:04 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add translation rules to senlin policy resource https://review.openstack.org/416858 | 07:05 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add translation rules to senlin node resource https://review.openstack.org/416843 | 07:05 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add cluster property to senlin node resource https://review.openstack.org/416177 | 07:05 |
openstackgerrit | Merged openstack/python-heatclient: Remove LOG Warning from __eq__ https://review.openstack.org/416569 | 07:05 |
*** wangbo has quit IRC | 07:08 | |
*** wangbo has joined #heat | 07:09 | |
openstackgerrit | Merged openstack/heat: Enable resource _show_resource with dict type https://review.openstack.org/416428 | 07:16 |
*** rcernin has joined #heat | 07:17 | |
*** jprovazn has joined #heat | 07:21 | |
*** sdake_ has joined #heat | 07:28 | |
*** sdake has quit IRC | 07:30 | |
*** bana_k has quit IRC | 07:31 | |
*** zhurong has joined #heat | 07:37 | |
*** stingaci has quit IRC | 07:37 | |
openstackgerrit | huangtianhua proposed openstack/heat: Replace always if resource is in CHECK_FAILED https://review.openstack.org/415160 | 07:38 |
*** openstackgerrit has quit IRC | 07:50 | |
*** hoangcx has joined #heat | 07:53 | |
*** jreeves_afk has quit IRC | 07:54 | |
*** jreeves_afk has joined #heat | 07:54 | |
*** hoangcx_ has quit IRC | 07:56 | |
*** wangbo has quit IRC | 08:05 | |
*** stingaci has joined #heat | 08:08 | |
*** stingaci has quit IRC | 08:12 | |
*** openstackgerrit has joined #heat | 08:15 | |
openstackgerrit | Merged openstack/heat: Add convenience properties for alarm queue actions https://review.openstack.org/410983 | 08:15 |
openstackgerrit | Merged openstack/heat: Use urllib to correctly escape URLs for Zaqar queues https://review.openstack.org/411524 | 08:15 |
*** wangbo has joined #heat | 08:19 | |
*** openstackgerrit has quit IRC | 08:33 | |
*** shardy has joined #heat | 08:35 | |
*** jpich has joined #heat | 08:41 | |
*** sdake_ is now known as sdake | 08:54 | |
*** jtomasek has quit IRC | 08:58 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #heat | 09:03 | |
*** jtomasek has joined #heat | 09:05 | |
robcresswell | therve: Thanks for the prompt heatclient fix | 09:05 |
*** yassine has joined #heat | 09:29 | |
*** yassine is now known as Guest42786 | 09:30 | |
*** anton has joined #heat | 09:30 | |
therve | robcresswell, Thanks for providing the patch! | 09:32 |
*** jtomasek has quit IRC | 09:33 | |
ramishra | therve: hi, mitaka gate is broken for sometime. | 09:36 |
*** jtomasek has joined #heat | 09:36 | |
ramishra | I had raised this bug https://bugs.launchpad.net/ubuntu/+source/oslo.messaging/+bug/1652752 | 09:37 |
openstack | Launchpad bug 1652752 in oslo.messaging (Ubuntu) "python-oslo.messaging on trusty fails with error" [Undecided,New] | 09:37 |
ramishra | Not sure how we should fix it. | 09:38 |
*** openstackgerrit has joined #heat | 09:39 | |
openstackgerrit | Bertrand Lallau proposed openstack/heat: Remove greenlet useless requirement https://review.openstack.org/416906 | 09:39 |
*** zhurong has quit IRC | 09:40 | |
therve | ramishra, I don't think you should create a bug against the ubuntu package | 09:40 |
*** sdake_ has joined #heat | 09:42 | |
ramishra | so where should we raise this bug? | 09:42 |
*** ricolin has joined #heat | 09:43 | |
ramishra | It works on xenial and other distros. To me it's a packaging issue. | 09:43 |
therve | Can we just remove novnc? | 09:43 |
therve | It's not like we ought to test that | 09:43 |
*** sdake has quit IRC | 09:44 | |
ramishra | We don't enable it explicitly, devstack default for that job. | 09:44 |
*** dbecker has joined #heat | 09:45 | |
therve | Yeah we should be able to remove it though | 09:45 |
ramishra | yeah, that would be a work around though. | 09:46 |
ramishra | We should probably do it in master and then backport? | 09:46 |
therve | I guess. I just don't care about fixing ubuntu packages :) | 09:46 |
therve | master? Isn't that a project-config change? | 09:47 |
*** derekh has joined #heat | 09:47 | |
ramishra | therve: yeah, you're right. | 09:47 |
ramishra | I was thinking of removing it from devstack default in my mind;) | 09:48 |
therve | Oh no, I don't want to get into that | 09:48 |
ramishra | ok then. | 09:49 |
*** hoangcx has quit IRC | 09:57 | |
*** denaitre_ has joined #heat | 10:01 | |
*** sdake_ has quit IRC | 10:06 | |
*** elynn has quit IRC | 10:08 | |
*** openstackstatus has quit IRC | 10:13 | |
*** openstack has joined #heat | 10:18 | |
*** tiantian has quit IRC | 10:20 | |
ricolin | Guys,about user survey remember to put your suggestion to https://etherpad.openstack.org/p/ocata-heat-user-survey | 10:20 |
openstackgerrit | Thomas Herve proposed openstack/heat-agents: Cleanup temp files in tests https://review.openstack.org/416925 | 10:22 |
therve | Yay | 10:22 |
therve | ramishra, ^^^ | 10:22 |
therve | Ah rico tried already :) | 10:24 |
cmyster | ooooh | 10:26 |
* cmyster clicks | 10:26 | |
*** gongysh has quit IRC | 10:31 | |
ricolin | therve: Nice works! | 10:34 |
openstackgerrit | huangtianhua proposed openstack/heat: Do nothing in prepare_for_replace if server not created https://review.openstack.org/416929 | 10:47 |
*** stingaci has joined #heat | 11:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 11:10 |
*** stingaci has quit IRC | 11:15 | |
*** wangbo has quit IRC | 11:25 | |
*** wangbo has joined #heat | 11:38 | |
*** gongysh has joined #heat | 11:45 | |
*** wangbo has quit IRC | 11:46 | |
*** blinky_ghost has joined #heat | 11:53 | |
*** derekh has quit IRC | 11:55 | |
*** jgrassle1 has quit IRC | 11:55 | |
*** joka^upb has quit IRC | 11:55 | |
*** sileht has quit IRC | 11:55 | |
*** afazekas has quit IRC | 11:55 | |
*** htruta has quit IRC | 11:55 | |
*** jgrassler has joined #heat | 11:55 | |
*** afazekas has joined #heat | 11:55 | |
*** htruta has joined #heat | 11:55 | |
*** derekh has joined #heat | 11:56 | |
*** sileht has joined #heat | 11:56 | |
*** joka^upb has joined #heat | 11:56 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 11:58 |
*** serverascode has quit IRC | 11:59 | |
*** serverascode has joined #heat | 12:01 | |
*** wangbo has joined #heat | 12:05 | |
openstackgerrit | Dan Prince proposed openstack/heat-agents: Add a hook to help write json files https://review.openstack.org/416952 | 12:05 |
*** links has quit IRC | 12:13 | |
*** gongysh has quit IRC | 12:14 | |
*** DandyPandy has joined #heat | 12:22 | |
*** links has joined #heat | 12:26 | |
openstackgerrit | Merged openstack/heat: Remove repeat entity defination https://review.openstack.org/416511 | 12:28 |
*** catintheroof has quit IRC | 12:38 | |
*** catintheroof has joined #heat | 12:44 | |
*** wangbo has quit IRC | 12:47 | |
*** dims has joined #heat | 12:53 | |
dims | ramishra : hey, happy new year ... does this look good to you? http://logs.openstack.org/86/412486/12/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/c360531/logs/testr_results.html.gz | 12:53 |
dims | ramishra : using https://review.openstack.org/#/c/412486/ to trigger the tests with USE_PYTHON3 | 12:54 |
*** links has quit IRC | 12:55 | |
ramishra | dims: hi, happy new year!, it seems tests did not run. It failed before that. | 12:56 |
dims | ramishra : which log are you looking at? | 12:56 |
*** catintheroof has quit IRC | 12:57 | |
ramishra | dims: http://logs.openstack.org/86/412486/12/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/c360531/console.html#_2017-01-05_12_43_49_454219 | 12:57 |
*** pradk has joined #heat | 12:58 | |
*** catintheroof has joined #heat | 12:58 | |
dims | ramishra : what output is in http://logs.openstack.org/86/412486/12/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/c360531/logs/testr_results.html.gz ? | 12:58 |
*** askb has quit IRC | 12:59 | |
dims | i felt that that traceback was about collecting the information from the tests that got run | 12:59 |
*** wangbo has joined #heat | 12:59 | |
therve | No the traceback is before running tests | 13:00 |
dims | ah thanks therve | 13:00 |
therve | I don't know what's that testr output abou | 13:00 |
therve | But the orchestration tests are skipped anyway | 13:00 |
*** shardy has quit IRC | 13:02 | |
*** dprince has joined #heat | 13:02 | |
dims | therve : gotcha | 13:02 |
*** catintheroof has quit IRC | 13:02 | |
*** catintheroof has joined #heat | 13:04 | |
therve | It may be related, because the tests are failing because of a 2.7 .testrepository | 13:04 |
therve | dims, You can try to clean it up before running the tests | 13:05 |
*** links has joined #heat | 13:08 | |
dims | therve : looks like devstack-gate needs to be patched ... looking at http://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/devstack-vm-gate.sh#n735 | 13:10 |
therve | Possibly yeah | 13:11 |
ramishra | w | 13:11 |
therve | dims, OTOH there is not much reason for the tempest CLI to run with py3 just yet | 13:11 |
*** catintheroof has quit IRC | 13:11 | |
ramishra | oops | 13:12 |
*** pradk has quit IRC | 13:23 | |
*** pradk has joined #heat | 13:24 | |
*** KanagarajM has quit IRC | 13:25 | |
*** jprovazn has quit IRC | 13:31 | |
*** pradk has quit IRC | 13:33 | |
*** liusheng has quit IRC | 13:34 | |
*** d0ugal has quit IRC | 13:34 | |
*** d0ugal has joined #heat | 13:35 | |
dims | therve : have to start somewhere. it's time :) | 13:36 |
openstackgerrit | Merged openstack/heat: Don't try detach interface when server not found https://review.openstack.org/416859 | 13:46 |
*** catintheroof has joined #heat | 13:47 | |
*** pradk has joined #heat | 13:51 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 13:52 |
*** DandyPandy has quit IRC | 13:53 | |
*** jprovazn has joined #heat | 13:54 | |
*** links has quit IRC | 14:02 | |
*** spzala has joined #heat | 14:09 | |
*** ricolin has quit IRC | 14:12 | |
*** vijendar has joined #heat | 14:17 | |
*** vijendar1 has joined #heat | 14:17 | |
*** shardy has joined #heat | 14:28 | |
dprince | shardy: https://review.openstack.org/#/c/416952/ | 14:28 |
*** vijendar1 has quit IRC | 14:32 | |
*** vijendar has quit IRC | 14:32 | |
*** randallburt has joined #heat | 14:33 | |
*** jcoufal has joined #heat | 14:35 | |
*** wangbo has quit IRC | 14:37 | |
*** randallburt has quit IRC | 14:37 | |
*** wangbo has joined #heat | 14:39 | |
*** randallburt has joined #heat | 14:42 | |
*** lamt has joined #heat | 14:43 | |
*** adrian_otto has joined #heat | 14:50 | |
*** steveg_afk has quit IRC | 14:51 | |
*** anton has quit IRC | 14:52 | |
openstackgerrit | Xiao Liang proposed openstack/heat: Check if image_identifier is UUID https://review.openstack.org/417000 | 14:56 |
openstackgerrit | Merged openstack/heat-agents: Add a hook to help write json files https://review.openstack.org/416952 | 14:57 |
blinky_ghost | hi all, I'm trying to find an auto-recovery solution using heat. Basically I want in a resource group when an instance dies, using an alarm or something heat detects that is down and creates a new one. I've looked at OS::Heat::HARestarter but in documentation says it's unsupported. Any ideas? Thanks | 15:00 |
*** spotz_zzz is now known as spotz_ | 15:01 | |
*** blomquisg_gone is now known as blomquisg | 15:04 | |
*** steveg_afk has joined #heat | 15:04 | |
*** anton has joined #heat | 15:04 | |
*** DandyPandy has joined #heat | 15:04 | |
*** chlong has joined #heat | 15:05 | |
*** Drago has joined #heat | 15:06 | |
*** jasond has joined #heat | 15:07 | |
*** xiao has joined #heat | 15:09 | |
*** xiao has left #heat | 15:09 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:14 | |
*** lamt has quit IRC | 15:15 | |
*** lamt has joined #heat | 15:16 | |
dprince | therve: hi, I'm talking in #rdo about a new package for heat-agents | 15:18 |
therve | dprince, Ah yes, thanks | 15:18 |
dprince | therve: any idea who is going to be the maintainer there... ideally they would prospose the new package, but I'd be willing to help add the new json-file bits if needed | 15:18 |
therve | dprince, Do you know who maintains the existing agents one? | 15:19 |
*** spzala has quit IRC | 15:19 | |
* dprince checks | 15:19 | |
dprince | therve: steve baker I think | 15:19 |
*** sdake has joined #heat | 15:20 | |
*** Drago has quit IRC | 15:20 | |
dprince | therve: I think he is off for a bit | 15:20 |
therve | Ah | 15:20 |
dprince | therve: I would be totally happy to land the heat-templates version today, and then get my package | 15:20 |
dprince | therve: but I got the -2 so that path closed :/ | 15:20 |
therve | dprince, Ah, yeah. Let's remove that -2 then, we don't need to block you | 15:21 |
*** rajpatel has joined #heat | 15:21 | |
dprince | therve: it was rico https://review.openstack.org/#/c/415570/ | 15:22 |
dprince | therve: so I'm not sure you can remove it, but you might sway the review | 15:22 |
therve | Hum | 15:22 |
therve | I don't think that'll work yeah | 15:23 |
*** sdake_ has joined #heat | 15:23 | |
*** zz_dimtruck is now known as dimtruck | 15:23 | |
*** sdake has quit IRC | 15:25 | |
*** vijendar has joined #heat | 15:25 | |
*** vijendar_ has joined #heat | 15:26 | |
*** Guest42786 has quit IRC | 15:29 | |
*** yassine has joined #heat | 15:30 | |
*** yassine is now known as Guest50714 | 15:31 | |
*** catintheroof has quit IRC | 15:32 | |
therve | dprince, I guess we can't just tweak https://github.com/rdo-packages/heat-templates-distgit/blob/rpm-master/openstack-heat-templates.spec because we have a new source? | 15:32 |
dprince | therve: exactly, this is a new RDO package and everything | 15:33 |
*** rajpatel has quit IRC | 15:34 | |
dprince | therve: I can push forward with a new pacakge but it would be better if "the maintener" does it... just so happens steve is away for a bit | 15:34 |
therve | Grmbl | 15:36 |
*** rajpatel has joined #heat | 15:36 | |
therve | dprince, Hopefully rico can unblock you tomorrow. I'd like to move forward with the new package though, let me know if I can help | 15:37 |
*** vijendar has quit IRC | 15:37 | |
*** vijendar_ has quit IRC | 15:37 | |
*** d0ugal has quit IRC | 15:38 | |
*** Drago has joined #heat | 15:39 | |
dprince | therve: ack, appreciate it | 15:40 |
*** d0ugal has joined #heat | 15:41 | |
*** KanagarajM has joined #heat | 15:49 | |
openstackgerrit | Jason Dunsmore proposed openstack/python-heatclient: Add warning message when --heat-url is ignored https://review.openstack.org/417024 | 15:52 |
*** spzala has joined #heat | 15:52 | |
*** spzala has quit IRC | 15:53 | |
*** spzala has joined #heat | 15:53 | |
*** dyasny has quit IRC | 15:57 | |
*** sdake_ has quit IRC | 16:02 | |
*** sdake has joined #heat | 16:03 | |
*** rcernin has quit IRC | 16:07 | |
*** dyasny has joined #heat | 16:09 | |
*** sdake has quit IRC | 16:16 | |
dims | therve : ramishra : got tests to run now. a sea of red :) http://logs.openstack.org/86/412486/13/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/120c8a0/logs/testr_results.html.gz | 16:19 |
dims | all of them coming from a ceilometer client getting a http 500 | 16:19 |
*** vijendar has joined #heat | 16:21 | |
*** vijendar1 has joined #heat | 16:21 | |
therve | dims, Looks like aodh can't be imported | 16:22 |
*** adrian_otto has quit IRC | 16:22 | |
therve | http://logs.openstack.org/86/412486/13/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/120c8a0/logs/apache/aodh.txt.gz | 16:23 |
*** steveg_afk has quit IRC | 16:25 | |
*** vijendar1 has quit IRC | 16:26 | |
*** vijendar has quit IRC | 16:26 | |
dims | therve : ah, silly stuff https://github.com/openstack/aodh/blob/master/devstack/plugin.sh#L250 | 16:26 |
*** dyasny_ has joined #heat | 16:26 | |
*** dyasny has quit IRC | 16:30 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 16:32 |
*** catintheroof has joined #heat | 16:32 | |
*** jprovazn has quit IRC | 16:32 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add designate zone support https://review.openstack.org/415154 | 16:36 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add designate recordset support https://review.openstack.org/415156 | 16:36 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Deprecate designate v1 resource plugin https://review.openstack.org/417042 | 16:36 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Release notes for designate v2 support https://review.openstack.org/417043 | 16:36 |
*** steveg_afk has joined #heat | 16:38 | |
therve | dims, Can you depend on a devstack plugin change? | 16:38 |
dims | therve : will know soon :) | 16:38 |
therve | :) | 16:38 |
*** vijendar has joined #heat | 16:42 | |
*** vijendar has quit IRC | 16:47 | |
openstackgerrit | Thomas Herve proposed openstack/heat-agents: Cleanup temp files in tests https://review.openstack.org/416925 | 16:48 |
*** sdake has joined #heat | 16:54 | |
openstackgerrit | Jason Dunsmore proposed openstack/python-heatclient: Make sure the --heat-url option is respected, part 2 https://review.openstack.org/417092 | 16:55 |
*** spzala has quit IRC | 17:02 | |
*** rajpatel has quit IRC | 17:02 | |
*** spzala has joined #heat | 17:02 | |
*** rajpatel has joined #heat | 17:04 | |
*** spzala_ has joined #heat | 17:04 | |
*** bana_k has joined #heat | 17:04 | |
*** vijendar has joined #heat | 17:06 | |
*** vijendar_ has joined #heat | 17:06 | |
*** spzala has quit IRC | 17:07 | |
*** spzala_ has quit IRC | 17:08 | |
*** dyasny_ has quit IRC | 17:12 | |
*** dyasny has joined #heat | 17:12 | |
*** derekh has quit IRC | 17:12 | |
*** jpich has quit IRC | 17:14 | |
*** dbecker has quit IRC | 17:18 | |
*** vijendar has quit IRC | 17:18 | |
*** vijendar_ has quit IRC | 17:18 | |
*** jose-phillips has joined #heat | 17:20 | |
*** vijendar has joined #heat | 17:22 | |
*** vijendar_ has joined #heat | 17:23 | |
*** rajpatel has quit IRC | 17:23 | |
*** sdake has quit IRC | 17:24 | |
*** annegentle has joined #heat | 17:27 | |
*** bana_k has quit IRC | 17:28 | |
*** rajpatel has joined #heat | 17:28 | |
*** sdake has joined #heat | 17:29 | |
*** adrian_otto has joined #heat | 17:34 | |
jidar | how can I get the same level of detail out of a resource (that isnt in failure) as I get when I do the following: `openstack stack failures list overcloud` | 17:38 |
jidar | like, is it possible to pull out the stdout | 17:39 |
openstackgerrit | Jason Dunsmore proposed openstack/python-heatclient: Make sure the --heat-url option is respected, part 2 https://review.openstack.org/417092 | 17:39 |
jidar | for I guess, OS::Heat::SoftwareDeployment | 17:39 |
*** jose-phillips has quit IRC | 17:42 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Deprecate designate v1 resource plugin https://review.openstack.org/417042 | 17:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Release notes for designate v2 support https://review.openstack.org/417043 | 17:50 |
*** jose-phillips has joined #heat | 17:56 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Release notes for OS::Keystone::Domain https://review.openstack.org/417124 | 17:56 |
*** KanagarajM has quit IRC | 18:02 | |
*** spzala has joined #heat | 18:04 | |
*** stingaci has joined #heat | 18:18 | |
*** EricGonczer_ has joined #heat | 18:21 | |
jidar | I got it, n/m! | 18:37 |
*** bana_k has joined #heat | 18:38 | |
*** Guest50714 has quit IRC | 18:43 | |
jidar | ok, this is still a huge pain to sort though | 18:50 |
*** crose has joined #heat | 18:54 | |
*** rajpatel has quit IRC | 18:56 | |
*** blinky_ghost has quit IRC | 18:57 | |
*** Guest50714 has joined #heat | 18:58 | |
*** eliqiao has quit IRC | 19:04 | |
*** eliqiao has joined #heat | 19:04 | |
*** rajpatel has joined #heat | 19:07 | |
*** vijendar has quit IRC | 19:11 | |
*** vijendar_ has quit IRC | 19:11 | |
*** rcernin has joined #heat | 19:11 | |
*** eliqiao has quit IRC | 19:13 | |
*** harlowja has joined #heat | 19:16 | |
*** Guest50714 has quit IRC | 19:22 | |
*** crose has quit IRC | 19:25 | |
*** vijendar_ has joined #heat | 19:26 | |
*** vijendar has joined #heat | 19:26 | |
*** vijendar has quit IRC | 19:40 | |
*** vijendar_ has quit IRC | 19:40 | |
*** KanagarajM has joined #heat | 19:42 | |
*** vijendar has joined #heat | 19:43 | |
*** vijendar1 has joined #heat | 19:43 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 19:45 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 19:46 |
*** sdake has quit IRC | 19:52 | |
*** KanagarajM has quit IRC | 19:53 | |
*** om2 has joined #heat | 19:57 | |
*** sirushti has quit IRC | 20:02 | |
*** chlong has quit IRC | 20:03 | |
*** sirushti has joined #heat | 20:08 | |
*** adrian_otto has quit IRC | 20:11 | |
*** rajpatel has quit IRC | 20:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/417172 | 20:22 |
*** randallburt has quit IRC | 20:25 | |
*** Pavo has joined #heat | 20:25 | |
*** randallburt has joined #heat | 20:26 | |
*** rajpatel has joined #heat | 20:36 | |
*** sdake has joined #heat | 20:41 | |
*** dbecker has joined #heat | 20:42 | |
*** catintheroof has quit IRC | 20:45 | |
*** dbecker has quit IRC | 20:55 | |
*** askb has joined #heat | 20:58 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/heat: [WIP] python3 experiment - ignore me https://review.openstack.org/412486 | 21:15 |
*** dimtruck is now known as zz_dimtruck | 21:50 | |
*** vijendar has quit IRC | 21:55 | |
*** vijendar1 has quit IRC | 21:55 | |
*** vijendar has joined #heat | 21:56 | |
*** vijendar1 has joined #heat | 21:56 | |
*** vijendar1 has quit IRC | 21:56 | |
*** vijendar has quit IRC | 21:56 | |
*** dprince has quit IRC | 21:58 | |
*** zz_dimtruck is now known as dimtruck | 22:01 | |
*** dbecker has joined #heat | 22:03 | |
*** chris_hultin is now known as chris_hultin|AWA | 22:04 | |
*** dimtruck is now known as zz_dimtruck | 22:13 | |
*** shardy_ has joined #heat | 22:27 | |
*** shardy_ has quit IRC | 22:28 | |
dims | therve : ramishra : please see latest run - http://logs.openstack.org/86/412486/17/check/gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial/960bacc/console.html#_2017-01-05_21_50_41_735158 | 22:31 |
dims | therve : ramishra : 39 failures and 183 pass :) | 22:31 |
Pavo | Anyone here have a good example of OS::Heat::CloudConfig resource type | 22:35 |
Pavo | the one in the Heat docs isn't that good, doesn't explain how to cloud_config: format needs to be | 22:36 |
*** rajpatel has quit IRC | 22:38 | |
*** sdake has quit IRC | 22:39 | |
spotz_ | pavo this help https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/example-cloud-init.yaml ? | 22:40 |
*** vijendar has joined #heat | 22:40 | |
*** vijendar1 has joined #heat | 22:40 | |
*** rajpatel has joined #heat | 22:40 | |
Pavo | not really, that only shows the cloud_config: part is writing to a file, can't I just do something like this | 22:41 |
Pavo | http://paste.openstack.org/show/594069/ | 22:42 |
Pavo | or is that wrong | 22:42 |
Pavo | or would my pastebin need to be OS::Heat::SoftwareConfig instead of OS::Heat::CloudConfig | 22:44 |
*** zz_dimtruck is now known as dimtruck | 22:45 | |
*** vijendar has quit IRC | 22:45 | |
*** vijendar has joined #heat | 22:46 | |
spotz_ | pavo I think you can do the user part as cloudconfig and the rest as softwareconfig | 22:47 |
Pavo | ok will try that | 22:48 |
*** vijendar1 has quit IRC | 22:49 | |
*** vijendar has quit IRC | 22:51 | |
*** vijendar has joined #heat | 22:51 | |
*** vijendar1 has joined #heat | 22:53 | |
*** randallburt has quit IRC | 22:54 | |
*** jcoufal has quit IRC | 22:56 | |
*** stingaci has quit IRC | 22:58 | |
*** vijendar1 has quit IRC | 22:59 | |
*** vijendar has quit IRC | 22:59 | |
*** spotz_ is now known as spotz_zzz | 23:01 | |
*** sdake has joined #heat | 23:04 | |
EmilienM | can someone from heat team give a status on https://review.openstack.org/#/c/240450/ ? | 23:05 |
EmilienM | it sounds staled | 23:05 |
*** jasond has quit IRC | 23:06 | |
*** Drago has quit IRC | 23:23 | |
*** EricGonczer_ has quit IRC | 23:27 | |
*** vijendar has joined #heat | 23:28 | |
*** annegentle has quit IRC | 23:32 | |
*** shardy has quit IRC | 23:34 | |
*** vijendar1 has joined #heat | 23:34 | |
*** spzala has quit IRC | 23:46 | |
*** DandyPandy has quit IRC | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!