*** openstack has joined #heat | 12:40 | |
bdossant | so its this | 12:41 |
---|---|---|
ananta | bdossant: yes | 12:42 |
*** che-arne has quit IRC | 12:45 | |
ananta | I was thinking if i can work on https://bugs.launchpad.net/heat/+bug/1353670 | 12:46 |
uvirtbot | Launchpad bug 1353670 in heat "Stack Abandon is unsafe" [High,Triaged] | 12:46 |
*** asalkeld has quit IRC | 12:46 | |
*** tonisbones has joined #heat | 12:46 | |
ananta | i dont see much activity there, but I see it as critical for stack abandon feature of Heat | 12:46 |
ananta | It is owned by Vijendar Komalla, I am not sure if it's okay to simply start working on it | 12:48 |
*** sanjayu has quit IRC | 12:49 | |
*** sorantis has joined #heat | 12:51 | |
*** rakesh_hs has quit IRC | 12:53 | |
*** ananta has quit IRC | 12:56 | |
*** Qiming has quit IRC | 13:00 | |
jdandrea | heat_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 #heat | 13:05 | |
*** Putns has joined #heat | 13:05 | |
*** ananta has joined #heat | 13:06 | |
*** Qiming has joined #heat | 13:06 | |
pas-ha | eavesdrop ate >= 12 hours of our chat log o_0 | 13:07 |
*** ananta has quit IRC | 13:11 | |
*** ananta has joined #heat | 13:13 | |
*** sdake has quit IRC | 13:18 | |
*** sdake has joined #heat | 13:18 | |
*** sorantis has quit IRC | 13:20 | |
*** jmckind has joined #heat | 13:22 | |
*** ifarkas has quit IRC | 13:23 | |
jdandrea | I'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 #heat | 13:26 | |
*** andreaf is now known as andreaf_ | 13:26 | |
my_openstack_use | hello | 13:26 |
my_openstack_use | is this thing on? | 13:26 |
*** bdossant has quit IRC | 13:28 | |
*** my_openstack_use has quit IRC | 13:28 | |
*** my_openstack_use has joined #heat | 13:28 | |
*** my_openstack_use has quit IRC | 13:28 | |
*** sanjayu has joined #heat | 13:30 | |
*** pas-ha has quit IRC | 13:30 | |
*** ifarkas has joined #heat | 13:31 | |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2 https://review.openstack.org/122153 | 13:31 |
*** gokrokve has joined #heat | 13:32 | |
*** my_openstack_use has joined #heat | 13:32 | |
my_openstack_use | hello | 13:33 |
my_openstack_use | I have a question about heat to serious heat developers | 13:33 |
my_openstack_use | here goes: | 13:33 |
my_openstack_use | I want to retrieve the following information about raised stack: | 13:34 |
my_openstack_use | Count of Nova instances that have been raised in the stack's scope | 13:35 |
larsks | my_openstack_use: what have you tried so far? | 13:36 |
*** gokrokve has quit IRC | 13:36 | |
my_openstack_use | not a lot in terms of practice | 13:37 |
*** sanjayu has quit IRC | 13:37 | |
*** blinky_ghost has joined #heat | 13:37 | |
larsks | Are you trying to use the Heat python api? Or are you interacting directly with the REST api via some other mechanism? | 13:37 |
blinky_ghost | hi 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 #heat | 13:38 | |
my_openstack_use | larsks: | 13:38 |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Add a file folder 'kilo' for kilo bp-specs https://review.openstack.org/124746 | 13:39 |
my_openstack_use | larsks: I have a custom Horizon module that calls its api stack_create method | 13:39 |
my_openstack_use | I want to display the instance count in a horizon panel | 13:40 |
larsks | Okay. If you're using Python, possibly this will be helpful: https://github.com/larsks/dotstack/blob/master/dotstack.py | 13:40 |
larsks | That'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 |
larsks | You could use that to find OS::Nova::Server resources. | 13:40 |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2 https://review.openstack.org/122153 | 13:40 |
my_openstack_use | thanks, some additional questions: | 13:41 |
*** che-arne has joined #heat | 13:42 | |
*** sabeen has joined #heat | 13:42 | |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Support Cinder scheduler hints https://review.openstack.org/122157 | 13:42 |
*** pas-ha has joined #heat | 13:42 | |
my_openstack_use | when I launch some instances using AWS::AutoScaling::AutoScalingGroup + AWS::AutoScaling::LaunchConfiguration, I can see the AutoScalingGroupName field in the Meta section of their details | 13:44 |
my_openstack_use | it consists of stack_name+scaling_group_name+some_id | 13:45 |
my_openstack_use | larsks: does you module look at that field for each nova instance? Does it use some other approach? | 13:45 |
larsks | my_openstack_use: you are welcome to look at the code :) The relevant function is https://github.com/larsks/dotstack/blob/master/dotstack.py#L151 | 13:46 |
*** radez_g0n3 is now known as radez | 13:46 | |
*** blinky_ghost has quit IRC | 13:47 | |
larsks | Note 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 #heat | 13:47 | |
*** blinky_ghost has quit IRC | 13:50 | |
*** beekneemech is now known as bnemec | 13:53 | |
*** zz_gondoi has joined #heat | 13:53 | |
*** zz_gondoi is now known as gondoi | 13:53 | |
*** Qiming_ has joined #heat | 13:54 | |
*** Qiming has quit IRC | 13:56 | |
my_openstack_use | larsks: 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 #heat | 13:56 | |
larsks | my_openstack_use: it does recurse into autoscaling groups. Go ahead and try it. | 13:57 |
my_openstack_use | ok | 13:57 |
*** gokrokve has joined #heat | 13:58 | |
larsks | my_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.png | 13:58 |
*** blinky_ghost has joined #heat | 13:59 | |
my_openstack_use | wow, that looks really promising | 13:59 |
*** jistr has quit IRC | 14:00 | |
*** jistr has joined #heat | 14:01 | |
*** sgordon has joined #heat | 14:04 | |
*** Qiming_ has quit IRC | 14:05 | |
*** jdob has quit IRC | 14:09 | |
*** jdob has joined #heat | 14:09 | |
*** Qiming has joined #heat | 14:12 | |
my_openstack_use | larsks: just tested: it really works, I can see the instance ID's in the dot file. Thanks again, larsks | 14:13 |
*** MohitS has joined #heat | 14:13 | |
larsks | my_openstack_use: glad to help. | 14:13 |
*** achampion has joined #heat | 14:14 | |
*** hdd has joined #heat | 14:16 | |
*** swygue has quit IRC | 14:19 | |
*** zbitter is now known as zaneb | 14:22 | |
*** EricGonczer_ has joined #heat | 14:24 | |
*** blinky_ghost has quit IRC | 14:26 | |
*** Qiming_ has joined #heat | 14:26 | |
*** Qiming has quit IRC | 14:26 | |
*** spzala has joined #heat | 14:28 | |
*** jrist has joined #heat | 14:30 | |
*** rwsu has joined #heat | 14:33 | |
*** k4n0 has quit IRC | 14:34 | |
sdake | larsks what tool did you use to make that graph | 14:34 |
larsks | sdake: which graph? | 14:34 |
sdake | the png above | 14:34 |
larsks | Oh, that graph. | 14:34 |
larsks | sdake: https://github.com/larsks/dotstack | 14:34 |
sdake | handy | 14:35 |
*** gokrokve_ has joined #heat | 14:35 | |
sdake | ought to put that in fedora | 14:35 |
larsks | It also has a "detail view": https://raw.githubusercontent.com/larsks/dotstack/master/sample-detailed.png | 14:35 |
larsks | Or bundle it somehow into python-heatclient, maybe. | 14:36 |
sdake | separate repo = separate package typically | 14:36 |
*** Qiming_ has quit IRC | 14:36 | |
ryansb | larsks: I'm not sure about bundling with python-heatclient, since it's a totally different codebase | 14:36 |
larsks | ryansb: I was thinking more along the lines of 'heat resource-list --dot --recursive <stack-id>' | 14:36 |
sdake | the code bases could be merged | 14:36 |
*** gokrokve_ has quit IRC | 14:37 | |
larsks | ...or something. | 14:37 |
sdake | right that would work | 14:37 |
sdake | although the clients are typically lightweight rathedr then heavyweight | 14:37 |
*** gokrokve_ has joined #heat | 14:37 | |
larsks | Yeah. I can certainly produce a fedora package for it. | 14:37 |
sdake | typically the clients just pass data to and fro the apis | 14:37 |
sdake | if you need a reviewer let me know happy to take it on | 14:38 |
sdake | just ping me on irc or email | 14:38 |
*** gokrokve has quit IRC | 14:38 | |
*** blinky_ghost has joined #heat | 14:39 | |
*** jprovazn has quit IRC | 14:40 | |
sdake | does os1 have heat support? | 14:41 |
*** pas-ha has quit IRC | 14:42 | |
jpeeler | sdake: don't think so, it's supposedly coming though | 14:43 |
sdake | so fun fact my daugthter prefers soda with high fructose corn syrup over soda with sugar | 14:46 |
ryansb | sdake: familiarity probably | 14:49 |
sdake | did you know high fructose corn syrup is as bad for you as drinking beer | 14:49 |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params https://review.openstack.org/124442 | 14:50 |
sdake | ryansb hfcs is 120 on the sweetness scale, sugar is 100 | 14:50 |
larsks | sdake: mmmm, beer. now you sound like you're trying to sell it. | 14:50 |
sdake | lol | 14:50 |
*** Drago has joined #heat | 14:52 | |
ryansb | sdake: where have you seen it's as bad as drinking beer? | 14:52 |
*** andreaf has joined #heat | 14:52 | |
ryansb | I've seen a bunch of conflicting info all over the place | 14:53 |
*** Drago1 has joined #heat | 14:54 | |
*** EricGonczer_ has quit IRC | 14:55 | |
sdake | I was actually bored enoug hto watch this entire presentation | 14:55 |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params https://review.openstack.org/124442 | 14:55 |
sdake | https://www.youtube.com/watch?v=dBnniua6-oM | 14:55 |
sdake | the guy is actually really good | 14:55 |
sdake | I can't believe he can remember all the shit he presents so well ;) | 14:56 |
sdake | 5 million views | 14:56 |
sdake | pretty popular I guess | 14:56 |
*** Murali_ has joined #heat | 14:59 | |
*** zns has joined #heat | 14:59 | |
*** EricGonczer_ has joined #heat | 15:00 | |
*** andreaf has quit IRC | 15:01 | |
*** Daviey has quit IRC | 15:02 | |
*** Daviey has joined #heat | 15:03 | |
*** vijendar has joined #heat | 15:06 | |
*** Drago has quit IRC | 15:12 | |
*** Drago has joined #heat | 15:12 | |
openstackgerrit | unmesh-gurjar proposed a change to openstack/heat: Access Template class through template module https://review.openstack.org/124769 | 15:14 |
*** andreaf has joined #heat | 15:15 | |
*** randallburt has joined #heat | 15:16 | |
*** pas-ha has joined #heat | 15:17 | |
*** pas-ha has quit IRC | 15:18 | |
*** pas-ha has joined #heat | 15:18 | |
*** jistr has quit IRC | 15:22 | |
*** jistr has joined #heat | 15:22 | |
*** reed has joined #heat | 15:23 | |
*** adrienverge has quit IRC | 15:30 | |
*** DrBacchus has quit IRC | 15:32 | |
*** rbowen has joined #heat | 15:33 | |
*** mspreitz has joined #heat | 15:33 | |
*** shakamunyi has joined #heat | 15:36 | |
*** radez is now known as radez_g0n3 | 15:36 | |
*** hdd has quit IRC | 15:36 | |
*** gokrokve has joined #heat | 15:38 | |
*** EricGonczer_ has quit IRC | 15:40 | |
*** hdd has joined #heat | 15:42 | |
*** sjmc7 has joined #heat | 15:42 | |
*** gokrokve_ has quit IRC | 15:42 | |
*** gokrokve has quit IRC | 15:42 | |
*** radez_g0n3 is now known as radez | 15:42 | |
*** pas-ha has quit IRC | 15:42 | |
*** MohitS has quit IRC | 15:48 | |
*** gondoi is now known as zz_gondoi | 15:51 | |
*** daneyon has joined #heat | 15:53 | |
*** pas-ha has joined #heat | 15:55 | |
*** jcoufal has quit IRC | 15:56 | |
*** mspreitz has quit IRC | 16:04 | |
*** zz_gondoi is now known as gondoi | 16:08 | |
*** pasquier-s has quit IRC | 16:14 | |
*** Drago has quit IRC | 16:14 | |
*** rm_work is now known as rm_work|away | 16:14 | |
*** jdob has quit IRC | 16:16 | |
*** Drago has joined #heat | 16:16 | |
*** jdob has joined #heat | 16:16 | |
*** Drago has quit IRC | 16:16 | |
*** Drago has joined #heat | 16:16 | |
*** avladu has quit IRC | 16:17 | |
*** andersonvom has joined #heat | 16:18 | |
*** rm_work|away is now known as rm_work | 16:20 | |
*** dimsum_ is now known as dims | 16:23 | |
*** radez is now known as radez_g0n3 | 16:27 | |
*** ananta has quit IRC | 16:31 | |
*** rushiagr is now known as rushiagr_away | 16:31 | |
*** alexpilotti_ has joined #heat | 16:33 | |
*** gokrokve has joined #heat | 16:34 | |
*** radez_g0n3 is now known as radez | 16:34 | |
*** alexpilotti has quit IRC | 16:34 | |
*** alexpilotti_ is now known as alexpilotti | 16:34 | |
*** jroyall has joined #heat | 16:37 | |
*** jistr has quit IRC | 16:38 | |
*** tspatzier has quit IRC | 16:40 | |
*** jroyall has quit IRC | 16:44 | |
*** jroyall has joined #heat | 16:45 | |
*** ifarkas has quit IRC | 16:46 | |
*** pas-ha has quit IRC | 16:46 | |
*** metral_zzz has joined #heat | 16:51 | |
*** metral_zzz is now known as metral | 16:52 | |
*** jroyall has quit IRC | 16:56 | |
*** jrist has quit IRC | 16:58 | |
*** gokrokve has quit IRC | 16:59 | |
*** jroyall has joined #heat | 16:59 | |
*** gokrokve has joined #heat | 16:59 | |
*** sarob_away is now known as sarob | 17:00 | |
*** sarob is now known as sarob_away | 17:02 | |
*** che-arne has quit IRC | 17:02 | |
*** che-arne has joined #heat | 17:05 | |
*** che-arne has quit IRC | 17:05 | |
*** derekh has quit IRC | 17:06 | |
*** rushiagr_away is now known as rushiagr | 17:09 | |
*** dsneddon has joined #heat | 17:10 | |
*** harlowja has joined #heat | 17:16 | |
*** akuznetsov has joined #heat | 17:17 | |
*** fayablazer has quit IRC | 17:20 | |
*** harlowja has quit IRC | 17:22 | |
*** cdent has quit IRC | 17:23 | |
*** jrist has joined #heat | 17:24 | |
*** harlowja has joined #heat | 17:24 | |
*** hdd has quit IRC | 17:27 | |
*** sarob_away is now known as sarob | 17:27 | |
*** alexheneveld has quit IRC | 17:32 | |
*** jstrachan has quit IRC | 17:33 | |
*** sarob is now known as sarob_away | 17:37 | |
*** Daviey has quit IRC | 17:37 | |
*** Daviey has joined #heat | 17:40 | |
*** blinky_ghost has quit IRC | 17:44 | |
*** lsmola has quit IRC | 18:01 | |
*** jroyall has left #heat | 18:02 | |
*** vijendar has quit IRC | 18:04 | |
*** kebray has joined #heat | 18:06 | |
*** sabeen has quit IRC | 18:08 | |
*** funzo_ is now known as funzo | 18:09 | |
*** EricGonczer_ has joined #heat | 18:09 | |
*** sabeen has joined #heat | 18:10 | |
*** gokrokve has quit IRC | 18:14 | |
*** saurabhs has joined #heat | 18:24 | |
*** vdreamarkitex has joined #heat | 18:25 | |
*** gokrokve has joined #heat | 18:26 | |
*** gokrokve has quit IRC | 18:27 | |
*** gokrokve has joined #heat | 18:29 | |
*** gokrokve has quit IRC | 18:34 | |
*** sdake_ has joined #heat | 18:35 | |
*** sdake_ has quit IRC | 18:35 | |
*** sdake_ has joined #heat | 18:35 | |
*** gokrokve has joined #heat | 18:35 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Don't use DB column names for sort keys https://review.openstack.org/124828 | 18:36 |
*** jergerber has joined #heat | 18:37 | |
*** vijendar has joined #heat | 18:41 | |
*** rushiagr is now known as rushiagr_away | 18:42 | |
*** Drago has quit IRC | 18:56 | |
*** Firespirit has joined #heat | 18:58 | |
Firespirit | Hi, how a i can troubleshoot error 401 when i run heat stack-list | 18:58 |
*** tspatzier has joined #heat | 19:02 | |
*** swygue has joined #heat | 19:03 | |
*** andreaf has quit IRC | 19:03 | |
*** andreaf has joined #heat | 19:04 | |
*** kebray has quit IRC | 19:04 | |
*** sdake_ has quit IRC | 19:05 | |
*** ionutbalutoiu has quit IRC | 19:14 | |
*** hdd has joined #heat | 19:19 | |
*** EricGonczer_ has quit IRC | 19:20 | |
*** radez is now known as radez_g0n3 | 19:20 | |
*** EricGonczer_ has joined #heat | 19:21 | |
*** sabeen has quit IRC | 19:25 | |
*** sabeen has joined #heat | 19:25 | |
*** EricGonczer_ has quit IRC | 19:25 | |
*** sarob_away is now known as sarob | 19:26 | |
*** sarob is now known as sarob_away | 19:29 | |
*** alexpilotti has quit IRC | 19:29 | |
*** EricGonczer_ has joined #heat | 19:29 | |
larsks | Firespirit: start by looking in your heat logs and work from there. | 19:35 |
uberj | is there a blueprint for adding AWS as a region? | 19:38 |
*** dsneddon is now known as dsneddon_lunch | 19:41 | |
*** hdd has quit IRC | 19:43 | |
*** Firespirit has quit IRC | 19:50 | |
*** harlowja has quit IRC | 19:50 | |
*** Firespirit has joined #heat | 19:50 | |
*** radez_g0n3 is now known as radez | 19:53 | |
*** harlowja has joined #heat | 19:55 | |
*** gokrokve has quit IRC | 19:58 | |
*** gokrokve has joined #heat | 19:59 | |
*** mspreitz has joined #heat | 20:00 | |
*** ionutbalutoiu has joined #heat | 20:03 | |
*** tonisbones has quit IRC | 20:06 | |
*** serverascode_ has joined #heat | 20:06 | |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Add a file folder 'kilo' for kilo bp-specs https://review.openstack.org/124746 | 20:12 |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Support Cinder API version 2 https://review.openstack.org/122153 | 20:15 |
openstackgerrit | Adrien Vergé proposed a change to openstack/heat-specs: Support Cinder scheduler hints https://review.openstack.org/122157 | 20:17 |
jdandrea | In 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.yaml | 20:26 |
openstackgerrit | A change was merged to openstack/heat: Improve error handling in api files https://review.openstack.org/118168 | 20:35 |
openstackgerrit | A change was merged to openstack/heat: Fix couple tests in test_engine_service.py https://review.openstack.org/117792 | 20:36 |
openstackgerrit | A change was merged to openstack/heat: Do template validation during creation https://review.openstack.org/117793 | 20:36 |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Don't use DB column names for sort keys https://review.openstack.org/124828 | 20:45 |
*** ionutbalutoiu has quit IRC | 20:47 | |
*** radez is now known as radez_g0n3 | 20:48 | |
*** andreaf has quit IRC | 20:49 | |
*** andreaf has joined #heat | 20:50 | |
*** jdob has quit IRC | 20:55 | |
*** ccrouch1 has quit IRC | 20:58 | |
*** tspatzier has quit IRC | 20:58 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/123699 | 20:59 |
*** jcoufal has joined #heat | 21:02 | |
*** hdd has joined #heat | 21:09 | |
*** Drago1 has quit IRC | 21:12 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Skip validation if depends on not created resource https://review.openstack.org/108951 | 21:13 |
*** jroyall has joined #heat | 21:14 | |
*** Drago1 has joined #heat | 21:18 | |
*** sdake_ has joined #heat | 21:23 | |
*** Drago has joined #heat | 21:24 | |
*** Drago has quit IRC | 21:25 | |
*** Drago has joined #heat | 21:25 | |
*** aweiteka has quit IRC | 21:26 | |
*** jergerber has quit IRC | 21:28 | |
*** hdd has quit IRC | 21:29 | |
*** EricGonczer_ has quit IRC | 21:30 | |
*** cinerama` is now known as cinerama | 21:30 | |
*** Putns has quit IRC | 21:31 | |
*** hdd has joined #heat | 21:34 | |
*** marcelofr has joined #heat | 21:38 | |
*** jasond has quit IRC | 21:40 | |
marcelofr | hello, 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 IRC | 21:43 | |
*** dims_ has joined #heat | 21:44 | |
*** sgordon_ has quit IRC | 21:45 | |
*** dims_ has quit IRC | 21:47 | |
*** dims has quit IRC | 21:47 | |
*** dims has joined #heat | 21:47 | |
*** sdake_ has joined #heat | 21:49 | |
*** Murali_ has quit IRC | 21:53 | |
*** dsneddon_lunch is now known as dsneddon | 21:58 | |
*** jcoufal has quit IRC | 21:59 | |
*** sdake_ has quit IRC | 22:01 | |
*** sdake_ has joined #heat | 22:04 | |
*** jmckind has quit IRC | 22:05 | |
*** mspreitz has quit IRC | 22:05 | |
*** randallburt has quit IRC | 22:16 | |
*** asalkeld has joined #heat | 22:24 | |
*** achampion has quit IRC | 22:26 | |
asalkeld | morning | 22:27 |
*** gondoi is now known as zz_gondoi | 22:27 | |
*** JayJ has joined #heat | 22:30 | |
marcelofr | anybody 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 |
asalkeld | marcelofr, it's a warning | 22:34 |
asalkeld | not an error | 22:34 |
asalkeld | I am guessing by putting the stack_user_domain in the config? | 22:34 |
asalkeld | (id not name) | 22:35 |
*** alexpilotti has joined #heat | 22:38 | |
*** andreaf has quit IRC | 22:44 | |
*** andreaf has joined #heat | 22:45 | |
marcelofr | asalkeld, what if I had more than one stack_user_domain (whatever this means) | 22:45 |
*** andreaf has quit IRC | 22:47 | |
*** andreaf has joined #heat | 22:47 | |
*** asalkeld has quit IRC | 22:49 | |
*** spzala has quit IRC | 22:49 | |
*** asalkeld has joined #heat | 22:50 | |
*** kebray has joined #heat | 22:52 | |
uberj | anyone have any idea about what would cause a single softwareconfig to run twice during a stack-create? | 22:54 |
*** JayJ has quit IRC | 23:01 | |
*** achampion has joined #heat | 23:12 | |
*** dims has quit IRC | 23:12 | |
*** dims has joined #heat | 23:13 | |
asalkeld | not sure uberj | 23:13 |
uberj | its super weird, idk why it would happen twice | 23:14 |
asalkeld | i think stevebaker is your man | 23:14 |
uberj | for example, this SC runs twice https://github.com/uberj/captain/blob/heat/heat/captain-web.yaml#L341 | 23:15 |
uberj | (the template itself is a bit complicated) | 23:15 |
*** dims has quit IRC | 23:17 | |
asalkeld | uberj, it seems ok to me - tho' not a sc expert | 23:18 |
uberj | maybe my dib elements are causing a double run? | 23:18 |
asalkeld | unless it failed and did a retry? | 23:19 |
uberj | hmm, there is retry logic | 23:19 |
asalkeld | is there logs you can look at on the server? | 23:19 |
uberj | (brb, watching a coworker do something stupid) | 23:19 |
asalkeld | lol | 23:19 |
uberj | (well that was underwhelming) | 23:21 |
uberj | I'll see about getting logs | 23:21 |
*** spzala has joined #heat | 23:22 | |
*** radix has joined #heat | 23:24 | |
*** kebray has quit IRC | 23:24 | |
*** sdake_ has quit IRC | 23:30 | |
*** sjmc7 has quit IRC | 23:35 | |
*** sdake_ has joined #heat | 23:37 | |
*** jroyall has quit IRC | 23:43 | |
*** EricGonczer_ has joined #heat | 23:46 | |
*** shakamunyi has quit IRC | 23:51 | |
*** sdake_ has quit IRC | 23:53 | |
marcelofr | how do I set a proxy with horizon? | 23:53 |
*** sarob_away is now known as sarob | 23:54 | |
*** andreaf has quit IRC | 23:54 | |
*** EricGonczer_ has quit IRC | 23:54 | |
*** gokrokve has quit IRC | 23:55 | |
*** sarob is now known as sarob_away | 23:55 | |
*** andreaf has joined #heat | 23:55 | |
*** EricGonczer_ has joined #heat | 23:56 | |
*** harlowja is now known as harlowja_away | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!