Monday, 2015-02-16

*** dims_ has quit IRC00:12
*** Qiming has joined #heat00:24
*** Qiming has quit IRC00:29
* asalkeld is off to doctor's appointment bbl00:40
*** asalkeld is now known as asalkeld_afk00:40
*** EricGonczer_ has joined #heat00:45
*** dimsum__ has joined #heat00:49
*** dimsum__ has quit IRC00:54
*** liusheng has quit IRC01:02
*** EricGonczer_ has quit IRC01:05
*** Qiming has joined #heat01:09
Qimingmorning01:10
*** Marga_ has joined #heat01:12
tiantianmorning01:14
*** EricGonczer_ has joined #heat01:25
*** EricGonczer_ has quit IRC01:25
*** pm90_ has joined #heat01:28
*** EricGonczer_ has joined #heat01:28
*** achanda has joined #heat01:28
*** achanda has quit IRC01:33
*** Marga__ has joined #heat01:52
*** Marga_ has quit IRC01:55
*** zhiwei has joined #heat01:56
*** asalkeld_afk is now known as asalkeld01:59
*** zz_gondoi has quit IRC02:01
*** gondoi has joined #heat02:08
*** EricGonczer_ has quit IRC02:12
*** jamielennox is now known as jamielennox|away02:19
*** jamielennox|away is now known as jamielennox02:27
*** erkules_ has joined #heat02:30
*** EricGonczer_ has joined #heat02:32
*** erkules has quit IRC02:33
*** ahonda has quit IRC02:47
*** achanda has joined #heat02:52
*** pm90_ has quit IRC02:56
*** pm90_ has joined #heat02:57
*** EricGonczer_ has quit IRC03:00
tiantianqiming&asalkeld: about to apply neutron constraint patches, have a look:) https://review.openstack.org/#/c/135835/  https://review.openstack.org/#/c/135875/ https://review.openstack.org/#/c/135880/03:02
Qiming23 patchsets ...03:04
tiantian?03:04
stevebakerzaneb: hey, you about03:04
Qimingtiantian, the only reason that I wasn't actively tracking this is that I'm not sure we should do such an eager validation03:05
QimingI'm still studying the property validation code03:05
Qimingtiantian, can you tell me what happens if a Nova server is referencing a Neutron port while the Neutron port is yet to be created?03:08
tiantianQiming: the port should be created before server creation, right?03:09
Qimingyes, but ... validation happens before creation?03:10
*** jaypipes has joined #heat03:10
tiantianQiming: I think so03:10
QimingA. port validate, B. port create, C. server validate D. server create03:11
tiantianQiming: right:)03:11
Qimingwhat's the sequence? A->C->B->D03:12
tiantianA-B-C-D03:12
Qiminghm... okay, maybe I have some misunderstanding here03:12
*** huangtianhua has joined #heat03:13
Qimingtiantian, http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/stack.py#n48003:14
Qimingthis line tells me that all resources are validated before creation03:15
Qimingso, the validation may happen twice, first without value, then with value?03:15
QimingI'm not sure I totally understand this line: http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/resource.py#n84403:17
asalkeldQiming: that's for nested stacks03:18
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/stack_resource.py#L6303:19
Qimingasalkeld, ah ... there it is03:19
asalkeldas the nested stack can't resolve the parent functions03:19
Qiminghmm, so the validation cannot be a thorough one03:20
asalkeldstrict validation is good, but there seems to be a  need for lots of work arounds03:20
asalkeldQiming: yip03:20
Qimingasalkeld, yes, agree03:20
Qimingit may lead to adhoc hacks here and there, though I love strict validation03:21
asalkeldhttps://github.com/openstack/heat/commit/e1e852856047313159699f6a814135b6a6fde5e503:22
Qimingokay, 'skips validation if resource is in INIT state', that is the 'hack' I'm referring to03:23
asalkeldthe only way around this, imho, is to generate samle data03:25
asalkeldsample03:25
asalkeldfor params, refs, etc03:25
Qimingso ... the first round of global validation completely ignores the constraints, because they are in INIT state03:25
huangtianhuago away for a while, so much discussion03:26
asalkeldQiming: that's ok'ish, mostly checking the basic structure of the template03:26
Qimingthen the second round, performed when creation, will do another round of validation ... but this time it is checked more strictly03:26
huangtianhuaI remembered there are many many times validations :)03:28
*** pm90_ has quit IRC03:28
asalkeldwe probably need caching03:28
asalkeldso we don't ask the services the same thing within a short time03:28
huangtianhuaasalkeld: +1 :)03:29
openstackgerritMerged openstack/heat: Manage deployment updated_at values  https://review.openstack.org/15430803:32
openstackgerritMerged openstack/heat: Move deployment handle_signal to rpc call  https://review.openstack.org/15430903:33
Qimingasalkeld, https://review.openstack.org/#/c/155329/03:40
asalkeldlooking03:40
QimingI was trying to clarify the protocol there -- how do we ensure the docs are up to date03:40
asalkeldi think she is just saying that people will see the new api before the code03:41
asalkelddoh03:42
asalkeldi think she is just saying that people will see the new api *docs* before the code03:42
Qimingthat would be okay to me03:42
asalkeld(tho' that assumes you don't chase trunk)03:42
Qimingbut she was actually saying "wait to merge these until Kilo is available to API users."03:42
asalkeldyeah, that assumes a lot03:43
Qimingmaybe a workflow -1 would be better, :)03:43
asalkeldthat people only consume official versions03:43
Qimingbtw, asalkeld, huangtianhua and I will disappear for about two weeks03:45
asalkeldwow, you guys are magicians03:45
asalkeld;)03:45
Qimingit is Chinese New Year's days03:45
asalkeldcool, enjoy03:45
Qimingtradition is go back hometown to reunion with whomever you haven't talked to in years03:46
openstackgerritMerged openstack/heat: Apply neutron network constraint  https://review.openstack.org/13582303:47
asalkeldyeah, I heard we have a big Chinese community here: http://www.sydneychinesenewyear.com/03:47
openstackgerritMerged openstack/heat: Add 'ha' property for OS::Neutron::Router  https://review.openstack.org/14392503:47
openstackgerritMerged openstack/heat: Change Nova::FloatingIPAssociation resource's id  https://review.openstack.org/13762803:47
openstackgerritMerged openstack/heat: Change Neutron::FloatingIPAssociation res's name  https://review.openstack.org/13779903:47
*** achanda has quit IRC04:00
*** tiantian has quit IRC04:04
*** pm90_ has joined #heat04:05
*** sdake_ has joined #heat04:17
*** sdake_ has quit IRC04:21
*** ananta has joined #heat04:29
openstackgerritKanagaraj Manickam proposed openstack/heat: Stop RPC server gracefully  https://review.openstack.org/15611804:29
*** ananta has quit IRC04:32
*** ananta has joined #heat04:32
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence message bus  https://review.openstack.org/15399904:35
*** sabeen1 has quit IRC04:36
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence message bus  https://review.openstack.org/15399904:48
*** nkhare has joined #heat04:53
*** KanagarajM has joined #heat04:59
*** achanda has joined #heat05:00
*** achanda has quit IRC05:06
*** Tango|2 has joined #heat05:41
openstackgerritMerged openstack/heat: [DOC] Minor - fixed typo in file extension  https://review.openstack.org/15591205:57
*** pm90_ has quit IRC06:02
*** Tango|2 has quit IRC06:04
*** dmn_ has joined #heat06:06
*** sdake_ has joined #heat06:08
*** achanda has joined #heat06:13
*** ahonda has joined #heat06:15
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::EC2::* resources to heat/engine/resources/aws/ec2  https://review.openstack.org/15568906:26
*** KanagarajM has quit IRC06:27
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfn  https://review.openstack.org/15600506:28
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::AutoScaling::* resources  https://review.openstack.org/15600806:28
openstackgerrithuangtianhua proposed openstack/heat: Move other aws resources to corresponding directory  https://review.openstack.org/15600906:29
openstackgerrithuangtianhua proposed openstack/heat: Move nova resources to engine/resources/openstack/nova/  https://review.openstack.org/15601206:31
skraynevgood morning06:33
*** pitr-ch has quit IRC06:41
openstackgerrithuangtianhua proposed openstack/heat: Move cinder volume resource  https://review.openstack.org/15601406:42
openstackgerrithuangtianhua proposed openstack/heat: Move neutron resources to /engine/resources/openstack/neutron  https://review.openstack.org/15602506:44
*** achanda has quit IRC06:45
openstackgerrithuangtianhua proposed openstack/heat: Move glance image resource  https://review.openstack.org/15602706:45
openstackgerrithuangtianhua proposed openstack/heat: Move swift resource  https://review.openstack.org/15602806:46
openstackgerrithuangtianhua proposed openstack/heat: Move ceilometer alarm resource  https://review.openstack.org/15603006:47
openstackgerrithuangtianhua proposed openstack/heat: Move heat resources  https://review.openstack.org/15603506:48
openstackgerrithuangtianhua proposed openstack/heat: Move sahara resources  https://review.openstack.org/15603606:50
openstackgerrithuangtianhua proposed openstack/heat: Move trove resource  https://review.openstack.org/15603706:51
*** sdake_ has quit IRC06:52
openstackgerrithuangtianhua proposed openstack/heat: Move resource inheritance class to engine/resources  https://review.openstack.org/15604106:54
*** dmn_ has quit IRC07:00
*** achanda has joined #heat07:04
*** Marga__ has quit IRC07:17
*** Qiming has quit IRC07:24
*** inc0 has joined #heat07:33
inc0good morning07:33
inc0asalkeld, ping07:34
asalkeldhi inc007:34
inc0hi, could you take a look here? https://review.openstack.org/#/c/154820/07:34
inc0I could use second opinion07:34
inc0I'm trying to push this field to oslo, but we might end up implementing it in heat07:35
asalkeldwhat do we need it for?07:36
asalkeldwhat field07:36
inc0stack field07:36
inc0I mean in stack07:36
asalkeldwhat field in the stack table?07:36
inc0parameters07:37
inc0and more importantly, template in raw templates07:38
asalkelddid you explain that?07:38
*** jprovazn has joined #heat07:38
inc0yup07:38
inc0problem is, it seems that only heat have this extensive, big, nested datastructures07:38
asalkeldinc0: we do have seriazation for this : see Template class07:39
asalkeldbut the issue is how it is written to the db?07:39
inc0I know, but I don't really want to use string field for that07:39
inc0its sqlalchemy.json_field07:39
asalkeldcan we define our own types?07:39
inc0so sqlalchemy does low level handling07:40
inc0yeah, we can07:40
asalkeldif we can, just do that and move on07:40
asalkeldthe only similar thing in nova might be metadata07:40
asalkeldhow is that done07:40
inc0metadata its just key->value07:41
inc0so its doable with normal dict07:41
asalkeldand value can be *anything*07:41
inc0but they don't care about that07:41
asalkeldand neither do we07:41
inc0well, I'll talk to them for a day or two, and if that wont work I'll just implement it on heat07:42
inc0in*07:42
asalkeldok, i don't see that as a big issue07:43
inc0I'll get back to this topic when someone else will try to implement json field;)07:43
asalkeldok07:44
* asalkeld goes back to making supper07:44
*** pitr-ch has joined #heat07:45
*** dmn_ has joined #heat07:48
*** pitr-ch has quit IRC07:51
*** chlong has quit IRC07:51
*** dmn_ has quit IRC08:02
*** shardy has joined #heat08:02
*** KanagarajM has joined #heat08:04
shardyjamielennox: Hey, if you're around, I wondered if you had any thoughts of the best way to fix bug #1420987 ?08:06
openstackbug 1420987 in heat "Heat not working with keystoneclient_v2" [High,Triaged] https://launchpad.net/bugs/142098708:06
shardyreporter says it's a regression caused by https://review.openstack.org/#/c/146368 but I've not had time to confirm that08:07
*** jistr has joined #heat08:08
*** jcoufal has joined #heat08:10
*** dmn_ has joined #heat08:11
*** mzbik has joined #heat08:12
*** achanda has quit IRC08:18
*** pitr-ch has joined #heat08:24
*** achanda has joined #heat08:28
*** achanda has quit IRC08:35
*** tspatzier has joined #heat08:36
*** KanagarajM has quit IRC08:37
*** KanagarajM has joined #heat08:38
*** achanda has joined #heat08:40
*** dulek has joined #heat08:40
*** tspatzier__ has joined #heat08:45
*** sorantis has joined #heat08:47
*** ifarkas has joined #heat08:47
*** tspatzier__ has quit IRC08:47
*** tspatzier has quit IRC08:48
openstackgerrithuangtianhua proposed openstack/heat: Import correct 'socket' module for 'host' config option  https://review.openstack.org/15615508:52
*** kairat_kushaev has quit IRC08:57
*** openstackgerrit has quit IRC08:57
*** openstackgerrit has joined #heat08:58
openstackgerrithuangtianhua proposed openstack/heat: Move trove resource  https://review.openstack.org/15603708:59
*** jistr has quit IRC08:59
*** alexheneveld has joined #heat09:02
*** achanda has quit IRC09:02
openstackgerrithuangtianhua proposed openstack/heat: Move resource inheritance class to engine/resources  https://review.openstack.org/15604109:02
*** Qiming has joined #heat09:03
*** tspatzier has joined #heat09:04
*** tspatzier has quit IRC09:04
cmystermorning09:07
cmyster-ish09:07
*** kairat_kushaev has joined #heat09:10
*** achanda has joined #heat09:12
*** lsmola has joined #heat09:20
openstackgerrithuangtianhua proposed openstack/heat: Allow adding event error when state changed  https://review.openstack.org/15567909:21
*** achanda has quit IRC09:23
*** dmn_ has quit IRC09:29
*** dmn_ has joined #heat09:29
*** i3lifee has joined #heat09:36
*** pas-ha has joined #heat09:37
*** alexheneveld has quit IRC09:38
*** alexheneveld has joined #heat09:39
*** dmn_ has quit IRC09:49
*** i3lifee_ has joined #heat09:50
*** pas-ha has quit IRC09:50
*** huangtianhua has quit IRC09:51
*** i3lifee has quit IRC09:51
*** sdake_ has joined #heat09:54
*** alexheneveld has quit IRC09:54
*** ishant has joined #heat09:57
*** pas-ha has joined #heat10:05
*** i3lifee_ has quit IRC10:06
*** ifarkas has quit IRC10:11
*** ifarkas has joined #heat10:14
*** KanagarajM has quit IRC10:55
*** dmn_ has joined #heat11:02
*** sorantis has quit IRC11:10
*** prazumovsky has joined #heat11:14
openstackgerritPeter Razumovsky proposed openstack/heat: Improve Property error msg for properties validate  https://review.openstack.org/12715011:16
*** zhiwei has quit IRC11:17
openstackgerritPeter Razumovsky proposed openstack/heat: Add resource_definitions check to Stack.validate  https://review.openstack.org/14097611:23
*** derekh has joined #heat11:23
*** jprovazn has quit IRC11:28
*** sorantis has joined #heat11:28
cmystershardy: there ?11:30
shardycmyster: hi11:34
cmysterhey, how was the weekend ?11:34
shardyQiming: Hey, did you figure out the oslo_log config setup in the end?11:34
shardyQiming: http://osdir.com/ml/openstack-dev/2015-01/msg01179.html11:34
shardyI'm looking at re-syncing oslo and ran into the same issue11:35
Qimingshardy, no11:35
shardycmyster: Hey, good thanks, and you?11:35
cmystercan't complain too hard ;)11:35
shardyQiming: Ok, np, just wanted to check we weren't duplicating effort, I'll add you to the review when I figure it out :)11:35
*** jprovazn has joined #heat11:35
cmystershardy: is there a way ATM to ask Heat to give me an exact list of parameters for a certain resource?11:35
Qimingshardy, sure11:35
shardycmyster: you mean the properties that it takes?11:36
shardys/takes/supports11:36
cmystersomething like that11:36
shardycmyster: heat resource-type-show gives you the schema, if that helps?11:37
cmysterbingo, thanks... I knew we had it just forgot how11:37
*** sdake_ has quit IRC11:39
*** sdake_ has joined #heat11:40
openstackgerritPeter Razumovsky proposed openstack/heat: Change RouterInterface resource's resource_id  https://review.openstack.org/13833611:43
*** dmn_ has quit IRC11:43
*** jprovazn has quit IRC11:52
*** jprovazn has joined #heat11:57
inc0guys, review plz https://review.openstack.org/#/c/154835/ -> required for versionedobjects to work with heat12:00
*** jprovazn has quit IRC12:06
asalkeldinc0: done12:09
*** dimsum__ has joined #heat12:11
inc0asalkeld, basically tzinfo was injected for legacy objects according to Dan's remarks above. I guess that shouldn't be the case now, and for sure shouldn't be the case in oslo - it directly mess up with data12:12
asalkeldinc0: cool - just add to commit message12:13
asalkeldditch the json type (add that to heat tree)12:13
inc0oki, I'll confirm that with Dan as well12:13
*** tochi has quit IRC12:14
*** shadower has joined #heat12:19
*** jprovazn has joined #heat12:19
*** nkhare has quit IRC12:23
*** aweiteka has joined #heat12:23
*** nkhare has joined #heat12:25
* asalkeld heads off to bed...12:27
*** asalkeld has quit IRC12:27
*** kbyrne has joined #heat12:37
*** tspatzier has joined #heat12:39
*** derekh has quit IRC12:46
*** derekh has joined #heat12:46
*** Marga_ has joined #heat12:47
*** aweiteka has quit IRC12:56
*** pas-ha has quit IRC12:57
*** cdent has joined #heat12:57
*** jdob has joined #heat13:00
*** nkhare has quit IRC13:01
*** jprovazn has quit IRC13:04
*** tspatzier has quit IRC13:04
*** dimsum__ is now known as dims13:05
*** dims is now known as Guest7026613:05
*** tspatzier has joined #heat13:07
*** pas-ha has joined #heat13:09
*** jcoufal_ has joined #heat13:10
*** tspatzier has quit IRC13:12
*** jcoufal has quit IRC13:13
*** EmilienM is now known as EmilienM|afk13:20
*** jprovazn has joined #heat13:24
*** coolsvap- is now known as coolsvap13:27
openstackgerritPeter Razumovsky proposed openstack/heat-specs: Improvements in deprecation process  https://review.openstack.org/15323513:31
*** sorantis has quit IRC13:31
*** sorantis has joined #heat13:33
openstackgerritSergey Kraynev proposed openstack/heat-specs: Improvements in deprecation process  https://review.openstack.org/15323513:46
*** Guest70266 is now known as dims__13:48
*** prazumovsky has quit IRC13:48
*** aweiteka has joined #heat13:48
*** inc0 has quit IRC13:54
*** inc0_ has joined #heat13:55
*** radez_g0n3 is now known as radez13:55
*** ananta has quit IRC13:56
*** wirehead_ has quit IRC13:58
*** wirehead_ has joined #heat13:58
*** Marga_ has quit IRC13:59
openstackgerritSergey Kraynev proposed openstack/heat-specs: Improvements in deprecation process  https://review.openstack.org/15323514:01
*** tspatzier has joined #heat14:01
*** hdd has joined #heat14:05
*** funzo has joined #heat14:11
*** rpothier has joined #heat14:17
*** tspatzier__ has joined #heat14:17
*** tspatzier has quit IRC14:18
*** mzbik has quit IRC14:21
*** tspatzier___ has joined #heat14:29
*** tspatzier___ has quit IRC14:31
*** tspatzier__ has quit IRC14:32
*** lpmulligan has joined #heat14:37
*** EricGonczer_ has joined #heat14:38
*** Chinorro_ has quit IRC14:39
*** jmckind has joined #heat14:47
*** Qiming has quit IRC14:47
*** pm90_ has joined #heat14:50
*** ishant has quit IRC14:56
*** cdent_ has joined #heat14:57
*** cdent has quit IRC14:57
*** cdent_ is now known as cdent14:57
*** tspatzier has joined #heat15:01
*** hdd has quit IRC15:03
*** beekneemech is now known as bnemec15:13
*** EmilienM|afk is now known as EmilienM15:16
*** inc0_ has quit IRC15:20
*** tspatzier__ has joined #heat15:22
*** sabeen has joined #heat15:23
*** tspatzier has quit IRC15:24
*** jasond has joined #heat15:25
*** vijendar has joined #heat15:28
*** pm90_ has quit IRC15:30
*** pm90_ has joined #heat15:31
*** alextricity has joined #heat15:32
*** EricGonczer_ has quit IRC15:33
alextricityHello :) Has anybody had a software deployment resource get stuck in the "create in progress" state? I'm logging the output of my config script and I know the script is finishing, but for some reason the software deploy resources just hangs.15:33
*** thedodd has joined #heat15:50
ryansbalextricity: that can happen if networking fails and the softwareconfig can't tell heat it's done running15:54
alextricityHmm..i see15:55
cmysterwasn't there an open bug there ?15:55
*** sarob has joined #heat15:56
*** jistr has joined #heat15:58
*** sarob has quit IRC16:00
*** david-lyle_afk is now known as david-lyle16:01
alextricityWhat SIGNAL does the software deploy resource send heat to tell it that it's finished?16:02
alextricityAnyway I can do that manually?16:02
*** thedodd has quit IRC16:04
*** spzala has joined #heat16:05
*** tspatzier__ has quit IRC16:07
*** Drago has joined #heat16:09
*** pitr-ch has quit IRC16:10
*** Drago has quit IRC16:11
*** Drago has joined #heat16:11
*** sdake_ has quit IRC16:13
*** Tango|2 has joined #heat16:13
*** thedodd has joined #heat16:15
*** sdake_ has joined #heat16:16
*** pm90_ has quit IRC16:19
*** sarob has joined #heat16:24
*** sarob_ has joined #heat16:24
shadoweralextricity: if you do heat resource-shouw <stack_name> <resource_name> for the software deployment, you should see a URL that you can ping manually16:25
shadoweriirc it's just POST to the URL (though it may be more involved, not sure now)16:25
*** kebray has joined #heat16:26
*** zigo has quit IRC16:26
*** sarob has quit IRC16:28
*** zigo has joined #heat16:31
*** jistr has quit IRC16:32
*** jpeeler has quit IRC16:32
*** pm90_ has joined #heat16:35
*** Marga_ has joined #heat16:37
*** pm90__ has joined #heat16:38
*** pm90___ has joined #heat16:40
*** sorantis has quit IRC16:41
*** pm90_ has quit IRC16:41
*** pm90_ has joined #heat16:42
*** pm90__ has quit IRC16:43
*** sdake__ has joined #heat16:43
*** pm90__ has joined #heat16:44
*** jmckind has quit IRC16:44
*** pm90__ has quit IRC16:45
*** pm90___ has quit IRC16:45
*** sarob_ has quit IRC16:46
*** pm90__ has joined #heat16:46
*** jpeeler has joined #heat16:46
*** jpeeler has joined #heat16:46
*** jmckind has joined #heat16:46
*** sdake_ has quit IRC16:46
*** pm90_ has quit IRC16:47
*** dulek has quit IRC16:52
*** pitr-ch has joined #heat16:56
*** sarob has joined #heat16:59
*** kebray has quit IRC17:03
*** thedodd has quit IRC17:05
*** thedodd has joined #heat17:05
*** kebray has joined #heat17:05
*** pitr-ch has quit IRC17:06
*** stannie has quit IRC17:11
alextricitySomething in my config script is causing the software deployment resource to hang. When I take the script out it works just fine....hmm...17:13
alextricityAll my script does is install an application from source17:13
*** coolsvap is now known as coolsvap_17:14
alextricityAre there any timeouts for software deployments/configs I need to be aware of?17:21
*** kebray has quit IRC17:25
*** pm90__ has quit IRC17:25
*** sdake__ has quit IRC17:25
*** Drago has quit IRC17:25
*** jasond has quit IRC17:25
*** shadower has quit IRC17:25
*** jtomasek has quit IRC17:25
*** sergmelikyan has quit IRC17:25
*** tellesnobrega has quit IRC17:25
*** jasond`` has quit IRC17:25
*** mkoderer has quit IRC17:25
*** mtreinish has quit IRC17:25
*** strictlyb has quit IRC17:25
*** tsufiev has quit IRC17:25
*** zaneb has quit IRC17:25
*** SergeyLukjanov has quit IRC17:25
*** gpocentek has quit IRC17:25
openstackgerritVijendar Komalla proposed openstack/heat: Rackspace:LoadBalancer add address in virtualIps  https://review.openstack.org/15456217:26
*** Drago has joined #heat17:30
*** Marga_ has quit IRC17:31
*** kebray has joined #heat17:31
*** pm90__ has joined #heat17:31
*** sdake__ has joined #heat17:31
*** jasond has joined #heat17:31
*** shadower has joined #heat17:31
*** jtomasek has joined #heat17:31
*** sergmelikyan has joined #heat17:31
*** tellesnobrega has joined #heat17:31
*** jasond`` has joined #heat17:31
*** mkoderer has joined #heat17:31
*** mtreinish has joined #heat17:31
*** 64MABZ0GB has joined #heat17:31
*** tsufiev has joined #heat17:31
*** zaneb has joined #heat17:31
*** SergeyLukjanov has joined #heat17:31
*** gpocentek has joined #heat17:31
*** che-arne has joined #heat17:32
*** andrearosa has quit IRC17:39
*** mkerrin has quit IRC17:39
*** dsneddon has joined #heat17:41
*** jrist has quit IRC17:46
*** kebray has quit IRC17:54
*** pas-ha has quit IRC17:56
*** jcoufal_ has quit IRC17:57
*** jrist has joined #heat17:59
*** reed has joined #heat18:02
*** sarob has quit IRC18:03
*** Marga_ has joined #heat18:03
*** radez is now known as radez_g0n318:04
*** EmilienM is now known as EmilienM|afk18:07
*** coolsvap_ is now known as coolsvap18:25
*** pm90__ has quit IRC18:34
*** sam22 has joined #heat18:36
*** sam22 has quit IRC18:36
openstackgerritSteven Hardy proposed openstack/heat: Move logging to use oslo_log library  https://review.openstack.org/15632318:37
openstackgerritSteven Hardy proposed openstack/heat: Sync oslo-incubator and remove log module  https://review.openstack.org/15632418:37
*** saju_m has joined #heat18:37
openstackgerritVijendar Komalla proposed openstack/heat: Rackspace:LoadBalancer add address in virtualIps  https://review.openstack.org/15456218:38
*** MasterPiece has joined #heat18:38
shardyalextricity: does the script work if you run it manually by sshing onto the box?18:40
alextricityYes, the script runs just fine. I set up logging with it and I can see it running, and eventually finishing.18:40
shardyalextricity: the most likely reason is networking, either the script can't read wherever the source is, or it can't signal heat when the Deployment is done18:40
alextricityshardy: I told the deployment to have a "signal_transport" of NO_SIGNAL for now. My dirty workaround was to swan a new deployment/config resource waiting for the script to finish.18:42
shardyalextricity: Are you specifying anything for "signal_transport", or using the default (on the Deployment resource)18:42
alextricityThat seems to work fine18:42
alextricityshardy: I was using the default before setting it to NO_SIGNAL18:42
shardyalextricity: Ok, so your networking isn't allowing the agent to talk to heat-api-cfn (or you've not got it running)18:42
alextricityThe default works just fine without me running my script. Something in the 'configure, make, make install' process for this app is breaking the signal18:43
shardyalextricity: weird, so a dummy script like echo "foo" > /tmp works fine without NO_SIGNAL?18:43
alextricityyes18:44
shardyhrm, not networking then, odd18:44
alextricityindeed. I <3 technology18:44
*** hdd has joined #heat18:46
*** ifarkas has quit IRC18:49
*** rdo has joined #heat18:55
Tango|2Quick question:  is it possible to do a resource-show on a resource in a nested stack?18:56
alextricityProbably not since heat views that entire nested stack as one resource, right?18:58
alextricityI heard that they made it easier to debug nested stacks in juno however18:58
*** erkules_ is now known as erkules19:11
*** radez_g0n3 is now known as radez19:12
Tango|2resource-list with a -n option would show the nested resources, but resource-show does not recognize the nested resource, and there is no depth option for resource-show19:13
*** spzala_ has joined #heat19:18
*** spzala has quit IRC19:19
*** spzala_ is now known as spzala19:19
alextricityyou could just poke around the database to see if it's in there19:21
*** sabeen3 has joined #heat19:23
*** sabeen has quit IRC19:25
*** dims__ has quit IRC19:25
*** coolsvap is now known as coolsvap_19:31
*** sdake is now known as sdake_ws19:37
Tango|2Yes, but it would be a little hard for typical user.19:37
*** thedodd has quit IRC19:44
*** MasterPiece has quit IRC19:49
*** sdake__ is now known as sdake19:54
*** thedodd has joined #heat19:56
openstackgerritWinnie Tsang proposed openstack/python-heatclient: Reuse existing registry and/or existing template  https://review.openstack.org/15469219:57
*** achanda has joined #heat19:58
*** kebray has joined #heat20:00
*** EmilienM|afk is now known as EmilienM20:04
*** achanda has quit IRC20:09
*** sarob has joined #heat20:22
*** kebray has quit IRC20:25
*** dims__ has joined #heat20:25
openstackgerritSabeen proposed openstack/heat: Added stack tag tests  https://review.openstack.org/15334320:26
*** sarob has quit IRC20:27
*** EricGonczer_ has joined #heat20:28
*** kebray has joined #heat20:30
*** dims__ has quit IRC20:30
*** Drago has quit IRC20:34
*** Drago has joined #heat20:34
*** EricGonczer_ has quit IRC20:34
*** jtomasek has quit IRC20:37
openstackgerritJason Dunsmore proposed openstack/heat: Encrypt Heat template hidden parameters  https://review.openstack.org/9790020:44
*** saju_m has quit IRC20:44
*** lpmulligan has quit IRC20:45
*** achanda has joined #heat20:45
openstackgerritAdrien VergĂ© proposed openstack/python-heatclient: Fix non-working endpoint type argument  https://review.openstack.org/15636120:45
*** dulek has joined #heat20:45
*** jprovazn has quit IRC20:47
*** dulek has quit IRC20:56
*** pm90_ has joined #heat20:58
*** pm90_ has quit IRC20:59
*** pm90_ has joined #heat20:59
*** jtomasek has joined #heat21:05
*** achanda has quit IRC21:06
*** lpmulligan has joined #heat21:12
*** tspatzier__ has joined #heat21:18
*** alexheneveld has joined #heat21:18
*** jcoufal has joined #heat21:29
*** dims__ has joined #heat21:33
*** dims_ has joined #heat21:34
*** dims__ has quit IRC21:38
*** kfox1111 has joined #heat21:44
kfox1111man, my luck with openstack the last 2 weeks has been bad. :/21:44
kfox1111ok, heat bug this time....21:44
kfox1111Tried to delete a heat stack as an admin that did not create it.21:44
kfox1111it failed while deleting the floatingip.21:45
kfox1111tried it again. it had already deleted the project, and its  failing now since it doesnt exist. :/21:45
*** jdob has quit IRC21:52
*** lpmulligan has quit IRC21:54
*** jamielennox is now known as jamielennox|away22:03
openstackgerritMerged openstack/heat: Stop RPC server gracefully  https://review.openstack.org/15611822:04
stevebakerkfox1111: that should be fixed in master22:09
stevebakeralextricity: still about?22:09
ryansb422:09
ryansboops.22:10
*** kebray has quit IRC22:10
*** kfox1111 has quit IRC22:11
stevebaker522:11
*** aweiteka has quit IRC22:12
*** jamielennox|away is now known as jamielennox22:14
*** che-arne has quit IRC22:15
*** EricGonczer_ has joined #heat22:17
*** asalkeld has joined #heat22:19
*** jtomasek has quit IRC22:19
*** sarob has joined #heat22:24
*** jasond has quit IRC22:25
openstackgerritSteven Hardy proposed openstack/heat: Move logging to use oslo_log library  https://review.openstack.org/15632322:28
openstackgerritSteven Hardy proposed openstack/heat: Sync oslo-incubator and remove log module  https://review.openstack.org/15632422:28
*** sarob has quit IRC22:29
*** kebray has joined #heat22:31
*** rpothier has quit IRC22:33
Tango|2stevebaker: Hi Steve22:34
*** achanda has joined #heat22:34
*** asalkeld_ has joined #heat22:35
*** asalkeld has quit IRC22:36
*** tspatzier__ has quit IRC22:38
*** kebray has quit IRC22:39
*** kebray has joined #heat22:40
stevebakerTango|2: hi22:49
*** fbo has quit IRC22:49
Tango|2stevebaker: I interested in working on a software config hook for fig/compose, so I would like to get your thought22:50
Tango|2stevebaker: Do you think it should be a separate hook altogether, or a modification from a current hook?22:51
*** asalkeld has joined #heat22:51
*** dims_ has quit IRC22:51
*** dims__ has joined #heat22:51
stevebakerTango|2: sounds like a good idea. I'd also like the docker hook to devolve into deploying only a single container instead of our partial support of the kubernetes format.22:52
*** asalkeld_ has quit IRC22:52
stevebakerTango|2: so we can end up with hoods for docker (one container), fig/compose(multi containers), and kubelet(multi containers)22:53
stevebakerhooks22:53
Tango|2stevebaker: Single container like what you would get with a Dockerfile?22:53
*** fbo has joined #heat22:54
stevebakerTango|2: like a straight replacement for the DockerInc::Docker::Container resource http://docs.openstack.org/developer/heat/template_guide/contrib.html#dockerinc-resource22:54
stevebakerramishra: ^^22:54
Tango|2stevebaker: I see.  That's good, so we would have a more uniform and consistent way to handle container22:55
stevebakerpeople can use the agent/format they prefer (or have already adopted outside of heat). kubernetes, compose or raw docker22:56
Tango|2stevebaker: Right, that's why I would like to fill the gap in using fig/compose.  So I guess I  should start with a spec for review, and incorporate feedback from everyone?22:57
stevebakerTango|2: A Wishlist bug on the heat-templates launchpad would likely be enough23:04
Tango|2OK, let me start with that23:05
openstackgerritMerged openstack/heat-specs: Add support for PCI ports in OS::Neutron::Port  https://review.openstack.org/12639923:05
*** vijendar has quit IRC23:05
*** jmckind has quit IRC23:05
*** asalkeld_ has joined #heat23:07
*** asalkeld has quit IRC23:08
*** cdent has quit IRC23:09
*** chlong has joined #heat23:09
*** achanda has quit IRC23:21
*** sarob has joined #heat23:26
*** EricGonczer_ has quit IRC23:28
*** Marga_ has quit IRC23:28
*** Marga_ has joined #heat23:28
*** EricGonczer_ has joined #heat23:29
*** dims_ has joined #heat23:30
*** sarob has quit IRC23:31
*** dims__ has quit IRC23:32
*** Marga_ has quit IRC23:35
*** Marga_ has joined #heat23:35
*** tochi has joined #heat23:41
*** EricGonczer_ has quit IRC23:41
*** lipinski has joined #heat23:42
*** signed8bit has joined #heat23:42
lipinskiWhere can I find information about using block_device_mapping vs VolumeAttachment?23:43
lipinskiThey seem to be identical, and we have used both thus far, but are learning that in Juno, there are problems with using both for attaching a volume to a VM.23:44
*** EricGonczer_ has joined #heat23:46
*** dims__ has joined #heat23:47
*** dims_ has quit IRC23:47
*** alexheneveld has quit IRC23:49
*** thedodd has quit IRC23:49
*** alexheneveld has joined #heat23:52
*** Marga_ has quit IRC23:52
*** alexheneveld has quit IRC23:53
*** Marga_ has joined #heat23:53
*** dims__ has quit IRC23:56
*** dims_ has joined #heat23:56
*** jcoufal_ has joined #heat23:59

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