Thursday, 2018-04-19

*** crag has joined #heat00:00
*** fragatina has quit IRC00:05
*** liusheng has quit IRC00:07
*** jerrygb has joined #heat00:07
*** fragatina has joined #heat00:09
*** jerrygb has quit IRC00:12
*** fragatina has quit IRC00:13
*** felipemonteiro_ has joined #heat00:40
*** felipemonteiro_ has quit IRC00:46
*** jerrygb has joined #heat01:06
*** jerrygb has quit IRC01:11
*** chenyb4 has joined #heat01:14
*** sgran_ has quit IRC01:20
*** crag_ has joined #heat01:22
*** crag has quit IRC01:23
*** sgran has joined #heat01:27
*** fragatina has joined #heat01:28
*** fragatina has quit IRC01:35
*** AlexeyAbashkin has joined #heat01:39
*** AlexeyAbashkin has quit IRC01:43
*** hongbin_ has joined #heat02:10
*** ramishra has joined #heat02:17
*** jerrygb has joined #heat02:20
*** jerrygb has quit IRC02:24
*** masuberu has joined #heat02:27
*** masber has quit IRC02:31
*** kiennt2609 has joined #heat02:33
*** kiennt2609 has quit IRC02:34
*** kiennt2637 has joined #heat02:34
*** kiennt2637 has quit IRC02:35
*** kiennt2609 has joined #heat02:35
*** harlowja_ has quit IRC02:53
*** crag_ has quit IRC03:08
*** kiennt2609 has quit IRC03:10
*** harlowja has joined #heat03:22
*** jerrygb has joined #heat03:22
*** masuberu has quit IRC03:23
*** jerrygb has quit IRC03:26
*** masuberu has joined #heat03:33
*** nicolasbock has quit IRC03:34
*** fragatina has joined #heat03:35
*** masber has joined #heat03:35
*** masuberu has quit IRC03:38
*** ysandeep has joined #heat03:48
*** kiennt2609 has joined #heat04:02
*** kiennt2609 has quit IRC04:03
*** pbourke has quit IRC04:07
*** pbourke has joined #heat04:08
*** hongbin_ has quit IRC04:11
*** hoonetorg has quit IRC04:27
*** hoonetorg has joined #heat04:41
*** harlowja has quit IRC04:52
*** crag_ has joined #heat04:59
*** Qiming has quit IRC04:59
*** Qiming has joined #heat05:02
*** Qiming_ has joined #heat05:13
*** jerrygb has joined #heat05:17
*** links has joined #heat05:18
*** armaan has joined #heat05:20
*** jerrygb has quit IRC05:21
openstackgerritRabi Mishra proposed openstack/heat master: Skip LoadBalancerv2Test  https://review.openstack.org/56246605:24
*** jerrygb has joined #heat05:30
*** jerrygb has quit IRC05:35
*** hjensas has quit IRC05:40
*** armaan has quit IRC05:51
*** crag_ has quit IRC06:04
*** armaan has joined #heat06:16
*** jerrygb has joined #heat06:20
*** ricolin has joined #heat06:24
*** jerrygb has quit IRC06:25
*** hjensas has joined #heat06:50
*** hjensas has joined #heat06:50
*** namnh has joined #heat07:05
*** shardy has joined #heat07:10
*** skramaja has joined #heat07:17
*** skramaja has quit IRC07:23
*** skramaja has joined #heat07:24
*** AlexeyAbashkin has joined #heat07:26
*** kiennt2609 has joined #heat07:26
*** dmellado has joined #heat07:32
*** rcernin has quit IRC07:33
*** Qiming has quit IRC07:53
*** gkadam has joined #heat08:16
*** jerrygb has joined #heat08:21
*** jerrygb has quit IRC08:26
*** Qiming_ is now known as Qiming08:27
*** gfidente has joined #heat08:30
*** gfidente has quit IRC08:30
*** gfidente has joined #heat08:30
openstackgerritRico Lin proposed openstack/heat master: Add DB schema Stack Reference  https://review.openstack.org/56252008:40
openstackgerritRico Lin proposed openstack/heat master: Add StackReference Object  https://review.openstack.org/56252108:40
openstackgerritRico Lin proposed openstack/heat master: Disallow actions when reference founded  https://review.openstack.org/56252208:40
openstackgerritRico Lin proposed openstack/heat master: Add resource support for Stack Reference  https://review.openstack.org/56252308:40
*** derekh has joined #heat08:40
openstackgerritRico Lin proposed openstack/heat master: [Test][WIP]Test observed update  https://review.openstack.org/52688308:51
*** serlex has joined #heat08:51
*** jerrygb has joined #heat09:15
*** jerrygb has quit IRC09:19
*** ricolin has quit IRC09:25
*** armaan has quit IRC09:55
*** armaan has joined #heat09:55
*** ricolin has joined #heat09:56
*** ricolin has quit IRC09:59
*** namnh has quit IRC10:05
*** ricolin has joined #heat10:17
*** kiennt2609 has quit IRC10:24
*** ricolin has quit IRC10:34
hjensasIs it possible in Heat to get attributes of OS resource the stack did not create? example: I create a server, attach it to network. I can get port ID using get_attr, can I then lookup properties of that port somehow?10:36
hjensasI want to get the fixed_ips of the port, when the ID of the subnet is awailable. Then I want to get properties of the subnet ...10:37
hjensass/when/then/ ...10:37
hjensastherve: shardy: ^^10:40
*** ricolin has joined #heat10:48
*** chenyb4 has quit IRC10:54
*** jerrygb has joined #heat10:56
*** nicolasbock has joined #heat10:57
*** armaan has quit IRC10:59
*** armaan has joined #heat10:59
*** ricolin has quit IRC11:17
thervehjensas: Yeah you can using external_id on a Port resource11:21
therveHum11:22
therveExcept you can't depend on other resources11:23
hjensastherve: hmm, yeah. I don't think that will work for me.11:23
thervehjensas: You should create the port beforehand if possible11:23
hjensastherve: well, it's tripleo. :D For the ctlplane we create the port implicitly with server resource, we could create a port. But I think issue is changing templates would break upgrades.11:25
therveOK11:25
thervehjensas: It's worth trying external id though11:26
therveIf it doesn't work now, we could make it work11:26
openstackgerritMerged openstack/heat master: Fix broken test in DockerContainerTest  https://review.openstack.org/55811411:31
hjensastherve: ok, I'll experiment a little. I think we could also extend the attributes of neutron/port.py and nova/server.py to include more data, pretty much the dhcp-opts router, host-routes, dnsserver is what I'm after.11:31
thervehjensas: We could if you need them, sure.11:32
thervehjensas: That's a different subject though right?11:32
hjensastherve: yes, different subject. But both would solve the problem I am looking at.11:33
thervehjensas: OK. It'd be nice to have it written down somewhere to think about the best way to solve it then.11:34
hjensastherve: good idea, I will write up an e-mail on the list explaining why, and ideas fro how. :)11:35
therveGreat thanks11:35
*** armaan has quit IRC11:37
*** mugsie has quit IRC11:42
*** mugsie has joined #heat11:42
*** mugsie has quit IRC11:42
*** mugsie has joined #heat11:42
*** armaan has joined #heat12:00
*** Guest4072 has quit IRC12:07
*** yassine has joined #heat12:07
*** yassine is now known as Guest5845812:08
*** armaan has quit IRC12:11
*** jcoufal has joined #heat12:12
*** armaan has joined #heat12:17
*** armaan has quit IRC12:22
*** AlexeyAbashkin has quit IRC12:34
*** AlexeyAbashkin has joined #heat12:36
*** ricolin has joined #heat12:38
*** chenyb4 has joined #heat12:47
*** mchlumsky has joined #heat12:58
*** ricolin has quit IRC12:59
*** armaan has joined #heat13:02
*** dbecker has joined #heat13:05
*** chenyb4 has quit IRC13:12
*** jistr is now known as jistr|mtg13:14
*** jcoufal has quit IRC13:21
*** jcoufal has joined #heat13:23
*** AlexeyAbashkin has quit IRC13:23
*** hjensas has quit IRC13:25
*** AlexeyAbashkin has joined #heat13:25
*** serlex has quit IRC13:44
*** hongbin_ has joined #heat13:46
*** jerrygb has quit IRC13:50
*** AlexeyAbashkin has quit IRC13:52
*** AlexeyAbashkin has joined #heat13:57
*** hjensas has joined #heat14:05
*** hjensas has joined #heat14:05
*** jistr|mtg is now known as jistr14:10
*** nicolasbock has quit IRC14:10
*** kiennt26_ has joined #heat14:16
*** skramaja has quit IRC14:16
*** AlexeyAbashkin has quit IRC14:23
*** AlexeyAbashkin has joined #heat14:25
*** armaan has quit IRC14:28
thervehjensas: Thanks for the write up. I have a few questions if you're around14:36
*** AlexeyAbashkin has quit IRC14:40
*** AlexeyAbashkin has joined #heat14:42
hjensastherve: I'm just leaving for dad taxi duties. Drop me an e-mail?14:45
*** hjensas is now known as hjensas|afk14:46
thervehjensas: Will do14:46
*** AlexeyAbashkin has quit IRC14:54
*** AlexeyAbashkin has joined #heat14:56
*** kiennt26_ has quit IRC15:01
*** AlexeyAbashkin has quit IRC15:04
*** AlexeyAbashkin has joined #heat15:08
*** jerrygb has joined #heat15:11
*** ricolin has joined #heat15:25
zanebtherve: I don't understand why an external resource can't depends_on other resources. that restriction makes zero sense15:26
*** jerrygb has quit IRC15:27
zanebI would have fixed it already, but it's in the generic ResourceDefinition code not in anything template-specific, so really hard to tie to a template version15:28
*** ramishra_ has joined #heat15:33
*** ramishra has quit IRC15:37
ricolinzaneb, when the time that heat team discuss about external resource(before mitaka for sure), we try to make the dependency as simple as it can, and I do think to add more dependency is possible.15:37
*** PsionTheory has joined #heat15:38
*** armaan has joined #heat15:42
*** armaan has quit IRC15:47
*** armaan has joined #heat15:48
*** AlexeyAbashkin has quit IRC15:55
*** AlexeyAbashkin has joined #heat15:56
*** links has quit IRC16:01
*** armaan has quit IRC16:02
*** nicolasbock has joined #heat16:02
openstackgerritRabi Mishra proposed openstack/heat master: Keep merged map of old and new files for update  https://review.openstack.org/56272716:04
*** felipemonteiro has joined #heat16:05
*** cliffparsons has quit IRC16:05
*** fragatina has quit IRC16:05
*** cliffparsons has joined #heat16:05
ramishra_therve: ^^ not sure if it's the best solution possible, but it fixes the issue16:08
*** AlexeyAbashkin has quit IRC16:11
*** AlexeyAbashkin has joined #heat16:14
openstackgerritZane Bitter proposed openstack/heat master: Add root_id column to stack table  https://review.openstack.org/35462116:23
*** cliffparsons has quit IRC16:28
*** ramishra_ has quit IRC16:33
*** fragatina has joined #heat16:45
*** AlexeyAbashkin has quit IRC16:57
*** Guest58458 has quit IRC16:59
*** derekh has quit IRC17:01
*** Guest58458 has joined #heat17:03
*** gkadam has quit IRC17:09
*** armaan has joined #heat17:24
*** jerrygb has joined #heat17:28
*** jerrygb has quit IRC17:33
*** shardy has quit IRC17:35
*** fragatina has quit IRC17:53
*** fragatina has joined #heat17:53
*** felipemonteiro_ has joined #heat17:55
*** armaan has quit IRC17:56
*** felipemonteiro has quit IRC17:59
*** felipemonteiro__ has joined #heat18:08
*** felipemonteiro_ has quit IRC18:08
*** Guest58458 has quit IRC18:11
*** ysandeep has quit IRC18:14
*** ricolin has quit IRC18:16
*** rwsu has quit IRC18:27
*** Guest58458 has joined #heat18:27
thervezaneb: Yeah I think it was for damage control :)18:30
therveConsidering it was mostly broken (under convergence) until recently, that may have been a good idea18:30
* zaneb must have been asleep during that discussion18:31
therveI was probably part of it and don't remember18:32
therveSo...18:32
therveI +2 it before it was changed though18:33
*** AlexeyAbashkin has joined #heat18:49
*** AlexeyAbashkin has quit IRC18:59
*** felipemonteiro_ has joined #heat19:09
*** felipemonteiro__ has quit IRC19:13
*** higgins has quit IRC19:52
*** higgins has joined #heat19:55
*** harlowja has joined #heat20:03
*** cliffparsons has joined #heat20:04
*** hjensas|afk is now known as hjensas20:17
*** cliffparsons has quit IRC20:30
*** gfidente has quit IRC20:36
*** felipemonteiro_ has quit IRC20:54
openstackgerritMerged openstack/heat master: Remove mox usage from test_docker_container  https://review.openstack.org/55811520:56
openstackgerritMerged openstack/heat master: Configure hidden tag for tempest test  https://review.openstack.org/55451820:56
*** dbecker has quit IRC21:09
*** dbecker has joined #heat21:13
*** armaan has joined #heat21:14
*** rwsu has joined #heat21:15
*** jtomasek has quit IRC21:28
*** jtomasek has joined #heat21:29
*** jcoufal has quit IRC21:43
*** mchlumsky has quit IRC22:04
*** rcernin has joined #heat22:30
*** stevebaker has quit IRC22:32
*** stevebaker has joined #heat22:35
*** rwsu has quit IRC22:46
*** armaan has quit IRC22:50
*** armaan has joined #heat22:50
*** hongbin_ has quit IRC22:57
*** Guest58458 has quit IRC23:05
*** jerrygb has joined #heat23:29
*** jerrygb has quit IRC23:33
*** jerrygb has joined #heat23:44

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