*** gokrokve_ has quit IRC | 00:01 | |
stevebaker | asalkeld: so the refid changes from name to resource_id after handle_create, and I'm pretty sure all validates are called before any handle_create | 00:02 |
---|---|---|
*** zigo has quit IRC | 00:07 | |
asalkeld | yeah, it relies on the name | 00:10 |
asalkeld | i am not a fan of that | 00:10 |
asalkeld | i'd rather we add a sample_data() method to each resource type | 00:10 |
asalkeld | that generates sample data for get_attr and refid | 00:11 |
asalkeld | so we can validate deeply without hacking | 00:11 |
*** zigo has joined #heat | 00:13 | |
*** dimsum_ has joined #heat | 00:21 | |
*** Putns has quit IRC | 00:30 | |
*** andreaf has quit IRC | 00:37 | |
*** andreaf has joined #heat | 00:38 | |
*** gokrokve has joined #heat | 00:42 | |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Make sure that AutoScalingGroup depends on the launch config https://review.openstack.org/125251 | 00:49 |
*** hdd has quit IRC | 00:57 | |
*** sdake_ has joined #heat | 01:01 | |
*** gokrokve has quit IRC | 01:02 | |
*** gokrokve has joined #heat | 01:03 | |
*** gokrokve has quit IRC | 01:07 | |
*** sdake_ has quit IRC | 01:11 | |
*** justin-8_ has quit IRC | 01:18 | |
*** justin-8 has joined #heat | 01:19 | |
*** erkules_ has joined #heat | 01:22 | |
*** radez_g0n3 is now known as radez | 01:24 | |
*** rushiagr_away is now known as rushiagr | 01:24 | |
*** erkules has quit IRC | 01:24 | |
*** rushiagr is now known as rushiagr_away | 01:26 | |
*** zhiwei has joined #heat | 01:26 | |
*** andreaf has quit IRC | 01:27 | |
*** andreaf has joined #heat | 01:27 | |
*** gokrokve has joined #heat | 01:29 | |
*** gokrokve has quit IRC | 01:31 | |
*** gokrokve has joined #heat | 01:31 | |
*** Qiming has joined #heat | 01:32 | |
*** apporc has joined #heat | 01:37 | |
*** sdake_ has joined #heat | 01:40 | |
*** EricGonczer_ has joined #heat | 01:41 | |
*** hdd has joined #heat | 01:48 | |
*** Murali has quit IRC | 01:48 | |
tiantian | hi all:) | 01:52 |
asalkeld | hi tiantian | 01:54 |
tiantian | asalkeld: hi:) | 01:55 |
*** ari__ has quit IRC | 01:56 | |
Qiming | asalkeld, I failed to rebase a previous patch so I abandoned the old one, and commited a new one for review here, https://review.openstack.org/#/c/129620/ | 01:56 |
asalkeld | ok | 01:57 |
tiantian | hi Qiming:) | 01:57 |
Qiming | morning, tiantian | 01:57 |
*** nosnos has joined #heat | 02:02 | |
wpf | hdd: ping | 02:11 |
hdd | wpf, yo | 02:12 |
wpf | hdd: I have a question about your nova PS , but I did not find you in nova channel , -:) | 02:13 |
hdd | which PS? | 02:14 |
wpf | I saw that your ever worked on the cross-service-request-id blueprint for nova which is adding the x-openstack-request-id | 02:14 |
wpf | I will also add it to another project , | 02:14 |
wpf | so my questions are as below: | 02:14 |
tiantian | asalkeld: https://blueprints.launchpad.net/heat/+spec/reorganize-resources-code-structure I want to reorganize the resources folder, how do you think about it, is't needed? | 02:16 |
wpf | I saw that in the nova log ,there are some lines like 'nova.osapi_compute.wsgi.server [req-xxxx-xxxx] ...........' , but I go thought all the code and failed to find where to output it, can help help me | 02:16 |
wpf | since I also want to generate the similiar log info | 02:16 |
asalkeld | tiantian, hold on a moment - in a meeting | 02:16 |
*** sgordon_ has quit IRC | 02:16 | |
wpf | hdd : https://review.openstack.org/#/c/66903/ | 02:17 |
wpf | hdd: logs like below 2014-10-20 11:26:11.387 3549 INFO nova.osapi_compute.wsgi.server [req-d7cc3757-f1e3-4af9-8700-a6f7fa096a6b None] 10.104.0.138 "GET /v2/896bfb02c3f945d8a397c79f0741557a/os-floating-ips HTTP/1.1" status: 200 len: 192 time: 0.1119120 | 02:18 |
wpf | hdd: I also want to generate the similar one, but failed to find the source code that how nova generated it. | 02:19 |
Qiming | tiantian, I'm wondering if 'resources' can be at the same level of 'engine', instead of just a subdir of 'engine' | 02:20 |
tiantian | Qiming: sounds good:) | 02:20 |
Qiming | tiantian, also, I'd like to know whether subdirs such as 'nova', 'neutron' ... are really necessary | 02:21 |
hdd | wpf, ok, the actual generation of the request ID is in the request_id middleware | 02:23 |
hdd | that happens right after the HTTP request is received (see api-paste.ini) | 02:23 |
tiantian | I think it will be more clear, and inherite the old structure, such as 'ceilometer' and 'neutron', so.... | 02:24 |
hdd | the request ID is stuffed into the request environment for use during request handling | 02:24 |
wpf | hdd, yes I know how the request id was generated , I am just wondering that how the log info was generated :P | 02:24 |
tiantian | at least throught the folder, we can see the resources of every project, such which are implements, which are not.... | 02:26 |
wpf | hdd, even I search all the 'LOG.info' in nova code, did not find it either. | 02:26 |
*** Qiming has quit IRC | 02:27 | |
hdd | wpf, yeah, I didn't touch any of that (-: | 02:32 |
*** sdake_ has quit IRC | 02:32 | |
wpf | hdd: Ok, thanks | 02:33 |
hdd | wpf, it must be buried in there somewhere | 02:33 |
hdd | you might have better luck looking to see how another project does it | 02:34 |
hdd | like heat, for example (-: | 02:34 |
wpf | Ok, I will, thanks | 02:34 |
*** Qiming has joined #heat | 02:37 | |
stevebaker | tiantian: I'd like the code structure to pretty much follow the resource types, so there will be top-level ...resources.os and ...resources.aws | 02:40 |
tiantian | stevebaker: thanks your suggestion, sounds good:) | 02:42 |
Qiming | stevebaker, so people can quickly locate the source file for a resource type, ... I like it | 02:43 |
tiantian | stevebaker: is't need to write spec or may I write the new structure in launchpad? | 02:45 |
*** EricGonczer_ has quit IRC | 02:46 | |
*** Dragomir has quit IRC | 02:49 | |
*** ramishra has joined #heat | 02:52 | |
*** praveenkumar has joined #heat | 02:53 | |
*** dimsum_ has quit IRC | 02:58 | |
*** dimsum_ has joined #heat | 02:59 | |
stevebaker | tiantian: go on, write a spec. we shall bikeshed it proper ;) | 03:01 |
*** radez is now known as radez_g0n3 | 03:01 | |
stevebaker | tiantian: unit tests should move to a similar structure | 03:01 |
tiantian | stevebaker: ok, will write specs for these, thanks | 03:03 |
*** dimsum_ has quit IRC | 03:03 | |
*** sdake_ has joined #heat | 03:06 | |
*** robklg has quit IRC | 03:11 | |
*** kebray has quit IRC | 03:13 | |
*** KanagarajM has joined #heat | 03:14 | |
*** kebray has joined #heat | 03:14 | |
*** greghaynes has quit IRC | 03:15 | |
*** kebray has quit IRC | 03:17 | |
*** kebray has joined #heat | 03:18 | |
*** greghaynes has joined #heat | 03:18 | |
*** nosnos has quit IRC | 03:26 | |
*** jyoti-ranjan has joined #heat | 03:27 | |
*** nosnos has joined #heat | 03:27 | |
*** kebray has quit IRC | 03:28 | |
*** kebray has joined #heat | 03:29 | |
*** nosnos has quit IRC | 03:32 | |
*** cmyster has joined #heat | 03:32 | |
*** cmyster has quit IRC | 03:32 | |
*** cmyster has joined #heat | 03:32 | |
*** fbo has quit IRC | 03:34 | |
*** fbo has joined #heat | 03:34 | |
*** spzala has quit IRC | 03:36 | |
*** Dragomir has joined #heat | 03:42 | |
*** hdd has quit IRC | 03:53 | |
*** fbo has quit IRC | 03:56 | |
*** Dragomir has quit IRC | 03:57 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat-specs: Reorganize the code structure of resources https://review.openstack.org/129777 | 04:00 |
*** kebray has quit IRC | 04:01 | |
*** kebray has joined #heat | 04:02 | |
*** kebray has quit IRC | 04:02 | |
*** gokrokve_ has joined #heat | 04:02 | |
*** kebray has joined #heat | 04:03 | |
*** fbo has joined #heat | 04:03 | |
*** sanjayu has joined #heat | 04:03 | |
*** gokrokve has quit IRC | 04:06 | |
*** gokrokve_ has quit IRC | 04:07 | |
*** ramishra has quit IRC | 04:13 | |
*** nosnos has joined #heat | 04:16 | |
asalkeld | [Openstack] heat problem with authorization on upgrade icehouse to juno | 04:18 |
asalkeld | urg, not another | 04:18 |
*** kebray has quit IRC | 04:21 | |
*** ramishra has joined #heat | 04:21 | |
*** kebray has joined #heat | 04:23 | |
*** robklg has joined #heat | 04:36 | |
*** fbo has quit IRC | 04:39 | |
*** fbo has joined #heat | 04:39 | |
*** tspatzier has joined #heat | 04:40 | |
*** rakesh_hs has joined #heat | 04:46 | |
*** cmyster has quit IRC | 04:48 | |
*** kebray has quit IRC | 04:54 | |
*** tspatzier has quit IRC | 04:56 | |
*** tspatzier__ has joined #heat | 04:57 | |
*** wendar_ is now known as wendar | 05:03 | |
*** daneyon has quit IRC | 05:05 | |
*** daneyon has joined #heat | 05:05 | |
*** cmyster has joined #heat | 05:06 | |
*** cmyster has quit IRC | 05:06 | |
*** cmyster has joined #heat | 05:06 | |
*** kopparam has joined #heat | 05:13 | |
*** lazy_prince has quit IRC | 05:18 | |
*** gokrokve has joined #heat | 05:25 | |
*** fbo has quit IRC | 05:27 | |
*** fbo has joined #heat | 05:27 | |
*** harlowja is now known as harlowja_away | 05:30 | |
*** gokrokve has quit IRC | 05:34 | |
*** gokrokve has joined #heat | 05:34 | |
asalkeld | tiantian, isn't it bad to have modules with a "." in it? | 05:39 |
asalkeld | http://lists.openstack.org/pipermail/openstack-dev/2014-August/044194.html | 05:40 |
*** rakesh_hs2 has joined #heat | 05:41 | |
*** ananta has joined #heat | 05:41 | |
*** rakesh_hs has quit IRC | 05:41 | |
*** reed has quit IRC | 05:47 | |
*** k4n0 has joined #heat | 05:50 | |
*** tomek_adamczewsk has joined #heat | 05:50 | |
ananta | Hi! | 05:51 |
ananta | I see that there are few good topics related to convergence added in the kilo summit ehterpad | 05:52 |
asalkeld | hi ananta | 05:52 |
ananta | Hi Angus, good afternoon | 05:52 |
asalkeld | yeah, I added some i though would be useful | 05:52 |
asalkeld | (say if there could be better topics) | 05:52 |
ananta | these are good topics, and I was thinking we should add them to the wiki so that we have a place to see | 05:54 |
asalkeld | ananta, not to the wiki | 05:54 |
asalkeld | at this point i just want a good summery | 05:54 |
asalkeld | then once we have the accepted sessions | 05:55 |
asalkeld | we can make an etherpad for each | 05:55 |
asalkeld | then people can contribute during the session | 05:55 |
asalkeld | and type up the discussion/questions | 05:55 |
ananta | okay | 05:55 |
asalkeld | ananta, but if you just want to document convergence, sure add to the convergence one | 05:56 |
skraynev | good morning! | 05:56 |
skraynev | asalkeld, ananta good day (evening) | 05:56 |
ananta | sure...i was thinking when we discuss in summit the outcome and design we have discussed shld be documented in wiki | 05:57 |
asalkeld | hi skraynev | 05:57 |
ananta | hi skraynev | 05:57 |
asalkeld | ananta, mmm -> spec? | 05:57 |
*** gokrokve has quit IRC | 05:57 | |
* asalkeld showing my dislike for wikis | 05:57 | |
asalkeld | :-O | 05:57 |
asalkeld | ananta, they live for ever, but typically don't get updated | 05:57 |
*** gokrokve has joined #heat | 05:58 | |
*** andreaf has quit IRC | 05:58 | |
asalkeld | so we end up with heaps for old stuff there | 05:58 |
*** andreaf has joined #heat | 05:58 | |
ananta | umm... ok, I am fine with specs... the idea is get them somewhere so that we can review...most of us won't be in summit to attend it :( | 05:58 |
ananta | BTW, is there a way to attend summit remotely? | 05:59 |
asalkeld | ananta, for sure - use what ever tools help with that | 05:59 |
asalkeld | ananta, it's tricky but we can try | 05:59 |
asalkeld | maybe have someone with g+ | 05:59 |
asalkeld | and you at then end | 05:59 |
ananta | ok | 06:00 |
*** ishant has joined #heat | 06:00 | |
*** killer_prince has joined #heat | 06:00 | |
*** robklg has quit IRC | 06:00 | |
asalkeld | ananta, if you have ideas - we can try what ever you think will work best | 06:00 |
*** killer_prince is now known as lazy_prince | 06:00 | |
asalkeld | tho' some summits the network is great, others - not so good | 06:00 |
ananta | asalkeld, I just wanted to discuss the ones we have put in the spec and wiki | 06:01 |
ananta | I see that not everyone gets it due to lot of text etc... | 06:01 |
ananta | Just wanted to try | 06:01 |
asalkeld | ok | 06:01 |
asalkeld | sure, go ahead | 06:01 |
asalkeld | but lets remember to kill the wiki entry when it's no longer relervant | 06:02 |
*** gokrokve has quit IRC | 06:02 | |
ananta | asalkeld, sure, and we will have specs instead? | 06:02 |
asalkeld | ananta, that convergence wiki is great | 06:03 |
asalkeld | i am a little concerned we are going to get "spec'ed" to death - with lots of little convergence specs | 06:03 |
*** cmyster has quit IRC | 06:04 | |
ananta | asalkeld, I am still updating it and want to make sure the idea can be grasped without me being at the summit | 06:04 |
asalkeld | ok | 06:04 |
asalkeld | ananta, it would be great to walk some of us through it the week before too | 06:05 |
ananta | asalkeld, sure, and how would we do that? | 06:05 |
asalkeld | maybe a google hangout? | 06:06 |
asalkeld | i'd like at least zane and i on that | 06:06 |
ananta | sure, any dates of your preference? | 06:06 |
*** ishant has quit IRC | 06:06 | |
*** lazy_prince is now known as killer_prince | 06:06 | |
asalkeld | i am quite easy from a day of the week pov | 06:07 |
skraynev | sore, for the interruption: IMO google hangout is good idea, especially if we can collect the most of core members on this call. | 06:08 |
asalkeld | yip, TZ is the enemy | 06:09 |
skraynev | I would like to get more information about convergence from first hand :) | 06:09 |
asalkeld | for sure | 06:10 |
ananta | we obviously cannot bring everyone, let try with whoever can attend | 06:10 |
ananta | :) | 06:10 |
skraynev | ananta: +1, sure ;) | 06:11 |
*** ishant has joined #heat | 06:11 | |
ananta | asalkeld, I also wanted to know what the epxectations are w.r.t. the POC we are doing | 06:11 |
asalkeld | ananta, just super basic | 06:11 |
asalkeld | not even "normal" resources | 06:11 |
ananta | asalkeld, sure | 06:12 |
asalkeld | fake/test resources are fine | 06:12 |
ananta | so we try with, say just the randomstring as resources | 06:12 |
*** killer_prince is now known as lazy_prince | 06:12 | |
asalkeld | ananta, are you starting with a new resource class? | 06:13 |
asalkeld | (hoping yes) | 06:13 |
ananta | asalkeld, :) | 06:13 |
ananta | anything simple, I got it | 06:13 |
asalkeld | rm -rf stack.py resources | 06:14 |
*** cmyster has joined #heat | 06:14 | |
*** cmyster has quit IRC | 06:14 | |
*** cmyster has joined #heat | 06:14 | |
asalkeld | rip out most of service.py too | 06:14 |
*** liuhang has joined #heat | 06:14 | |
ananta | asalkeld, is there a test resource I can use? | 06:15 |
asalkeld | ananta, make one up | 06:15 |
asalkeld | ananta, https://github.com/asalkeld/heat/commit/6ff76e96a90da2771e95815d90a20657e71bf163 | 06:17 |
*** tomek_adamczewsk has quit IRC | 06:17 | |
*** ramishra has quit IRC | 06:18 | |
* asalkeld heading out for ~30mins | 06:18 | |
*** sileht has quit IRC | 06:19 | |
*** tomek_adamczewsk has joined #heat | 06:20 | |
*** cmyster has quit IRC | 06:21 | |
* ananta join back at 9 AM UTC | 06:25 | |
*** tomek_adamczewsk has quit IRC | 06:27 | |
*** gokrokve has joined #heat | 06:28 | |
tiantian | asalkeld: hi, thanks for mention http://lists.openstack.org/pipermail/openstack-dev/2014-August/044194.html, I've never noticed this:) | 06:29 |
asalkeld | mmm, i am not convinced it's applicable | 06:31 |
asalkeld | but directories with dots still can be a bit confusion in python | 06:31 |
asalkeld | KanagarajM, https://etherpad.openstack.org/p/Zero_downtime_upgrade | 06:32 |
asalkeld | added some notes | 06:32 |
*** gokrokve has quit IRC | 06:33 | |
*** liu_hang has joined #heat | 06:33 | |
*** ananta has quit IRC | 06:34 | |
*** liuhang has quit IRC | 06:35 | |
*** liuh__ has joined #heat | 06:36 | |
*** liu_hang has quit IRC | 06:39 | |
*** jprovazn has joined #heat | 06:40 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat-specs: Reorganize the code structure of resources https://review.openstack.org/129777 | 06:40 |
*** tomek_adamczewsk has joined #heat | 06:40 | |
*** ifarkas has joined #heat | 06:41 | |
*** ishant has quit IRC | 06:42 | |
*** radix has quit IRC | 06:47 | |
*** rm_work has quit IRC | 06:48 | |
*** radix has joined #heat | 06:49 | |
*** rm_work has joined #heat | 06:49 | |
*** sanjayu has quit IRC | 06:50 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat-specs: Reorganize the code structure of resources https://review.openstack.org/129777 | 06:50 |
*** Adri2000 has quit IRC | 06:54 | |
*** jstrachan has joined #heat | 06:54 | |
*** tspatzier has joined #heat | 06:54 | |
*** cmyster has joined #heat | 06:56 | |
*** tomek_adamczewsk has quit IRC | 06:57 | |
*** ishant has joined #heat | 06:59 | |
*** Adri2000 has joined #heat | 07:01 | |
*** pasquier-s has joined #heat | 07:02 | |
*** pas-ha has joined #heat | 07:06 | |
*** Putns has joined #heat | 07:07 | |
*** kopparam has quit IRC | 07:23 | |
*** kopparam has joined #heat | 07:24 | |
*** ishant has quit IRC | 07:24 | |
*** ishant has joined #heat | 07:27 | |
*** gokrokve has joined #heat | 07:28 | |
*** tomek_adamczewsk has joined #heat | 07:31 | |
*** gokrokve has quit IRC | 07:33 | |
*** kopparam has quit IRC | 07:33 | |
*** kopparam has joined #heat | 07:34 | |
*** Qiming_ has joined #heat | 07:37 | |
*** dimsum_ has joined #heat | 07:37 | |
shardy | morning all | 07:38 |
*** nocker has joined #heat | 07:38 | |
*** andreaf has quit IRC | 07:38 | |
*** kopparam has quit IRC | 07:38 | |
cmyster | morning | 07:38 |
nocker | hi | 07:38 |
nocker | a question about composition | 07:39 |
nocker | how can I reference from one nested stack a resource of other nested stack? | 07:39 |
nocker | for example: | 07:39 |
*** Qiming has quit IRC | 07:40 | |
nocker | main.yaml -> resource: name: type:other.yaml name2: type: something parameters: { get_resource: something_from_other.yaml } | 07:40 |
*** dimsum_ has quit IRC | 07:41 | |
*** jstrachan_ has joined #heat | 07:42 | |
asalkeld | nocker, i am a bit confused by that example | 07:42 |
asalkeld | maybe something a little more functional | 07:42 |
asalkeld | paste.openstack.org | 07:43 |
nocker | ok, 1 sec | 07:43 |
asalkeld | note: https://ask.openstack.org/en/question/51228/if-multiple-resources-are-created-in-a-nested-template-how-do-you-reference-the-attributes-of-those-resources/ | 07:43 |
asalkeld | nocker, basically you need to define outputs in the nested stack | 07:44 |
asalkeld | if that ^ is your issue | 07:44 |
*** jstrachan has quit IRC | 07:44 | |
*** jstrachan has joined #heat | 07:48 | |
asalkeld | nocker, http://paste.openstack.org/show/122551/ | 07:49 |
nocker | http://paste.openstack.org/show/122550/ | 07:49 |
cmyster | sec | 07:49 |
asalkeld | nocker, you see my nested.yaml | 07:49 |
asalkeld | it has outputs | 07:50 |
asalkeld | you can reference the outputs | 07:50 |
*** jcoufal has joined #heat | 07:50 | |
nocker | mmm, I have been trying with a similar example, but I doesn't work | 07:50 |
nocker | http://paste.openstack.org/show/122553/ | 07:51 |
cmyster | nocker: something that I used for the RDO: https://github.com/cmyster/templates/blob/master/juno_test_template.yaml and https://github.com/cmyster/templates/blob/master/lb_server.yaml | 07:51 |
*** jstrachan_ has quit IRC | 07:51 | |
asalkeld | nocker, change: | 07:52 |
cmyster | nocker: more complex maybe but it has what you need (from my understanding of it) | 07:52 |
asalkeld | - value: { get_attr: [superresource, name] } | 07:52 |
asalkeld | - value: { get_attr: [superresource, net_show_all] } | 07:52 |
*** jstrachan_ has joined #heat | 07:53 | |
*** stannie has joined #heat | 07:54 | |
nocker | of course, it was net_show_all, I was trying new things | 07:54 |
nocker | ERROR: The Referenced Attribute (superresource net_show_all) is incorrect. | 07:54 |
*** alexpilotti has joined #heat | 07:54 | |
*** lazy_prince is now known as killer_prince | 07:55 | |
*** jstrachan has quit IRC | 07:55 | |
asalkeld | nocker, i am off to make diner | 07:56 |
nocker | ok, thanks. I'm looking at cmyster example | 07:57 |
cmyster | asalkeld: for the more importent things, what are you making ? :) | 07:58 |
asalkeld | just a quick bbq | 07:58 |
*** jstrachan has joined #heat | 07:58 | |
cmyster | just had some. a kg of sirloin... | 07:59 |
*** killer_prince is now known as lazy_prince | 07:59 | |
nocker | cmyster: but, in your example you define a stack inside autoscalinggroup | 08:00 |
nocker | my idea is to have generic yamls to generate a server, a network (with net, subnet, router, ports...) | 08:01 |
*** jstrachan_ has quit IRC | 08:01 | |
cmyster | nocker: then instead of using an autoscaling group use a nova server | 08:01 |
cmyster | brb meeting | 08:02 |
*** jistr has joined #heat | 08:02 | |
*** Qiming__ has joined #heat | 08:02 | |
*** daneyon has quit IRC | 08:03 | |
*** daneyon has joined #heat | 08:04 | |
nocker | I don't get that one | 08:05 |
*** Qiming_ has quit IRC | 08:05 | |
*** nkhare has joined #heat | 08:06 | |
*** daneyon has quit IRC | 08:07 | |
*** daneyon has joined #heat | 08:08 | |
*** jyoti-ranjan has quit IRC | 08:10 | |
*** sanjayu has joined #heat | 08:12 | |
*** kopparam has joined #heat | 08:14 | |
*** ishant has quit IRC | 08:17 | |
*** kopparam has quit IRC | 08:18 | |
*** gokrokve has joined #heat | 08:28 | |
cmyster | nocker: don't get what ? | 08:29 |
openstackgerrit | Zhenguo Niu proposed a change to openstack/heat: Add some imports to hacking import_exceptions https://review.openstack.org/129846 | 08:29 |
*** kopparam has joined #heat | 08:30 | |
*** liu_hang has joined #heat | 08:31 | |
nocker | cmyster: how to use a nova server to use nested stacks | 08:32 |
*** gokrokve has quit IRC | 08:33 | |
nocker | I mean, is it not possible to define a yaml that create a net, subnet and a router, and reutilize it several times? and that could be referenced from outside the yaml | 08:33 |
*** jyoti-ranjan has joined #heat | 08:33 | |
*** lsmola has quit IRC | 08:33 | |
*** openstackgerrit has quit IRC | 08:34 | |
*** julienvey has joined #heat | 08:34 | |
*** liuh__ has quit IRC | 08:34 | |
*** openstackgerrit has joined #heat | 08:35 | |
*** sileht has joined #heat | 08:35 | |
cmyster | to create several networks? | 08:39 |
cmyster | so for each new server it gets a network of its own and a router ? | 08:39 |
cmyster | nocker ^ | 08:39 |
*** cdent has joined #heat | 08:44 | |
*** lsmola has joined #heat | 08:46 | |
nocker | sorry, well, I need to create three networks, then 3 servers connected to two of that networks | 08:47 |
*** ananta has joined #heat | 08:52 | |
*** ananta has left #heat | 08:54 | |
*** ananta has joined #heat | 08:54 | |
*** julienvey has quit IRC | 08:56 | |
*** julienvey has joined #heat | 08:57 | |
nocker | https://github.com/openstack/heat/blob/havana-eol/heat/engine/resources/stack.py#L75 | 09:03 |
nocker | seems that get_attr should be used with Outputs. but doesn't work also | 09:04 |
shardy | nocker: I definitely should work, although I admit I've not tested Havana for a long time | 09:05 |
*** lsmola has quit IRC | 09:05 | |
shardy | nocker: you might consider using the native provider resource interface to nested stacks, rather than the AWS resource, unless you specifically need portability with cloudformation | 09:07 |
shardy | http://hardysteven.blogspot.co.uk/2013/10/heat-providersenvironments-101-ive.html | 09:07 |
*** julienvey has quit IRC | 09:08 | |
shardy | That said, the AWS resource should work, so perhaps you can paste your template, possibly you have an error as the outputs section is not (or was not) fully validated | 09:09 |
*** andreaf_ is now known as andreaf | 09:10 | |
nocker | http://paste.openstack.org/show/122574/ | 09:11 |
shardy | nocker: in simple_main.yaml it should be just net_show_all not Outputs.net_show_all, because you're not using the AWS nested stack resource | 09:13 |
nocker | I have tried all combinations | 09:14 |
nocker | Â Â value: { get_attr: [superresource, m.Outputs.net_show_all] } ERROR: The Referenced Attribute (superresource m.Outputs.net_show_all) is incorrect. Â Â value: { get_attr: [superresource, Outputs.net_show_all] } ERROR: The Referenced Attribute (superresource Outputs.net_show_all) is incorrect. Â Â value: { get_attr: [superresource, net_show_all] } ERROR: The Referenced Attribute (superresource net_show_all) is incorrect. | 09:14 |
shardy | nocker: Ok, but what you have now is definitely wrong | 09:14 |
shardy | Also launch simple_net.yaml directly (heat stack-create net1 -f simple_net.yaml) | 09:15 |
shardy | and you heat stack-show to ensure the net_show_all output is displayed correctly | 09:15 |
nocker | yes, is show corretly: http://paste.openstack.org/show/122580/ | 09:17 |
*** julienvey has joined #heat | 09:17 | |
*** lsmola has joined #heat | 09:20 | |
shardy | nocker: Ok, then s/Outputs\.// should work | 09:21 |
shardy | Here's the code if you need to debug why it's not: | 09:21 |
shardy | https://github.com/openstack/heat/blob/havana-eol/heat/engine/stack_resource.py#L264 | 09:21 |
nocker | value: { get_attr: [superresource, Outputs.net_show_all] } ERROR: The Referenced Attribute (superresource Outputs.net_show_all) is incorrect. value: { get_attr: [superresource, net_show_all] } ERROR: The Referenced Attribute (superresource net_show_all) is incorrect. value: {"Fn::GetAtt": ["superresource", "Outputs.net_show_all"]} ERROR: The Referenced Attribute (superresource Outputs.net_show_all) is incorrect. value | 09:27 |
nocker | ops | 09:28 |
nocker | Â Â value: { get_attr: [superresource, Outputs.net_show_all] } | 09:28 |
nocker | Â Â value: { get_attr: [superresource, net_show_all] } | 09:28 |
nocker | Â Â value: {"Fn::GetAtt": ["superresource", "Outputs.net_show_all"]} | 09:28 |
nocker | Â Â value: {"Fn::GetAtt": ["superresource", "net_show_all"]} | 09:28 |
nocker | all these give error | 09:28 |
*** gokrokve has joined #heat | 09:28 | |
*** erkules_ is now known as erkules | 09:32 | |
*** gokrokve has quit IRC | 09:33 | |
*** jstrachan_ has joined #heat | 09:33 | |
*** jstrachan has quit IRC | 09:33 | |
*** KanagarajM has quit IRC | 09:38 | |
*** jstrachan has joined #heat | 09:43 | |
*** jstrachan_ has quit IRC | 09:43 | |
*** fayablazer has joined #heat | 09:45 | |
*** tspatzier__ has joined #heat | 09:54 | |
*** tspatzier has quit IRC | 09:56 | |
*** nosnos has quit IRC | 10:02 | |
*** nosnos has joined #heat | 10:03 | |
*** julienvey has quit IRC | 10:07 | |
*** Qiming__ has quit IRC | 10:07 | |
*** liu_hang has quit IRC | 10:07 | |
*** nosnos has quit IRC | 10:08 | |
*** jcoufal has quit IRC | 10:10 | |
*** ramishra has joined #heat | 10:13 | |
*** tomek_adamczewsk has quit IRC | 10:19 | |
*** jstrachan_ has joined #heat | 10:20 | |
*** jstrachan has quit IRC | 10:21 | |
*** fbo has quit IRC | 10:25 | |
*** mkollaro has joined #heat | 10:25 | |
openstackgerrit | A change was merged to openstack/heat: Functional test UpdateStackTest https://review.openstack.org/129497 | 10:27 |
*** gokrokve has joined #heat | 10:28 | |
*** gokrokve has quit IRC | 10:29 | |
*** gokrokve has joined #heat | 10:30 | |
openstackgerrit | A change was merged to openstack/heat: Don't stop update immediately on error https://review.openstack.org/129177 | 10:31 |
openstackgerrit | A change was merged to openstack/heat: stack delete fails when instance is soft deleted https://review.openstack.org/127822 | 10:31 |
*** tspatzier__ is now known as tspatzier | 10:32 | |
*** gokrokve has quit IRC | 10:35 | |
*** fbo has joined #heat | 10:36 | |
*** ramishra has quit IRC | 10:36 | |
*** jcoufal has joined #heat | 10:38 | |
*** jcoufal has quit IRC | 10:39 | |
*** jcoufal has joined #heat | 10:39 | |
*** asalkeld_ has joined #heat | 10:41 | |
*** fbo has quit IRC | 10:44 | |
*** asalkeld has quit IRC | 10:44 | |
*** kopparam has quit IRC | 10:52 | |
*** kopparam has joined #heat | 10:53 | |
*** ramishra has joined #heat | 10:54 | |
*** ananta_ has joined #heat | 10:56 | |
*** ananta_ has quit IRC | 11:01 | |
*** fbo has joined #heat | 11:01 | |
*** jyoti-ranjan has quit IRC | 11:01 | |
*** zhiwei has quit IRC | 11:04 | |
*** jamielennox_ has joined #heat | 11:05 | |
*** jamielennox_ is now known as jamielennox | 11:06 | |
*** ananta has quit IRC | 11:12 | |
*** ramishra has quit IRC | 11:14 | |
*** kopparam has quit IRC | 11:14 | |
*** kopparam has joined #heat | 11:16 | |
*** Qiming has joined #heat | 11:16 | |
*** julienvey has joined #heat | 11:17 | |
*** dimsum_ has joined #heat | 11:21 | |
*** julienvey has quit IRC | 11:22 | |
*** jyoti-ranjan has joined #heat | 11:23 | |
*** julienvey has joined #heat | 11:25 | |
*** jstrachan has joined #heat | 11:25 | |
*** jistr is now known as jistr|english | 11:27 | |
*** gokrokve has joined #heat | 11:28 | |
*** jstrachan_ has quit IRC | 11:29 | |
*** sgordon_ has joined #heat | 11:31 | |
*** gokrokve has quit IRC | 11:32 | |
*** jstrachan_ has joined #heat | 11:36 | |
*** kopparam has quit IRC | 11:37 | |
*** jprovazn has quit IRC | 11:37 | |
*** k4n0 has quit IRC | 11:37 | |
*** dsneddon has quit IRC | 11:37 | |
*** vijendar has quit IRC | 11:37 | |
*** rwsu has quit IRC | 11:37 | |
*** kbyrne has quit IRC | 11:37 | |
*** larsks has quit IRC | 11:37 | |
*** larsks has joined #heat | 11:37 | |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Validate nova server's metadata https://review.openstack.org/117076 | 11:37 |
*** larsks has quit IRC | 11:37 | |
*** larsks has joined #heat | 11:37 | |
*** dsneddon has joined #heat | 11:37 | |
*** vijendar has joined #heat | 11:37 | |
*** jprovazn has joined #heat | 11:37 | |
*** kbyrne has joined #heat | 11:37 | |
*** k4n0 has joined #heat | 11:37 | |
*** sanjayu has quit IRC | 11:38 | |
*** rwsu has joined #heat | 11:38 | |
*** jstrachan has quit IRC | 11:39 | |
*** jstrachan has joined #heat | 11:40 | |
*** kopparam has joined #heat | 11:42 | |
*** jstrachan_ has quit IRC | 11:43 | |
*** cmyster has quit IRC | 11:44 | |
*** cmyster has joined #heat | 11:44 | |
*** jprovazn has quit IRC | 11:46 | |
*** jprovazn has joined #heat | 11:46 | |
asalkeld_ | shardy, this might be worth remembering: http://www.gossamer-threads.com/lists/openstack/dev/42105 | 11:46 |
*** k4n0 has quit IRC | 11:46 | |
*** k4n0 has joined #heat | 11:46 | |
*** apporc has quit IRC | 11:48 | |
*** ananta has joined #heat | 11:52 | |
shardy | asalkeld_: Can you clarify? | 11:55 |
shardy | That's the first Ive seen of that, looks like the domain ID changed? That looks odd, are you saying I have a bug to address? | 11:55 |
asalkeld_ | that during upgrades the user_domain_id can change | 11:56 |
*** cmyster has quit IRC | 11:56 | |
shardy | why does that happen? | 11:56 |
asalkeld_ | no bug in heat | 11:56 |
asalkeld_ | shrug | 11:56 |
shardy | randomly changing uuid's for things over upgrades sounds like a horrible bug in keystone to me | 11:56 |
asalkeld_ | maybe need an upgrade faq | 11:56 |
*** cmyster has joined #heat | 11:57 | |
shardy | "if keystone randomizes your UUID's, do this" | 11:57 |
asalkeld_ | who, knows could have been user error | 11:57 |
shardy | More likely, it's a bug in whatever tool they use to the upgrade automation | 11:57 |
shardy | Ok, cool, no fire for me to put out then, phew ;) | 11:57 |
asalkeld_ | yeah, no worries | 11:58 |
ananta | Hi | 11:58 |
ananta | pep8 fails for my patch with "Stack.delete is too complex" error : http://logs.openstack.org/18/128918/3/check/gate-heat-pep8/10fd807/console.html | 11:58 |
ananta | how could i fix this? | 11:59 |
asalkeld_ | make it simpler | 12:00 |
ananta | asalkeld_, I could but that would be another change i guess | 12:01 |
asalkeld_ | so did you change stack.delete? | 12:01 |
ananta | asalkeld_ yup | 12:02 |
asalkeld_ | link to the review | 12:02 |
shardy | https://review.openstack.org/#/c/128918 | 12:02 |
asalkeld_ | so you have added to the most complex function | 12:02 |
asalkeld_ | in our code base | 12:02 |
ananta | https://review.openstack.org/#/c/128918/ | 12:03 |
*** EricGonczer_ has joined #heat | 12:03 | |
ananta | asalkeld_, yup | 12:03 |
shardy | ananta: this is where we ask you to refactor the most complex function in our codebase ;) | 12:03 |
asalkeld_ | :-) | 12:03 |
ananta | the bug is complex :) | 12:03 |
ananta | shardy, sure... i even had a email regarding this | 12:04 |
ananta | long time back that we should refactor the update_task and delete | 12:04 |
asalkeld_ | wow that is horrid | 12:04 |
asalkeld_ | totally needs doing | 12:04 |
shardy | IME mccabe complexity is mostly about too-big or too-deep functions, so that needs a cut/paste refactor into several smaller functions | 12:04 |
asalkeld_ | everyone send ananta some coffee | 12:05 |
shardy | It's also got five levels of conditionals in some places, which probably doesn't help ;) | 12:05 |
*** hdd has joined #heat | 12:05 | |
asalkeld_ | it's the number of "if's" | 12:05 |
asalkeld_ | well i am totally happy we added that check to flake8 | 12:06 |
* ananta desperately need a coffee | 12:06 | |
shardy | probably need to move the stuff after the if self.user_creds_id into a _delete_creds function or something | 12:07 |
shardy | asalkeld_: agree, but I also feel a little bit sorry for folks like ananta who get bitten adding small changes to already complex functions | 12:08 |
asalkeld_ | someone's gotta do it | 12:08 |
shardy | I guess we maybe need a bug for each function which is (too) near the limit? | 12:08 |
asalkeld_ | if you have a change to get in, you are at least motivated | 12:08 |
ananta | this is the email: http://lists.openstack.org/pipermail/openstack-dev/2014-August/042075.html | 12:09 |
asalkeld_ | shardy, maybe | 12:09 |
ananta | i had some thoughts then.. :) | 12:09 |
asalkeld_ | yeah | 12:09 |
asalkeld_ | ok, bed time - later all | 12:09 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/128038 | 12:10 |
asalkeld_ | enjoy the refactoring ;) | 12:10 |
*** asalkeld_ has quit IRC | 12:10 | |
*** EricGonczer_ has quit IRC | 12:12 | |
*** aweiteka has joined #heat | 12:14 | |
*** vijayagurug has joined #heat | 12:15 | |
sdake | shardy or asalkeld can you guys do me a favor rq | 12:19 |
shardy | sdake: hi, sure | 12:19 |
sdake | can you make me admin on the heat group at the FAS system | 12:19 |
*** sirushti has quit IRC | 12:20 | |
*** andreluiz has quit IRC | 12:20 | |
sdake | the reason is I need to borrow disk space from heat's fedora group for an image | 12:20 |
sdake | fas = fedora account system | 12:20 |
shardy | sdake: I can try, I'm not sure if I have superpowers to do that | 12:20 |
sdake | you do, I havae seen already | 12:21 |
sdake | you are admin | 12:21 |
sdake | I am lowly user | 12:21 |
*** ananta has quit IRC | 12:21 | |
sdake | to get to the front page google fedora account system | 12:21 |
sdake | click group list on left after logging in | 12:22 |
sdake | click Heat search | 12:22 |
sdake | click my name->promote I think | 12:22 |
*** sirushti has joined #heat | 12:22 | |
shardy | sdake: done | 12:23 |
*** ccrouch has joined #heat | 12:24 | |
sdake | thanks bro | 12:24 |
*** k4n0 has quit IRC | 12:28 | |
*** gokrokve has joined #heat | 12:28 | |
*** jdob has joined #heat | 12:29 | |
*** gokrokve has quit IRC | 12:33 | |
*** andreluiz has joined #heat | 12:33 | |
*** dimsum_ has quit IRC | 12:38 | |
*** dimsum_ has joined #heat | 12:39 | |
*** jyoti-ranjan has quit IRC | 12:43 | |
*** spzala has joined #heat | 12:47 | |
*** serg_melikyan has joined #heat | 12:51 | |
*** kopparam has quit IRC | 12:52 | |
*** kopparam has joined #heat | 12:53 | |
*** serg_melikyan has quit IRC | 12:55 | |
*** serg_mel_ has joined #heat | 12:55 | |
*** jprovazn has quit IRC | 12:57 | |
*** kopparam has quit IRC | 12:57 | |
*** lazy_prince is now known as killer_prince | 12:57 | |
*** robklg has joined #heat | 12:57 | |
*** jistr|english is now known as jistr | 12:57 | |
*** rpothier has joined #heat | 12:59 | |
*** jprovazn has joined #heat | 12:59 | |
*** pas-ha has quit IRC | 13:03 | |
*** jstrachan_ has joined #heat | 13:03 | |
*** serg_mel_ has quit IRC | 13:04 | |
*** jstrachan has quit IRC | 13:05 | |
*** serg_melikyan has joined #heat | 13:06 | |
*** tonisbones has joined #heat | 13:07 | |
*** sdake_ has quit IRC | 13:09 | |
*** sdake_ has joined #heat | 13:09 | |
*** sdake_ has quit IRC | 13:09 | |
*** sdake_ has joined #heat | 13:09 | |
*** radez_g0n3 is now known as radez | 13:17 | |
*** pas-ha has joined #heat | 13:18 | |
*** tomek_adamczewsk has joined #heat | 13:20 | |
*** jistr has quit IRC | 13:20 | |
*** jmckind has joined #heat | 13:23 | |
*** jistr has joined #heat | 13:23 | |
*** EricGonczer_ has joined #heat | 13:26 | |
*** andersonvom has joined #heat | 13:28 | |
*** tspatzier has quit IRC | 13:31 | |
*** hdd has quit IRC | 13:34 | |
*** jasond has joined #heat | 13:35 | |
*** Drago has joined #heat | 13:39 | |
*** radez is now known as radez_g0n3 | 13:41 | |
*** crose has joined #heat | 13:45 | |
*** ananta has joined #heat | 13:47 | |
*** jprovazn has quit IRC | 13:47 | |
*** pas-ha has quit IRC | 13:47 | |
*** nkhare has quit IRC | 13:48 | |
*** jprovazn has joined #heat | 13:48 | |
*** sabeen1 has joined #heat | 13:49 | |
*** shadower has quit IRC | 13:49 | |
*** jstrachan has joined #heat | 13:50 | |
*** shadower has joined #heat | 13:51 | |
*** nkhare has joined #heat | 13:52 | |
*** jstrachan_ has quit IRC | 13:53 | |
*** julienvey has quit IRC | 13:53 | |
*** julienvey has joined #heat | 13:53 | |
*** Murali has joined #heat | 13:55 | |
*** serg_melikyan has quit IRC | 13:56 | |
*** pas-ha has joined #heat | 13:57 | |
*** julienvey has quit IRC | 13:58 | |
*** serg_melikyan has joined #heat | 13:58 | |
*** gokrokve has joined #heat | 14:01 | |
*** julienvey has joined #heat | 14:03 | |
*** serg_melikyan has quit IRC | 14:03 | |
*** cody-somerville has quit IRC | 14:03 | |
*** ananta has quit IRC | 14:04 | |
*** hdd has joined #heat | 14:04 | |
*** pas-ha has quit IRC | 14:06 | |
openstackgerrit | A change was merged to openstack/heat: Inherit roles for create_trust_context() https://review.openstack.org/128509 | 14:14 |
*** ramishra has joined #heat | 14:15 | |
*** swygue has quit IRC | 14:16 | |
*** cody-somerville has joined #heat | 14:16 | |
*** ananta_ has joined #heat | 14:17 | |
*** ananta_ has left #heat | 14:19 | |
*** pas-ha has joined #heat | 14:19 | |
*** mkollaro has quit IRC | 14:20 | |
*** Drago has quit IRC | 14:21 | |
*** ramishra has quit IRC | 14:21 | |
*** ramishra has joined #heat | 14:23 | |
*** Drago has joined #heat | 14:24 | |
*** hdd has quit IRC | 14:24 | |
jdandrea | stevebaker: I found the smoking gun WRT the SoftwareDeployment. deploy_auth_url can't be reached. The public-facing URL must be used instead (which I *can* reach). Should I set this in heat.conf (and, if so, which setting)? | 14:25 |
jdandrea | stevebaker: Context - http://paste.openstack.org/show/122691/ | 14:25 |
*** reed has joined #heat | 14:26 | |
*** gokrokve has quit IRC | 14:28 | |
*** gokrokve has joined #heat | 14:29 | |
jdandrea | stevebaker: Oh. I wonder if this is related? https://bugs.launchpad.net/heat/+bug/1291097 | 14:29 |
uvirtbot | Launchpad bug 1291097 in heat "deployment native signalling failing" [High,Fix released] | 14:29 |
*** andreaf has quit IRC | 14:33 | |
*** tspatzier has joined #heat | 14:35 | |
*** mkollaro has joined #heat | 14:37 | |
*** kbyrne has quit IRC | 14:37 | |
openstackgerrit | Andrea Rosa proposed a change to openstack/heat: Add validation constraints on config inputs https://review.openstack.org/105496 | 14:39 |
*** derekh has joined #heat | 14:39 | |
*** ramishra has quit IRC | 14:40 | |
*** vijendar has quit IRC | 14:41 | |
*** vijendar has joined #heat | 14:41 | |
*** reed has quit IRC | 14:43 | |
*** serg_melikyan has joined #heat | 14:43 | |
*** reed has joined #heat | 14:43 | |
*** robklg has quit IRC | 14:44 | |
*** alexheneveld has quit IRC | 14:45 | |
jdandrea | larsks: Has anyone asked for a 'property-show' command? I often find myself extracting property values out of resource-show output, and that got me thinking ... ! | 14:45 |
*** alexheneveld has joined #heat | 14:46 | |
larsks | jdandrea: I think something like that would be useful. I don't know that I've seen a request for it, but I have often thought it would be handy. | 14:46 |
*** jprovazn has quit IRC | 14:47 | |
jdandrea | :) | 14:47 |
jdandrea | Perhaps this will be my first trip into blueprint land. | 14:47 |
*** kebray has joined #heat | 14:47 | |
*** kebray has quit IRC | 14:53 | |
*** serg_melikyan has quit IRC | 14:54 | |
*** jasond has quit IRC | 14:56 | |
*** randallburt has joined #heat | 15:00 | |
*** Drago has quit IRC | 15:01 | |
*** randallburt has quit IRC | 15:01 | |
*** randallburt has joined #heat | 15:01 | |
*** aweiteka has quit IRC | 15:03 | |
*** nkhare has quit IRC | 15:04 | |
*** julienvey has quit IRC | 15:05 | |
*** EricGonc_ has joined #heat | 15:06 | |
*** EricGonczer_ has quit IRC | 15:06 | |
*** julienvey has joined #heat | 15:07 | |
*** jstrachan_ has joined #heat | 15:09 | |
*** thedodd has joined #heat | 15:09 | |
*** jstrachan has quit IRC | 15:11 | |
*** vijendar1 has joined #heat | 15:12 | |
*** ramishra has joined #heat | 15:14 | |
*** jistr has quit IRC | 15:14 | |
*** ananta has joined #heat | 15:14 | |
*** vijendar has quit IRC | 15:15 | |
*** jcoufal has quit IRC | 15:16 | |
jdandrea | stevebaker: I tried adding a keystone_authtoken section. Strange result: http://paste.openstack.org/show/122717/ ... will keep hacking ... | 15:20 |
*** ramishra has quit IRC | 15:21 | |
*** ifarkas has quit IRC | 15:21 | |
*** radez_g0n3 is now known as radez | 15:22 | |
*** rakesh_hs2 has quit IRC | 15:25 | |
*** cody-somerville has quit IRC | 15:26 | |
*** andersonvom has quit IRC | 15:28 | |
*** andersonvom has joined #heat | 15:28 | |
openstackgerrit | Zhenguo Niu proposed a change to openstack/heat: Remove the deprecated heat/db/sync https://review.openstack.org/129944 | 15:29 |
*** serg_melikyan has joined #heat | 15:30 | |
*** sgordon_ has quit IRC | 15:36 | |
*** Qiming has quit IRC | 15:36 | |
*** alexpilotti has quit IRC | 15:38 | |
*** aweiteka has joined #heat | 15:38 | |
*** jistr has joined #heat | 15:43 | |
*** swygue has joined #heat | 15:44 | |
*** gokrokve has quit IRC | 15:52 | |
*** sgordon_ has joined #heat | 15:53 | |
*** jstrachan has joined #heat | 15:54 | |
*** jstrachan_ has quit IRC | 15:57 | |
*** praveenkumar has quit IRC | 15:57 | |
*** viktors is now known as viktors|afk | 15:57 | |
openstackgerrit | William C. Arnold proposed a change to openstack/heat: Fix legacy alarm matching_metadata broken by recent fix. https://review.openstack.org/129961 | 15:58 |
*** alexpilotti has joined #heat | 16:01 | |
*** pasquier-s has quit IRC | 16:02 | |
*** alexpilotti_ has joined #heat | 16:04 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Add snapshot restore HTTP API https://review.openstack.org/92125 | 16:04 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Implement stack restore https://review.openstack.org/92124 | 16:04 |
*** alexpilotti has quit IRC | 16:07 | |
*** alexpilotti_ is now known as alexpilotti | 16:07 | |
*** cody-somerville has joined #heat | 16:10 | |
*** fayablazer has quit IRC | 16:11 | |
*** robklg has joined #heat | 16:12 | |
*** kebray has joined #heat | 16:14 | |
*** Murali has quit IRC | 16:19 | |
*** serg_melikyan has quit IRC | 16:20 | |
*** nocker has quit IRC | 16:23 | |
*** gokrokve has joined #heat | 16:25 | |
*** cdent has quit IRC | 16:29 | |
*** julienvey has quit IRC | 16:30 | |
*** julienvey has joined #heat | 16:31 | |
*** thedodd has quit IRC | 16:31 | |
*** pas-ha has quit IRC | 16:32 | |
*** thedodd has joined #heat | 16:32 | |
*** packet has joined #heat | 16:34 | |
*** packet has quit IRC | 16:34 | |
*** packet has joined #heat | 16:34 | |
*** julienvey has quit IRC | 16:35 | |
*** robklg has quit IRC | 16:37 | |
*** andersonvom has quit IRC | 16:44 | |
*** dimsum_ is now known as dims | 16:45 | |
*** derekh has quit IRC | 16:47 | |
*** randallburt has quit IRC | 16:47 | |
*** andersonvom has joined #heat | 16:49 | |
*** andersonvom has quit IRC | 16:49 | |
*** sdake_ has quit IRC | 16:50 | |
*** andersonvom has joined #heat | 16:50 | |
*** sjmc7 has joined #heat | 16:57 | |
*** sjmc7 has quit IRC | 16:57 | |
*** sarob has joined #heat | 16:57 | |
*** sjmc7 has joined #heat | 16:58 | |
*** packet has quit IRC | 17:01 | |
*** kebray has quit IRC | 17:02 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Make HARestarter do a proper lookup of the RefID https://review.openstack.org/129981 | 17:05 |
*** zigo has quit IRC | 17:08 | |
*** zigo has joined #heat | 17:08 | |
*** hdd has joined #heat | 17:10 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Make Cloud Loadbalancer properties updatable https://review.openstack.org/129391 | 17:13 |
*** harlowja_away is now known as harlowja | 17:15 | |
*** thedodd has quit IRC | 17:21 | |
*** killer_prince is now known as lazy_prince | 17:22 | |
*** radez is now known as radez_g0n3 | 17:24 | |
*** tomek_adamczewsk has quit IRC | 17:24 | |
*** radez_g0n3 is now known as radez | 17:26 | |
*** randallburt has joined #heat | 17:31 | |
*** thedodd has joined #heat | 17:35 | |
*** jdob has quit IRC | 17:38 | |
*** jdob has joined #heat | 17:38 | |
openstackgerrit | A change was merged to openstack/heat: Columns needs to be non-nullable for DB2 https://review.openstack.org/98733 | 17:39 |
*** ananta has left #heat | 17:40 | |
*** tspatzier has quit IRC | 17:40 | |
*** zigo has quit IRC | 17:41 | |
*** julienvey has joined #heat | 17:41 | |
*** zigo has joined #heat | 17:41 | |
*** jistr has quit IRC | 17:43 | |
*** julienvey has quit IRC | 17:46 | |
*** jstrachan_ has joined #heat | 17:47 | |
*** lazy_prince is now known as killer_prince | 17:48 | |
*** spzala has quit IRC | 17:48 | |
*** jstrachan has quit IRC | 17:50 | |
*** jstrachan has joined #heat | 17:51 | |
*** jprovazn has joined #heat | 17:52 | |
*** Linuturk has joined #heat | 17:52 | |
Linuturk | o/ | 17:52 |
*** jstrachan_ has quit IRC | 17:54 | |
*** jstrachan_ has joined #heat | 17:56 | |
*** jistr has joined #heat | 17:56 | |
*** tomek_adamczewsk has joined #heat | 17:57 | |
*** spzala has joined #heat | 17:58 | |
*** jstrachan has quit IRC | 17:58 | |
*** jstrachan has joined #heat | 17:59 | |
*** serg_melikyan has joined #heat | 18:00 | |
*** sarob has quit IRC | 18:00 | |
*** sarob has joined #heat | 18:01 | |
*** jstrachan_ has quit IRC | 18:02 | |
*** serg_melikyan has quit IRC | 18:03 | |
*** jstrachan has quit IRC | 18:07 | |
*** sdake_ has joined #heat | 18:10 | |
*** radez is now known as radez_g0n3 | 18:14 | |
*** radez_g0n3 is now known as radez | 18:15 | |
*** randallburt has quit IRC | 18:16 | |
*** tspatzier has joined #heat | 18:16 | |
*** dsneddon has quit IRC | 18:17 | |
*** tspatzier has quit IRC | 18:18 | |
*** dsneddon has joined #heat | 18:18 | |
*** alexheneveld has quit IRC | 18:20 | |
*** kebray has joined #heat | 18:20 | |
*** tomek_adamczewsk has quit IRC | 18:20 | |
*** alexheneveld has joined #heat | 18:21 | |
*** kopparam has joined #heat | 18:22 | |
*** thedodd has quit IRC | 18:23 | |
*** tomek_adamczewsk has joined #heat | 18:23 | |
*** tspatzier has joined #heat | 18:27 | |
*** tomek_adamczewsk has quit IRC | 18:30 | |
*** alexheneveld has quit IRC | 18:30 | |
*** jistr has quit IRC | 18:31 | |
*** tspatzier has quit IRC | 18:33 | |
*** jamielennox has quit IRC | 18:38 | |
*** tomek_adamczewsk has joined #heat | 18:39 | |
*** kebray has quit IRC | 18:39 | |
openstackgerrit | calfonso proposed a change to openstack/heat-templates: Removing openshift-enterprise and moving the templates to a private github repo that the OpenShift Enterprise team will use to maintain the templates and package an rpm for RHEL from. https://review.openstack.org/129999 | 18:43 |
*** radez is now known as radez_g0n3 | 18:43 | |
*** tspatzier has joined #heat | 18:44 | |
*** randallburt has joined #heat | 18:44 | |
*** pasquier-s has joined #heat | 18:45 | |
*** pasquier-s has quit IRC | 18:46 | |
openstackgerrit | A change was merged to openstack/heat: Fix DB2 column 'id' autoincrement issue https://review.openstack.org/92073 | 18:47 |
*** pasquier-s has joined #heat | 18:51 | |
*** julienvey has joined #heat | 18:54 | |
*** julienve_ has joined #heat | 18:56 | |
*** thedodd has joined #heat | 18:57 | |
*** julienvey has quit IRC | 18:59 | |
*** julienve_ has quit IRC | 19:04 | |
*** sarob has joined #heat | 19:04 | |
*** derekh has joined #heat | 19:06 | |
*** stannie has quit IRC | 19:07 | |
*** jamielennox has joined #heat | 19:09 | |
*** jistr has joined #heat | 19:10 | |
*** sarob has quit IRC | 19:10 | |
*** julienvey has joined #heat | 19:10 | |
*** sarob has joined #heat | 19:11 | |
stevebaker | jdandrea: do you have a keystone v3 endpoint in your openstack? | 19:11 |
*** cody-somerville has quit IRC | 19:13 | |
*** radez_g0n3 is now known as radez | 19:14 | |
*** julienvey has quit IRC | 19:15 | |
*** hdd has quit IRC | 19:16 | |
*** sdake_ has quit IRC | 19:20 | |
*** tomek_adamczewsk has quit IRC | 19:24 | |
*** thedodd has quit IRC | 19:27 | |
*** thedodd has joined #heat | 19:30 | |
*** hiddentoken has joined #heat | 19:32 | |
*** hiddentoken has quit IRC | 19:32 | |
*** hiddentoken has joined #heat | 19:33 | |
*** packet has joined #heat | 19:33 | |
*** jmckind has quit IRC | 19:34 | |
*** packet has quit IRC | 19:35 | |
openstackgerrit | Ryan Brown proposed a change to openstack/heat: Add a preview endpoint for stack updates https://review.openstack.org/122473 | 19:36 |
*** kopparam has quit IRC | 19:37 | |
*** blomquisg has quit IRC | 19:37 | |
*** jamielennox has quit IRC | 19:38 | |
*** jmckind has joined #heat | 19:39 | |
*** jmckind has quit IRC | 19:39 | |
*** jmckind has joined #heat | 19:40 | |
*** charlesr has joined #heat | 19:40 | |
*** jmckind has quit IRC | 19:40 | |
*** jmckind has joined #heat | 19:41 | |
*** jmckind has quit IRC | 19:41 | |
*** jmckind has joined #heat | 19:42 | |
*** jmckind has quit IRC | 19:42 | |
*** hiddentoken has quit IRC | 19:42 | |
*** jmckind has joined #heat | 19:42 | |
*** jmckind has quit IRC | 19:43 | |
*** jmckind has joined #heat | 19:43 | |
*** jmckind has joined #heat | 19:44 | |
*** sarob has quit IRC | 19:47 | |
*** sarob has joined #heat | 19:47 | |
openstackgerrit | Ryan Brown proposed a change to openstack/python-heatclient: Add CLI option for update dry-run https://review.openstack.org/126957 | 19:50 |
jdandrea | stevebaker: If I look at :5000/v3 I do get openstack.identity-v3 (stable status). | 19:51 |
jdandrea | Does that count? | 19:51 |
*** sarob has quit IRC | 19:52 | |
stevebaker | jdandrea: probably. So your server can't reach keystone, that sounds like a network issue you need to diagnose | 19:53 |
jdandrea | I can reach it. | 19:54 |
openstackgerrit | A change was merged to openstack/heat: ResourceGroup add remove_policies property https://review.openstack.org/128365 | 19:55 |
stevebaker | jdandrea: are you still getting this? AuthorizationFailure: Authorization failed: Unable to establish connection to http://192.168.13.101:5000/v3/auth/tokens | 19:55 |
jdandrea | But it's using an IP instead of the public interface. IIRC, the API services are configured this way to reduce interference between tenant traffic and OpenStack control. | 19:56 |
jdandrea | So I'd have to use http://my.fqdn:5000/v3/auth/tokens instead of http://my.ip:5000/... | 19:56 |
*** swygue has quit IRC | 19:56 | |
jdandrea | If I can set that in heat.conf I'm golden. (I already do this for heat_metadata_server_url and heat_waitcondition_server_url.) | 19:57 |
jdandrea | (Public vs private network, basically.) | 19:57 |
stevebaker | jdandrea: hmm, the heat.conf options are only for heat endpoints | 19:58 |
jdandrea | Ok. So ... I'm stuck? :-o | 19:58 |
jdandrea | Hmm. | 19:58 |
jdandrea | How does anyone get to that IP if VMs aren't allowed to reach them over the private network? | 19:59 |
*** boris-42 has quit IRC | 19:59 | |
stevebaker | jdandrea: so your keystone catalog has endpoints as IP addresses, and those IP address are not valid from your nova servers? | 19:59 |
*** tonisbones has quit IRC | 20:00 | |
*** jistr has quit IRC | 20:01 | |
*** derekh has quit IRC | 20:01 | |
jdandrea | stevebaker: It has both. Domain names for publicurl and IPs for internal and adminurl. | 20:02 |
jdandrea | It has more to do with how our local *network* is set up though. | 20:02 |
jdandrea | A ha. | 20:04 |
jdandrea | I can reach it on my own just fine, but it's not in our endpoint list. | 20:04 |
*** andersonvom has quit IRC | 20:04 | |
*** fbo has quit IRC | 20:04 | |
jdandrea | So when you asked if I have a v3 keystone endpoint, my answer is really "no" even though if I try to reach it on my own, I can get there. | 20:06 |
stevebaker | jdandrea: so it should be using the publicurl, and if the domain doesn't resolve correctly on your nova server you could always write out an /etc/hosts on boot with cloud-init | 20:07 |
stevebaker | jdandrea: yeah, heat does a replace of v2.0 to v3 if the v3 endpoint isn't in the catalog. Its a bit of a hack for a versioned keystone endpoint | 20:07 |
jdandrea | stevebaker: Ah, got it. I can use this format? http://paste.openstack.org/show/122832/ | 20:08 |
*** kebray has joined #heat | 20:08 | |
*** cody-somerville has joined #heat | 20:10 | |
jdandrea | stevebaker: So now it will use the publicurl, which *does* use a FQDN in our install. Yay. | 20:13 |
stevebaker | jdandrea: actually there may be something in heat.conf you can set. Try setting heat.conf [keystone_authtoken] auth_uri to the keystone v2.0 endpoint with your desired hostname | 20:13 |
jdandrea | stevebaker: Oh! I tried that before. Scroll back to "I tried adding a keystone_authtoken section" or see http://paste.openstack.org/show/122717/ - I explicitly set it but it was as if the heat shell config didn't exist. | 20:15 |
jdandrea | Maybe auth_version=v3 instead of v3.0 | 20:15 |
*** jamielenz has joined #heat | 20:16 | |
*** jamielenz is now known as jamielennox | 20:17 | |
stevebaker | jdandrea: yes, I think its v3, but you're getting into territory now which shardy could help better | 20:18 |
jdandrea | hehe, ok. :) | 20:18 |
jdandrea | stevebaker: I had stumbled upon this, which is what gave me the idea. https://bugs.launchpad.net/heat/+bug/1291097 | 20:18 |
uvirtbot | Launchpad bug 1291097 in heat "deployment native signalling failing" [High,Fix released] | 20:18 |
jdandrea | Comment #12 in particular. | 20:19 |
jdandrea | According to shardy's comment there, auth_version should really be "v3.0" and not "v3" (but the uri *does* end in "/v3"). | 20:20 |
*** tomek_adamczewsk has joined #heat | 20:20 | |
jdandrea | Maybe I'll leave it then. shardy, can you help shed light on this one? (SoftwareDeployment native signaling failing on my end. Looking at bug 1291097 for clues.) | 20:21 |
uvirtbot | Launchpad bug 1291097 in heat "deployment native signalling failing" [High,Fix released] https://launchpad.net/bugs/1291097 | 20:21 |
*** sarob has joined #heat | 20:26 | |
*** fbo has joined #heat | 20:31 | |
*** boris-42 has joined #heat | 20:32 | |
larsks | jdandrea: My heat.conf (which seems to work) has auth_version=3 | 20:33 |
jdandrea | larsks: Oh good, ty | 20:33 |
jdandrea | I'll try it with v3 then. (Consistency would be good.) | 20:33 |
jdandrea | Now that I've added the endpoint, though, perhaps it will work regardless. I can try both ways. | 20:34 |
*** tomek_adamczewsk has quit IRC | 20:34 | |
stevebaker | jdandrea: also can you just avoid all this keystone malarkey by using the default signal_transport: CFN_SIGNAL? | 20:35 |
jdandrea | stevebaker: That wasn't working either, and only for SoftwareDeployment (for SoftwareConfig, it is working though). | 20:36 |
stevebaker | jdandrea: which uses the heat.conf heat_metadata_server_url | 20:36 |
jdandrea | OTOH, if I don't use the native transport, I miss certain deploy script vars that come in handy for what I'm doing on the VM. | 20:37 |
jdandrea | (Nicer than putting them in the template.) | 20:37 |
stevebaker | oh, ok | 20:37 |
jdandrea | CFN_SIGNAL should work though, shouldn't it. It *does* work with SoftwareConfig, that much I can confirm. | 20:38 |
*** Murali_ has joined #heat | 20:39 | |
stevebaker | it should yes, assuming you've set a heat_metadata_server_url which the server can reach, and you're heat has a heat-api-cfn running, and your keystone has its ec2token endpoint enabled | 20:41 |
*** jamielennox has quit IRC | 20:41 | |
*** jprovazn has quit IRC | 20:41 | |
*** jdob has quit IRC | 20:43 | |
*** sabeen1 has quit IRC | 20:45 | |
*** radez is now known as radez_g0n3 | 20:46 | |
jdandrea | That's what's weird. heat-api-cfn is running, and heat_metadata_server_url can be reached by the VM. SoftwareConfig is happy. SoftwareDeployment with CFN_SIGNAL (the default, right?) isn't. :( | 20:47 |
jdandrea | Well, we're going to try it this way now. Hehe ... | 20:47 |
*** asalkeld has joined #heat | 20:47 | |
asalkeld | morning | 20:48 |
jdandrea | stevebaker: Whoops, hold. ec2token is not listed in keystone service-list. | 20:49 |
* jdandrea needs to re-read http://hardysteven.blogspot.com/2014/04/heat-auth-model-updates-part-2-stack.html | 20:50 | |
*** sergmelikyan has quit IRC | 20:50 | |
*** alexheneveld has joined #heat | 20:52 | |
*** kebray has quit IRC | 20:55 | |
jdandrea | stevebaker: Our keystone.conf does have an ec2 section (and EC2 is on 8773, which *is* responding). Again, however, no endpoint seen in keystone. | 20:55 |
*** julienvey has joined #heat | 20:57 | |
*** tspatzier has quit IRC | 20:57 | |
*** tspatzier has joined #heat | 20:58 | |
*** tspatzier has quit IRC | 20:58 | |
* jdandrea fixes that wagon ... | 20:59 | |
*** hdd has joined #heat | 21:02 | |
*** kebray has joined #heat | 21:04 | |
*** EricGonc_ has quit IRC | 21:08 | |
*** blomquisg has joined #heat | 21:15 | |
*** mkollaro has quit IRC | 21:15 | |
*** packet has joined #heat | 21:15 | |
*** packet has joined #heat | 21:15 | |
*** packet has quit IRC | 21:16 | |
*** packet has joined #heat | 21:16 | |
*** hiddentoken has joined #heat | 21:18 | |
*** jmckind_ has joined #heat | 21:19 | |
*** jmckind_ has quit IRC | 21:19 | |
*** jmckind_ has joined #heat | 21:20 | |
*** jmckind_ has quit IRC | 21:20 | |
*** jmckind has quit IRC | 21:20 | |
*** jmckind has joined #heat | 21:21 | |
*** hiddentoken has quit IRC | 21:22 | |
*** sarob has quit IRC | 21:32 | |
*** tomek_adamczewsk has joined #heat | 21:35 | |
*** alexpilotti has quit IRC | 21:35 | |
*** sabeen1 has joined #heat | 21:37 | |
*** sabeen1 has quit IRC | 21:37 | |
*** sabeen1 has joined #heat | 21:37 | |
*** alexpilotti has joined #heat | 21:38 | |
*** aweiteka has quit IRC | 21:40 | |
stevebaker | jdandrea: maybe heat.conf [ec2authtoken] auth_uri should be set to the ec2 endpoint (and heat-api-cnf restarted) | 21:40 |
stevebaker | jdandrea: heat-api-cfn | 21:40 |
*** alexpilotti has quit IRC | 21:41 | |
*** Murali_ has quit IRC | 21:41 | |
*** rpothier has quit IRC | 21:42 | |
*** alexpilotti has joined #heat | 21:43 | |
openstackgerrit | William C. Arnold proposed a change to openstack/heat: Implements stack lifecycle scheduler hints https://review.openstack.org/96889 | 21:47 |
openstackgerrit | William C. Arnold proposed a change to openstack/heat: Implements stack lifecycle scheduler hints https://review.openstack.org/96889 | 21:49 |
jdandrea | stevebaker: Interesting. It's now auth_uri = http://192.168.13.101:5000/v2.0 (let me guess, use the public uri instead). Also, I tried again and there's no evidence of the deployment on the server. | 21:51 |
*** tomek_adamczewsk has quit IRC | 21:53 | |
*** tomek_adamczewsk has joined #heat | 21:54 | |
*** charlesr has quit IRC | 21:56 | |
*** crose has quit IRC | 21:56 | |
*** jmckind has quit IRC | 21:57 | |
*** mspreitz has joined #heat | 21:58 | |
*** pasquier-s has quit IRC | 21:58 | |
*** spzala has quit IRC | 21:59 | |
*** gokrokve has quit IRC | 22:05 | |
stevebaker | jdandrea: yes, you'll need to set the host of auth_uri to something valid from the nova server | 22:09 |
stevebaker | jdandrea: and os-collect-config --one-time --debug again to see what is happening | 22:09 |
*** kebray has quit IRC | 22:10 | |
*** cody-somerville has quit IRC | 22:10 | |
*** cody-somerville has joined #heat | 22:15 | |
*** kebray has joined #heat | 22:17 | |
*** asalkeld has quit IRC | 22:18 | |
*** EricGonczer_ has joined #heat | 22:22 | |
*** mspreitz has quit IRC | 22:22 | |
*** sgordon_ has quit IRC | 22:27 | |
*** EricGonczer_ has quit IRC | 22:29 | |
*** asalkeld has joined #heat | 22:31 | |
*** dims_ has joined #heat | 22:35 | |
*** dims_ has quit IRC | 22:36 | |
*** dims_ has joined #heat | 22:36 | |
*** dims has quit IRC | 22:38 | |
*** kebray has quit IRC | 22:40 | |
*** thedodd has quit IRC | 22:46 | |
*** hdd has quit IRC | 22:47 | |
*** hdd has joined #heat | 22:48 | |
*** gokrokve has joined #heat | 22:48 | |
*** alexpilotti has quit IRC | 22:52 | |
*** sjmc7 has quit IRC | 22:52 | |
*** derekh has joined #heat | 23:05 | |
*** julienvey has quit IRC | 23:23 | |
*** sarob has joined #heat | 23:23 | |
*** julienvey has joined #heat | 23:23 | |
*** julienvey has quit IRC | 23:28 | |
*** EricGonczer_ has joined #heat | 23:44 | |
*** EricGonczer_ has quit IRC | 23:49 | |
*** jamielennox has joined #heat | 23:53 | |
*** sarob has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!