*** sdake has joined #heat | 00:00 | |
*** sdake_ has quit IRC | 00:00 | |
*** tmatsu has joined #heat | 00:01 | |
*** sdake has quit IRC | 00:13 | |
*** gongysh has joined #heat | 00:18 | |
*** dimtruck is now known as zz_dimtruck | 00:20 | |
*** zz_dimtruck is now known as dimtruck | 00:20 | |
*** dimtruck is now known as zz_dimtruck | 00:30 | |
*** gongysh has quit IRC | 00:40 | |
*** gongysh has joined #heat | 00:41 | |
*** yassine has joined #heat | 00:52 | |
*** hoangcx has joined #heat | 00:54 | |
*** zsli has joined #heat | 00:57 | |
*** tovin07 has joined #heat | 01:08 | |
zsli | Hi all, please help review https://review.openstack.org/#/c/436447/ | 01:14 |
---|---|---|
*** zz_dimtruck is now known as dimtruck | 01:18 | |
*** gongysh has quit IRC | 01:30 | |
*** yanyanhu has joined #heat | 01:35 | |
*** zhihui has joined #heat | 01:38 | |
*** elynn has joined #heat | 01:49 | |
*** gongysh has joined #heat | 01:59 | |
*** dimtruck is now known as zz_dimtruck | 02:14 | |
*** sdake has joined #heat | 03:01 | |
*** sdake_ has joined #heat | 03:30 | |
*** sdake has quit IRC | 03:34 | |
*** askb has quit IRC | 03:40 | |
*** askb has joined #heat | 03:41 | |
*** zsli has quit IRC | 04:09 | |
*** KanagarajM has joined #heat | 04:10 | |
*** EricGonczer_ has quit IRC | 04:14 | |
*** yanyanhu has quit IRC | 04:26 | |
*** zz_dimtruck is now known as dimtruck | 04:31 | |
*** zsli has joined #heat | 04:41 | |
*** sdake_ has quit IRC | 04:42 | |
*** zsli has quit IRC | 05:01 | |
*** zsli has joined #heat | 05:02 | |
*** cmyster has quit IRC | 05:03 | |
*** tmatsu_ has joined #heat | 05:07 | |
*** zsli has quit IRC | 05:07 | |
*** tmatsu has quit IRC | 05:09 | |
*** rezroo has quit IRC | 05:13 | |
*** prateek has joined #heat | 05:14 | |
*** rezroo has joined #heat | 05:29 | |
*** dimtruck is now known as zz_dimtruck | 05:30 | |
*** fragatina has joined #heat | 05:39 | |
*** fragatina has quit IRC | 05:43 | |
*** fragatina has joined #heat | 05:44 | |
*** rezroo has quit IRC | 05:58 | |
*** nmathew has joined #heat | 06:21 | |
*** tmatsu_ has quit IRC | 06:35 | |
*** tmatsu has joined #heat | 06:36 | |
*** jtomasek_ has joined #heat | 06:37 | |
*** fragatina has quit IRC | 06:39 | |
*** yanyanhu has joined #heat | 06:58 | |
*** fragatina has joined #heat | 07:01 | |
*** fragatina has quit IRC | 07:06 | |
*** ramishra has joined #heat | 07:07 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat master: Handle network property for Server on cancel-update https://review.openstack.org/415849 | 07:08 |
*** rcernin has joined #heat | 07:21 | |
*** rcernin has quit IRC | 07:23 | |
*** rcernin has joined #heat | 07:23 | |
*** tmatsu_ has joined #heat | 07:25 | |
*** tmatsu has quit IRC | 07:29 | |
*** jtomasek_ has quit IRC | 07:38 | |
*** jtomasek has joined #heat | 07:38 | |
*** sdake has joined #heat | 07:38 | |
*** sdake_ has joined #heat | 07:40 | |
*** sdake has quit IRC | 07:44 | |
*** jprovazn has joined #heat | 07:58 | |
*** pt_15 has joined #heat | 08:10 | |
openstackgerrit | Merged openstack/heat master: Fix using parent_name for Properties https://review.openstack.org/420014 | 08:15 |
*** shardy has joined #heat | 08:17 | |
*** ccamacho has joined #heat | 08:18 | |
Qiming | therve, online? | 08:23 |
therve | Qiming, Yes | 08:23 |
Qiming | avail for a quick question? | 08:23 |
therve | Please don't ask to ask :) | 08:24 |
Qiming | great! | 08:24 |
Qiming | some colleagues worked on some heat resource type extensions, in which they were referring to the 'resource_id' of a Server in the template | 08:24 |
*** sdake has joined #heat | 08:25 | |
Qiming | these worked in previous versions of Heat, but recently in Newton and Ocata, they have observed that resource_id is always None | 08:25 |
Qiming | they were checking server.resource_id in handle_create() | 08:25 |
Qiming | my 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 reliable | 08:27 |
*** sdake_ has quit IRC | 08:27 | |
Qiming | did I make the question clear? | 08:28 |
therve | Somewhat | 08:29 |
*** bks has joined #heat | 08:29 | |
therve | It may be due to convergence being on by default | 08:29 |
Qiming | em ... | 08:29 |
therve | But I don't understand why/how they are referring to a Server | 08:30 |
therve | Is it a new resource? A new Server resource? | 08:30 |
Qiming | in their plugin, they were constructing a tree of other resources in the same stack | 08:30 |
Qiming | a new "IDontKnow" resource | 08:31 |
Qiming | when they create "IDontKnow", they are referring to the resource_id of a OS::Nova::Server object ... | 08:32 |
therve | So the server is passed as a property? | 08:32 |
Qiming | dependency built in template, with get_resource | 08:32 |
therve | That doesn't make much sense | 08:33 |
therve | If the value is passed as a property, it works | 08:33 |
therve | It may be None during validation, but not creation | 08:33 |
Qiming | em, pasting you the template: | 08:34 |
Qiming | http://paste.openstack.org/show/600541/ | 08:34 |
therve | Right, unless they do something weird with server_name, it should be the server ID | 08:35 |
Qiming | and the resource type code they gave me | 08:36 |
Qiming | http://paste.openstack.org/show/600542/ | 08:36 |
Qiming | in the snippet, line 36 always outputs resource_id as None | 08:36 |
therve | OK that just seems broken | 08:37 |
therve | I can't see how it could ever worked | 08:37 |
Qiming | the workaround on line 29 is ... very ugly | 08:38 |
*** ksnhr has quit IRC | 08:38 | |
therve | server_name *is* nova physical_resource_id | 08:38 |
therve | There is no reason to do that | 08:38 |
Qiming | yep, very strange to me | 08:38 |
therve | Inspecting stack.resources in a resource is a big no-no | 08:41 |
therve | We don't support that | 08:41 |
*** tmatsu_ has quit IRC | 08:42 | |
Qiming | right | 08:42 |
Qiming | any suggestions on stack resource inspection if they still want to do it? | 08:44 |
openstackgerrit | huangtianhua proposed openstack/heat master: Remove unused code in prepare_ports_for_replace() https://review.openstack.org/437824 | 08:44 |
openstackgerrit | huangtianhua proposed openstack/heat master: Catch Unauthorized in delete_trust() https://review.openstack.org/436845 | 08:44 |
openstackgerrit | huangtianhua proposed openstack/heat master: Add stack v2 api router https://review.openstack.org/438372 | 08:45 |
therve | No :) | 08:45 |
openstackgerrit | huangtianhua proposed openstack/heat master: Correct validation of wait conditon https://review.openstack.org/436782 | 08:45 |
therve | But again, there is no reason to do it | 08:45 |
openstackgerrit | huangtianhua proposed openstack/heat master: Use public and unified method get_console_url() https://review.openstack.org/430606 | 08:45 |
therve | Just pass the data you need | 08:45 |
openstackgerrit | huangtianhua proposed openstack/heat master: Support to get webmks console url for server https://review.openstack.org/433587 | 08:45 |
openstackgerrit | huangtianhua proposed openstack/heat master: Remove deprecated functions https://review.openstack.org/431374 | 08:45 |
Qiming | alright, thanks | 08:46 |
*** jaosorior has joined #heat | 08:47 | |
*** dbecker has joined #heat | 08:49 | |
*** amoralej|off is now known as amoralej | 08:49 | |
*** gfidente has joined #heat | 08:51 | |
*** shardy has quit IRC | 08:53 | |
*** shardy has joined #heat | 08:53 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Add stack v2 api router https://review.openstack.org/438372 | 08:58 |
*** sdake has quit IRC | 08:59 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #heat | 09:00 | |
skraynev | therve: 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 issue | 09:05 |
skraynev | therve: or maybe I need to ask someone else about it? | 09:05 |
*** gongysh has quit IRC | 09:09 | |
*** bks has quit IRC | 09:11 | |
*** gongysh has joined #heat | 09:16 | |
*** sshnaidm has quit IRC | 09:16 | |
*** gongysh has quit IRC | 09:20 | |
*** KanagarajM has quit IRC | 09:22 | |
therve | skraynev, Sure. There are no fix currently | 09:36 |
therve | We explained our issue to the keystone team, and they have to come back to us | 09:36 |
therve | Either by fixing trusts, or providing an alternative solution that works with federation | 09:37 |
skraynev | therve: aha. got it. thank you, because I just thought, that they already suggested something :) | 09:39 |
therve | Nope | 09:41 |
*** yanyanhu has quit IRC | 09:41 | |
therve | Frankly I'm tempted to push the current patch just so that we can at least have something | 09:41 |
*** tmatsu has joined #heat | 09:41 | |
therve | Maybe put it behind a big warning in config | 09:41 |
*** elynn has quit IRC | 09:42 | |
*** tmatsu has quit IRC | 09:45 | |
*** elynn has joined #heat | 09:54 | |
*** elynn_ has joined #heat | 10:00 | |
*** elynn has quit IRC | 10:01 | |
*** derekh has joined #heat | 10:04 | |
*** alex_xu_ has quit IRC | 10:14 | |
*** jaosorior is now known as jaosorior_lunch | 10:15 | |
*** alex_xu has joined #heat | 10:17 | |
*** jaosorior_lunch is now known as jaosorior | 10:17 | |
*** sshnaidm has joined #heat | 10:28 | |
*** hoangcx has quit IRC | 10:34 | |
*** strigazi_ is now known as strigazi | 10:35 | |
*** pt_15 has quit IRC | 10:45 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements https://review.openstack.org/438429 | 10:55 |
*** strigazi has quit IRC | 10:56 | |
*** strigazi has joined #heat | 10:56 | |
*** nmathew has quit IRC | 11:06 | |
*** ayoung has joined #heat | 11:09 | |
*** ayoung has quit IRC | 11:14 | |
*** ayoung has joined #heat | 11:15 | |
*** cmyster has joined #heat | 11:33 | |
*** cmyster has joined #heat | 11:33 | |
*** askb has quit IRC | 11:35 | |
openstackgerrit | Merged openstack/heat master: Add full path for Property https://review.openstack.org/420015 | 11:52 |
*** KanagarajM has joined #heat | 12:00 | |
*** raalee has joined #heat | 12:05 | |
*** KanagarajM has quit IRC | 12:11 | |
*** KanagarajM has joined #heat | 12:30 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements https://review.openstack.org/438429 | 12:37 |
*** fedruantine has quit IRC | 12:43 | |
*** fedruantine has joined #heat | 12:45 | |
*** jcoufal has joined #heat | 12:51 | |
*** Guest49819 is now known as rook | 12:58 | |
*** EricGonczer_ has joined #heat | 13:00 | |
*** dprince has joined #heat | 13:05 | |
*** beagles is now known as beagles_mtg | 13:05 | |
*** amoralej is now known as amoralej|off | 13:11 | |
*** prateek_ has joined #heat | 13:22 | |
*** cwolferh has joined #heat | 13:29 | |
*** nilles has joined #heat | 13:30 | |
*** ccamacho is now known as ccamacho|lunch | 13:34 | |
*** EricGonczer_ has quit IRC | 13:36 | |
*** EricGonczer_ has joined #heat | 13:38 | |
*** EricGonczer_ has quit IRC | 13:38 | |
*** EricGonczer_ has joined #heat | 13:39 | |
*** steveg_afk has joined #heat | 13:40 | |
*** steveg_afk has quit IRC | 13:41 | |
*** steveg_afk has joined #heat | 13:44 | |
*** EricGonczer_ has quit IRC | 13:48 | |
*** zaneb has joined #heat | 13:52 | |
*** jprovazn has quit IRC | 14:03 | |
*** zz_dimtruck is now known as dimtruck | 14:08 | |
*** sdake has joined #heat | 14:21 | |
*** ccamacho|lunch is now known as ccamacho | 14:22 | |
*** amoralej|off is now known as amoralej | 14:23 | |
*** steveg_afk has quit IRC | 14:30 | |
*** sdake has quit IRC | 14:31 | |
*** sdake has joined #heat | 14:36 | |
*** dimtruck is now known as zz_dimtruck | 14:38 | |
*** sshnaidm has quit IRC | 14:47 | |
*** blomquisg_gone is now known as blomquisg | 14:54 | |
*** jprovazn has joined #heat | 14:55 | |
*** trikky_one has joined #heat | 15:01 | |
*** raalee has quit IRC | 15:01 | |
*** sshnaidm has joined #heat | 15:02 | |
*** zz_dimtruck is now known as dimtruck | 15:05 | |
*** jasond has joined #heat | 15:06 | |
*** pt_15 has joined #heat | 15:06 | |
*** EricGonczer_ has joined #heat | 15:08 | |
*** elynn_ has quit IRC | 15:14 | |
*** elynn_ has joined #heat | 15:14 | |
*** gmoro has joined #heat | 15:15 | |
*** elynn_ has quit IRC | 15:15 | |
*** KanagarajM has quit IRC | 15:15 | |
*** sdake_ has joined #heat | 15:20 | |
*** EricGonc_ has joined #heat | 15:23 | |
*** prateek_ has quit IRC | 15:23 | |
*** sdake has quit IRC | 15:23 | |
*** chlong has joined #heat | 15:25 | |
*** EricGonczer_ has quit IRC | 15:26 | |
*** prateek has quit IRC | 15:28 | |
*** sshnaidm has quit IRC | 15:34 | |
*** sshnaidm has joined #heat | 15:36 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:36 | |
*** randallburt has joined #heat | 15:41 | |
*** crose has joined #heat | 15:44 | |
openstackgerrit | Crag Wolfe proposed openstack/heat master: Eager load event's resource prop. data when appropiate https://review.openstack.org/405004 | 15:45 |
*** beagles_mtg is now known as beagles | 16:00 | |
*** sdake_ is now known as sdake | 16:01 | |
*** KanagarajM has joined #heat | 16:11 | |
*** jdandrea has quit IRC | 16:14 | |
*** rcernin has quit IRC | 16:15 | |
*** trikky_one has quit IRC | 16:18 | |
*** raalee has joined #heat | 16:18 | |
*** wirehead_ has quit IRC | 16:19 | |
*** nilles has quit IRC | 16:20 | |
*** huangtianhua has joined #heat | 16:23 | |
*** crose has quit IRC | 16:24 | |
*** Drago has joined #heat | 16:26 | |
*** huangtianhua_ has quit IRC | 16:27 | |
*** rubasov has joined #heat | 16:41 | |
*** pt_15 has quit IRC | 16:53 | |
*** KanagarajM has quit IRC | 16:54 | |
*** KanagarajM has joined #heat | 16:54 | |
*** pt_15 has joined #heat | 16:54 | |
*** adrian_otto has joined #heat | 17:01 | |
*** dimtruck is now known as zz_dimtruck | 17:04 | |
*** zz_dimtruck is now known as dimtruck | 17:04 | |
*** KanagarajM has quit IRC | 17:04 | |
*** bnemec has joined #heat | 17:17 | |
*** prateek has joined #heat | 17:30 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Remove Combation alarm https://review.openstack.org/438639 | 17:36 |
*** gmoro has quit IRC | 17:38 | |
*** david-lyle has joined #heat | 17:44 | |
*** david-lyle has quit IRC | 17:45 | |
*** david-lyle has joined #heat | 17:46 | |
*** derekh has quit IRC | 17:47 | |
*** fragatina has joined #heat | 17:50 | |
*** ricolin has joined #heat | 17:50 | |
*** chlong has quit IRC | 17:55 | |
*** fragatina has quit IRC | 17:58 | |
*** david-lyle has quit IRC | 17:58 | |
*** fragatina has joined #heat | 17:58 | |
openstackgerrit | Merged openstack/heat master: Updated from global requirements https://review.openstack.org/438429 | 18:00 |
*** david-lyle has joined #heat | 18:01 | |
*** sshnaidm is now known as sshnaidm|off | 18:02 | |
*** jaosorior has quit IRC | 18:05 | |
*** ricolin_ has joined #heat | 18:06 | |
*** sshnaidm|off has quit IRC | 18:07 | |
*** ricolin__ has joined #heat | 18:07 | |
*** ricolin__ has left #heat | 18:07 | |
*** prateek_ has joined #heat | 18:08 | |
openstackgerrit | Dan Radez proposed openstack/heat master: Adding a Congress Datasource Resource https://review.openstack.org/438659 | 18:08 |
*** chlong has joined #heat | 18:11 | |
*** prateek has quit IRC | 18:11 | |
*** ricolin has quit IRC | 18:13 | |
*** ricolin_ has quit IRC | 18:13 | |
*** sshnaidm|off has joined #heat | 18:37 | |
*** sshnaidm|off is now known as sshnaidm | 18:43 | |
*** prateek_ has quit IRC | 18:46 | |
*** gfidente is now known as gfidente|afk | 18:52 | |
*** shardy is now known as shardy_afk | 19:07 | |
*** steveg_afk has joined #heat | 19:15 | |
*** frippe75 has joined #heat | 19:20 | |
*** liusheng has quit IRC | 19:22 | |
*** liusheng has joined #heat | 19:23 | |
*** annegentle has joined #heat | 19:23 | |
frippe75 | Trying 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 |
frippe75 | http://pastebin.com/urESVJiK | 19:27 |
frippe75 | Feels like the depdency resolution fails. If it can? | 19:29 |
frippe75 | dependency... | 19:30 |
*** sshnaidm is now known as sshnaidm|afk | 19:31 | |
*** sdake has quit IRC | 19:36 | |
*** Drago has quit IRC | 19:45 | |
*** thumpba has joined #heat | 19:54 | |
*** pt_15 has quit IRC | 19:55 | |
*** adrian_otto has quit IRC | 20:00 | |
*** dyasny has joined #heat | 20:05 | |
*** dyasny has quit IRC | 20:06 | |
*** dyasny has joined #heat | 20:06 | |
*** Drago has joined #heat | 20:15 | |
*** ayoung has quit IRC | 20:21 | |
*** dbecker has quit IRC | 20:27 | |
*** chris_hultin is now known as chris_hultin|AWA | 20:31 | |
*** ccamacho has quit IRC | 20:33 | |
*** yassine has quit IRC | 20:33 | |
*** jprovazn has quit IRC | 20:41 | |
*** askb has joined #heat | 20:46 | |
openstackgerrit | Dan Radez proposed openstack/heat master: Adding a Congress Datasource Resource https://review.openstack.org/438659 | 20:49 |
*** yassine has joined #heat | 20:49 | |
*** ccamacho has joined #heat | 20:50 | |
*** rcernin has joined #heat | 20:52 | |
*** raalee has quit IRC | 21:03 | |
*** dimtruck is now known as zz_dimtruck | 21:05 | |
*** adrian_otto has joined #heat | 21:17 | |
*** dfflanders has joined #heat | 21:26 | |
*** zz_dimtruck is now known as dimtruck | 21:29 | |
*** steveg_afk has quit IRC | 21:33 | |
*** sdake_ has joined #heat | 21:33 | |
*** dprince has quit IRC | 21:35 | |
*** gmoro has joined #heat | 21:43 | |
*** steveg_afk has joined #heat | 21:49 | |
*** chlong has quit IRC | 21:50 | |
*** Drago1 has joined #heat | 21:57 | |
*** Drago has quit IRC | 21:58 | |
openstackgerrit | Crag Wolfe proposed openstack/heat master: Eager load event's resource prop. data when appropiate https://review.openstack.org/405004 | 22:00 |
*** sdake_ has quit IRC | 22:05 | |
frippe75 | dependency... | 22:06 |
*** ccamacho has quit IRC | 22:10 | |
*** catintheroof has joined #heat | 22:15 | |
*** randallburt has quit IRC | 22:19 | |
*** shardy_afk has quit IRC | 22:23 | |
*** sdake has joined #heat | 22:34 | |
*** steveg_afk has quit IRC | 22:36 | |
*** frippe75 has quit IRC | 22:44 | |
*** EricGonc_ has quit IRC | 22:49 | |
*** blomquisg is now known as blomquisg_gone | 22:52 | |
*** annegentle has quit IRC | 22:53 | |
*** gfidente|afk has quit IRC | 22:59 | |
*** jasond has quit IRC | 23:10 | |
*** ksnhr has joined #heat | 23:10 | |
*** elynn_ has joined #heat | 23:13 | |
*** elynn_ has quit IRC | 23:21 | |
*** elynn has joined #heat | 23:39 | |
*** rcernin has quit IRC | 23:41 | |
*** catintheroof has quit IRC | 23:44 | |
*** jcoufal has quit IRC | 23:45 | |
*** elynn has quit IRC | 23:51 | |
*** jcoufal has joined #heat | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!