Monday, 2019-03-18

*** gkadam_ has joined #heat02:11
*** gkadam_ has quit IRC02:17
*** irclogbot_0 has quit IRC02:23
*** ricolin has joined #heat02:35
*** hongbin has joined #heat03:12
*** hongbin has quit IRC03:21
*** ttsiouts has quit IRC03:52
*** ramishra has joined #heat04:46
*** skramaja has joined #heat05:11
*** ivve has quit IRC05:22
*** rcernin has quit IRC05:43
*** rcernin has joined #heat05:59
*** ivve has joined #heat06:30
*** e0ne has joined #heat06:40
*** e0ne has quit IRC07:02
*** ivve has quit IRC07:07
*** jtomasek has joined #heat07:12
*** gfidente has joined #heat07:15
*** ygk_12345 has joined #heat07:16
*** hjensas has quit IRC07:25
*** hjensas has joined #heat07:36
*** ivve has joined #heat07:38
*** tosky has joined #heat08:06
*** ttsiouts has joined #heat08:06
*** tosky has quit IRC08:07
*** ygk_12345 has quit IRC08:13
*** tosky has joined #heat08:25
*** ramishra has quit IRC08:35
*** ramishra has joined #heat08:35
*** sshnaidm|afk is now known as sshnaidm|rover08:42
*** flwang1 has joined #heat09:07
flwang1zaneb: could you pass " in a stack param?09:07
flwang1sorry, i mean is it ok to pass " in a stack param?09:08
*** k_mouza has joined #heat09:14
openstackgerritMerged openstack/heat master: Deprecate `personality` for `OS::Nova::Server`  https://review.openstack.org/64269609:23
*** ygk_12345 has joined #heat09:41
*** k_mouza has quit IRC10:08
*** k_mouza has joined #heat10:09
*** mikecmpbll has joined #heat10:16
mikecmpbllin this autoscaling example, does the metadata update automatically when the autoscale group scales? https://github.com/nginxinc/NGINX-Demos/blob/master/nginx-openstack-heat-demo/demo.yaml#L3210:17
mikecmpblljust trying to understand how they metadata updates (because it's used to reconfigure nginx load balancer)10:17
*** k_mouza has quit IRC10:21
*** k_mouza has joined #heat10:22
*** e0ne has joined #heat10:28
flwang1ricolin: around? need your help10:43
ygk_12345ricolin: r u there ?10:44
*** k_mouza has quit IRC10:59
flwang1zaneb: ramishra: ricolin: could you please give me some ideas what's the best to pass in a json dict into a shell https://review.openstack.org/#/c/643225/5/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml@870 thanks11:00
strigaziflwang1: here jsons are passed to the stack https://review.openstack.org/#/c/629274/4/magnum/drivers/k8s_fedora_atomic_v2/driver.py@7011:02
flwang1strigazi: my requirement is a bit more complicated11:03
flwang1i'd like use the json file the policy file to replace the string in a shell script11:04
*** ttsiouts has quit IRC11:21
openstackgerritGeorgina Shippey proposed openstack/heat master: Add dedicated auth endpoint config for virtual machines  https://review.openstack.org/64281211:29
openstackgerritGeorgina Shippey proposed openstack/heat master: Add dedicated auth endpoint config for virtual machines  https://review.openstack.org/64281211:29
*** k_mouza has joined #heat11:30
*** k_mouza has quit IRC11:37
*** k_mouza has joined #heat11:37
openstackgerritGeorgina Shippey proposed openstack/heat master: Add dedicated auth endpoint config for servers  https://review.openstack.org/64281211:42
*** rcernin has quit IRC11:46
*** ttsiouts has joined #heat11:47
*** ygk_12345 has quit IRC11:58
*** ygk_12345 has joined #heat12:37
*** kplant has joined #heat12:46
*** e0ne has quit IRC12:51
*** e0ne has joined #heat12:52
*** k_mouza_ has joined #heat13:02
*** jtomasek_ has joined #heat13:03
*** jtomasek has quit IRC13:03
*** jtomasek_ has quit IRC13:05
*** jtomasek has joined #heat13:05
*** k_mouza has quit IRC13:06
*** mchlumsky has joined #heat13:14
*** neatherweb has quit IRC13:35
*** ttsiouts has quit IRC13:36
*** skramaja_ has joined #heat13:37
*** mchlumsky has quit IRC13:37
*** skramaja has quit IRC13:38
*** mchlumsky has joined #heat13:40
*** ttsiouts has joined #heat13:41
*** ttsiouts_ has joined #heat13:42
*** ttsiouts has quit IRC13:46
zanebflwang1: does this answer your question? https://ask.openstack.org/en/question/98902/serialise-data-to-json-in-hot/13:48
*** k_mouza has joined #heat13:48
*** k_mouza_ has quit IRC13:51
*** e0ne has quit IRC13:58
*** skramaja_ has quit IRC14:03
*** e0ne has joined #heat14:05
kplantis there a way to reference an existing provider network within a HOT?14:21
ricolinkplant, use external_id within OS::Neutron::ProviderNet type14:31
ricolinkplant, something like this https://github.com/openstack/heat-templates/blob/master/hot/external_resource.yaml#L1714:31
*** hjensas has quit IRC14:33
*** e0ne has quit IRC14:41
*** e0ne has joined #heat14:42
kplantthat looks like manual input, is there a way to programmatically get it? like neutron.network for tenant networks14:47
*** e0ne has quit IRC14:53
*** e0ne has joined #heat14:55
zanebkplant: not sure if I'm understanding the question correctly, but how can Heat know which provider network you want to reference without some input to tell it?15:02
*** e0ne has quit IRC15:05
*** ygk_12345 has quit IRC15:14
*** e0ne has joined #heat15:20
kplantso you can do a constraint for the tenant networks with neutron.networks, looking for something similar for provider networks... so the end-user can select which one they want from a list when importing the stack15:29
kplantto be specific, the HOT will be creating a router and i need a way to idiot proof tying it to a provider network15:36
*** ttsiouts_ has quit IRC16:05
*** ttsiouts has joined #heat16:13
*** e0ne has quit IRC16:14
*** e0ne has joined #heat16:19
*** hjensas has joined #heat16:30
*** gfidente has quit IRC16:44
*** SmearedBeard has joined #heat16:48
*** gfidente has joined #heat16:55
*** ttsiouts has quit IRC16:57
openstackgerritMerged openstack/heat-dashboard master: Imported Translations from Zanata  https://review.openstack.org/64370017:07
*** ivve has quit IRC17:13
*** e0ne has quit IRC17:14
*** badloop has joined #heat17:24
badloopIs it possible to define a heat output that is the value of the execution of a command inside a vm that you create in the template?17:25
badloopExample: I'm needing to create a vm and then output the UUID of the system17:26
*** mikecmpbll has quit IRC17:33
*** ramishra has quit IRC17:35
*** ricolin has quit IRC17:41
*** SmearedBeard has quit IRC17:46
*** jmlowe has joined #heat18:02
*** k_mouza_ has joined #heat18:09
*** flwang1 has quit IRC18:12
*** k_mouza has quit IRC18:13
*** k_mouza_ has quit IRC18:14
*** jtomasek has quit IRC18:18
*** jtomasek has joined #heat18:19
*** hjensas has quit IRC18:19
*** gfidente has quit IRC18:42
*** ivve has joined #heat18:45
*** sshnaidm|rover is now known as sshnaidm|afk19:13
*** jmlowe has quit IRC19:13
*** hjensas has joined #heat19:44
*** irclogbot_0 has joined #heat20:11
*** jmlowe has joined #heat20:20
*** irclogbot_0 has quit IRC20:25
*** irclogbot_0 has joined #heat20:26
*** e0ne has joined #heat20:28
*** e0ne has quit IRC20:41
*** kplant has quit IRC20:45
*** mchlumsky has quit IRC20:55
*** irclogbot_0 has quit IRC21:05
*** irclogbot_0 has joined #heat21:06
*** irclogbot_0 has quit IRC21:26
*** irclogbot_0 has joined #heat21:27
*** neatherweb has joined #heat21:37
*** NafH_ has joined #heat21:58
NafH_#openstack-meeting-422:01
*** NafH_ has left #heat22:01
*** jtomasek has quit IRC22:05
*** rcernin has joined #heat23:04
*** ivve has quit IRC23:09
*** k_mouza has joined #heat23:11
*** k_mouza has quit IRC23:15
*** tosky has quit IRC23:48

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