Tuesday, 2018-09-11

openstackgerritMerged openstack/heat master: Use openstack-tox-cover template  https://review.openstack.org/60092200:04
*** nicolasbock has quit IRC00:07
*** nicolasbock has joined #heat00:08
*** evrardjp has joined #heat00:08
*** longkb has joined #heat00:10
*** ysandeep has joined #heat01:06
*** jaewook_oh has joined #heat01:44
*** dmellado has quit IRC02:18
*** stevebaker has quit IRC02:19
*** evrardjp_ has joined #heat02:24
*** evrardjp has quit IRC02:26
*** rcernin has quit IRC02:47
*** rcernin has joined #heat02:48
*** rcernin has quit IRC02:48
*** rcernin has joined #heat02:49
*** ayoung has quit IRC03:08
*** skramaja has joined #heat03:25
*** ramishra has joined #heat04:22
*** k_mouza has joined #heat04:43
*** k_mouza has quit IRC04:48
*** ricolin has joined #heat05:05
*** hjensas has quit IRC05:24
*** nicolasbock has quit IRC05:26
*** AlexeyAbashkin has joined #heat06:06
*** ricolin has quit IRC06:08
*** AlexeyAbashkin has quit IRC06:10
*** asalkeld has joined #heat06:32
*** asalkeld has quit IRC06:38
*** rcernin has quit IRC07:08
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Imported Translations from Zanata  https://review.openstack.org/60150707:10
*** dmellado has joined #heat07:16
*** asalkeld has joined #heat07:31
*** stevebaker has joined #heat07:32
*** AlexeyAbashkin has joined #heat08:01
*** slagle has quit IRC08:07
*** k_mouza has joined #heat08:15
*** gkadam has joined #heat08:17
*** serlex has joined #heat09:03
openstackgerritBenoît Knecht proposed openstack/heat master: middleware: return HTTPBadRequest when path is invalid  https://review.openstack.org/60152509:24
*** k_mouza has quit IRC09:33
*** bnemec has quit IRC09:49
*** k_mouza has joined #heat09:55
*** k_mouza has quit IRC09:56
*** ysandeep has quit IRC10:08
*** k_mouza has joined #heat10:09
*** ysandeep has joined #heat10:31
*** ysandeep has quit IRC10:38
*** nicolasbock has joined #heat11:04
*** jistr is now known as jistr|call11:05
*** pbourke has quit IRC11:07
*** pbourke has joined #heat11:09
*** asalkeld has quit IRC11:17
*** gkadam_ has joined #heat11:20
*** gkadam has quit IRC11:22
*** longkb has quit IRC11:28
*** ysandeep has joined #heat11:50
*** jistr|call is now known as jistr12:02
*** ysandeep has quit IRC12:09
*** jaewook_oh has quit IRC12:55
*** skramaja has quit IRC12:58
*** jrist has quit IRC12:59
*** Vasyl has joined #heat13:11
Vasylhey guys, is there a way to have a parameter for heat stack template but do not persist it in the stack so next operations will need this parameter either to be specified again or just fall back to a default value?13:15
therveVasyl: I don't think so. But I'm interested in your use case13:24
Vasylsay you have an automation user that does all operations on the stack, but for initial stack creation you need the user name who created the stack to be used for auditability reasons. though if it is provided via parameter - parameter becoming part of the stack so it won’t fall back to the default user13:42
therveHum ok. Well you have the OpenStack user as the info. That doesn't change IIRC13:44
Vasylthough the OpenStack user is always there so there is no way to distinguish the “first” and “other” runs… but thanks :) I’ll think if we can use the openstack user there somehow for this13:48
Vasylalso unfortunately this won’t work for the user password that is also different while it is used to authenticate against 3rd party service…13:52
therveIdeally you wouldn't pass any password to heat13:56
therveBut use a service like barbican to store your secrets13:56
Vasyldo you have some example of heat template that would use barbican?14:00
Vasylor is it just plugins should take only username and then go off to barbican to retrieve a password?14:01
therveNo it uses the keystone token14:04
thervehttps://github.com/openstack/heat-templates/blob/master/hot/barbican/secret.yaml creates a secret14:04
therveBut if you have an existing secret you can retrieve too14:05
Vasylcool, thank you, I’ll take a look at that14:06
*** bnemec has joined #heat14:20
*** jtomasek has joined #heat14:26
*** k_mouza has quit IRC14:30
*** bnemec has quit IRC14:39
*** k_mouza has joined #heat14:42
*** slagle has joined #heat14:43
*** serlex has quit IRC14:47
*** hjensas has joined #heat14:53
*** k_mouza has quit IRC15:00
*** k_mouza has joined #heat15:01
*** andreaf has joined #heat15:02
*** ricolin has joined #heat15:03
*** zaneb has joined #heat15:05
*** hjensas has quit IRC15:07
*** bnemec has joined #heat15:08
*** zaneb has quit IRC15:12
*** gfidente has joined #heat15:15
*** shardy has joined #heat15:16
*** zaneb has joined #heat15:20
*** Vasyl has left #heat15:20
*** jistr is now known as jistr|off15:21
*** hjensas has joined #heat15:25
*** jtomasek has quit IRC15:31
*** crose has joined #heat15:40
*** jtomasek has joined #heat15:47
*** ayoung has joined #heat15:51
*** zaneb has quit IRC15:55
*** zaneb has joined #heat15:55
*** jrist has joined #heat16:05
*** ramishra has quit IRC16:07
*** gkadam_ has quit IRC16:13
*** gfidente has quit IRC16:21
*** hongbin has joined #heat16:22
*** gfidente has joined #heat16:25
*** jrist has quit IRC16:33
*** jrist has joined #heat16:34
*** sshnaidm has joined #heat16:38
*** zaneb has quit IRC16:48
*** zaneb has joined #heat16:52
*** k_mouza has quit IRC16:55
*** gfidente has quit IRC16:57
*** gfidente has joined #heat17:02
*** hongbin_ has joined #heat17:06
*** hongbin has quit IRC17:08
*** bnemec has quit IRC17:09
*** gfidente has quit IRC17:09
*** AlexeyAbashkin has quit IRC17:09
*** zaneb has quit IRC17:12
*** bnemec has joined #heat17:13
*** sshnaidm has quit IRC17:14
*** shardy has quit IRC17:15
*** gfidente has joined #heat17:21
*** hongbin_ has quit IRC17:22
*** ricolin has quit IRC17:26
*** hongbin has joined #heat17:27
*** ricolin has joined #heat17:31
*** zaneb has joined #heat17:37
*** nicolasbock has quit IRC17:44
*** hongbin has quit IRC17:46
*** zaneb has quit IRC17:51
*** zaneb has joined #heat17:56
*** gfidente has quit IRC17:58
*** gregwork has joined #heat18:02
gregworkcan anyone point me in the direction of example templates for configuring service / instance or entire stack monitoring/ HA ?18:02
openstackgerritMerged openstack/heat master: Imported Translations from Zanata  https://review.openstack.org/60150718:02
*** ricolin has quit IRC18:04
zanebgregwork: https://git.openstack.org/cgit/openstack/heat-templates/tree/hot/autohealing18:09
*** nicolasbock has joined #heat18:11
*** slagle has quit IRC18:15
*** jtomasek has quit IRC18:23
*** hjensas has quit IRC18:24
*** zaneb has quit IRC18:25
*** jrist has quit IRC18:27
*** nicolasbock has quit IRC18:38
*** bnemec has quit IRC18:40
*** slagle has joined #heat19:04
*** ricolin has joined #heat19:08
*** nicolasbock has joined #heat19:28
*** ricolin has quit IRC19:28
*** ayoung has quit IRC19:31
*** ricolin has joined #heat19:34
*** jrist has joined #heat19:35
*** jtomasek has joined #heat19:40
*** zaneb has joined #heat19:56
*** gfidente has joined #heat19:57
*** ricolin has quit IRC19:58
*** ricolin has joined #heat19:58
zanebricolin: feedback from the public cloud WG:20:01
zanebhttps://bugs.launchpad.net/openstack-publiccloud-wg/+bug/179167720:01
openstackLaunchpad bug 1791677 in OpenStack Public Cloud WG "Heat abandon/adopt and alternatives" [Undecided,Confirmed] - Assigned to Tobias Rydberg (tobberydberg)20:01
zanebhttps://bugs.launchpad.net/openstack-publiccloud-wg/+bug/179167620:02
openstackLaunchpad bug 1791676 in OpenStack Public Cloud WG "Heat stack stop or reboot" [Undecided,Confirmed] - Assigned to Tobias Rydberg (tobberydberg)20:02
*** nicolasbock has quit IRC20:02
*** nicolasbock has joined #heat20:06
*** nicolasbock has quit IRC20:07
*** nicolasbock has joined #heat20:08
*** ricolin has quit IRC20:11
*** zaneb has quit IRC20:12
*** hongbin has joined #heat20:12
*** zaneb has joined #heat20:19
*** ricolin has joined #heat20:19
*** jtomasek has quit IRC20:20
*** hjensas has joined #heat20:23
*** bnemec has joined #heat20:23
*** zaneb has quit IRC20:26
*** zaneb has joined #heat20:27
*** jtomasek has joined #heat20:27
*** zaneb has quit IRC20:29
*** zaneb has joined #heat20:30
*** hjensas has quit IRC20:41
*** nicolasbock has quit IRC20:52
*** nicolasbock has joined #heat20:52
openstackgerritKrzysztof Opasiak proposed openstack/heat-dashboard master: Use mock instead of mox in unit tests  https://review.openstack.org/60181220:54
*** ayoung has joined #heat20:57
*** zaneb has quit IRC20:59
*** hjensas has joined #heat21:02
*** ricolin has quit IRC21:02
*** ricolin has joined #heat21:02
*** mchlumsky has quit IRC21:12
*** bnemec has quit IRC21:17
*** bnemec has joined #heat21:21
*** ricolin has quit IRC21:22
*** jtomasek has quit IRC21:31
openstackgerritKrzysztof Opasiak proposed openstack/heat-dashboard master: Use mock instead of mox in unit tests  https://review.openstack.org/60181221:31
*** sshnaidm has joined #heat21:34
*** crose has quit IRC21:37
*** zaneb has joined #heat21:40
*** jtomasek has joined #heat21:46
*** zaneb has quit IRC21:47
*** jtomasek has quit IRC21:48
*** zaneb has joined #heat21:53
*** hjensas has quit IRC21:56
*** hongbin has quit IRC21:58
openstackgerritKrzysztof Opasiak proposed openstack/heat-dashboard master: Use mock instead of mox in unit tests  https://review.openstack.org/60181222:00
*** hongbin has joined #heat22:01
*** ricolin has joined #heat22:03
*** hjensas has joined #heat22:06
*** hjensas has quit IRC22:09
*** jtomasek has joined #heat22:12
*** hjensas has joined #heat22:15
*** bnemec has quit IRC22:17
*** crose has joined #heat22:20
*** evrardjp_ is now known as evrardjp22:22
*** crose has quit IRC22:25
*** slagle has quit IRC22:33
*** gfidente has quit IRC22:43
*** rcernin has joined #heat22:43
*** jtomasek has quit IRC22:47
openstackgerritRico Lin proposed openstack/heat master: Regenerate trust when update with different user  https://review.openstack.org/55733723:03
ricolinzaneb, https://review.openstack.org/55733723:04
*** zaneb has quit IRC23:08
*** ricolin has quit IRC23:09
*** nicolasbock has quit IRC23:13
*** jrist has quit IRC23:15
*** sshnaidm has quit IRC23:31
*** hjensas has quit IRC23:32
*** sshnaidm has joined #heat23:40
*** sshnaidm is now known as sshnaidm|afk23:40

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