openstackgerrit | Zane Bitter proposed openstack/heat: Provide default implementation of _parser_condition_functions https://review.openstack.org/363991 | 00:25 |
---|---|---|
openstackgerrit | Zane Bitter proposed openstack/heat: Don't add new abstract methods to Template class https://review.openstack.org/363992 | 00:25 |
openstackgerrit | Zane Bitter proposed openstack/heat: Prevent direct access to conditions in templates https://review.openstack.org/363993 | 00:25 |
openstackgerrit | Zane Bitter proposed openstack/heat: Add unit tests for invalid keys in resources https://review.openstack.org/363994 | 00:25 |
openstackgerrit | Zane Bitter proposed openstack/heat: Deprecate Template.validate_resource_key_type() https://review.openstack.org/363995 | 00:25 |
*** zhurong has joined #heat | 00:36 | |
*** sabeen has quit IRC | 00:37 | |
*** vishwanathj has quit IRC | 00:53 | |
*** bana_k has quit IRC | 01:01 | |
*** spzala has quit IRC | 01:02 | |
*** priteau has joined #heat | 01:11 | |
*** priteau has quit IRC | 01:16 | |
*** chlong has joined #heat | 01:18 | |
*** yanyanhu has joined #heat | 01:27 | |
*** rafael__ has joined #heat | 01:30 | |
*** elynn has joined #heat | 01:30 | |
*** spzala has joined #heat | 01:38 | |
*** elynn_ has joined #heat | 01:39 | |
*** elynn has quit IRC | 01:40 | |
*** spzala has quit IRC | 01:43 | |
*** ayoung has joined #heat | 01:43 | |
*** spzala has joined #heat | 01:45 | |
*** vijendar has joined #heat | 01:51 | |
openstackgerrit | huangtianhua proposed openstack/heat: Allow reference conditions by name https://review.openstack.org/362585 | 01:53 |
tiantian | Oleksii Chuprykov, are you around? | 01:56 |
*** spzala has quit IRC | 02:05 | |
*** sdake has quit IRC | 02:06 | |
openstackgerrit | huangtianhua proposed openstack/heat: Allow reference conditions by name https://review.openstack.org/362585 | 02:07 |
*** rafael__ has quit IRC | 02:23 | |
*** sabeen has joined #heat | 02:28 | |
*** dimtruck is now known as zz_dimtruck | 02:30 | |
*** jamielennox|away is now known as jamielennox | 02:41 | |
openstackgerrit | shizhihui proposed openstack/heat: Trivial:Standardize the output format of 'help' in some files https://review.openstack.org/363567 | 02:46 |
*** zz_dimtruck is now known as dimtruck | 02:47 | |
*** dimtruck is now known as zz_dimtruck | 03:02 | |
*** ricolin has joined #heat | 03:11 | |
*** ricolin has quit IRC | 03:14 | |
*** ricolin has joined #heat | 03:15 | |
*** vijendar has quit IRC | 03:23 | |
*** zz_dimtruck is now known as dimtruck | 03:23 | |
*** sabeen has quit IRC | 03:31 | |
*** tochi has quit IRC | 03:40 | |
*** sabeen has joined #heat | 03:42 | |
*** ayoung has quit IRC | 03:47 | |
*** akshai_ has quit IRC | 03:48 | |
*** tochi has joined #heat | 04:00 | |
ramishra | stevebaker: hey around? | 04:05 |
stevebaker | ramishra: hi | 04:05 |
*** tlashchova has quit IRC | 04:05 | |
*** spzala has joined #heat | 04:05 | |
*** jamielennox is now known as jamielennox|away | 04:05 | |
ramishra | stevebaker: a question, would it be a good idea to have our own heat dashboard plugin for horizon? | 04:06 |
ramishra | stevebaker: a separate repo and we manage it;) | 04:06 |
stevebaker | ramishra: sure, but I don't know if anyone is available to develop it | 04:07 |
ramishra | stevebaker: hmm.. probably we can start and see where it is going? | 04:07 |
ricolin | ramishra: May I ask why you have this in mind? | 04:08 |
ricolin | ramishra: Any further plan? | 04:09 |
ramishra | ricolin: it's good to use the plugin model and we would have flexibility in doing stuff with it. | 04:09 |
stevebaker | ramishra: yeah, if it starts out as a forklift out of what is already in horizon. Also I'd hope horizon's plugin mechanism has some way of just discovering dashboard plugins when they are installed | 04:09 |
stevebaker | ramishra: it would be great if someone wrote a dashboard which made heat api calls directly | 04:10 |
*** spzala has quit IRC | 04:10 | |
stevebaker | I have no idea where horizon is at with doing direct api calls | 04:10 |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/363862 | 04:10 |
ramishra | stevebaker: 'forklift out of horizon', yeah I've the same in my mind, but not sure how that process would be. | 04:11 |
ricolin | ramishra: agree with that, just think maybe we can have a drag around UI for Stack manage:) | 04:11 |
stevebaker | ramishra: we really need to talk with horizon folk to discuss the options | 04:12 |
ramishra | stevebaker: When working on the devstack plugin I realized that we can't get rid of the devstack tree code on the near future. | 04:12 |
stevebaker | why not? | 04:13 |
ramishra | projects like mangnum and sahara depend on it and there is no way to load a plugin from another plugin in devstack yet. | 04:13 |
stevebaker | can't they just enable all the plugins they need in their gate jobs? | 04:14 |
ramishra | stevebaker: if you know a solution for it let me know. | 04:14 |
*** fragatina has quit IRC | 04:14 | |
stevebaker | oh well, lets us switch over first | 04:14 |
ramishra | stevebaker: gate jobs is fine, but what about when someone just uses magnum plugin, it has to load heat plugin first. | 04:15 |
ramishra | stevebaker: https://review.openstack.org/#/c/361689/ | 04:15 |
stevebaker | thats just a development environment, hopefully communicating the switch would be enough | 04:16 |
ramishra | I tried to load heat plugin while sourcing settings and it does not work | 04:16 |
ramishra | stevebaker: they enable heat services in the plugin settings https://github.com/openstack/magnum/blob/master/devstack/settings#L29 | 04:17 |
stevebaker | yeah, they'll just have to enable the heat plugin in the same place as they enable the magnum plugin | 04:17 |
ramishra | stevebaker: our jobs have already switched over to use the plugin. | 04:18 |
stevebaker | ricolin: hey, would you be able to review these please? https://review.openstack.org/#/q/status:open+project:openstack/heat-templates+branch:master+topic:centos-rdo-boot-config | 04:18 |
stevebaker | ramishra: sweet, I had no clue | 04:18 |
ricolin | stevebaker: as a metter of fact, I'm reviewing that right now:) | 04:19 |
stevebaker | \o/ | 04:19 |
ramishra | stevebaker: though I would like this to go in. https://review.openstack.org/#/c/361566/ | 04:19 |
ramishra | stevebaker: review help would be appreciated:) | 04:19 |
ricolin | stevebaker: let me give some more test and I think it's good to go:) | 04:20 |
stevebaker | ok I gotta go bbl | 04:21 |
ricolin | stevebaker: Can you help to review on https://review.openstack.org/#/q/topic:bp/update-cinder-resources | 04:21 |
ricolin | stevebaker: when you have time | 04:21 |
ricolin | what does bbl mean? | 04:22 |
*** dimtruck is now known as zz_dimtruck | 04:22 | |
ramishra | ricolin: 'be back later', internet slang;) | 04:24 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Use heat functions from plugin for upgrade https://review.openstack.org/361566 | 04:25 |
ricolin | ramishra: Learned! | 04:25 |
*** links has joined #heat | 04:32 | |
*** KanagarajM has joined #heat | 04:33 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Revert "Fix devstack plugin" workaround https://review.openstack.org/361542 | 04:34 |
*** fragatina has joined #heat | 04:34 | |
*** elynn_ has quit IRC | 04:37 | |
*** jdandrea_ has quit IRC | 04:37 | |
*** amit213 has quit IRC | 04:37 | |
*** zhiyan has quit IRC | 04:38 | |
*** jdandrea has joined #heat | 04:39 | |
*** amit213 has joined #heat | 04:40 | |
*** zhiyan has joined #heat | 04:40 | |
*** zz_dimtruck is now known as dimtruck | 04:42 | |
*** spedione|AWAY has quit IRC | 04:44 | |
*** bana_k has joined #heat | 04:46 | |
*** pt_15 has quit IRC | 04:46 | |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Import mox in __init__.py https://review.openstack.org/351594 | 04:48 |
*** spedione|AWAY has joined #heat | 04:49 | |
*** spedione|AWAY is now known as spedione | 04:49 | |
*** yprokule has joined #heat | 04:50 | |
*** elynn_ has joined #heat | 05:01 | |
*** dougwig has quit IRC | 05:03 | |
*** jamielennox|away is now known as jamielennox | 05:04 | |
*** elynn_ has quit IRC | 05:05 | |
*** dimtruck is now known as zz_dimtruck | 05:06 | |
*** harlowja_at_home has joined #heat | 05:06 | |
*** dougwig has joined #heat | 05:07 | |
*** elynn_ has joined #heat | 05:08 | |
*** pas-ha has quit IRC | 05:10 | |
*** pas-ha has joined #heat | 05:10 | |
*** gaurav___ has quit IRC | 05:13 | |
*** wolsen has quit IRC | 05:13 | |
*** gaurav___ has joined #heat | 05:14 | |
*** wolsen has joined #heat | 05:14 | |
*** fragatin_ has joined #heat | 05:22 | |
*** sdake has joined #heat | 05:23 | |
*** fragatina has quit IRC | 05:25 | |
*** jprovazn has joined #heat | 05:31 | |
*** zz_dimtruck is now known as dimtruck | 05:42 | |
*** harlowja_at_home has quit IRC | 05:51 | |
*** KanagarajM has quit IRC | 05:51 | |
*** ricolin has quit IRC | 05:52 | |
*** sabeen has quit IRC | 05:57 | |
*** mohankumar has joined #heat | 06:04 | |
*** rcernin has quit IRC | 06:08 | |
*** KanagarajM has joined #heat | 06:14 | |
*** rcernin has joined #heat | 06:42 | |
*** rcernin has quit IRC | 06:45 | |
*** rcernin has joined #heat | 06:45 | |
*** bana_k has quit IRC | 06:46 | |
*** rwsu has joined #heat | 07:03 | |
*** sorantis has joined #heat | 07:03 | |
*** spzala has joined #heat | 07:06 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Remove _get_client_args() from client_plugin https://review.openstack.org/364099 | 07:06 |
*** spzala has quit IRC | 07:10 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Remove _get_client_args() from client_plugin https://review.openstack.org/364099 | 07:13 |
*** sshnaidm|afk is now known as sshnaidm | 07:14 | |
*** jamielennox is now known as jamielennox|away | 07:17 | |
*** dimtruck is now known as zz_dimtruck | 07:22 | |
*** jpich has joined #heat | 07:25 | |
*** mohankumar has quit IRC | 07:29 | |
*** sorantis has quit IRC | 07:37 | |
*** mohankumar has joined #heat | 07:37 | |
*** sdake has quit IRC | 07:43 | |
*** sdake has joined #heat | 07:44 | |
*** caowei has quit IRC | 07:44 | |
*** mohankumar has quit IRC | 07:44 | |
*** KanagarajM has quit IRC | 07:46 | |
*** dbecker has joined #heat | 07:50 | |
*** KanagarajM has joined #heat | 07:52 | |
*** shardy has joined #heat | 07:57 | |
*** jnettlet has quit IRC | 07:58 | |
*** jnettlet has joined #heat | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** akuznetsov has joined #heat | 08:00 | |
*** zzzeek has joined #heat | 08:00 | |
*** KanagarajM has quit IRC | 08:04 | |
*** jaosorior has joined #heat | 08:04 | |
*** steveg_afk has quit IRC | 08:14 | |
*** duvarenkov has joined #heat | 08:17 | |
*** sorantis has joined #heat | 08:23 | |
*** duvarenkov has quit IRC | 08:29 | |
*** duvarenkov has joined #heat | 08:31 | |
*** mohankumar has joined #heat | 08:34 | |
*** priteau has joined #heat | 08:37 | |
*** KanagarajM has joined #heat | 08:46 | |
*** derekh has joined #heat | 08:54 | |
*** elynn_ has quit IRC | 08:57 | |
*** shardy has quit IRC | 08:58 | |
*** cmartin has quit IRC | 08:58 | |
*** fedruantine has quit IRC | 08:58 | |
*** DandyPandy has quit IRC | 08:58 | |
*** mburns has quit IRC | 08:58 | |
*** bapalm has quit IRC | 08:58 | |
*** brad[] has quit IRC | 08:58 | |
*** stevebaker has quit IRC | 08:58 | |
*** shadower has quit IRC | 08:58 | |
*** eliqiao has quit IRC | 08:58 | |
*** jidar has quit IRC | 08:58 | |
*** jgrassler has quit IRC | 08:58 | |
*** fedruantine has joined #heat | 08:59 | |
*** bapalm has joined #heat | 08:59 | |
*** mburns has joined #heat | 08:59 | |
*** shardy has joined #heat | 09:03 | |
*** DandyPandy has joined #heat | 09:03 | |
*** brad[] has joined #heat | 09:03 | |
*** stevebaker has joined #heat | 09:03 | |
*** eliqiao has joined #heat | 09:03 | |
*** jidar has joined #heat | 09:03 | |
*** akuznetsov has quit IRC | 09:04 | |
*** jgrassler has joined #heat | 09:05 | |
openstackgerrit | YaoZheng proposed openstack/heat-cfntools: Remove self.__dict__ for formatting strings https://review.openstack.org/364174 | 09:07 |
*** yprokule_ has joined #heat | 09:13 | |
*** yprokule has quit IRC | 09:14 | |
*** yprokule_ is now known as yprokule | 09:14 | |
*** avladu has joined #heat | 09:27 | |
*** yanyanhu has quit IRC | 09:52 | |
*** yprokule_ has joined #heat | 09:57 | |
*** code-R has joined #heat | 09:59 | |
*** yprokule has quit IRC | 09:59 | |
*** yprokule_ is now known as yprokule | 09:59 | |
*** sdake has quit IRC | 10:01 | |
*** zhurong has quit IRC | 10:03 | |
*** tlashchova has joined #heat | 10:04 | |
*** KanagarajM has quit IRC | 10:07 | |
*** sorantis has quit IRC | 10:09 | |
*** code-R_ has joined #heat | 10:13 | |
*** code-R has quit IRC | 10:16 | |
*** sorantis has joined #heat | 10:17 | |
*** skraynev_ has joined #heat | 10:20 | |
*** KanagarajM has joined #heat | 10:22 | |
*** KanagarajM_ has joined #heat | 10:30 | |
*** KanagarajM has quit IRC | 10:30 | |
*** Qiming has quit IRC | 10:40 | |
*** FL1SK has quit IRC | 10:41 | |
*** Qiming has joined #heat | 10:45 | |
*** KanagarajM_ has quit IRC | 10:48 | |
*** KanagarajM_ has joined #heat | 10:51 | |
*** KanagarajM_ has quit IRC | 10:59 | |
*** sorantis has quit IRC | 11:03 | |
*** mohankumar has quit IRC | 11:17 | |
*** ramishra_ has joined #heat | 11:20 | |
*** ramishra has quit IRC | 11:21 | |
*** akrivoka has joined #heat | 11:28 | |
*** steveg_afk has joined #heat | 11:32 | |
*** dprince has joined #heat | 11:36 | |
*** jaosorior has quit IRC | 12:06 | |
*** jaosorior has joined #heat | 12:06 | |
*** pradk has joined #heat | 12:09 | |
*** sorantis has joined #heat | 12:18 | |
*** hemavsg has joined #heat | 12:20 | |
hemavsg | Hi, I am getting this error in Openstack Mitaka - During Autoscaling through heat template , Scaleup happens, when scale down alarm is triggered, ValueError: Unable to parse date string u'scaling_in_progress | 12:22 |
hemavsg | Can someone tell me why is this problem? | 12:22 |
openstackgerrit | Zane Bitter proposed openstack/heat: Deprecate Template.validate_resource_key_type() https://review.openstack.org/363995 | 12:26 |
*** zhurong has joined #heat | 12:34 | |
*** FL1SK has joined #heat | 12:41 | |
therve | hemavsg, https://bugs.launchpad.net/heat/+bug/1569273 | 12:47 |
openstack | Launchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] - Assigned to Kanagaraj Manickam (kanagaraj-manickam) | 12:47 |
*** links has quit IRC | 12:51 | |
hemavsg | So, now I cannot use heat auto scaling cooldown? | 12:51 |
*** zhoragh has joined #heat | 12:54 | |
zhoragh | can i deploy heat-engine in a distributed way without pacemaker? | 12:55 |
therve | hemavsg, You need to have the patch on your installation | 12:57 |
therve | zhoragh, Probably | 12:57 |
openstackgerrit | Yosef Hoffman proposed openstack/heat: Add OS::Cinder::Quota resource https://review.openstack.org/358889 | 12:58 |
hemavsg | I did a manual installation of Openstack Mitaka as per the link 'http://docs.openstack.org/mitaka/install-guide-ubuntu/ceilometer-aodh.html', How can I apply this new patch. Please help me here | 12:58 |
*** vijendar has joined #heat | 12:58 | |
*** spzala has joined #heat | 12:59 | |
therve | Presumably, wait for a new release from Ubuntu | 13:00 |
therve | If you can't, either build a package, or manually patch your install (not recommended) | 13:01 |
hemavsg | Hi, I would try to manually patch the install for time-being. How can I do that please? | 13:02 |
*** sshnaidm is now known as sshnaidm|mtg | 13:02 | |
hemavsg | i would give a try to see if this works, so that i continue with it. | 13:02 |
therve | Just retrieve the patch and apply it | 13:02 |
*** akrivoka has quit IRC | 13:05 | |
hemavsg | Please tell me the procedure, how to retrieve the patch and apply it. | 13:05 |
hemavsg | is it from this link: https://bugs.launchpad.net/heat/+bug/1569273 | 13:05 |
openstack | Launchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] - Assigned to Kanagaraj Manickam (kanagaraj-manickam) | 13:05 |
*** tochi has quit IRC | 13:11 | |
*** caowei has joined #heat | 13:11 | |
*** sabeen has joined #heat | 13:12 | |
*** akshai has joined #heat | 13:14 | |
hemavsg | I am sorry, I am not getting the link to download patch for Launchpad bug 1569273 | 13:15 |
openstack | Launchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] https://launchpad.net/bugs/1569273 - Assigned to Kanagaraj Manickam (kanagaraj-manickam) | 13:15 |
therve | hemavsg, https://git.openstack.org/cgit/openstack/heat/patch/?id=579fea6bcdd9d602e290ae88c9613515f1b1976e | 13:17 |
*** akrivoka has joined #heat | 13:20 | |
hemavsg | But from that link it's a python code fix. How do I install that for launchpad bug 1569273? | 13:21 |
openstack | Launchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] https://launchpad.net/bugs/1569273 - Assigned to Kanagaraj Manickam (kanagaraj-manickam) | 13:21 |
therve | hemavsg, You call "patch" where heat is installed | 13:22 |
akrivoka | hi zaneb, I'm trying to understand your comment from https://review.openstack.org/#/c/350116/2/heat/engine/hot/parameters.py | 13:23 |
akrivoka | zaneb: I thought that I should subclass the last template from heat.engine.hot.template and add support for my new constraint, but I'm not sure how to do that (there's nothing in heat.engine.hot.template pertaining to constraints?) or even if it is the right thing to do | 13:24 |
akrivoka | zaneb: am I misunderstanding this totally? could you elaborate a bit more on what needs to be done there? or is there an example somewhere showing how to do that? | 13:25 |
hemavsg | I installed Heat orchestration manually on Ubuntu machine, so i have to just call 'patch' on the shell prompt? | 13:25 |
hemavsg | is that right> | 13:25 |
zaneb | akrivoka: you want to make a subclass of HOTParamSchema | 13:31 |
zaneb | akrivoka: then in the HOTemplate class add an attribute param_schema_class = HOTParamSchema and replace the call to create a HOTParamSchema with self.param_schema_class() | 13:32 |
zaneb | akrivoka: that way different versions of the HOTemplate can have different schema classes | 13:33 |
zaneb | akrivoka: hopefully that makes more sense than my cryptic comment :) | 13:33 |
*** ayoung has joined #heat | 13:43 | |
akrivoka | zaneb: the call to create a HOTParamSchema is this? https://github.com/openstack/heat/blob/master/heat/engine/hot/template.py#L213-L214 | 13:44 |
zaneb | akrivoka: yes, exactly | 13:44 |
*** sshnaidm|mtg is now known as sshnaidm | 13:44 | |
akrivoka | I *think* I get it now, thanks zaneb | 13:46 |
zaneb | akrivoka: cool, ping me if you have more questions | 13:46 |
akrivoka | will do :) | 13:46 |
*** openstackgerrit has quit IRC | 13:49 | |
*** openstackgerrit has joined #heat | 13:50 | |
*** blomquisg_gone is now known as blomquisg | 13:53 | |
*** ddaskal has joined #heat | 14:00 | |
*** zz_dimtruck is now known as dimtruck | 14:00 | |
*** jaosorior has quit IRC | 14:04 | |
*** vijendar has quit IRC | 14:04 | |
*** ddaskal has quit IRC | 14:04 | |
*** vishwanathj has joined #heat | 14:06 | |
*** jasond has joined #heat | 14:06 | |
*** skraynev_ has quit IRC | 14:14 | |
hemavsg | I am not getting how to apply the patch for the bug fix: 1569273, please guide me | 14:14 |
*** pt_15 has joined #heat | 14:17 | |
*** KanagarajM_ has joined #heat | 14:21 | |
*** skraynev_ has joined #heat | 14:22 | |
*** spedione is now known as spedione|AWAY | 14:26 | |
*** crose has joined #heat | 14:28 | |
*** spedione|AWAY is now known as spedione | 14:28 | |
*** skraynev_ has quit IRC | 14:31 | |
*** spotz_zzz is now known as spotz | 14:32 | |
*** dimtruck is now known as zz_dimtruck | 14:33 | |
*** zz_dimtruck is now known as dimtruck | 14:33 | |
*** vijendar has joined #heat | 14:37 | |
*** Drago has joined #heat | 14:39 | |
*** Drago has quit IRC | 14:41 | |
*** Drago has joined #heat | 14:41 | |
*** caowei has quit IRC | 14:42 | |
*** dimtruck is now known as zz_dimtruck | 14:43 | |
*** rajpatel has joined #heat | 14:44 | |
*** rajpatel1 has joined #heat | 14:46 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Call base __init__ from FakeHTTPClient https://review.openstack.org/364362 | 14:48 |
*** rajpatel has quit IRC | 14:49 | |
*** jcoufal has joined #heat | 14:50 | |
zaneb | ramishra_: thanks! I was just about to complain about the gate being broken and there is the fix :) | 14:54 |
*** sshnaidm has quit IRC | 14:55 | |
ramishra_ | zaneb: :) | 14:56 |
*** zhurong has quit IRC | 14:58 | |
*** sshnaidm has joined #heat | 15:00 | |
*** rcernin has quit IRC | 15:06 | |
*** ddaskal has joined #heat | 15:07 | |
*** zz_dimtruck is now known as dimtruck | 15:11 | |
*** KanagarajM_ has quit IRC | 15:14 | |
openstackgerrit | Merged openstack/heat: Call base __init__ from FakeHTTPClient https://review.openstack.org/364362 | 15:16 |
therve | Unit tests only fixes are the bestest | 15:17 |
*** zhoragh has quit IRC | 15:21 | |
*** jcoufal_ has joined #heat | 15:23 | |
*** sdake has joined #heat | 15:23 | |
*** jcoufal has quit IRC | 15:25 | |
*** KanagarajM_ has joined #heat | 15:28 | |
*** rcernin has joined #heat | 15:31 | |
*** ddaskal_ has joined #heat | 15:52 | |
*** ddaskal has quit IRC | 15:55 | |
*** sorantis has quit IRC | 16:02 | |
*** ddaskal has joined #heat | 16:15 | |
*** KanagarajM_ has quit IRC | 16:17 | |
*** tbh has joined #heat | 16:17 | |
*** ddaskal_ has quit IRC | 16:19 | |
tbh | Drago, ping | 16:19 |
Drago | tbh: Hello | 16:19 |
tbh | Drago, can we have mention more than one server for AutoScalingGroup? | 16:20 |
tbh | Drago, I couldn't find any example for that | 16:20 |
Drago | tbh: Probably. zaneb would know | 16:21 |
Drago | or therve | 16:21 |
zaneb | tbh: what do you mean by "mention more than one server"? | 16:22 |
Drago | zaneb: Can you use ASG like a RG in that you can supply a child template? | 16:22 |
tbh | zaneb, Same AutoscalingGroup for two servers | 16:22 |
*** ramishra_ has quit IRC | 16:22 | |
Drago | I don't know if that's tbh's question, but I'm curious | 16:23 |
tbh | Drago, mainly looking for single template, but we can specify child template | 16:23 |
zaneb | Drago: if that is the question then there is one type of autoscaling group that does allow that I believe | 16:23 |
*** ramishra has joined #heat | 16:23 | |
zaneb | tbh: the way you are phrasing the question is odd. of course you can have more than one server in an autoscaling group. if you couldn't then it wouldn't be much of a group and it wouldn't scale | 16:24 |
zaneb | so it's hard to know what you're actually asking | 16:25 |
zaneb | tbh: I think you want, as Drago said, for the scaled unit to be a pair of servers? In which case the way to do that is to put the pair of servers into a template ("child template") and use that template as the type of the scaled unit | 16:26 |
Drago | With OS::Heat::AutoScalingGroup I assume? | 16:26 |
zaneb | yes, I think that's the one that supports it | 16:27 |
tbh | Drago, zaneb Yup, but I am looking for https://github.com/openstack/heat-templates/blob/96a0b0b3d2af2dbb266d1048360ab6992dc3ca3e/hot/asg_of_servers.yaml#L51-L56 | 16:28 |
tbh | Drago, zaneb specifying "resource" as list of Maps | 16:28 |
tbh | zaneb, does it makes sense, or I am missing something? | 16:29 |
zaneb | tbh: short answer: you have to put it in a child template | 16:29 |
*** jpich has quit IRC | 16:29 | |
Drago | Or, for a more goofy solution, use OS::Heat::Stack | 16:29 |
zaneb | actually, that's also the long answer :) | 16:29 |
*** bana_k has joined #heat | 16:29 | |
*** akuznetsov has joined #heat | 16:30 | |
tbh | zaneb, :) got it | 16:30 |
tbh | Drago, OS::Heat::Stack?, I will try this one | 16:31 |
Drago | tbh: Don't use it unless you really don't want to have a child template. The only advantage is that it allows you to specify the template inline. Otherwise it works the same (creates an extra stack), or worse | 16:32 |
tbh | Drago, sure | 16:33 |
zaneb | yeah, there are some side effects you probably don't want | 16:34 |
*** akuznetsov has quit IRC | 16:35 | |
*** randallburt has joined #heat | 16:36 | |
*** sabeen has quit IRC | 16:36 | |
*** randallburt1 has joined #heat | 16:37 | |
*** randallburt has quit IRC | 16:40 | |
*** akshai has quit IRC | 16:45 | |
*** akshai has joined #heat | 16:47 | |
*** pradk has quit IRC | 16:51 | |
*** derekh has quit IRC | 16:56 | |
*** elynn has joined #heat | 16:58 | |
*** yprokule has quit IRC | 17:00 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: basic framework for cancelling workers https://review.openstack.org/301483 | 17:02 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Run scenario tests synchronously https://review.openstack.org/360258 | 17:03 |
*** bana_k has quit IRC | 17:07 | |
*** sergio_nubeliu has joined #heat | 17:14 | |
*** code-R_ has quit IRC | 17:17 | |
*** bana_k has joined #heat | 17:17 | |
*** elynn has quit IRC | 17:19 | |
*** pradk has joined #heat | 17:22 | |
*** rajpatel1 has quit IRC | 17:22 | |
*** gmoro has quit IRC | 17:24 | |
*** higgins has quit IRC | 17:26 | |
*** ramishra has quit IRC | 17:30 | |
*** ramishra has joined #heat | 17:30 | |
sai | hey how do i configure a router created via a heat stack to be DVR vs non-DVR via properties | 17:31 |
sai | is it even supported | 17:31 |
*** akshai has quit IRC | 17:33 | |
*** avladu has quit IRC | 17:34 | |
*** rajpatel has joined #heat | 17:34 | |
*** gmoro has joined #heat | 17:37 | |
Drago | sai: I don't know much about Neutron, but is this what you're looking for? http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::Router-prop-distributed | 17:38 |
sai | Drago: thanks i appreciate it, yeh found upstream documentation | 17:39 |
sai | :D | 17:39 |
Drago | sai: Is that what you needed? | 17:39 |
sai | totally, thanks :D | 17:40 |
Drago | Welcome | 17:45 |
*** jtomasek is now known as jtomasek|afk | 17:45 | |
*** sabeen has joined #heat | 17:53 | |
*** harlowja_ has joined #heat | 17:58 | |
*** gmoro has quit IRC | 17:58 | |
*** harlowja has quit IRC | 18:00 | |
*** higgins has joined #heat | 18:00 | |
*** sshnaidm is now known as sshnaidm|afk | 18:08 | |
*** hoonetorg has quit IRC | 18:11 | |
*** tbh has quit IRC | 18:12 | |
*** gmoro has joined #heat | 18:14 | |
*** hoonetorg has joined #heat | 18:16 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #heat | 18:19 | |
*** sabeen has quit IRC | 18:24 | |
*** gmoro has quit IRC | 18:26 | |
*** akrivoka has quit IRC | 18:30 | |
*** rajpatel has quit IRC | 18:31 | |
*** harlowja_ has quit IRC | 18:31 | |
*** harlowja has joined #heat | 18:32 | |
*** akshai has joined #heat | 18:37 | |
*** gmoro has joined #heat | 18:39 | |
*** crose has quit IRC | 18:39 | |
*** shardy is now known as shardy_afk | 18:40 | |
*** fragatin_ has quit IRC | 18:48 | |
*** david-lyle has quit IRC | 18:49 | |
*** jprovazn has quit IRC | 18:49 | |
*** david-lyle has joined #heat | 18:50 | |
*** rajpatel has joined #heat | 18:52 | |
*** akshai has quit IRC | 18:57 | |
*** yassou has quit IRC | 18:57 | |
*** fragatina has joined #heat | 19:10 | |
*** harlowja_ has joined #heat | 19:13 | |
*** harlowja has quit IRC | 19:17 | |
*** blomquisg is now known as blomquisg_gone | 19:24 | |
*** spzala has quit IRC | 19:25 | |
*** spzala has joined #heat | 19:26 | |
*** rpothier has joined #heat | 19:31 | |
*** sabeen has joined #heat | 19:34 | |
*** rajpatel has quit IRC | 19:42 | |
*** FL1SK has quit IRC | 19:43 | |
*** jcoufal_ has quit IRC | 19:56 | |
*** derekh has joined #heat | 20:06 | |
*** spzala has quit IRC | 20:19 | |
*** dprince has quit IRC | 20:26 | |
*** sabeen has quit IRC | 20:28 | |
*** sabeen has joined #heat | 20:31 | |
*** ayoung has quit IRC | 20:46 | |
*** derekh has quit IRC | 20:47 | |
*** rpothier has quit IRC | 20:50 | |
*** sabeen has quit IRC | 21:00 | |
*** blomquisg_gone is now known as blomquisg | 21:10 | |
*** rajpatel has joined #heat | 21:11 | |
*** vijendar has quit IRC | 21:22 | |
*** rcernin has quit IRC | 21:24 | |
*** ddaskal has quit IRC | 21:25 | |
*** pt_15 has quit IRC | 21:29 | |
*** shardy_afk has quit IRC | 21:38 | |
*** shardy_afk has joined #heat | 21:40 | |
*** priteau has quit IRC | 21:42 | |
*** FL1SK has joined #heat | 21:43 | |
*** spedione is now known as spedione|AWAY | 21:47 | |
*** sabeen has joined #heat | 21:57 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Deprecate Template.validate_resource_key_type() https://review.openstack.org/363995 | 22:02 |
openstackgerrit | Zane Bitter proposed openstack/heat: Add unit tests for invalid keys in resources https://review.openstack.org/363994 | 22:02 |
openstackgerrit | Zane Bitter proposed openstack/heat: Prevent direct access to conditions in templates https://review.openstack.org/363993 | 22:02 |
openstackgerrit | Zane Bitter proposed openstack/heat: Don't add new abstract methods to Template class https://review.openstack.org/363992 | 22:02 |
openstackgerrit | Zane Bitter proposed openstack/heat: Provide default implementation of _parser_condition_functions https://review.openstack.org/363991 | 22:02 |
*** jasond has quit IRC | 22:09 | |
*** randallburt1 has quit IRC | 22:11 | |
*** randallburt has joined #heat | 22:12 | |
*** sabeen1 has joined #heat | 22:14 | |
*** Drago has quit IRC | 22:16 | |
*** sabeen has quit IRC | 22:17 | |
*** spzala has joined #heat | 22:20 | |
*** spzala has quit IRC | 22:24 | |
*** ramishra has quit IRC | 22:27 | |
*** ramishra has joined #heat | 22:29 | |
cwolferh | is there a quick how-to on running heat integration tests with devstack now that that has changed recently? | 22:29 |
*** ayoung has joined #heat | 22:30 | |
*** blomquisg is now known as blomquisg_gone | 22:35 | |
*** shardy_afk has quit IRC | 22:40 | |
*** vijendar has joined #heat | 22:51 | |
*** ayoung has quit IRC | 23:05 | |
*** dimtruck is now known as zz_dimtruck | 23:05 | |
*** zz_dimtruck is now known as dimtruck | 23:05 | |
*** spotz is now known as spotz_zzz | 23:07 | |
*** vijendar has quit IRC | 23:11 | |
*** vijendar has joined #heat | 23:11 | |
*** dimtruck is now known as zz_dimtruck | 23:15 | |
*** vijendar has quit IRC | 23:16 | |
*** randallburt has quit IRC | 23:21 | |
*** vishwanathj has quit IRC | 23:30 | |
*** vijendar has joined #heat | 23:30 | |
*** tochi has joined #heat | 23:30 | |
*** vijendar1 has joined #heat | 23:31 | |
*** vijendar has quit IRC | 23:31 | |
*** chlong has quit IRC | 23:33 | |
*** osoriano has quit IRC | 23:34 | |
*** osoriano has joined #heat | 23:34 | |
*** vijendar1 has quit IRC | 23:36 | |
openstackgerrit | Merged openstack/heat: Use heat functions from plugin for upgrade https://review.openstack.org/361566 | 23:36 |
*** vijendar has joined #heat | 23:36 | |
*** rajpatel has quit IRC | 23:38 | |
*** vijendar has quit IRC | 23:44 | |
*** vijendar has joined #heat | 23:44 | |
*** zhurong has joined #heat | 23:48 | |
*** vijendar has quit IRC | 23:49 | |
*** vijendar has joined #heat | 23:49 | |
*** vijendar has quit IRC | 23:54 | |
*** vijendar has joined #heat | 23:54 | |
*** vijendar has quit IRC | 23:58 | |
*** zhurong has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!