Friday, 2015-06-05

openstackgerritPraveen Yalagandula proposed openstack/heat: neutron loadbalancer resource: provider property  https://review.openstack.org/18519700:02
*** alexpilotti has quit IRC00:10
*** Qiming has quit IRC00:10
*** dims__ has joined #heat00:11
*** dims_ has quit IRC00:12
openstackgerritPraveen Yalagandula proposed openstack/heat: neutron loadbalancer resource: provider property  https://review.openstack.org/18519700:13
*** dims__ has quit IRC00:17
*** dims_ has joined #heat00:17
openstackgerritMiguel Grinberg proposed openstack/heat: Add support_status to all resources in contrib  https://review.openstack.org/18863200:18
*** Drago has quit IRC00:19
*** pm90_ has quit IRC00:20
openstackgerritMerged openstack/python-heatclient: Add functional tests from Tempest  https://review.openstack.org/18021700:22
ramishramorning all00:34
asalkeldhi00:34
*** chlong has quit IRC00:52
*** chlong has joined #heat00:54
*** LiJiansheng has joined #heat01:02
*** Qiming has joined #heat01:03
*** jruano has joined #heat01:05
*** alanf-mc has quit IRC01:05
*** sasukeh has joined #heat01:06
*** jruano has quit IRC01:10
*** lee__ has joined #heat01:10
*** LiJiansheng has quit IRC01:14
*** Qiming_ has joined #heat01:19
*** Qiming has quit IRC01:19
*** Qiming__ has joined #heat01:20
*** Qiming_ has quit IRC01:24
*** sasukeh has quit IRC01:34
*** erkules has joined #heat01:36
*** jfluhmann has joined #heat01:36
*** tobe has joined #heat01:38
*** hdd has quit IRC01:38
*** erkules_ has quit IRC01:38
ricolinmorning01:48
*** erkules has quit IRC01:50
*** erkules has joined #heat01:52
stevebakerhi01:53
*** Yanyanhu has joined #heat01:58
*** jruano has joined #heat02:01
*** Tross has joined #heat02:14
*** Tross1 has quit IRC02:15
*** Tross1 has joined #heat02:16
*** jruano has quit IRC02:16
*** Tross has quit IRC02:19
*** sasukeh has joined #heat02:21
openstackgerritAngus Salkeld proposed openstack/heat: Produce more meaningful exception messages in nested stacks  https://review.openstack.org/18822802:21
*** sasukeh has quit IRC02:23
*** sasukeh has joined #heat02:25
*** sasukeh has quit IRC02:26
*** daneyon_ has quit IRC02:29
*** sasukeh has joined #heat02:31
*** sasukeh has quit IRC02:32
*** sasukeh has joined #heat02:34
*** sasukeh has quit IRC02:35
*** achanda has joined #heat02:46
*** jruano has joined #heat02:55
*** boris-42 has quit IRC02:58
*** achanda has quit IRC03:00
*** sasukeh has joined #heat03:02
*** sasukeh has quit IRC03:03
*** dims_ has quit IRC03:07
*** Qiming__ is now known as Qiming03:09
*** sasukeh has joined #heat03:09
*** sasukeh has quit IRC03:10
*** ananta_ has joined #heat03:18
ananta_miguelgrinberg: Hi03:18
*** Raj1 has joined #heat03:19
*** liusheng has joined #heat03:19
ananta_miguelgrinberg: could you please review my comment on https://review.openstack.org/#/c/181691/03:19
*** sasukeh has joined #heat03:20
*** sasukeh has quit IRC03:21
*** sasukeh has joined #heat03:21
*** sasukeh has quit IRC03:25
*** Raj1 has quit IRC03:28
*** Raj1 has joined #heat03:29
openstackgerrithuangtianhua proposed openstack/heat: Use EntityNotFound instead *NotFound  https://review.openstack.org/18824803:49
*** coolsvap|afk is now known as coolsvap03:53
openstackgerrithuangtianhua proposed openstack/heat: Introduce Guru Meditation Reports into Heat  https://review.openstack.org/18420904:05
*** dims_ has joined #heat04:05
*** steveg_afk has quit IRC04:07
*** dims_ has quit IRC04:10
*** hdd has joined #heat04:13
openstackgerritpradeep kumar singh proposed openstack/heat: Bind pseudo parameters to template versions  https://review.openstack.org/18866004:17
*** Raj1 has quit IRC04:19
*** steveg_afk has joined #heat04:30
*** jamielennox is now known as jamielennox|away04:32
*** jruano has quit IRC04:43
*** ananta_ has quit IRC04:48
*** hdd has quit IRC04:50
*** Raj1 has joined #heat04:56
*** ahonda has quit IRC04:58
*** rakesh_hs has joined #heat05:13
*** ananta_ has joined #heat05:17
*** ananta__ has joined #heat05:17
*** nkhare has joined #heat05:18
*** ananta_ has quit IRC05:19
*** ananta__ has quit IRC05:19
*** ananta_ has joined #heat05:20
*** achanda has joined #heat05:25
*** vijayagurug has joined #heat05:26
openstackgerritRitesh proposed openstack/heat-specs: Pause and unpause actions for a stack  https://review.openstack.org/18752405:28
*** Yanyanhu has quit IRC05:33
*** tobe has quit IRC05:41
openstackgerritRabi Mishra proposed openstack/heat: Fetch endpoint from service catalog  https://review.openstack.org/18836805:41
*** tobe has joined #heat05:42
*** achanda has quit IRC05:43
*** tobe has quit IRC05:44
*** nihilifer has joined #heat05:49
*** nihilifer has quit IRC05:51
asalkeldsirushti: are about?05:51
sirushtiasalkeld, hi05:51
*** nihilifer has joined #heat05:51
asalkeldi am trying to figure out sync_point05:51
asalkeldthere are some odd things05:52
sirushtitrue05:52
sirushtiSo specifically entity_id05:52
sirushtiit can take the id of either a resource05:52
sirushtior a stack05:52
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/worker.py#L14305:52
asalkeldafaik, requires_by() returns an iterator05:53
asalkeldso i am not sure what fwd will be05:53
asalkeldbecause of this the input_data is strange05:53
asalkeldalso is there a structure to input_data?05:54
sirushtiasalkeld, not really any structure, I just created a dict05:54
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/worker.py#L15705:54
sirushtibut there's probably room for impovement there05:54
sirushtiby creating a separate object05:54
asalkeldso that looks different to https://github.com/openstack/heat/blob/master/heat/engine/sync_point.py#L8505:55
asalkeldso that needs : {tuple: list}05:55
asalkeldand the first one is a {str: value}05:55
sirushtiwhere exactly is it str: value?05:57
asalkeldconstruct_input_data(rsrc)05:58
asalkeldhere they get squished together: https://github.com/openstack/heat/blob/master/heat/engine/sync_point.py#L92-L9305:59
asalkeldyou will end up with: {tuple(something): bla, 'id': value, 'name': bla,..}06:00
* asalkeld not sure what it should be06:00
sirushtiasalkeld, yeah, I missed some test cases for those, let me take a better look and get back? and possibly write some more test cases for those functions06:00
sirushtiwell06:00
sirushtiI wanted it something like06:00
asalkeldsirushti: i am happy to fix, just what to know what you invisioned06:00
*** multi_io has quit IRC06:01
asalkeldi fixed one crash, and now it's stuck in-progress06:01
asalkeldi am expecting this bit of code06:01
sirushtiwell actually, so the Input data is passed via RPC to the parent06:01
sirushtiso the parent doesn't have to load it's child resources again to get it's attributes and resource_id06:02
*** multi_io has joined #heat06:02
asalkeldyip, so should the construct_input_data() change to return {tuple([res.id]): stuff} ?06:03
asalkeldto match what is in sync_point?06:03
sirushtiyeah, that sounds about right06:03
asalkeldok, cool06:04
sirushtiatleast from what I remember06:04
sirushtibtw06:04
sirushtiwe need to change stack.id from uuid to integer06:04
asalkeldthat sounds fun;)06:05
sirushtilol06:06
*** Yanyanhu has joined #heat06:08
sirushtiworking on it, need to revive https://review.openstack.org/#/c/106054/06:08
*** achanda has joined #heat06:09
sirushtiasalkeld, btw just ran a test on the old prototype code, the structure of input_data that needs to be stored in the database is ...06:13
sirushtiinput_data = {(3, True): InputData(key=3, name='A', refid=UUID('a467c1e8-4141-481f-88fe-23506335e36e'), attrs={'a': 'initial'})}06:13
sirushtiso that's {tuple(res.id, fwd): input_data_dict)06:13
*** inc0 has joined #heat06:14
inc0good mornig06:14
inc0morning06:14
asalkeldsirushti: what is "fwd"?06:14
sirushtifwd is synonymous to is_update06:15
asalkeldok06:15
asalkeldi think part of the confusion is what is the key and value to that, input_data is the whole thing and the data part06:17
sirushtiwell, so if you check how dependencies are stored in convergence, dependencies are a bunch of graph keys06:17
*** tobe has joined #heat06:19
sirushtiso, key=(graph_key), value=(input_data)06:20
sirushtiummm06:20
sirushtiyeah06:20
sirushtiok, we need to rename parts of that06:20
sirushtiso06:20
sirushtiinput_data = {(resource_key, is_update): resource_data}06:21
sirushtithat makes sense?06:21
asalkeldyip06:23
inc0guys, do you have this magical link for reviewer panel anywhere?06:28
inc0for gerrit06:29
asalkeldoption 1: https://etherpad.openstack.org/p/heat-reviews06:32
inc0I was thinking about set of gerrit filters to sort out reviews:)06:32
asalkeldhttps://github.com/stackforge/gerrit-dash-creator06:33
inc0o, I didnt know this project, cool:)06:33
inc0thanks06:33
*** ishant has joined #heat06:36
sirushtiJust wondering, why do we have stack-actions like suspend/resume/snapshot/restore? They feel like very specific workflows for very specific resources06:38
asalkeldsirushti: i somewhat agree06:43
sirushtiyeah, I'm asking that because there's more specs coming to add very specific actions to the Heat API06:44
*** noTHD has joined #heat06:44
asalkeldlike?06:44
sirushtilike https://review.openstack.org/#/c/187524/06:45
therve'morning06:45
sirushtiperhaps we should just defer them to mistral or ansible and remove those from the API?06:46
openstackgerritMichal Jastrzebski (inc0) proposed openstack/heat: Unlimited option max_resources_per_stack  https://review.openstack.org/18589406:46
asalkeldsirushti: http://paste.openstack.org/show/265074/06:48
asalkeldsirushti: what is the "node" in the graph?06:48
sirushti+                    set(graph[(req, is_update)]), graph_key,06:49
sirushti - This doesn't seemr right06:49
asalkeldsirushti: that's why i am asking what is stored in the graph node06:50
*** dims_ has joined #heat06:54
*** e0ne has joined #heat06:54
sirushtiasalkeld, http://paste.openstack.org/show/265075/06:54
asalkeldsirushti: ok, thanks06:57
*** ParsectiX has joined #heat06:57
*** jistr has joined #heat06:57
*** dims_ has quit IRC06:59
asalkeldsirushti: some more questions: http://paste.openstack.org/show/265100/07:01
asalkeldsirushti: mainly why pass either a dict/None/res.id into the input_data? where does that get consumed07:02
asalkeldthis code is difficult to follow :-O07:03
*** e0ne has quit IRC07:04
sirushtiso, the intention is to pass the input data during an update and just the graph_key during a cleanup, because input_data wouldn't ever be needed during cleanup07:04
asalkeldso when would the res.id be used?07:05
asalkeldso maybe that should be None07:06
sirushtiyeah, that makes sense, but I'll try to remember why that is the case07:08
*** cody-somerville has quit IRC07:09
*** cody-somerville has joined #heat07:10
*** ParsectiX has quit IRC07:11
openstackgerrithuangtianhua proposed openstack/heat: Use EntityNotFound instead *NotFound  https://review.openstack.org/18824807:12
sirushtiasalkeld, yup, None it should be definitely07:13
asalkeldsirushti: ok, i'll post a patch soon07:14
sirushtiasalkeld, thanks a ton for fixing them, also would be cool to turn on convergence_engine and post a dependent patch07:15
*** steveg_afk has quit IRC07:15
asalkeldsirushti: it's not quite there07:15
asalkeldit gets stuck in create-in-progress07:16
sirushtiwith this -> https://review.openstack.org/#/c/163132/, it could be, I got a CREATE_COMPLETE, well, sometimes ;)07:16
asalkeldsirushti: ok, i'll try with that too07:17
sirushtiasalkeld, well, that was with a one-resource-graph, and then I realised we need to fix stack.id, so I started working on that07:19
asalkeldok07:20
openstackgerritAngus Salkeld proposed openstack/heat: Add the convergence resource replacement logic  https://review.openstack.org/18002207:20
openstackgerritAngus Salkeld proposed openstack/heat: convergence: make sure sender is a tuple  https://review.openstack.org/18869007:20
*** jfluhmann has quit IRC07:21
*** tochi has quit IRC07:25
*** achanda has quit IRC07:28
*** holaamigostodos has joined #heat07:39
*** holaamigostodos has quit IRC07:40
inc0asalkeld, https://review.openstack.org/#/c/180022/4 correct me if I'm wrong, but this just do stuff in DB, later there will be actual resource implementation? Or we want convergence to match rality to resource db later on?07:41
inc0reality**07:41
*** ifarkas has joined #heat07:41
*** jistr is now known as jistr|biab07:47
*** rwsu has joined #heat07:48
*** coolsvap is now known as coolsvap|afk07:52
*** achanda has joined #heat07:52
*** achanda_ has joined #heat08:01
*** achanda has quit IRC08:04
*** jprovazn has joined #heat08:04
openstackgerrithuangtianhua proposed openstack/heat: Support check for remote stack  https://review.openstack.org/18870008:07
*** sorantis has joined #heat08:09
openstackgerritIshant Tyagi proposed openstack/heat: Add attribute type for heat resources  https://review.openstack.org/18219208:12
*** bdossant has joined #heat08:16
*** yassine_ has joined #heat08:21
openstackgerritKairat Kushaev proposed openstack/heat: Add memcache backend for dogpile cache  https://review.openstack.org/18599808:22
openstackgerritKairat Kushaev proposed openstack/heat: Add dogpile cache core and turn on caching  https://review.openstack.org/18599908:22
openstackgerritKairat Kushaev proposed openstack/heat: Add NoOp dogpile cache backend  https://review.openstack.org/18599708:22
openstackgerrithuangtianhua proposed openstack/heat: Remove redandunt build-in functions  https://review.openstack.org/18870208:27
*** sorantis has quit IRC08:30
*** pas-ha has joined #heat08:31
*** sdake has quit IRC08:34
*** chlong has quit IRC08:34
openstackgerritAnant Patil proposed openstack/heat-specs: Retry a request based on error and response codes.  https://review.openstack.org/18169108:36
pas-hamorning all08:36
*** rwsu has quit IRC08:36
skraynevasalkeld: could you re-review https://review.openstack.org/#/c/185997/, looks like issue mentioned by you was just random error on gates.08:39
*** achanda_ has quit IRC08:46
*** dsneddon has quit IRC08:47
*** sorantis has joined #heat08:48
*** jistr|biab is now known as jistr08:50
ananta_skraynev: could you please review https://review.openstack.org/#/c/181691/08:51
openstackgerritIshant Tyagi proposed openstack/heat: neutron loadbalancer resource: provider property  https://review.openstack.org/18519708:53
*** coolsvap|afk is now known as coolsvap08:54
*** jistr has quit IRC08:59
*** cdent has joined #heat09:00
openstackgerritOleksii Chuprykov proposed openstack/heat-specs: Add heat template-function-list command  https://review.openstack.org/18836409:00
openstackgerritOleksii Chuprykov proposed openstack/heat-specs: Add heat template-version-list command to cmd  https://review.openstack.org/18835109:01
*** e0ne has joined #heat09:09
*** sorantis has quit IRC09:09
*** jistr has joined #heat09:19
*** LiJiansheng has joined #heat09:22
*** lee__ has quit IRC09:25
openstackgerritIshant Tyagi proposed openstack/heat: Add attribute type for heat resources  https://review.openstack.org/18219209:30
*** huangtianhua has quit IRC09:32
*** dims_ has joined #heat09:43
*** Qiming has quit IRC09:43
*** alexpilotti has joined #heat09:45
*** dims__ has joined #heat09:47
*** noTHD has quit IRC09:48
*** dims_ has quit IRC09:48
*** pal has joined #heat09:52
*** nkhare has quit IRC09:55
*** Yanyanhu has quit IRC09:55
*** huangtianhua has joined #heat09:57
*** pitr-ch_ has quit IRC09:58
*** nkhare has joined #heat10:00
openstackgerrithuangtianhua proposed openstack/heat: Support snapshot/restore for remote stack  https://review.openstack.org/18632110:03
*** e0ne is now known as e0ne_10:07
*** pitr-ch has joined #heat10:07
*** tlashchova_ has joined #heat10:12
*** e0ne_ is now known as e0ne10:12
openstackgerrithuangtianhua proposed openstack/heat: Remove redandunt build-in functions  https://review.openstack.org/18870210:19
*** achanda has joined #heat10:20
*** boris-42 has joined #heat10:20
openstackgerrithuangtianhua proposed openstack/heat: Remove redandunt build-in functions  https://review.openstack.org/18870210:21
*** BManojlovic has joined #heat10:22
openstackgerrithuangtianhua proposed openstack/heat: Support snapshot/restore for remote stack  https://review.openstack.org/18632110:23
openstackgerrithuangtianhua proposed openstack/heat: Support check for remote stack  https://review.openstack.org/18870010:25
openstackgerritRabi Mishra proposed openstack/heat: Fetch endpoint from service catalog  https://review.openstack.org/18836810:32
*** sorantis has joined #heat10:32
openstackgerritPavlo Shchelokovskyy proposed openstack/heat-specs: Conditionally expose resources based on roles  https://review.openstack.org/18552810:37
*** aignatov has quit IRC10:39
*** DinaBelova has quit IRC10:39
*** SergeyLukjanov has quit IRC10:39
*** Qiming has joined #heat10:43
openstackgerritMartin Mágr proposed openstack/heat-templates: Improve handling of Puppet output  https://review.openstack.org/18873710:45
*** nkhare has quit IRC10:48
*** DinaBelova has joined #heat10:49
*** aignatov has joined #heat10:49
*** SergeyLukjanov has joined #heat10:51
openstackgerritMartin Mágr proposed openstack/heat-templates: Improve handling of Puppet output  https://review.openstack.org/18873710:59
*** coolsvap is now known as coolsvap|afk10:59
*** nkhare has joined #heat11:00
*** e0ne is now known as e0ne_11:05
*** ishant has quit IRC11:06
*** e0ne_ is now known as e0ne11:07
*** nkhare has quit IRC11:08
*** erkules has quit IRC11:14
*** erkules has joined #heat11:14
*** pal has quit IRC11:17
openstackgerritRabi Mishra proposed openstack/heat: Fetch endpoint from service catalog  https://review.openstack.org/18836811:18
*** nkhare has joined #heat11:22
*** radez is now known as radez_g0n311:23
*** LiJiansheng has quit IRC11:29
*** inc0 has quit IRC11:32
openstackgerritMerged openstack/heat: Remove redandunt build-in functions  https://review.openstack.org/18870211:33
*** achanda has quit IRC11:35
therve:/ Commit messages...11:35
*** huangtianhua has quit IRC11:38
*** nkhare has quit IRC11:39
*** tobe has quit IRC11:42
*** tlashchova_ has quit IRC11:43
*** rpothier has joined #heat11:43
*** rwsu has joined #heat11:43
*** dhellmann has joined #heat11:46
*** cody-somerville has quit IRC11:53
*** jruano has joined #heat11:56
*** pal has joined #heat11:57
*** allegra-s has joined #heat11:58
*** pal has quit IRC12:02
*** cody-somerville has joined #heat12:07
*** asalkeld has quit IRC12:07
*** e0ne is now known as e0ne_12:21
*** tcammann_ has joined #heat12:21
*** e0ne_ is now known as e0ne12:22
tcammann_Hello, has anyone seen this error before from stack create:12:23
tcammann_"ERROR: Property error : mystack: key_name Message objects do not support str() because they may contain non-ascii characters."12:23
*** cmyster has quit IRC12:23
*** cmyster has joined #heat12:24
*** cmyster has quit IRC12:24
*** cmyster has joined #heat12:24
*** bdossant has quit IRC12:24
*** rakesh_hs has quit IRC12:24
*** rakesh_hs has joined #heat12:24
*** MVenesio has joined #heat12:25
*** MVenesio has quit IRC12:25
openstackgerritMerged openstack/heat: Support snapshot/restore for remote stack  https://review.openstack.org/18632112:26
*** steveg_afk has joined #heat12:27
pas-hatcammann_, I personally have not, but I suspect it is via a KeypairConstraint firing.12:27
pas-hathis is the only place I found that uses str() on the execution path related to keynames https://github.com/openstack/heat/blob/master/heat/engine/constraints.py#L58812:28
*** jruano has quit IRC12:29
*** Raj1 has joined #heat12:32
*** nihilifer has quit IRC12:33
tcammann_thanks pas-ha I'll take a look12:33
openstackgerritMartin Mágr proposed openstack/heat-templates: Improve handling of Puppet output  https://review.openstack.org/18873712:36
*** Raj1 has quit IRC12:37
*** Raj1 has joined #heat12:38
*** allegra-s has quit IRC12:38
openstackgerritOleksii Chuprykov proposed openstack/heat: Add batching to ResourceGroup  https://review.openstack.org/18538512:38
*** shardy_ has joined #heat12:39
*** shardy has quit IRC12:39
*** hdd has joined #heat12:41
*** shardy_ has quit IRC12:44
*** shardy has joined #heat12:44
*** radez_g0n3 is now known as radez12:52
*** jruano has joined #heat12:53
*** DaveJ__ has joined #heat12:59
*** rakesh_hs has quit IRC13:00
DaveJ__Hi guys - can anyone give me a bit of advice on how to use Nova ServerGroups to create affinity rules ?  I currently have a 'ResourceGroup' and I want to make sure each server in that group is on the same physical host.13:00
DaveJ__https://www.irccloud.com/pastebin/FbvbYH3Z/13:00
DaveJ__A group of webservers13:00
DaveJ__and a group of load drivers13:01
DaveJ__I want to make sure the webservers are all on the same physical host13:01
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: WIP Do not use rich objects in servers' create  https://review.openstack.org/18876613:02
*** ananta_ has quit IRC13:03
*** dims__ has quit IRC13:09
*** dims_ has joined #heat13:10
openstackgerritMartin Mágr proposed openstack/heat-templates: Improve handling of Puppet output  https://review.openstack.org/18873713:16
*** Raj1 has quit IRC13:16
openstackgerritMerged openstack/heat: Support check for remote stack  https://review.openstack.org/18870013:18
*** boris-42 has quit IRC13:18
*** dyasny has joined #heat13:26
*** steveg_afk has quit IRC13:35
*** shardy_ has joined #heat13:36
*** shardy has quit IRC13:36
*** sasukeh has joined #heat13:37
*** hdd has quit IRC13:37
*** e0ne is now known as e0ne_13:39
*** e0ne_ is now known as e0ne13:39
*** shardy_ has quit IRC13:41
*** boris-42 has joined #heat13:41
*** shardy has joined #heat13:42
*** jaypipes is now known as leakypipes13:43
openstackgerritOleksii Chuprykov proposed openstack/heat: Add batching to ResourceGroup  https://review.openstack.org/18538513:45
openstackgerritMartin Mágr proposed openstack/heat-templates: Improve handling of Puppet output  https://review.openstack.org/18873713:45
pas-haDaveJ__, it seems you'd need to create a OS::Nova::ServerGroup with appropriate policies first, and then pass it's ID to the servers as part of scheduler hints13:50
*** sasukeh has quit IRC13:56
*** allegra-s has joined #heat13:58
*** Raj1 has joined #heat13:58
*** sasukeh has joined #heat14:01
*** sasukeh has joined #heat14:01
*** sasukeh has quit IRC14:03
*** sasukeh has joined #heat14:04
*** pm90_ has joined #heat14:05
*** sasukeh has quit IRC14:06
*** pm90_ has quit IRC14:06
*** Raj1 has quit IRC14:06
*** pm90_ has joined #heat14:06
*** Raj1 has joined #heat14:07
*** sasukeh has joined #heat14:07
*** sasukeh has quit IRC14:09
DaveJ__pas-ha: Thanks.  Looks like the scheduler_hints is a key/value pair14:10
DaveJ__so dies it matter what the key is ?14:10
*** achanda has joined #heat14:10
*** shardy_ has joined #heat14:11
*** shardy has quit IRC14:12
*** sjmc7 has joined #heat14:16
*** e0ne is now known as e0ne_14:16
*** shardy_ has quit IRC14:16
*** shardy has joined #heat14:17
skraynevryansb: hi14:17
ryansbskraynev: hello14:18
skraynevryansb: about your comment for patch with unsupported resources, so we want to show, that is was unsupported from moment when it was added to cintrib, right?14:19
skraynev*contrib14:19
ryansbwell it has been unsupported since contrib14:20
ryansbso I thought the way to express that was to add an unqualified "UNSUPPORTED"14:20
ryansbIs that not how UNSUPPORTED works?14:20
skraynevyeah. it's right way :)14:23
skraynevjust I thought, that previously we supported them :)14:23
skraynevso it was my wrong thoughts14:23
ryansbyeah, not "officially supporting" them was sort of the point of contrib14:24
*** e0ne_ has quit IRC14:26
*** Raj1 has quit IRC14:29
skraynevryansb: cool, so I will remove my -114:30
ryansbok, thank you14:30
*** sasukeh has joined #heat14:31
*** jprovazn has quit IRC14:32
*** sabeen1 has joined #heat14:33
*** Tross1 has quit IRC14:37
*** packet has joined #heat14:37
*** Tross has joined #heat14:37
*** vijendar has joined #heat14:38
*** Tross has quit IRC14:38
*** sabeen3 has joined #heat14:39
*** pitr-ch has quit IRC14:40
*** sabeen1 has quit IRC14:40
*** hdd has joined #heat14:43
*** pitr-ch has joined #heat14:44
*** e0ne has joined #heat14:45
*** blomquisg has joined #heat14:46
*** ifarkas has quit IRC14:47
*** vijayagurug has left #heat14:48
*** sasukeh has quit IRC14:52
*** sasukeh has joined #heat14:53
*** achanda has quit IRC14:56
*** Drago has joined #heat14:58
*** Drago has quit IRC14:58
*** Drago has joined #heat14:58
*** Raj1 has joined #heat15:04
*** kebray has joined #heat15:06
*** dsneddon has joined #heat15:11
*** lsmola has quit IRC15:12
openstackgerritMerged openstack/heat: Add support_status to all resources in contrib  https://review.openstack.org/18863215:20
*** sasukeh has quit IRC15:21
*** sasukeh has joined #heat15:27
*** jasond has joined #heat15:27
*** jruano has quit IRC15:29
*** e0ne is now known as e0ne_15:29
*** e0ne_ is now known as e0ne15:30
*** shardy_ has joined #heat15:30
*** e0ne is now known as e0ne_15:30
*** e0ne_ is now known as e0ne15:30
*** shardy has quit IRC15:31
*** BManojlovic has quit IRC15:32
*** achanda has joined #heat15:34
*** shardy_ has quit IRC15:35
*** thedodd has joined #heat15:36
*** shardy has joined #heat15:36
*** Qiming has quit IRC15:36
*** daneyon has joined #heat15:36
*** daneyon has quit IRC15:38
*** daneyon has joined #heat15:38
DaveJ__pas-ha: THanks for the earlier hint.  I had a look at the doc on nova schedulers.  In the end I figured it out.  I added the GroupAffinityScheduler to the list, then as you suggested created a ServerGroup with the affinity policy.  In the scheduler hints, I used the key 'group' and the UUID of the ServerGroup (obtained with {get_resource: my_affinity_group }15:44
*** Tross has joined #heat15:44
pas-haDaveJ__, and it works?15:44
*** david-lyle has quit IRC15:46
*** david-lyle has joined #heat15:46
DaveJ__pas-ha: It seems to be working - whether by design or fluke, I'm not sure :-) But I've delpoyed several times now and seen the desired placement.  Previously the guests were getting placed in alternate hosts, so looks good15:48
*** jruano has joined #heat15:50
*** Raj1 has quit IRC15:57
pas-haDaveJ__, nice to hear :)15:58
*** Raj1 has joined #heat15:58
*** pas-ha has quit IRC15:59
*** achanda_ has joined #heat15:59
*** Raj1 has quit IRC15:59
*** achanda has quit IRC16:00
*** kebray has quit IRC16:02
*** pm90__ has joined #heat16:02
*** kebray has joined #heat16:03
*** jistr has quit IRC16:03
*** Raj1 has joined #heat16:04
*** pm90__ has quit IRC16:05
*** pm90__ has joined #heat16:05
*** pm90_ has quit IRC16:06
*** shardy_ has joined #heat16:07
*** shardy has quit IRC16:08
*** shardy_ has quit IRC16:13
*** shardy has joined #heat16:13
*** gcivitella has joined #heat16:21
*** e0ne is now known as e0ne_16:23
*** vijayagurug has joined #heat16:24
*** e0ne_ has quit IRC16:24
*** achanda_ has quit IRC16:26
*** sorantis has quit IRC16:30
*** crose has joined #heat16:35
*** sdake has joined #heat16:39
*** e0ne has joined #heat16:40
*** e0ne has quit IRC16:43
*** achanda has joined #heat16:43
*** sdake_ has joined #heat16:44
*** yassine_ has quit IRC16:45
*** Drago has quit IRC16:47
*** sdake has quit IRC16:48
*** vijayagurug has quit IRC16:48
*** Raj1 has quit IRC16:49
*** alanf-mc has joined #heat16:52
*** achanda has quit IRC16:55
openstackgerritMerged openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/18849416:59
*** alanf-mc_ has joined #heat17:00
*** alanf-mc has quit IRC17:02
*** Drago has joined #heat17:08
openstackgerritJason Dunsmore proposed openstack/heat: Support for encrypt/decrypt parameters in heat-manage  https://review.openstack.org/17497817:09
*** Drago has quit IRC17:10
*** Drago has joined #heat17:10
*** alanf-mc_ has quit IRC17:11
*** alanf-mc has joined #heat17:11
*** achanda has joined #heat17:16
*** pm90__ has quit IRC17:17
*** crose has quit IRC17:22
*** harlowja has quit IRC17:27
*** harlowja has joined #heat17:32
*** achanda has quit IRC17:34
*** gcivitella has quit IRC17:35
*** achanda has joined #heat17:40
*** jruano has quit IRC17:47
*** e0ne has joined #heat17:48
*** sdake has joined #heat17:50
*** jruano has joined #heat17:51
*** Tross has quit IRC17:52
*** sdake_ has quit IRC17:54
*** sdake_ has joined #heat17:56
*** jruano has quit IRC17:58
*** achanda_ has joined #heat17:59
*** crose has joined #heat17:59
*** sdake has quit IRC17:59
*** achanda has quit IRC18:01
openstackgerritDoug Hellmann proposed openstack/heat: Drop use of 'oslo' namespace package  https://review.openstack.org/18888018:02
*** rwsu has quit IRC18:04
*** wirehead_ has quit IRC18:08
*** achanda has joined #heat18:10
*** achanda_ has quit IRC18:10
*** wirehead_ has joined #heat18:10
*** sdake_ is now known as sdake18:10
*** hdd has quit IRC18:16
*** achanda_ has joined #heat18:18
*** achanda has quit IRC18:20
*** cdent has quit IRC18:30
*** sjmc7 has quit IRC18:32
*** cdent has joined #heat18:32
*** cdent has quit IRC18:32
openstackgerritRakesh H S proposed openstack/python-heatclient: Poll functionality for stack create action  https://review.openstack.org/18888918:35
*** achanda has joined #heat18:38
*** Tross has joined #heat18:38
*** achanda_ has quit IRC18:41
*** harlowja has quit IRC18:46
*** achanda_ has joined #heat18:48
*** achanda has quit IRC18:49
*** DaveJ__ has quit IRC18:51
*** htruta has quit IRC18:52
*** harlowja has joined #heat18:53
*** serverascode has quit IRC18:54
*** Michalik has quit IRC18:54
*** ameade has quit IRC18:54
*** zhiyan has quit IRC18:54
*** sjmc7 has joined #heat18:54
*** metral is now known as metral_zzz18:55
*** jruano has joined #heat18:58
*** achanda has joined #heat19:00
*** achanda_ has quit IRC19:01
*** achanda has quit IRC19:04
*** sdake has quit IRC19:08
openstackgerritMerged openstack/heat: Unlimited option max_resources_per_stack  https://review.openstack.org/18589419:08
*** metral_zzz is now known as metral19:09
*** radez is now known as radez_g0n319:15
*** hdd has joined #heat19:17
*** philibar has joined #heat19:24
philibarHi, is there anyone that would have a bit of time to help me on ways to shortcut using HOT templates for mass deployments of the same system? Thank you19:26
*** leakypipes has quit IRC19:34
*** e0ne has quit IRC19:39
*** sorantis has joined #heat19:53
*** dims__ has joined #heat19:57
*** jruano has quit IRC19:58
*** steveg_afk has joined #heat19:59
*** dims_ has quit IRC20:00
*** boris-42 has quit IRC20:02
*** jruano has joined #heat20:02
*** thedodd has quit IRC20:11
*** thedodd has joined #heat20:11
*** dims__ has quit IRC20:11
larsksphilibar: can you explain in more detail what you want to do?20:12
philibarhi Larsks, thanks for the reply20:16
*** e0ne has joined #heat20:16
philibarAttempting to launch 100+ VM in a stack that have all the same settings with different names, as they're constraints20:17
*** tellesnobrega_ has joined #heat20:17
philibarwhat im guessing is that they need to be iterated one by one inside the HOT.20:17
larsksYou could just create a resource group with an appropriate count.20:19
larskshttp://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::ResourceGroup20:19
philibarohhh! :o20:19
philibarthanks a bunch, I'll mark it down and read it all20:19
philibarhave to hit the train in 10 minutes, so perfect timing from you, hehe20:19
philibarthanks a bunch again20:19
larsksSure!20:20
*** jruano has quit IRC20:20
*** sorantis has quit IRC20:21
*** metral is now known as metral_zzz20:22
*** philibar has quit IRC20:24
*** metral_zzz is now known as metral20:27
*** tellesnobrega_ has quit IRC20:38
*** tellesnobrega_ has joined #heat20:39
*** e0ne has quit IRC20:45
*** e0ne has joined #heat20:48
*** serverascode has joined #heat20:50
*** ameade has joined #heat20:51
*** zhiyan has joined #heat20:54
*** Michalik has joined #heat20:54
*** boris-42 has joined #heat21:00
*** e0ne has quit IRC21:06
*** tellesnobrega_ has quit IRC21:11
*** dyasny has quit IRC21:19
*** kebray has quit IRC21:34
openstackgerritJason Dunsmore proposed openstack/heat: Add replication properties to OS::Trove::Instance  https://review.openstack.org/18893221:38
*** jasond has quit IRC21:38
*** Marga_ has joined #heat21:39
*** rpothier has quit IRC21:39
*** Marga_ has quit IRC21:39
*** Marga_ has joined #heat21:40
*** openstack has joined #heat21:42
*** sabeen3 has quit IRC21:49
*** alanf-mc has quit IRC22:00
*** vijendar has quit IRC22:00
*** steveg_afk has quit IRC22:01
*** thedodd has quit IRC22:07
*** allegra-s has quit IRC22:18
*** steveg_afk has joined #heat22:28
*** alanf-mc has joined #heat22:30
*** daneyon has quit IRC22:33
*** daneyon has joined #heat22:33
*** daneyon has quit IRC22:33
*** daneyon has joined #heat22:34
*** openstackgerrit has quit IRC22:37
*** openstackgerrit has joined #heat22:37
*** cody-somerville has quit IRC22:42
*** sjmc7 has quit IRC22:49
*** hdd has quit IRC22:50
*** Marga_ has quit IRC22:53
*** kebray has joined #heat22:56
*** sjmc7 has joined #heat23:00
*** dsneddon has quit IRC23:01
*** dsneddon has joined #heat23:03
*** sdake has joined #heat23:26
*** daneyon has quit IRC23:34
*** sjmc7 has quit IRC23:39
*** Drago has quit IRC23:41
*** sdake_ has joined #heat23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!