Monday, 2017-02-27

*** sdake has joined #heat00:00
*** sdake_ has quit IRC00:00
*** tmatsu has joined #heat00:01
*** sdake has quit IRC00:13
*** gongysh has joined #heat00:18
*** dimtruck is now known as zz_dimtruck00:20
*** zz_dimtruck is now known as dimtruck00:20
*** dimtruck is now known as zz_dimtruck00:30
*** gongysh has quit IRC00:40
*** gongysh has joined #heat00:41
*** yassine has joined #heat00:52
*** hoangcx has joined #heat00:54
*** zsli has joined #heat00:57
*** tovin07 has joined #heat01:08
zsliHi all, please help review https://review.openstack.org/#/c/436447/01:14
*** zz_dimtruck is now known as dimtruck01:18
*** gongysh has quit IRC01:30
*** yanyanhu has joined #heat01:35
*** zhihui has joined #heat01:38
*** elynn has joined #heat01:49
*** gongysh has joined #heat01:59
*** dimtruck is now known as zz_dimtruck02:14
*** sdake has joined #heat03:01
*** sdake_ has joined #heat03:30
*** sdake has quit IRC03:34
*** askb has quit IRC03:40
*** askb has joined #heat03:41
*** zsli has quit IRC04:09
*** KanagarajM has joined #heat04:10
*** EricGonczer_ has quit IRC04:14
*** yanyanhu has quit IRC04:26
*** zz_dimtruck is now known as dimtruck04:31
*** zsli has joined #heat04:41
*** sdake_ has quit IRC04:42
*** zsli has quit IRC05:01
*** zsli has joined #heat05:02
*** cmyster has quit IRC05:03
*** tmatsu_ has joined #heat05:07
*** zsli has quit IRC05:07
*** tmatsu has quit IRC05:09
*** rezroo has quit IRC05:13
*** prateek has joined #heat05:14
*** rezroo has joined #heat05:29
*** dimtruck is now known as zz_dimtruck05:30
*** fragatina has joined #heat05:39
*** fragatina has quit IRC05:43
*** fragatina has joined #heat05:44
*** rezroo has quit IRC05:58
*** nmathew has joined #heat06:21
*** tmatsu_ has quit IRC06:35
*** tmatsu has joined #heat06:36
*** jtomasek_ has joined #heat06:37
*** fragatina has quit IRC06:39
*** yanyanhu has joined #heat06:58
*** fragatina has joined #heat07:01
*** fragatina has quit IRC07:06
*** ramishra has joined #heat07:07
openstackgerritSergey Kraynev proposed openstack/heat master: Handle network property for Server on cancel-update  https://review.openstack.org/41584907:08
*** rcernin has joined #heat07:21
*** rcernin has quit IRC07:23
*** rcernin has joined #heat07:23
*** tmatsu_ has joined #heat07:25
*** tmatsu has quit IRC07:29
*** jtomasek_ has quit IRC07:38
*** jtomasek has joined #heat07:38
*** sdake has joined #heat07:38
*** sdake_ has joined #heat07:40
*** sdake has quit IRC07:44
*** jprovazn has joined #heat07:58
*** pt_15 has joined #heat08:10
openstackgerritMerged openstack/heat master: Fix using parent_name for Properties  https://review.openstack.org/42001408:15
*** shardy has joined #heat08:17
*** ccamacho has joined #heat08:18
Qimingtherve, online?08:23
therveQiming, Yes08:23
Qimingavail for a quick question?08:23
thervePlease don't ask to ask :)08:24
Qiminggreat!08:24
Qimingsome colleagues worked on some heat resource type extensions, in which they were referring to the 'resource_id' of a Server in the template08:24
*** sdake has joined #heat08:25
Qimingthese worked in previous versions of Heat, but recently in Newton and Ocata, they have observed that resource_id is always None08:25
Qimingthey were checking server.resource_id in handle_create()08:25
Qimingmy reasoning is that resource_id is set properly into database, so we have to go to the db to find it out ... each resource is created in parallel, we can no longer safely assume that accessing another resource's id is reliable08:27
*** sdake_ has quit IRC08:27
Qimingdid I make the question clear?08:28
therveSomewhat08:29
*** bks has joined #heat08:29
therveIt may be due to convergence being on by default08:29
Qimingem ...08:29
therveBut I don't understand why/how they are referring to a Server08:30
therveIs it a new resource? A new Server resource?08:30
Qimingin their plugin, they were constructing a tree of other resources in the same stack08:30
Qiminga new "IDontKnow" resource08:31
Qimingwhen they create "IDontKnow", they are referring to the resource_id of a OS::Nova::Server object ...08:32
therveSo the server is passed as a property?08:32
Qimingdependency built in template, with get_resource08:32
therveThat doesn't make much sense08:33
therveIf the value is passed as a property, it works08:33
therveIt may be None during validation, but not creation08:33
Qimingem, pasting you the template:08:34
Qiminghttp://paste.openstack.org/show/600541/08:34
therveRight, unless they do something weird with server_name, it should be the server ID08:35
Qimingand the resource type code they gave me08:36
Qiminghttp://paste.openstack.org/show/600542/08:36
Qimingin the snippet, line 36 always outputs resource_id as None08:36
therveOK that just seems broken08:37
therveI can't see how it could ever worked08:37
Qimingthe workaround on line 29 is ... very ugly08:38
*** ksnhr has quit IRC08:38
therveserver_name *is* nova physical_resource_id08:38
therveThere is no reason to do that08:38
Qimingyep, very strange to me08:38
therveInspecting stack.resources in a resource is a big no-no08:41
therveWe don't support that08:41
*** tmatsu_ has quit IRC08:42
Qimingright08:42
Qimingany suggestions on stack resource inspection if they still want to do it?08:44
openstackgerrithuangtianhua proposed openstack/heat master: Remove unused code in prepare_ports_for_replace()  https://review.openstack.org/43782408:44
openstackgerrithuangtianhua proposed openstack/heat master: Catch Unauthorized in delete_trust()  https://review.openstack.org/43684508:44
openstackgerrithuangtianhua proposed openstack/heat master: Add stack v2 api router  https://review.openstack.org/43837208:45
therveNo :)08:45
openstackgerrithuangtianhua proposed openstack/heat master: Correct validation of wait conditon  https://review.openstack.org/43678208:45
therveBut again, there is no reason to do it08:45
openstackgerrithuangtianhua proposed openstack/heat master: Use public and unified method get_console_url()  https://review.openstack.org/43060608:45
therveJust pass the data you need08:45
openstackgerrithuangtianhua proposed openstack/heat master: Support to get webmks console url for server  https://review.openstack.org/43358708:45
openstackgerrithuangtianhua proposed openstack/heat master: Remove deprecated functions  https://review.openstack.org/43137408:45
Qimingalright, thanks08:46
*** jaosorior has joined #heat08:47
*** dbecker has joined #heat08:49
*** amoralej|off is now known as amoralej08:49
*** gfidente has joined #heat08:51
*** shardy has quit IRC08:53
*** shardy has joined #heat08:53
openstackgerrithuangtianhua proposed openstack/heat master: Add stack v2 api router  https://review.openstack.org/43837208:58
*** sdake has quit IRC08:59
*** zzzeek has quit IRC09:00
*** zzzeek has joined #heat09:00
skraynevtherve: hi. could you give me more details about this discussion https://etherpad.openstack.org/p/pike-ptg-cross-project-federation ? I see couple decisions, but I can not understand where and how was decided to fix current issue09:05
skraynevtherve: or maybe I need to ask someone else about it?09:05
*** gongysh has quit IRC09:09
*** bks has quit IRC09:11
*** gongysh has joined #heat09:16
*** sshnaidm has quit IRC09:16
*** gongysh has quit IRC09:20
*** KanagarajM has quit IRC09:22
therveskraynev, Sure. There are no fix currently09:36
therveWe explained our issue to the keystone team, and they have to come back to us09:36
therveEither by fixing trusts, or providing an alternative solution that works with federation09:37
skraynevtherve: aha. got it. thank you, because I just thought, that they already suggested something :)09:39
therveNope09:41
*** yanyanhu has quit IRC09:41
therveFrankly I'm tempted to push the current patch just so that we can at least have something09:41
*** tmatsu has joined #heat09:41
therveMaybe put it behind a big warning in config09:41
*** elynn has quit IRC09:42
*** tmatsu has quit IRC09:45
*** elynn has joined #heat09:54
*** elynn_ has joined #heat10:00
*** elynn has quit IRC10:01
*** derekh has joined #heat10:04
*** alex_xu_ has quit IRC10:14
*** jaosorior is now known as jaosorior_lunch10:15
*** alex_xu has joined #heat10:17
*** jaosorior_lunch is now known as jaosorior10:17
*** sshnaidm has joined #heat10:28
*** hoangcx has quit IRC10:34
*** strigazi_ is now known as strigazi10:35
*** pt_15 has quit IRC10:45
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements  https://review.openstack.org/43842910:55
*** strigazi has quit IRC10:56
*** strigazi has joined #heat10:56
*** nmathew has quit IRC11:06
*** ayoung has joined #heat11:09
*** ayoung has quit IRC11:14
*** ayoung has joined #heat11:15
*** cmyster has joined #heat11:33
*** cmyster has joined #heat11:33
*** askb has quit IRC11:35
openstackgerritMerged openstack/heat master: Add full path for Property  https://review.openstack.org/42001511:52
*** KanagarajM has joined #heat12:00
*** raalee has joined #heat12:05
*** KanagarajM has quit IRC12:11
*** KanagarajM has joined #heat12:30
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements  https://review.openstack.org/43842912:37
*** fedruantine has quit IRC12:43
*** fedruantine has joined #heat12:45
*** jcoufal has joined #heat12:51
*** Guest49819 is now known as rook12:58
*** EricGonczer_ has joined #heat13:00
*** dprince has joined #heat13:05
*** beagles is now known as beagles_mtg13:05
*** amoralej is now known as amoralej|off13:11
*** prateek_ has joined #heat13:22
*** cwolferh has joined #heat13:29
*** nilles has joined #heat13:30
*** ccamacho is now known as ccamacho|lunch13:34
*** EricGonczer_ has quit IRC13:36
*** EricGonczer_ has joined #heat13:38
*** EricGonczer_ has quit IRC13:38
*** EricGonczer_ has joined #heat13:39
*** steveg_afk has joined #heat13:40
*** steveg_afk has quit IRC13:41
*** steveg_afk has joined #heat13:44
*** EricGonczer_ has quit IRC13:48
*** zaneb has joined #heat13:52
*** jprovazn has quit IRC14:03
*** zz_dimtruck is now known as dimtruck14:08
*** sdake has joined #heat14:21
*** ccamacho|lunch is now known as ccamacho14:22
*** amoralej|off is now known as amoralej14:23
*** steveg_afk has quit IRC14:30
*** sdake has quit IRC14:31
*** sdake has joined #heat14:36
*** dimtruck is now known as zz_dimtruck14:38
*** sshnaidm has quit IRC14:47
*** blomquisg_gone is now known as blomquisg14:54
*** jprovazn has joined #heat14:55
*** trikky_one has joined #heat15:01
*** raalee has quit IRC15:01
*** sshnaidm has joined #heat15:02
*** zz_dimtruck is now known as dimtruck15:05
*** jasond has joined #heat15:06
*** pt_15 has joined #heat15:06
*** EricGonczer_ has joined #heat15:08
*** elynn_ has quit IRC15:14
*** elynn_ has joined #heat15:14
*** gmoro has joined #heat15:15
*** elynn_ has quit IRC15:15
*** KanagarajM has quit IRC15:15
*** sdake_ has joined #heat15:20
*** EricGonc_ has joined #heat15:23
*** prateek_ has quit IRC15:23
*** sdake has quit IRC15:23
*** chlong has joined #heat15:25
*** EricGonczer_ has quit IRC15:26
*** prateek has quit IRC15:28
*** sshnaidm has quit IRC15:34
*** sshnaidm has joined #heat15:36
*** chris_hultin|AWA is now known as chris_hultin15:36
*** randallburt has joined #heat15:41
*** crose has joined #heat15:44
openstackgerritCrag Wolfe proposed openstack/heat master: Eager load event's resource prop. data when appropiate  https://review.openstack.org/40500415:45
*** beagles_mtg is now known as beagles16:00
*** sdake_ is now known as sdake16:01
*** KanagarajM has joined #heat16:11
*** jdandrea has quit IRC16:14
*** rcernin has quit IRC16:15
*** trikky_one has quit IRC16:18
*** raalee has joined #heat16:18
*** wirehead_ has quit IRC16:19
*** nilles has quit IRC16:20
*** huangtianhua has joined #heat16:23
*** crose has quit IRC16:24
*** Drago has joined #heat16:26
*** huangtianhua_ has quit IRC16:27
*** rubasov has joined #heat16:41
*** pt_15 has quit IRC16:53
*** KanagarajM has quit IRC16:54
*** KanagarajM has joined #heat16:54
*** pt_15 has joined #heat16:54
*** adrian_otto has joined #heat17:01
*** dimtruck is now known as zz_dimtruck17:04
*** zz_dimtruck is now known as dimtruck17:04
*** KanagarajM has quit IRC17:04
*** bnemec has joined #heat17:17
*** prateek has joined #heat17:30
openstackgerritRico Lin proposed openstack/heat master: Remove Combation alarm  https://review.openstack.org/43863917:36
*** gmoro has quit IRC17:38
*** david-lyle has joined #heat17:44
*** david-lyle has quit IRC17:45
*** david-lyle has joined #heat17:46
*** derekh has quit IRC17:47
*** fragatina has joined #heat17:50
*** ricolin has joined #heat17:50
*** chlong has quit IRC17:55
*** fragatina has quit IRC17:58
*** david-lyle has quit IRC17:58
*** fragatina has joined #heat17:58
openstackgerritMerged openstack/heat master: Updated from global requirements  https://review.openstack.org/43842918:00
*** david-lyle has joined #heat18:01
*** sshnaidm is now known as sshnaidm|off18:02
*** jaosorior has quit IRC18:05
*** ricolin_ has joined #heat18:06
*** sshnaidm|off has quit IRC18:07
*** ricolin__ has joined #heat18:07
*** ricolin__ has left #heat18:07
*** prateek_ has joined #heat18:08
openstackgerritDan Radez proposed openstack/heat master: Adding a Congress Datasource Resource  https://review.openstack.org/43865918:08
*** chlong has joined #heat18:11
*** prateek has quit IRC18:11
*** ricolin has quit IRC18:13
*** ricolin_ has quit IRC18:13
*** sshnaidm|off has joined #heat18:37
*** sshnaidm|off is now known as sshnaidm18:43
*** prateek_ has quit IRC18:46
*** gfidente is now known as gfidente|afk18:52
*** shardy is now known as shardy_afk19:07
*** steveg_afk has joined #heat19:15
*** frippe75 has joined #heat19:20
*** liusheng has quit IRC19:22
*** liusheng has joined #heat19:23
*** annegentle has joined #heat19:23
frippe75Trying to deploy a Sahara cluster using heat but failing on "ERROR: neutron_management_network must be provided". My template contains a sahara cluster, router interface, net resource and a subnet resource. Running them separately.. I.e all network parts first and the a second heat template with only the sahara cluster works. But it fails to run in a single template. Ideas?19:26
frippe75http://pastebin.com/urESVJiK19:27
frippe75Feels like the depdency resolution fails. If it can?19:29
frippe75dependency...19:30
*** sshnaidm is now known as sshnaidm|afk19:31
*** sdake has quit IRC19:36
*** Drago has quit IRC19:45
*** thumpba has joined #heat19:54
*** pt_15 has quit IRC19:55
*** adrian_otto has quit IRC20:00
*** dyasny has joined #heat20:05
*** dyasny has quit IRC20:06
*** dyasny has joined #heat20:06
*** Drago has joined #heat20:15
*** ayoung has quit IRC20:21
*** dbecker has quit IRC20:27
*** chris_hultin is now known as chris_hultin|AWA20:31
*** ccamacho has quit IRC20:33
*** yassine has quit IRC20:33
*** jprovazn has quit IRC20:41
*** askb has joined #heat20:46
openstackgerritDan Radez proposed openstack/heat master: Adding a Congress Datasource Resource  https://review.openstack.org/43865920:49
*** yassine has joined #heat20:49
*** ccamacho has joined #heat20:50
*** rcernin has joined #heat20:52
*** raalee has quit IRC21:03
*** dimtruck is now known as zz_dimtruck21:05
*** adrian_otto has joined #heat21:17
*** dfflanders has joined #heat21:26
*** zz_dimtruck is now known as dimtruck21:29
*** steveg_afk has quit IRC21:33
*** sdake_ has joined #heat21:33
*** dprince has quit IRC21:35
*** gmoro has joined #heat21:43
*** steveg_afk has joined #heat21:49
*** chlong has quit IRC21:50
*** Drago1 has joined #heat21:57
*** Drago has quit IRC21:58
openstackgerritCrag Wolfe proposed openstack/heat master: Eager load event's resource prop. data when appropiate  https://review.openstack.org/40500422:00
*** sdake_ has quit IRC22:05
frippe75dependency...22:06
*** ccamacho has quit IRC22:10
*** catintheroof has joined #heat22:15
*** randallburt has quit IRC22:19
*** shardy_afk has quit IRC22:23
*** sdake has joined #heat22:34
*** steveg_afk has quit IRC22:36
*** frippe75 has quit IRC22:44
*** EricGonc_ has quit IRC22:49
*** blomquisg is now known as blomquisg_gone22:52
*** annegentle has quit IRC22:53
*** gfidente|afk has quit IRC22:59
*** jasond has quit IRC23:10
*** ksnhr has joined #heat23:10
*** elynn_ has joined #heat23:13
*** elynn_ has quit IRC23:21
*** elynn has joined #heat23:39
*** rcernin has quit IRC23:41
*** catintheroof has quit IRC23:44
*** jcoufal has quit IRC23:45
*** elynn has quit IRC23:51
*** jcoufal has joined #heat23:51

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