Monday, 2018-12-17

*** ivve has quit IRC00:23
*** zaneb has quit IRC00:23
*** ivve has joined #heat00:35
*** zaneb has joined #heat01:07
*** hongbin has joined #heat02:11
*** hongbin has quit IRC02:28
openstackgerritZane Bitter proposed openstack/heat master: Streamline conversion of resources to convergence  https://review.openstack.org/56462902:39
*** hongbin has joined #heat02:50
*** ramishra has joined #heat03:42
openstackgerritZane Bitter proposed openstack/heat master: Streamline conversion of resources to convergence  https://review.openstack.org/56462903:59
*** ricolin has joined #heat04:31
*** hongbin has quit IRC04:37
*** rcernin has joined #heat05:46
*** rcernin has quit IRC05:47
*** rcernin has joined #heat06:09
*** rcernin has quit IRC06:09
*** rcernin has joined #heat06:09
*** rcernin has quit IRC06:09
openstackgerritMarek Lyčka proposed openstack/heat-dashboard master: Enforces unicode decoding of data  https://review.openstack.org/58986006:45
openstackgerritMarek Lyčka proposed openstack/heat-dashboard master: Implements a JSON import export mechanism for the template generator  https://review.openstack.org/61125906:47
*** jtomasek has joined #heat07:33
openstackgerritMarek Lyčka proposed openstack/heat-dashboard master: Enforces unicode decoding of data  https://review.openstack.org/58986007:46
*** skramaja has joined #heat08:04
*** gkadam has joined #heat08:35
*** gkadam has quit IRC08:35
*** gfidente has joined #heat08:38
*** sm806 has quit IRC08:49
*** sm806 has joined #heat08:49
*** skramaja_ has joined #heat08:53
*** skramaja has quit IRC08:53
*** sm806 has quit IRC08:54
*** sm806 has joined #heat08:55
*** shardy has joined #heat09:04
*** ricolin has quit IRC09:10
*** k_mouza has joined #heat09:12
*** skramaja_ is now known as skramaja09:13
*** k_mouza has quit IRC09:27
*** k_mouza has joined #heat09:28
*** ttsiouts has joined #heat09:35
strigazihello therve ramishra , I have a quick question about for_each/repeat. Is it possible to have parameter which is a list of strings or numbers and create a resource (eg server or resource group) from this list?09:40
*** ssbarnea|rover has joined #heat09:48
thervestrigazi: You mean create a resource in a loop?09:50
strigazitherve: yes09:51
thervestrigazi: No, you can create a resource group though09:51
therveAnd then use index to get stuff from the list09:52
strigazitherve: actually I want to create many resource groups with different properties09:52
therveYeah you can't do that natively with Heat09:52
therveWell09:53
therveYou can create resourcegroups of resourcegroups09:53
therveI don't know enough of your structures though09:53
strigazione moment09:54
strigazitherve: We want to repeat this RG https://github.com/openstack/magnum/blob/master/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml#L74809:55
thervestrigazi: OK?09:56
strigazitherve: with a few diffrent properties, (count,flavor, AZ)09:56
strigaziyes, this isit09:56
strigaziand removal_policies. we will need that one too09:57
therveSo you need to nest it, and use an array of indexed properties09:57
strigazitherve: like this: http://paste.openstack.org/raw/737468/10:01
thervestrigazi: I think you need another template file10:04
therveBecause index resolution doesn't work when you inline stuff10:04
strigazitherve: a template for the parameters?10:05
strigazitherve: I'm not sure what do you mean with: "you need another template file"10:05
thervestrigazi: Youi can't inline the definition of the nested group10:07
therveYou need to put the intermediate group in another template10:07
strigazitherve: got it, I think10:07
thervestrigazi: https://github.com/openstack/heat-templates/blob/master/hot/resource_group/resource_group_index_lookup.yaml#L1810:08
strigazitherve: like this: http://paste.openstack.org/raw/737470/10:10
thervestrigazi: No I don't think so10:11
therveYou can use the index10:11
therveYou need to pass it alongside the list10:11
strigazigot it, I'll pass the lists of all options and the index10:12
*** pbourke has quit IRC10:34
*** pbourke has joined #heat10:36
*** k_mouza_ has joined #heat10:49
*** k_mouza has quit IRC10:51
*** gmoro has joined #heat10:58
openstackgerritWayne Chan proposed openstack/python-heatclient master: Update mailinglist from dev to discuss  https://review.openstack.org/62556111:31
*** sm806 has quit IRC11:38
*** sm806 has joined #heat11:40
*** sm806 has quit IRC12:13
*** sm806 has joined #heat12:14
*** k_mouza has joined #heat13:26
*** k_mouza_ has quit IRC13:29
ssbarnea|roveranyone can help with https://review.openstack.org/#/c/624112/ ?13:33
openstackgerritLudovic Logiou proposed openstack/heat master: Rename tenant_id to project_id in octavia loadbalancer properties  https://review.openstack.org/62559713:47
*** ttsiouts has quit IRC14:00
*** ttsiouts has joined #heat14:00
*** skramaja has quit IRC14:02
*** ttsiouts has quit IRC14:04
*** ttsiouts has joined #heat14:04
*** mchlumsky has joined #heat14:11
*** k_mouza_ has joined #heat14:26
*** k_mouza has quit IRC14:29
*** kiennt26 has joined #heat14:30
*** kiennt26 has quit IRC14:55
*** beekneemech is now known as bnemec15:00
*** jobewan has joined #heat15:50
*** jobewan has quit IRC15:58
*** ttsiouts has quit IRC16:56
*** ttsiouts has joined #heat16:56
*** ttsiouts has quit IRC17:01
*** ramishra has quit IRC17:12
*** jtomasek has quit IRC17:21
*** k_mouza_ has quit IRC17:48
openstackgerritMerged openstack/heat-agents master: Make heat-config logging more human friendly  https://review.openstack.org/62411218:16
*** shardy has quit IRC18:58
*** gmoro has quit IRC19:03
*** mchlumsky has quit IRC19:09
webczatzaneb: it is mostly development so we don't have to do it right. but we have no dns :D19:30
webczatand the environment being spawned/respavned via heat stack is respavned on request or nightly19:31
*** sshnaidm is now known as sshnaidm|off20:07
*** dmellado has quit IRC21:05
*** stevebaker has quit IRC21:05
*** k_mouza has joined #heat21:20
*** k_mouza has quit IRC21:24
*** rcernin has joined #heat21:28
*** stewie925 has joined #heat22:49
stewie925hi guys, how do I seet the correct heatclient version in requirements.txt so I can pick up the latest heatclient code into my vm?23:14
zanebstewie925: how are you installing it? there's no version cap in requirements.txt23:24
*** gfidente has quit IRC23:30
stewie925zaneb: sorry for late response23:36
stewie925I install heatclient just using the requirements.txt23:37
stewie925python-heatclient>=1.8.223:37
zanebso pip?23:37
stewie925yes that is right23:37
zanebit should pick up the latest available version then23:37
stewie925after install, i compared my heatclient with the github.com/openstack/python-heatclient version23:38
stewie925ok I just deleted and re-installed everything, let me check my python-heatclient code now23:38
stewie925:)23:38
zanebare you saying that you installed the latest version from PyPI (presumably 1.16.1) but you want to install the latest master from git?23:39
stewie925zaneb - I just started from scratch and ran pip install23:43
stewie925and now my 'pip freeeze | grep heat'  shows python-heatclient=1.16.1 AND I had to check my /usr/local/lib  python-heatclient code and its now up to date23:44
stewie925thank you!23:47
stewie925my old one was showig python-heatclient>=1.8.2, which could explain the outdataed heatclient code23:48

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