Monday, 2014-09-29

*** openstack has joined #heat12:40
bdossantso its this12:41
anantabdossant: yes12:42
*** che-arne has quit IRC12:45
anantaI was thinking if i can work on https://bugs.launchpad.net/heat/+bug/135367012:46
uvirtbotLaunchpad bug 1353670 in heat "Stack Abandon is unsafe" [High,Triaged]12:46
*** asalkeld has quit IRC12:46
*** tonisbones has joined #heat12:46
anantai dont see much activity there, but I see it as critical for stack abandon feature of Heat12:46
anantaIt is owned by Vijendar Komalla, I am not sure if it's okay to simply start working on it12:48
*** sanjayu has quit IRC12:49
*** sorantis has joined #heat12:51
*** rakesh_hs has quit IRC12:53
*** ananta has quit IRC12:56
*** Qiming has quit IRC13:00
jdandreaheat_waitcondition_server_url is set to the private network (like everything else in heat.conf), but VMs can't reach that network. Must this URL be set to use the public network instead? Some other network?13:01
*** pas-ha has joined #heat13:05
*** Putns has joined #heat13:05
*** ananta has joined #heat13:06
*** Qiming has joined #heat13:06
pas-haeavesdrop ate >= 12 hours of our chat log o_013:07
*** ananta has quit IRC13:11
*** ananta has joined #heat13:13
*** sdake has quit IRC13:18
*** sdake has joined #heat13:18
*** sorantis has quit IRC13:20
*** jmckind has joined #heat13:22
*** ifarkas has quit IRC13:23
jdandreaI'm wondering if heat_metadata_server_url and heat_watch_server_url should also be set to the public network too. (Something tells me this isn't such a good idea, but how else can the VMs reach these endpoints? Maybe something else is borked.) 169.254.169.254 works though (for looking at the latest meta-data and user-data).13:23
*** my_openstack_use has joined #heat13:26
*** andreaf is now known as andreaf_13:26
my_openstack_usehello13:26
my_openstack_useis this thing on?13:26
*** bdossant has quit IRC13:28
*** my_openstack_use has quit IRC13:28
*** my_openstack_use has joined #heat13:28
*** my_openstack_use has quit IRC13:28
*** sanjayu has joined #heat13:30
*** pas-ha has quit IRC13:30
*** ifarkas has joined #heat13:31
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2  https://review.openstack.org/12215313:31
*** gokrokve has joined #heat13:32
*** my_openstack_use has joined #heat13:32
my_openstack_usehello13:33
my_openstack_useI have a question about heat to serious heat developers13:33
my_openstack_usehere goes:13:33
my_openstack_useI want to retrieve the following information about raised stack:13:34
my_openstack_useCount of Nova instances that have been raised in the stack's scope13:35
larsksmy_openstack_use: what have you tried so far?13:36
*** gokrokve has quit IRC13:36
my_openstack_usenot a lot in terms of practice13:37
*** sanjayu has quit IRC13:37
*** blinky_ghost has joined #heat13:37
larsksAre you trying to use the Heat python api? Or are you interacting directly with the REST api via some other mechanism?13:37
blinky_ghosthi all, I'm trying to create an image with software config elements and I'm getting this error: "/root/diskimage-builder/bin/../lib/common-functions: line 200: dib-run-parts: command not found" any hint?13:38
*** aweiteka has joined #heat13:38
my_openstack_uselarsks:13:38
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Add a file folder 'kilo' for kilo bp-specs  https://review.openstack.org/12474613:39
my_openstack_uselarsks: I have a custom Horizon module that calls its api stack_create method13:39
my_openstack_useI want to display the instance count in a horizon panel13:40
larsksOkay. If you're using Python, possibly this will be helpful: https://github.com/larsks/dotstack/blob/master/dotstack.py13:40
larsksThat's a tool that produces graphs of stack resource, but the interesting part is that it shows how to recursively find all the resources created by a stack.13:40
larsksYou could use that to find OS::Nova::Server resources.13:40
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2  https://review.openstack.org/12215313:40
my_openstack_usethanks, some additional questions:13:41
*** che-arne has joined #heat13:42
*** sabeen has joined #heat13:42
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Support Cinder scheduler hints  https://review.openstack.org/12215713:42
*** pas-ha has joined #heat13:42
my_openstack_usewhen I launch some instances using AWS::AutoScaling::AutoScalingGroup + AWS::AutoScaling::LaunchConfiguration, I can see the AutoScalingGroupName field in the Meta section of their details13:44
my_openstack_useit consists of stack_name+scaling_group_name+some_id13:45
my_openstack_uselarsks: does you module look at that field for each nova instance? Does it use some other approach?13:45
larsksmy_openstack_use: you are welcome to look at the code :)  The relevant function is https://github.com/larsks/dotstack/blob/master/dotstack.py#L15113:46
*** radez_g0n3 is now known as radez13:46
*** blinky_ghost has quit IRC13:47
larsksNote that I am not a "serious heat developer", so I cannot comment on whether or not this is the best way to get what you want.13:47
*** blinky_ghost has joined #heat13:47
*** blinky_ghost has quit IRC13:50
*** beekneemech is now known as bnemec13:53
*** zz_gondoi has joined #heat13:53
*** zz_gondoi is now known as gondoi13:53
*** Qiming_ has joined #heat13:54
*** Qiming has quit IRC13:56
my_openstack_uselarsks: Can your module go deeper than the topology graph show in stack details? I'm not sure that it could get info on instances inside an AutoScalingGroup from what I see in the code.13:56
*** jasond has joined #heat13:56
larsksmy_openstack_use: it does recurse into autoscaling groups.  Go ahead and try it.13:57
my_openstack_useok13:57
*** gokrokve has joined #heat13:58
larsksmy_openstack_use: here's a graph generated from that tool; "wordpress group" is an autoscaling group.  The resources at the bottom (including the "wordpress_server") are inside the autoscalng group: https://raw.githubusercontent.com/larsks/dotstack/master/sample.png13:58
*** blinky_ghost has joined #heat13:59
my_openstack_usewow, that looks really promising13:59
*** jistr has quit IRC14:00
*** jistr has joined #heat14:01
*** sgordon has joined #heat14:04
*** Qiming_ has quit IRC14:05
*** jdob has quit IRC14:09
*** jdob has joined #heat14:09
*** Qiming has joined #heat14:12
my_openstack_uselarsks: just tested: it really works, I can see the instance ID's in the dot file. Thanks again, larsks14:13
*** MohitS has joined #heat14:13
larsksmy_openstack_use: glad to help.14:13
*** achampion has joined #heat14:14
*** hdd has joined #heat14:16
*** swygue has quit IRC14:19
*** zbitter is now known as zaneb14:22
*** EricGonczer_ has joined #heat14:24
*** blinky_ghost has quit IRC14:26
*** Qiming_ has joined #heat14:26
*** Qiming has quit IRC14:26
*** spzala has joined #heat14:28
*** jrist has joined #heat14:30
*** rwsu has joined #heat14:33
*** k4n0 has quit IRC14:34
sdakelarsks what tool did you use to make that graph14:34
larskssdake: which graph?14:34
sdakethe png above14:34
larsksOh, that graph.14:34
larskssdake: https://github.com/larsks/dotstack14:34
sdakehandy14:35
*** gokrokve_ has joined #heat14:35
sdakeought to put that in fedora14:35
larsksIt also has a "detail view": https://raw.githubusercontent.com/larsks/dotstack/master/sample-detailed.png14:35
larsksOr bundle it somehow into python-heatclient, maybe.14:36
sdakeseparate repo = separate package typically14:36
*** Qiming_ has quit IRC14:36
ryansblarsks: I'm not sure about bundling with python-heatclient, since it's a totally different codebase14:36
larsksryansb: I was thinking more along the lines of 'heat resource-list --dot --recursive <stack-id>'14:36
sdakethe code bases could be merged14:36
*** gokrokve_ has quit IRC14:37
larsks...or something.14:37
sdakeright that would work14:37
sdakealthough the clients are typically lightweight rathedr then heavyweight14:37
*** gokrokve_ has joined #heat14:37
larsksYeah.  I can certainly produce a fedora package for it.14:37
sdaketypically the clients just pass data to and fro the apis14:37
sdakeif you need a reviewer let me know happy to take it on14:38
sdakejust ping me on irc or email14:38
*** gokrokve has quit IRC14:38
*** blinky_ghost has joined #heat14:39
*** jprovazn has quit IRC14:40
sdakedoes os1 have heat support?14:41
*** pas-ha has quit IRC14:42
jpeelersdake: don't think so, it's supposedly coming though14:43
sdakeso fun fact my daugthter prefers soda with high fructose corn syrup over soda with sugar14:46
ryansbsdake: familiarity probably14:49
sdakedid you know high fructose corn syrup is as bad for you as drinking beer14:49
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params  https://review.openstack.org/12444214:50
sdakeryansb hfcs is 120 on the sweetness scale, sugar is 10014:50
larskssdake: mmmm, beer.  now you sound like you're trying to sell it.14:50
sdakelol14:50
*** Drago has joined #heat14:52
ryansbsdake: where have you seen it's as bad as drinking beer?14:52
*** andreaf has joined #heat14:52
ryansbI've seen a bunch of conflicting info all over the place14:53
*** Drago1 has joined #heat14:54
*** EricGonczer_ has quit IRC14:55
sdakeI was actually bored enoug hto watch this entire presentation14:55
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params  https://review.openstack.org/12444214:55
sdakehttps://www.youtube.com/watch?v=dBnniua6-oM14:55
sdakethe guy is actually really good14:55
sdakeI can't believe he can remember all the shit he presents so well ;)14:56
sdake5 million views14:56
sdakepretty popular I guess14:56
*** Murali_ has joined #heat14:59
*** zns has joined #heat14:59
*** EricGonczer_ has joined #heat15:00
*** andreaf has quit IRC15:01
*** Daviey has quit IRC15:02
*** Daviey has joined #heat15:03
*** vijendar has joined #heat15:06
*** Drago has quit IRC15:12
*** Drago has joined #heat15:12
openstackgerritunmesh-gurjar proposed a change to openstack/heat: Access Template class through template module  https://review.openstack.org/12476915:14
*** andreaf has joined #heat15:15
*** randallburt has joined #heat15:16
*** pas-ha has joined #heat15:17
*** pas-ha has quit IRC15:18
*** pas-ha has joined #heat15:18
*** jistr has quit IRC15:22
*** jistr has joined #heat15:22
*** reed has joined #heat15:23
*** adrienverge has quit IRC15:30
*** DrBacchus has quit IRC15:32
*** rbowen has joined #heat15:33
*** mspreitz has joined #heat15:33
*** shakamunyi has joined #heat15:36
*** radez is now known as radez_g0n315:36
*** hdd has quit IRC15:36
*** gokrokve has joined #heat15:38
*** EricGonczer_ has quit IRC15:40
*** hdd has joined #heat15:42
*** sjmc7 has joined #heat15:42
*** gokrokve_ has quit IRC15:42
*** gokrokve has quit IRC15:42
*** radez_g0n3 is now known as radez15:42
*** pas-ha has quit IRC15:42
*** MohitS has quit IRC15:48
*** gondoi is now known as zz_gondoi15:51
*** daneyon has joined #heat15:53
*** pas-ha has joined #heat15:55
*** jcoufal has quit IRC15:56
*** mspreitz has quit IRC16:04
*** zz_gondoi is now known as gondoi16:08
*** pasquier-s has quit IRC16:14
*** Drago has quit IRC16:14
*** rm_work is now known as rm_work|away16:14
*** jdob has quit IRC16:16
*** Drago has joined #heat16:16
*** jdob has joined #heat16:16
*** Drago has quit IRC16:16
*** Drago has joined #heat16:16
*** avladu has quit IRC16:17
*** andersonvom has joined #heat16:18
*** rm_work|away is now known as rm_work16:20
*** dimsum_ is now known as dims16:23
*** radez is now known as radez_g0n316:27
*** ananta has quit IRC16:31
*** rushiagr is now known as rushiagr_away16:31
*** alexpilotti_ has joined #heat16:33
*** gokrokve has joined #heat16:34
*** radez_g0n3 is now known as radez16:34
*** alexpilotti has quit IRC16:34
*** alexpilotti_ is now known as alexpilotti16:34
*** jroyall has joined #heat16:37
*** jistr has quit IRC16:38
*** tspatzier has quit IRC16:40
*** jroyall has quit IRC16:44
*** jroyall has joined #heat16:45
*** ifarkas has quit IRC16:46
*** pas-ha has quit IRC16:46
*** metral_zzz has joined #heat16:51
*** metral_zzz is now known as metral16:52
*** jroyall has quit IRC16:56
*** jrist has quit IRC16:58
*** gokrokve has quit IRC16:59
*** jroyall has joined #heat16:59
*** gokrokve has joined #heat16:59
*** sarob_away is now known as sarob17:00
*** sarob is now known as sarob_away17:02
*** che-arne has quit IRC17:02
*** che-arne has joined #heat17:05
*** che-arne has quit IRC17:05
*** derekh has quit IRC17:06
*** rushiagr_away is now known as rushiagr17:09
*** dsneddon has joined #heat17:10
*** harlowja has joined #heat17:16
*** akuznetsov has joined #heat17:17
*** fayablazer has quit IRC17:20
*** harlowja has quit IRC17:22
*** cdent has quit IRC17:23
*** jrist has joined #heat17:24
*** harlowja has joined #heat17:24
*** hdd has quit IRC17:27
*** sarob_away is now known as sarob17:27
*** alexheneveld has quit IRC17:32
*** jstrachan has quit IRC17:33
*** sarob is now known as sarob_away17:37
*** Daviey has quit IRC17:37
*** Daviey has joined #heat17:40
*** blinky_ghost has quit IRC17:44
*** lsmola has quit IRC18:01
*** jroyall has left #heat18:02
*** vijendar has quit IRC18:04
*** kebray has joined #heat18:06
*** sabeen has quit IRC18:08
*** funzo_ is now known as funzo18:09
*** EricGonczer_ has joined #heat18:09
*** sabeen has joined #heat18:10
*** gokrokve has quit IRC18:14
*** saurabhs has joined #heat18:24
*** vdreamarkitex has joined #heat18:25
*** gokrokve has joined #heat18:26
*** gokrokve has quit IRC18:27
*** gokrokve has joined #heat18:29
*** gokrokve has quit IRC18:34
*** sdake_ has joined #heat18:35
*** sdake_ has quit IRC18:35
*** sdake_ has joined #heat18:35
*** gokrokve has joined #heat18:35
openstackgerritZane Bitter proposed a change to openstack/heat: Don't use DB column names for sort keys  https://review.openstack.org/12482818:36
*** jergerber has joined #heat18:37
*** vijendar has joined #heat18:41
*** rushiagr is now known as rushiagr_away18:42
*** Drago has quit IRC18:56
*** Firespirit has joined #heat18:58
FirespiritHi, how a i can troubleshoot error 401 when i run heat stack-list18:58
*** tspatzier has joined #heat19:02
*** swygue has joined #heat19:03
*** andreaf has quit IRC19:03
*** andreaf has joined #heat19:04
*** kebray has quit IRC19:04
*** sdake_ has quit IRC19:05
*** ionutbalutoiu has quit IRC19:14
*** hdd has joined #heat19:19
*** EricGonczer_ has quit IRC19:20
*** radez is now known as radez_g0n319:20
*** EricGonczer_ has joined #heat19:21
*** sabeen has quit IRC19:25
*** sabeen has joined #heat19:25
*** EricGonczer_ has quit IRC19:25
*** sarob_away is now known as sarob19:26
*** sarob is now known as sarob_away19:29
*** alexpilotti has quit IRC19:29
*** EricGonczer_ has joined #heat19:29
larsksFirespirit: start by looking in your heat logs and work from there.19:35
uberjis there a blueprint for adding AWS as a region?19:38
*** dsneddon is now known as dsneddon_lunch19:41
*** hdd has quit IRC19:43
*** Firespirit has quit IRC19:50
*** harlowja has quit IRC19:50
*** Firespirit has joined #heat19:50
*** radez_g0n3 is now known as radez19:53
*** harlowja has joined #heat19:55
*** gokrokve has quit IRC19:58
*** gokrokve has joined #heat19:59
*** mspreitz has joined #heat20:00
*** ionutbalutoiu has joined #heat20:03
*** tonisbones has quit IRC20:06
*** serverascode_ has joined #heat20:06
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Add a file folder 'kilo' for kilo bp-specs  https://review.openstack.org/12474620:12
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2  https://review.openstack.org/12215320:15
openstackgerritAdrien Vergé proposed a change to openstack/heat-specs: Support Cinder scheduler hints  https://review.openstack.org/12215720:17
jdandreaIn Icehouse, must I use OS::Heat::CWLiteAlarm for a heartbeat check, or can I use OS::Ceilometer::Alarm instead? In either case, is there sample code that shows how to do this? (I know, HARestarter is to be avoided.) I found this for CWLiteAlarm but it uses AWS key/secret. https://raw.githubusercontent.com/andrewklau/openstack-heat-templates/master/base-instance-iha.yaml20:26
openstackgerritA change was merged to openstack/heat: Improve error handling in api files  https://review.openstack.org/11816820:35
openstackgerritA change was merged to openstack/heat: Fix couple tests in test_engine_service.py  https://review.openstack.org/11779220:36
openstackgerritA change was merged to openstack/heat: Do template validation during creation  https://review.openstack.org/11779320:36
openstackgerritZane Bitter proposed a change to openstack/heat: Don't use DB column names for sort keys  https://review.openstack.org/12482820:45
*** ionutbalutoiu has quit IRC20:47
*** radez is now known as radez_g0n320:48
*** andreaf has quit IRC20:49
*** andreaf has joined #heat20:50
*** jdob has quit IRC20:55
*** ccrouch1 has quit IRC20:58
*** tspatzier has quit IRC20:58
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements  https://review.openstack.org/12369920:59
*** jcoufal has joined #heat21:02
*** hdd has joined #heat21:09
*** Drago1 has quit IRC21:12
openstackgerritZane Bitter proposed a change to openstack/heat: Skip validation if depends on not created resource  https://review.openstack.org/10895121:13
*** jroyall has joined #heat21:14
*** Drago1 has joined #heat21:18
*** sdake_ has joined #heat21:23
*** Drago has joined #heat21:24
*** Drago has quit IRC21:25
*** Drago has joined #heat21:25
*** aweiteka has quit IRC21:26
*** jergerber has quit IRC21:28
*** hdd has quit IRC21:29
*** EricGonczer_ has quit IRC21:30
*** cinerama` is now known as cinerama21:30
*** Putns has quit IRC21:31
*** hdd has joined #heat21:34
*** marcelofr has joined #heat21:38
*** jasond has quit IRC21:40
marcelofrhello, I have to use a proxy to use with my templates (even from horizon). How do I set this up? (icehouse, ubuntu server 14.04)21:41
*** sdake_ has quit IRC21:43
*** dims_ has joined #heat21:44
*** sgordon_ has quit IRC21:45
*** dims_ has quit IRC21:47
*** dims has quit IRC21:47
*** dims has joined #heat21:47
*** sdake_ has joined #heat21:49
*** Murali_ has quit IRC21:53
*** dsneddon_lunch is now known as dsneddon21:58
*** jcoufal has quit IRC21:59
*** sdake_ has quit IRC22:01
*** sdake_ has joined #heat22:04
*** jmckind has quit IRC22:05
*** mspreitz has quit IRC22:05
*** randallburt has quit IRC22:16
*** asalkeld has joined #heat22:24
*** achampion has quit IRC22:26
asalkeldmorning22:27
*** gondoi is now known as zz_gondoi22:27
*** JayJ has joined #heat22:30
marcelofranybody knows how to fix "WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default" error?22:33
asalkeldmarcelofr, it's a warning22:34
asalkeldnot an error22:34
asalkeldI am guessing by putting the stack_user_domain in the config?22:34
asalkeld(id not name)22:35
*** alexpilotti has joined #heat22:38
*** andreaf has quit IRC22:44
*** andreaf has joined #heat22:45
marcelofrasalkeld, what if I had more than one stack_user_domain (whatever this means)22:45
*** andreaf has quit IRC22:47
*** andreaf has joined #heat22:47
*** asalkeld has quit IRC22:49
*** spzala has quit IRC22:49
*** asalkeld has joined #heat22:50
*** kebray has joined #heat22:52
uberjanyone have any idea about what would cause a single softwareconfig to run twice during a stack-create?22:54
*** JayJ has quit IRC23:01
*** achampion has joined #heat23:12
*** dims has quit IRC23:12
*** dims has joined #heat23:13
asalkeldnot sure uberj23:13
uberjits super weird, idk why it would happen twice23:14
asalkeldi think stevebaker is your man23:14
uberjfor example, this SC runs twice https://github.com/uberj/captain/blob/heat/heat/captain-web.yaml#L34123:15
uberj(the template itself is a bit complicated)23:15
*** dims has quit IRC23:17
asalkelduberj, it seems ok to me - tho' not a sc expert23:18
uberjmaybe my dib elements are causing a double run?23:18
asalkeldunless it failed and did a retry?23:19
uberjhmm, there is retry logic23:19
asalkeldis there logs you can look at on the server?23:19
uberj(brb, watching a coworker do something stupid)23:19
asalkeldlol23:19
uberj(well that was underwhelming)23:21
uberjI'll see about getting logs23:21
*** spzala has joined #heat23:22
*** radix has joined #heat23:24
*** kebray has quit IRC23:24
*** sdake_ has quit IRC23:30
*** sjmc7 has quit IRC23:35
*** sdake_ has joined #heat23:37
*** jroyall has quit IRC23:43
*** EricGonczer_ has joined #heat23:46
*** shakamunyi has quit IRC23:51
*** sdake_ has quit IRC23:53
marcelofrhow do I set a proxy with horizon?23:53
*** sarob_away is now known as sarob23:54
*** andreaf has quit IRC23:54
*** EricGonczer_ has quit IRC23:54
*** gokrokve has quit IRC23:55
*** sarob is now known as sarob_away23:55
*** andreaf has joined #heat23:55
*** EricGonczer_ has joined #heat23:56
*** harlowja is now known as harlowja_away23:59

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