Tuesday, 2019-03-26

*** jtomasek has quit IRC00:04
*** mailingsam__ has quit IRC00:05
*** ivve has quit IRC00:27
*** tosky has quit IRC00:27
*** maddtux has joined #heat00:57
*** mikecmpbll has quit IRC01:01
*** tosky has joined #heat01:01
*** tosky has quit IRC01:06
*** ricolin has joined #heat01:07
*** hongbin has joined #heat02:34
*** ramishra has joined #heat03:11
*** skramaja has joined #heat03:38
*** hongbin has quit IRC04:10
*** phuoc has joined #heat04:11
*** skramaja has quit IRC04:41
*** skramaja has joined #heat04:49
*** ricolin is now known as ricolin_phone05:02
*** ricolin_phone is now known as ricolin05:04
*** ricolin is now known as ricolin_05:04
*** ricolin_ is now known as ricolin_afk05:04
*** ricolin_afk is now known as ricolin05:05
*** ricolin_phone has joined #heat05:06
*** ricolin_phone has quit IRC05:14
*** phuoc has quit IRC06:23
*** phuoc has joined #heat06:30
*** flwang1 has joined #heat06:50
flwang1zaneb: ramishra: could you please give me some ideas why the remote_group doesn't work for me? https://review.openstack.org/#/c/647618/2/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml thanks06:51
flwang1in my testing, it just created another security group for master06:52
ramishraflwang1: I think the property key is remote_group_id https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/neutron/security_group.py#L5106:56
*** ivve has joined #heat06:58
flwang1ramishra: cool, thanks, i will give it a try07:22
*** e0ne has joined #heat07:25
flwang1ramishra: no, it doesn't work, the expected rule is not there07:30
*** ramishra_ has joined #heat07:31
*** ramishra has quit IRC07:34
*** ricolin_phone has joined #heat07:42
*** ricolin_phone has quit IRC07:44
*** ricolin_phone has joined #heat07:45
flwang1ricolin: ricolin_phone: around?07:45
ricolin_phoneYes07:45
ricolin_phoneflwang1:07:45
flwang1ricolin_phone: can you help take a look at this https://review.openstack.org/#/c/647618/3/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml ?07:46
flwang1now after using remote_group_id, i can see the rule, but the rule is not using the remote group07:47
flwang1do i need to add a depends_on for the minions security group?07:47
ricolin_phoneLet me reach my laptop first:)07:47
flwang1ricolin_phone: sure, thanks07:48
*** neatherweb has quit IRC07:53
*** ricolin_phone has quit IRC07:57
ramishra_flwang1: you've to also set the remote_mode https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/neutron/security_group.py#L103, by default it's remote_ip_prefix07:57
flwang1ramishra_: ah, got it, that makes sense, thank you07:58
flwang1ramishra_: yep, it works. thank you so much!08:00
ramishra_flwang1: np:)08:01
flwang1ramishra_: any difference using ' or "?08:01
flwang1in heat template08:02
flwang1for a string08:02
flwang1like 'remote_group_id' vs. "remote_group_id"08:02
ramishra_flwang1: you mean in a yaml? you don't need it at all08:03
flwang1ramishra_: so, just    remote_mode: remote_group_id   ?08:03
ramishra_yeah I think that should work, for better readabilitly you can use single quote though08:05
flwang1ramishra_: great, thanks08:07
*** tosky has joined #heat08:14
*** ttsiouts has joined #heat08:30
*** rcernin has quit IRC08:36
*** ttsiouts has quit IRC08:43
*** ttsiouts has joined #heat08:43
*** ttsiouts has quit IRC08:47
*** mikecmpbll has joined #heat08:51
openstackgerritVishal Manchanda proposed openstack/heat-dashboard master: Drop py35 jobs  https://review.openstack.org/64768508:52
*** sshnaidm|pto is now known as sshnaidm|rover09:00
*** ttsiouts has joined #heat09:02
*** gmoro has joined #heat09:15
*** a-pugachev has joined #heat09:39
*** rcernin has joined #heat09:45
*** e0ne has quit IRC09:49
*** e0ne has joined #heat09:56
*** jtomasek has joined #heat10:05
*** maddtux has quit IRC10:18
*** rcernin has quit IRC10:24
*** gfidente has joined #heat10:45
*** jtomasek has quit IRC10:52
*** e0ne has quit IRC10:59
*** a-pugachev has quit IRC11:03
*** ricolin has quit IRC11:04
*** a-pugachev has joined #heat11:06
*** a-pugachev has quit IRC11:06
*** a-pugachev has joined #heat11:07
*** gfidente has quit IRC11:11
*** gfidente has joined #heat11:19
*** ut2k3 has joined #heat11:20
ut2k3Hi guys, I try to create a k8s cluster using magnum. So far I understand heat is creating the instances etc. Do you know when my key pair is added to the created instance? The coreos instance is up and running but I can't login using coreos/root.11:25
*** a-pugachev has quit IRC11:28
*** a-pugachev has joined #heat11:29
*** e0ne has joined #heat11:37
*** neatherweb has joined #heat11:43
ramishra_ut2k3: you're better off asking in #magnum channel. but.. It's configured by nova/cloud-init, you should be able to ssh to instance with the nova keypair you provided at cluster template create/ cluster create11:47
ramishra_https://docs.openstack.org/magnum/latest/user/#kubernetes11:47
ramishra_it's actually #openstack-containers ;)11:49
*** neatherweb has quit IRC11:54
*** ttsiouts has quit IRC12:00
*** ttsiouts has joined #heat12:00
*** SmearedBeard has joined #heat12:02
*** jtomasek has joined #heat12:02
*** ttsiouts has quit IRC12:05
*** e0ne has quit IRC12:22
*** ttsiouts has joined #heat12:26
*** e0ne has joined #heat12:27
*** gmoro has quit IRC12:29
*** gmoro has joined #heat12:32
*** mchlumsky has joined #heat12:43
*** jmlowe has quit IRC12:52
*** e0ne has quit IRC13:08
*** jtomasek has quit IRC13:08
*** jtomasek has joined #heat13:09
*** e0ne has joined #heat13:11
*** jistr is now known as jistr|afk13:16
*** e0ne has quit IRC13:18
*** skramaja has quit IRC13:21
*** mailingsam has joined #heat13:24
mailingsamDoes heat support keystone constraints with multiple domains? and LDAP backed?13:24
mailingsamconstraints.CustomConstraint('keystone.user') fails when the user is in ldap and non default domain13:25
*** e0ne has joined #heat13:26
*** jmlowe has joined #heat13:37
*** gfidente has quit IRC13:38
ut2k3ramishra_, thanks for your info. Just to let you know. The metadata agent had problems ... therefore the key wasn't provided.13:40
*** jcoufal has joined #heat13:57
*** ramishra_ has quit IRC13:59
*** ramishra has joined #heat14:15
*** jistr|afk is now known as jistr14:15
*** e0ne has quit IRC14:18
*** k_mouza has joined #heat14:22
*** e0ne has joined #heat14:25
*** k_mouza has quit IRC14:28
*** gfidente has joined #heat14:45
*** mailingsam has quit IRC14:51
*** jcoufal_ has joined #heat14:56
openstackgerritMerged openstack/heat master: Add Code name for Stein 12.0.0 in document  https://review.openstack.org/64546714:58
openstackgerritMerged openstack/heat master: Add code name for Train 13.0.0 in document  https://review.openstack.org/64546814:58
*** jcoufal has quit IRC14:59
*** jmlowe has quit IRC15:02
*** jmlowe has joined #heat15:07
*** jmlowe has quit IRC15:09
*** e0ne has quit IRC15:12
*** jmlowe has joined #heat15:25
*** e0ne has joined #heat15:27
*** e0ne has quit IRC15:32
*** e0ne has joined #heat15:33
*** a-pugachev has quit IRC15:43
*** a-pugachev has joined #heat15:44
*** e0ne has quit IRC15:50
*** e0ne has joined #heat15:56
*** e0ne has quit IRC16:00
*** stewie925 has joined #heat16:02
*** SmearedBeard has quit IRC16:04
*** ricolin has joined #heat16:04
*** jtomasek has quit IRC16:06
openstackgerritZane Bitter proposed openstack/heat master: Load existing resources using correct environment  https://review.openstack.org/63925916:18
*** jmlowe has quit IRC16:21
stewie925help everyone - I have a question on heat template for assigning a user to a group16:25
*** e0ne has joined #heat16:25
stewie925right now we're trying to use OS::Keystone::User  to assign user to a group -  but what that does is its also creating a user in openstack and we don't want that16:26
stewie925we want to assign an existing openstack user to a group  - which heat template type is best suited for that?16:26
*** e0ne has quit IRC16:28
*** ramishra has quit IRC16:37
zanebstewie925: there's no way to do that16:42
zanebBTW unit tests will likely be broken trying to install croniter until https://review.openstack.org/647794 merges16:44
*** stewie925 has quit IRC16:45
*** ttsiouts has quit IRC16:49
*** ttsiouts has joined #heat16:49
*** ttsiouts has quit IRC16:54
*** jtomasek has joined #heat16:56
*** ut2k3 has quit IRC17:11
*** ricolin has quit IRC17:13
*** gfidente has quit IRC17:26
*** stewie925 has joined #heat17:28
stewie925zane: thank you for your response17:28
stewie925zaneb: thank you for your response17:28
stewie925we are looking for a heat resource to support the 'openstack group add user' functionality17:29
stewie925sorry bad internet connection here17:30
*** k_mouza has joined #heat17:37
*** ivve has quit IRC17:39
*** mikecmpbll has quit IRC17:40
*** a-pugachev has quit IRC17:40
*** k_mouza has quit IRC17:42
*** flwang1 has quit IRC17:48
*** jmlowe has joined #heat17:51
*** k_mouza has joined #heat17:52
*** ttsiouts has joined #heat17:54
*** k_mouza has quit IRC17:59
*** jtomasek has quit IRC18:07
*** stewie925 has quit IRC18:16
*** ttsiouts has quit IRC18:17
*** ttsiouts has joined #heat18:17
*** ttsiouts has quit IRC18:22
*** SmearedBeard has joined #heat18:23
*** jmlowe has quit IRC18:23
*** jtomasek has joined #heat18:26
*** jmlowe has joined #heat18:29
*** mikecmpbll has joined #heat18:32
*** k_mouza has joined #heat18:33
*** k_mouza has quit IRC18:37
*** jmlowe has quit IRC18:39
*** jmlowe has joined #heat18:43
*** jmlowe has quit IRC18:54
*** jmlowe has joined #heat19:02
*** ttsiouts has joined #heat19:08
*** shardy has quit IRC19:09
*** jmlowe has quit IRC19:11
*** SmearedBeard has quit IRC19:14
*** ttsiouts has quit IRC19:18
*** ttsiouts has joined #heat19:19
*** ttsiouts has quit IRC19:23
*** jtomasek has quit IRC19:26
*** SmearedBeard has joined #heat19:29
*** jmlowe has joined #heat19:29
*** jtomasek has joined #heat19:32
*** ttsiouts has joined #heat19:33
*** jmlowe has quit IRC19:33
*** ttsiouts has quit IRC20:00
*** ttsiouts has joined #heat20:01
*** ttsiouts has quit IRC20:05
*** jmlowe has joined #heat20:06
*** jcoufal_ has quit IRC20:14
*** jtomasek has quit IRC20:23
*** jtomasek has joined #heat20:26
*** ttsiouts has joined #heat20:41
*** jtomasek has quit IRC20:46
*** jtomasek has joined #heat20:48
*** SmearedBeard has quit IRC20:49
*** jtomasek has quit IRC21:02
*** k_mouza has joined #heat21:30
*** neatherweb has joined #heat21:34
*** jtomasek has joined #heat21:35
*** mchlumsky has quit IRC21:43
*** jtomasek has quit IRC21:44
*** k_mouza_ has joined #heat21:51
*** k_mouza has quit IRC21:55
*** k_mouza has joined #heat22:07
*** ttsiouts has quit IRC22:07
*** k_mouza_ has quit IRC22:10
*** ttsiouts has joined #heat22:14
*** k_mouza_ has joined #heat22:17
*** ttsiouts has quit IRC22:18
*** k_mouza has quit IRC22:20
*** gmoro has quit IRC22:27
*** rcernin has joined #heat22:38
*** tosky has quit IRC23:02
*** k_mouza_ has quit IRC23:23
openstackgerritJames Slagle proposed openstack/heat master: Log args during list_concat  https://review.openstack.org/63565123:38
*** k_mouza has joined #heat23:44
*** k_mouza has quit IRC23:48

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