Thursday, 2015-09-24

*** jfluhmann has quit IRC00:06
*** zns has quit IRC00:07
*** sirushti has quit IRC00:07
*** Qiming has quit IRC00:08
*** hdd has joined #heat00:10
openstackgerritZane Bitter proposed openstack/heat: Make ClientPlugin.ignore_not_found a context manager  https://review.openstack.org/22660000:16
*** manishg_ has joined #heat00:20
openstackgerritZane Bitter proposed openstack/heat-cfntools: Don't run commands given as list on shell  https://review.openstack.org/22663100:22
*** shadower has quit IRC00:23
*** shadower has joined #heat00:23
*** manishg has quit IRC00:24
openstackgerritMerged openstack/heat: Make sure we can use nova-network  https://review.openstack.org/22660700:27
openstackgerritZane Bitter proposed openstack/heat: Only fail Volume deletion in 'error_deleting' state  https://review.openstack.org/22650400:28
*** jaime49 has quit IRC00:30
zanebstevebaker: how do I submit a patch to stable/liberty?00:30
stevebakerzaneb: um00:30
zanebI tried that ^ one above, and it just uploaded another patchset to master00:30
zanebbtw, I think you broke gerrit, your +2/+A never showed up00:30
zanebbut it's definitely toast now because new patch set00:31
zanebsigh00:31
stevebakerzaneb: there will need to be a change like this first https://review.openstack.org/#/c/22602600:32
asalkeldzaneb: https://wiki.openstack.org/wiki/StableBranch#Proposing_Fixes00:33
asalkeldgit review stable/liberty00:33
stevebakerah00:33
*** achanda has joined #heat00:33
*** manishg_ has quit IRC00:33
asalkeldassuming that branch exists00:34
stevebakerit does00:34
openstackgerritMerged openstack/heat-cfntools: Don't run commands given as list on shell  https://review.openstack.org/22663100:34
asalkeldremember to do "git cherry-pick -x <commit>" (you need the -x)00:34
*** d0ugal has quit IRC00:35
zanebasalkeld: I did it from a branch that was tracking stable/liberty. that's usually good enough00:36
zanebworks for all the other stable branches00:36
asalkeldnot sure zaneb , i have always used the "review stable/foo"00:36
zanebah00:37
zanebmaybe they all have something sneaky like https://review.openstack.org/#/c/226026/1/.gitreview00:37
*** achanda has quit IRC00:38
*** d0ugal has joined #heat00:40
*** d0ugal is now known as Guest6585300:40
zanebgot it, thanks asalkeld00:41
*** kfox1111 is now known as kfox1111_away00:42
*** pratikmallya has quit IRC00:43
*** jecarey has joined #heat00:48
*** boris-42 has quit IRC00:49
asalkeldwill someone bash this in https://review.openstack.org/#/c/219485 (simple coverage for resource facade function)00:49
*** ricolin has joined #heat00:52
openstackgerritMerged openstack/heat: Some lambda were replaced on def  https://review.openstack.org/22263700:58
asalkeldyeah for no lambda!01:02
*** sdake has joined #heat01:03
*** hdd has quit IRC01:11
openstackgerritMerged openstack/heat: Adding basic test to exercise the heat event APIs.  https://review.openstack.org/21902501:13
*** jfluhmann has joined #heat01:18
*** manishg has joined #heat01:19
*** manishg has quit IRC01:25
*** manishg has joined #heat01:25
*** Marga__ has joined #heat01:29
*** Marga_ has quit IRC01:32
*** Marga__ has quit IRC01:33
*** Yanyanhu has joined #heat01:39
*** Yanyan has joined #heat01:40
stevebakeryeah nah lambda01:40
*** zhenguo has joined #heat01:43
*** Yanyanhu has quit IRC01:44
*** Yanyan has quit IRC01:44
*** Yanyanhu has joined #heat01:45
asalkeldstevebaker: i have added more info on convergence, see if you agree: https://etherpad.openstack.org/p/heat-liberty-release-notes01:54
stevebakerasalkeld: thanks, looks like a good start01:56
asalkeldk01:56
asalkeldit's just a start, so feel free to rip into it01:57
*** achanda has joined #heat02:01
*** sdake has quit IRC02:06
*** hdd has joined #heat02:14
*** Qiming has joined #heat02:38
EmilienMhello Heat'ers, I think I might have found a bug02:51
EmilienMI'm working Puppet OpenStack integration testing02:51
EmilienMand I'm running a node with heat-* services, deployed by Puppet02:52
EmilienMhttp://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/logs/heat/heat-api.txt.gz#_2015-09-24_02_39_19_74002:52
EmilienMsee the bd5f0f2f-4dae-4239-a176-bd66a9f07b09 request02:52
EmilienMit looks like the POST was posted before heat-api actually connected to AMQP02:52
EmilienMso iiuc, heat-api connects to AMQP only when it gets a POST02:53
EmilienMbut since the message is not send to heat-engine, the request will fail02:53
EmilienMthe error is here: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/logs/heat/heat-api.txt.gz#_2015-09-24_02_39_20_16002:54
EmilienMI see Authorization failed - so I'm double checking keystone logs02:54
*** sergmelikyan has joined #heat02:57
asalkeldtrust_ctx = keystone.create_trust_context()03:00
asalkeldEmilienM: make sure your trusts are setup correctly03:01
EmilienMasalkeld: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/logs/etc/heat/heat.conf.txt.gz03:01
asalkeldEmilienM: you set up the domain user -> https://github.com/openstack/heat/blob/master/bin/heat-keystone-setup-domain03:02
EmilienMasalkeld: will look, thx03:02
EmilienMasalkeld: though it's weird this AMQP thing03:03
asalkeldalso isn't this the old way "rpc_backend = heat.openstack.common.rpc.impl_kombu"03:03
asalkeldshouldn't that be "rabbit"03:03
EmilienMasalkeld: I'm configuring it03:03
EmilienMit's a fix I'm doing03:03
asalkeldok03:03
EmilienMshould be blocker though03:03
asalkeldshould *not* be a blocker though..03:04
EmilienMyeah sorry03:04
EmilienMa bit late :)03:04
*** sergmelikyan has quit IRC03:05
EmilienMasalkeld: is stack_user_domain_id required?03:07
EmilienMfor deployers, it's really hard to use IDs in config files03:07
asalkeldto that script, or in heat.conf?03:07
EmilienMin heat.conf03:07
EmilienMI want to use stack_user_domain_name only03:07
EmilienMdoes it work?03:07
asalkeldyes03:08
EmilienMawesome03:08
asalkeldyou need one or the other03:08
EmilienMcool03:09
EmilienMso the domain is created by puppet: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/console.html#_2015-09-24_02_31_43_08503:13
EmilienMerr the user ^03:14
EmilienMthe domain: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/console.html#_2015-09-24_02_31_10_11203:14
EmilienMoh I think I found a bug in puppet-heat :)03:15
asalkeld:-O03:15
EmilienMasalkeld: it happens :P03:15
*** randallburt has quit IRC03:16
*** spzala has quit IRC03:19
*** vijayagurug has joined #heat03:23
EmilienMasalkeld: last question, in which tenant should I grant the role for the heat domain admin user ?03:26
*** sirushti has joined #heat03:27
EmilienMnm, I found the answer, which is no need to specify a tenant03:33
*** sirushti has quit IRC03:35
*** sirushti has joined #heat03:35
*** manishg has quit IRC03:44
*** achanda has quit IRC03:55
stevebakerasalkeld: fyi https://review.openstack.org/#/c/227101/04:02
asalkeldlooking04:04
asalkeldcan i approve that? are we ready?04:04
openstackgerritSirushti Murugesan proposed openstack/heat: WIP Grenade: Run heat_integrationtests instead of tempest smoke  https://review.openstack.org/20989004:05
*** Piet has quit IRC04:06
stevebakerasalkeld: the branch already exists, this just stops the problem zane had04:06
*** Drago has quit IRC04:21
openstackgerritMerged openstack/heat: Delete children handle_delete testing (Mistral)  https://review.openstack.org/22122504:41
openstackgerritMerged openstack/heat: Delete children handle_delete testing (Nova)  https://review.openstack.org/22122604:41
openstackgerritMerged openstack/heat: Delete children handle_delete testing (Sahara)  https://review.openstack.org/22122704:41
*** Marga_ has joined #heat04:42
*** inc0 has joined #heat04:42
*** Marga_ has quit IRC04:43
*** Marga_ has joined #heat04:43
*** sdake has joined #heat04:54
*** achanda has joined #heat04:55
*** inc0 has quit IRC05:00
*** Yanyan has joined #heat05:03
*** Yanyanhu has quit IRC05:06
*** hdd has quit IRC05:09
*** hdd has joined #heat05:10
openstackgerritMerged openstack/heat: Fix file permissions  https://review.openstack.org/22652905:10
*** ricolin has quit IRC05:18
*** vijayagurug has quit IRC05:28
*** vgridnev has joined #heat05:36
*** sdake has quit IRC05:40
*** vijayagurug has joined #heat05:41
*** inc0 has joined #heat05:47
*** zengyingzhe_ has joined #heat05:52
*** vgridnev has quit IRC05:52
*** hdd has quit IRC05:57
*** gberginc has joined #heat05:59
*** vgridnev has joined #heat06:10
*** tspatzier has joined #heat06:11
*** vgridnev has quit IRC06:15
*** vgridnev has joined #heat06:25
*** jprovazn has joined #heat06:31
*** boris-42 has joined #heat06:34
*** pas-ha has joined #heat06:35
*** flaper87 has quit IRC06:47
*** flaper87 has joined #heat06:47
*** gberginc has quit IRC06:54
*** jrist has quit IRC06:56
*** gberginc has joined #heat06:58
*** jrist has joined #heat06:59
*** daneyon has quit IRC07:00
*** daneyon has joined #heat07:01
openstackgerritZhao Lei proposed openstack/heat-templates: Fix some spelling typo in error message and manual  https://review.openstack.org/22676107:04
*** vgridnev has quit IRC07:18
*** Yanyan has quit IRC07:26
openstackgerritRabi Mishra proposed openstack/heat: WIP: Fix action (CREATE) in progress error for TemplateResource/RG  https://review.openstack.org/22715607:26
*** ricolin has joined #heat07:27
*** achanda has quit IRC07:28
*** tspatzier has quit IRC07:36
openstackgerritMerged openstack/heat: Only fail Volume deletion in 'error_deleting' state  https://review.openstack.org/22650407:38
*** ricolin has quit IRC07:42
*** rakesh_hs has joined #heat07:42
*** xiaolidi has joined #heat07:47
openstackgerritRabi Mishra proposed openstack/heat: Remove dead code from StackResource update_with_template  https://review.openstack.org/22716307:47
*** sorantis has joined #heat07:50
*** vgridnev has joined #heat07:50
*** Yanyanhu has joined #heat07:51
*** jamielennox is now known as jamielennox|away07:53
*** dkusidlo has joined #heat07:53
*** inc0 has quit IRC07:55
*** ochuprykov has joined #heat07:55
*** tspatzier has joined #heat07:59
*** Guest65853 is now known as d0ugal08:08
*** d0ugal has quit IRC08:08
*** d0ugal has joined #heat08:08
*** dkusidlo has quit IRC08:09
*** ricolin has joined #heat08:15
*** dkusidlo has joined #heat08:22
*** dkusidlo has quit IRC08:22
zigoFYI, my yesterday's issue is solved.08:25
zigoThe issue was that building Heat, it didn't include the migrate.cfg file.08:25
zigoThis should IMO be solved in PBR.08:25
zigolifeless: ^08:25
lifelesszigo: is migrate.cfg in git?08:28
lifelesszigo: if so then pbr already includes it08:28
zigoYup.08:28
zigoIt didn't for me.08:28
lifelesslet me do a test08:28
lifelessI'm pulling master heat08:28
zigoPlease do with: python setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-heat08:29
lifelesszigo: wait what08:29
zigoWhat what? :)08:29
lifelesszigo: I just build an sdist08:29
lifelessheat-6.0.0.dev11/heat/db/sqlalchemy/migrate_repo/migrate.cfg08:29
lifelessis in it08:29
zigoDon't, and try python setup.py install please.08:30
lifeless find ~/.virtualenvs/test | grep migrate.cfg08:30
lifeless/home/robertc/.virtualenvs/test/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg08:30
lifeless'python setup.py install'08:30
zigoWith the above options?08:30
lifelessI don't know what install-layout=deb does08:30
lifelessbut I'm going to guess its the problem08:30
zigoIt more or less does: s/site-packages/dist-packages/08:31
zigoMaybe other stuff too?08:31
zigoNot sure ...08:31
openstackgerritOleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container  https://review.openstack.org/22313608:31
lifelessI tried setup.py install08:31
lifelessand setup.py install --root08:31
lifelessboth worked08:31
zigoWhat with the --install-layout=deb?08:31
lifelessfind /tmp/foo | grep migrate.cfg08:32
lifeless/tmp/foo/home/robertc/.virtualenvs/test/lib/python2.7/dist-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg08:32
lifelessit worked too08:32
zigo:/08:32
openstackgerritOleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container  https://review.openstack.org/22313608:32
zigoMaybe it has something to do with me using git-buildpackage.08:32
zigoThis has been a reoccuring issue.08:32
zigoFor like *years*.08:33
zigoIn many repo.08:33
zigolifeless: Could you try with git-buildpackage?08:33
lifelesswhat version of setuptools do you have there?08:33
*** shardy has joined #heat08:34
lifelesszigo: give me a pastebin of the commands to run and sure, I haven't gotten around to git-buildpackage fluency yet08:35
zigolifeless: http://openstack.alioth.debian.org/08:35
zigoAll is explained here.08:35
zigoMaybe a bit of s/kilo/liberty/ is required though ... :)08:36
zigoYou don't really need pkgos-bop, and an sbuild thing, just debian Experimental is fine.08:36
lifelesszigo: I don't have any of those things08:37
lifelesszigo: do you have somewhere I can shell in ?08:37
zigoNot right away, but I can build it for you.08:37
lifelessif you can get me something I can ssh into an poke around, I'm happy to put time into figuring it out08:38
lifelessI don't want to spend a chunk of time getting that dev environment setup for such a rare thing08:38
lifeless[because its rare atm, not because it should be rare etc etc ;)]08:38
*** FL1SK has quit IRC08:43
lifelesszigo: there's nothing obvious in the repo diff08:45
lifelessand I've just tested with the debian/liberty branch and a virtualenv and it works fine08:45
*** lifeless has quit IRC08:49
zigoThanks a lot.08:49
zigoI will do such setup no pb.08:49
*** getvasanth has joined #heat08:50
*** derekh has joined #heat08:51
*** randallburt has joined #heat08:51
*** lifeless has joined #heat09:03
*** daneyon has quit IRC09:06
*** daneyon has joined #heat09:07
*** Qiming-mobile has joined #heat09:18
openstackgerritSirushti Murugesan proposed openstack/heat: WIP Grenade: Run heat_integrationtests instead of tempest smoke  https://review.openstack.org/20989009:29
*** Yanyanhu has quit IRC09:43
*** sorantis has quit IRC09:57
*** Qiming has quit IRC09:58
*** randallburt has quit IRC10:09
*** e0ne has joined #heat10:23
*** e0ne has quit IRC10:24
*** sorantis has joined #heat10:26
*** sergmelikyan has joined #heat10:33
*** zhenguo has quit IRC10:42
*** FL1SK has joined #heat10:44
*** sorantis has quit IRC11:06
*** rakesh_hs has quit IRC11:12
*** maximov has quit IRC11:18
*** amaksimov has joined #heat11:19
*** Qiming-mobile has quit IRC11:26
*** achanda has joined #heat11:29
*** alexpilotti has joined #heat11:41
*** achanda has quit IRC11:41
*** jtomasek has quit IRC11:46
*** jtomasek has joined #heat11:47
*** tochi has quit IRC11:51
*** aweiteka has joined #heat12:00
*** sergmelikyan has quit IRC12:01
*** jdob has quit IRC12:01
*** jdob has joined #heat12:02
*** jdob1 has joined #heat12:02
*** jdob1 has quit IRC12:03
*** junhongl has quit IRC12:06
*** Qiming has joined #heat12:14
*** steveg_afk has joined #heat12:17
*** hdd has joined #heat12:18
*** dims__ has quit IRC12:19
*** dims_ has joined #heat12:20
*** ochuprykov has quit IRC12:25
*** neelashah has joined #heat12:29
*** zengyingzhe_ has quit IRC12:34
*** jamielennox|away is now known as jamielennox12:37
*** zengyingzhe_ has joined #heat12:38
*** spzala has joined #heat12:43
*** gberginc has quit IRC12:44
*** gberginc has joined #heat12:44
*** gberginc has quit IRC12:49
*** Qiming_ has joined #heat12:51
*** Qiming has quit IRC12:55
*** rpothier has joined #heat12:56
openstackgerritPeter Razumovsky proposed openstack/heat: Fix translating for props with get_param value  https://review.openstack.org/22313712:56
*** larsks has quit IRC13:07
*** thumpba has joined #heat13:11
*** ricolin has quit IRC13:16
*** Qiming__ has joined #heat13:20
*** jasond has joined #heat13:20
*** vijendar has joined #heat13:22
*** blomquisg has joined #heat13:22
*** Qiming_ has quit IRC13:23
*** steveg_afk has quit IRC13:25
*** pratikmallya has joined #heat13:30
*** jdandrea has joined #heat13:31
jdandreaDoes anyone know what the next release for kilo will be called? (2015.1.2, 2016.1, etc.) - https://launchpad.net/heat/kilo13:34
*** jaime49 has joined #heat13:36
*** jasond has quit IRC13:37
*** jasond has joined #heat13:38
*** thumpba has quit IRC13:39
*** thumpba has joined #heat13:40
*** jprovazn has quit IRC13:43
shardyjdandrea: Using the old numbering it'd be 2015.2.0, but I suspect it'll move to the new release versioning e.g 5.0.013:49
shardyjdandrea: the release schedule still refers to 2015.2.0 fwiw13:49
shardyhttps://wiki.openstack.org/wiki/Liberty_Release_Schedule13:49
*** thumpba has quit IRC13:52
openstackgerritJason Dunsmore proposed openstack/heat: Make OS::Monasca::AlarmDefinition expression property non-updateable  https://review.openstack.org/22490413:53
*** rbrady has joined #heat13:53
*** achanda has joined #heat13:57
*** achanda has quit IRC13:59
*** pratikmallya has quit IRC13:59
*** hdd has quit IRC14:02
*** spzala has quit IRC14:02
*** dims__ has joined #heat14:11
*** dims_ has quit IRC14:14
*** jamielennox is now known as jamielennox|away14:26
*** pratikmallya has joined #heat14:27
*** pratikma_ has joined #heat14:28
*** jecarey has quit IRC14:29
*** pratikmallya has quit IRC14:32
*** ochuprykov has joined #heat14:37
*** vahidh has quit IRC14:39
*** zns has joined #heat14:40
*** jaime49 has quit IRC14:41
*** kebray has joined #heat14:43
*** kebray has quit IRC14:43
*** kebray has joined #heat14:47
*** darthzen has joined #heat14:49
*** steveg_afk has joined #heat14:49
*** spzala has joined #heat14:50
*** klindgren has quit IRC14:50
*** klindgren has joined #heat14:51
*** thumpba has joined #heat14:52
*** manishg has joined #heat14:56
*** hdd has joined #heat15:00
*** crose has joined #heat15:03
*** vijayagurug has left #heat15:03
*** yassine has joined #heat15:10
*** manishg has quit IRC15:10
*** yassine has quit IRC15:12
openstackgerritTetiana Lashchova proposed openstack/heat: Add node_processes validation to sahara node group  https://review.openstack.org/22167315:16
*** sergmelikyan has joined #heat15:16
*** jaime49 has joined #heat15:22
*** jaime49 has quit IRC15:23
*** alexpilotti has quit IRC15:23
*** randallburt has joined #heat15:24
*** jaime49 has joined #heat15:24
*** Drago has joined #heat15:24
*** Drago has quit IRC15:25
*** Drago has joined #heat15:25
*** kfox1111_away is now known as kfox111115:26
*** ianrossi has joined #heat15:27
ianrossiHi guys, I'm using heat template version 2013-05-23 and I'm getting an error that says: "ERROR: Property error : node01: user_data Items to join must be strings"15:28
ianrossiI've seen examples of this template version with the user_data section being comprised of Fn::Base64: Fn::Join with Refs being in the array of string to join15:29
ianrossiSo I don't understand why I'm getting this error15:29
ianrossiAny ideas?15:29
*** Qiming__ has quit IRC15:30
*** LimorStotland has quit IRC15:31
*** lsmola has quit IRC15:32
*** zz_gondoi is now known as gondoi15:33
*** getvasanth has quit IRC15:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/rpc  https://review.openstack.org/22567915:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/cmd  https://review.openstack.org/22505015:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/objects  https://review.openstack.org/22567815:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/httpd  https://review.openstack.org/22505115:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/common  https://review.openstack.org/22567715:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/api  https://review.openstack.org/22504915:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/resources  https://review.openstack.org/22619815:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in doc/source  https://review.openstack.org/22619615:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in contrib  https://review.openstack.org/22568015:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in bin  https://review.openstack.org/22619715:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat_integrationtests  https://review.openstack.org/22738015:37
openstackgerritPeter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/tests  https://review.openstack.org/22738115:37
openstackgerritPeter Razumovsky proposed openstack/heat: Remove [H405] ignoring in tox.ini  https://review.openstack.org/22738215:37
openstackgerritPeter Razumovsky proposed openstack/heat: Remove [H405] ignoring in tox.ini  https://review.openstack.org/22738215:38
openstackgerritPeter Razumovsky proposed openstack/heat: Remove [H405] and [H404] ignoring in tox.ini  https://review.openstack.org/22738215:40
*** manishg has joined #heat15:41
*** ParsectiX has joined #heat15:47
*** manishg has quit IRC15:50
*** nijaba_ is now known as nijaba15:50
*** manishg has joined #heat15:51
openstackgerritOleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container  https://review.openstack.org/22313615:51
*** zns has quit IRC15:53
*** blomquisg has quit IRC16:00
*** jfluhmann has quit IRC16:06
*** zns has joined #heat16:08
*** derekh has quit IRC16:09
*** blomquisg has joined #heat16:14
openstackgerritOleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container  https://review.openstack.org/22313616:18
jdandreashardy: Thanks! That's for Liberty, but what about Kilo? Maybe you explained it already and I'm confused by the numbering in general. <!>16:18
*** pratikmallya has joined #heat16:23
*** pratikma_ has quit IRC16:24
*** x3k` has joined #heat16:24
*** x3k has quit IRC16:24
*** kbyrne has quit IRC16:24
*** SergeyLukjanov has quit IRC16:24
*** SergeyLukjanov has joined #heat16:24
*** kbyrne has joined #heat16:24
*** sabeen1 has joined #heat16:32
shardyjdandrea: Kilo is 2015.1.* - e.g first release of 201516:40
shardyjdandrea: fwiw I'm also confused re the renumbering to 5.0.0 etc - the old scheme made more sense to me16:40
jdandreashardy: Ah, I think that's where I'm confused then. Yeah. So the next Kilo release could be 2015.1.2 ... but maybe not?16:41
jdandrea(I'm wondering if it becomes 2016.*.* in 2016.)16:42
ryansbso it used to be16:42
ryansbYear.release.minor16:42
jdandrea*nod*16:42
ryansbso 2015.1 == kilo16:42
ryansband 2015.1.1 == kilo stable update #116:42
ryansband 2015.1.2 == kilo stable update #2, and so on16:42
jdandrea*nodnod*16:42
ryansbnow we're moving to semver, so major.minor.patch16:43
*** serg_melikyan has joined #heat16:43
jdandreaBut it's two releases a year, so IF we were sticking with the old notation, I guess liberty would be 2015.2?16:43
ryansbI haven't read the details from the release team, but I imagine that'll mean we don't have to bump a major version every cycle16:43
jdandreaI see.16:43
ryansbyes, that's exactly right16:43
jdandrea:)16:43
jdandreaThanks! I think I am now unconfused.16:43
*** serg_melikyan has quit IRC16:47
*** sergmelikyan has quit IRC16:48
*** vijendar has quit IRC16:59
*** achanda has joined #heat17:00
*** hdd has quit IRC17:01
*** sergmelikyan has joined #heat17:11
*** jfluhmann has joined #heat17:15
*** zns has quit IRC17:17
*** zns has joined #heat17:25
*** vijendar has joined #heat17:25
*** pratikmallya has quit IRC17:26
*** kebray has quit IRC17:34
openstackgerritOleksii Chuprykov proposed openstack/heat: Convert to int can cause different error messages  https://review.openstack.org/22743217:34
*** zns has quit IRC17:35
*** tspatzier has quit IRC17:36
*** achanda has quit IRC17:36
*** ianrossi has quit IRC17:39
*** jdob has quit IRC17:41
*** jdob has joined #heat17:42
*** neelashah has quit IRC17:42
*** zns has joined #heat17:43
openstackgerritSteven Hardy proposed openstack/heat: Reduce frequency of logging environment resources  https://review.openstack.org/22744117:45
*** hdd has joined #heat17:46
*** jdob has quit IRC17:48
*** jdob has joined #heat17:48
*** pratikmallya has joined #heat17:50
*** Marga_ has quit IRC17:50
*** jonesbr has joined #heat17:50
*** achanda has joined #heat17:51
*** pratikma_ has joined #heat17:51
*** steveg_afk has quit IRC17:54
*** pratikmallya has quit IRC17:54
*** kebray has joined #heat17:56
*** jprovazn has joined #heat17:57
*** tlashchova has quit IRC18:04
*** steveg_afk has joined #heat18:07
*** Piet has joined #heat18:07
*** neelashah has joined #heat18:10
*** jdob has quit IRC18:12
*** jdob has joined #heat18:13
*** jdob has quit IRC18:13
*** jdob has joined #heat18:14
*** achanda has quit IRC18:29
*** Marga_ has joined #heat18:31
*** achanda has joined #heat18:31
*** ParsectiX has quit IRC18:36
*** ParsectiX has joined #heat18:37
*** Marga_ has quit IRC18:40
*** Marga_ has joined #heat18:40
*** zengyingzhe_ has quit IRC18:46
*** sergmelikyan has quit IRC18:47
*** zengyingzhe_ has joined #heat18:47
jdandrearyansb: Interesting. Starting with major version *5*, not 6? (If A/B was version 1, C/D ver 2, E/F 3, G/H 4, I/J 5, K/L 6?) Or is it not even that neatly aligned. :)18:47
*** pas-ha has quit IRC18:47
ryansbthat I don't know18:47
jdandrea*nod*18:47
* jdandrea goes looking for the release team deets18:48
jdandreaOoh. Maybe this: http://docs.openstack.org/developer/pbr/semver.html18:50
ryansbwe'll expect a full report next meeting ;)18:50
jdandreaRoger that. ;)18:50
*** vijendar has quit IRC18:53
PietThe Intel Open Source UX team is conducting a series of one hour interviews w app developers, IT admins and IT architects to form a series of customer journey documents.  If you're interested, please reach-out to me in IRC or pieter.c.kruithof-jr@hp.com.  The results will be shared with the community.18:56
*** thumpba has quit IRC18:57
openstackgerritOleksii Chuprykov proposed openstack/heat: Convert to int can cause different error messages  https://review.openstack.org/22743218:59
*** sabeen1 has quit IRC19:02
*** neelashah has quit IRC19:03
*** gberginc has joined #heat19:03
*** jobewan has joined #heat19:05
jobewancan someone tell me how to test/debug the variable population in my openstack tripleo heat templates?  I'm trying to augment the current templates w/ my own, but currently have to issue a full deployment in order to test my changes...19:12
*** kebray has quit IRC19:12
*** hdd has quit IRC19:19
*** vijendar has joined #heat19:20
openstackgerritAndreas Jaeger proposed openstack/heat: Cleanup of Translations  https://review.openstack.org/22749419:20
*** ParsectiX has quit IRC19:22
*** ParsectiX has joined #heat19:27
*** zeih has joined #heat19:29
*** kebray has joined #heat19:29
*** kebray has quit IRC19:31
*** kebray has joined #heat19:32
*** ochuprykov has quit IRC19:33
*** bnemec has quit IRC19:34
*** kebray has quit IRC19:35
*** darthzen has quit IRC19:35
*** jonesbr has quit IRC19:36
*** zeih has quit IRC19:52
*** kebray has joined #heat19:57
*** hdd has joined #heat20:00
*** sergmelikyan has joined #heat20:08
*** crose has quit IRC20:18
*** spzala has quit IRC20:19
*** Piet has quit IRC20:22
*** jprovazn has quit IRC20:22
*** bnemec has joined #heat20:24
*** achanda has quit IRC20:30
*** steveg_afk has quit IRC20:30
*** metral is now known as metral_zzz20:36
*** metral_zzz is now known as metral20:36
*** jaime49 has quit IRC20:37
*** jaime49 has joined #heat20:37
*** jfluhmann has quit IRC20:39
stevebakerjdandrea: each project is on its own major version since each had a different first release date. For now the major version will increment for all projects every six months20:42
jdandreastevebaker: That helps too, thanks!20:42
stevebakerjobewan: you can try building a custom environment which fakes chunks of the stack with OS::Heat::None resources20:43
jobewandoes anyone actually have their compute nodes on the ExternalIpSubnet ? (that you know of)20:44
*** steveg_afk has joined #heat20:45
stevebakerjdandrea: and kilo will continue doing 2015.1.x releases20:45
*** Piet has joined #heat20:47
*** neelashah has joined #heat20:47
*** ParsectiX has quit IRC20:55
*** ParsectiX has joined #heat20:56
*** gberginc has quit IRC20:59
*** daneyon has quit IRC21:04
*** achanda has joined #heat21:05
*** daneyon has joined #heat21:05
*** spzala has joined #heat21:07
*** achanda has quit IRC21:09
*** rpothier has quit IRC21:10
*** hdd has quit IRC21:15
jdandreaDoes stack-preview work in standalone mode? (I'm seeing X-Auth-Token being passed in heat-engine.log, but I think usernames/passwords need to be used, which they usually are in my standalone install.)21:16
*** shardy has quit IRC21:16
*** ParsectiX has quit IRC21:17
*** Drago has quit IRC21:18
*** ParsectiX has joined #heat21:18
*** Drago has joined #heat21:20
*** derekh has joined #heat21:21
*** ParsectiX has quit IRC21:22
*** steveg_afk has quit IRC21:26
*** dims__ has quit IRC21:29
*** gondoi is now known as zz_gondoi21:31
*** kebray has quit IRC21:41
*** derekh has quit IRC21:43
*** vgridnev has quit IRC21:44
*** blomquisg has quit IRC21:45
*** sergmelikyan has quit IRC21:47
*** daneyon has quit IRC21:49
*** daneyon has joined #heat21:50
*** Drago has quit IRC21:52
*** Drago has joined #heat21:52
*** dims_ has joined #heat21:52
asalkeld jdandrea i use standalone and preview seems to work21:53
jdandreaasalkeld: good, thx21:53
jdandreaI'm seeing errors in heat-engine.log but I do get a preview after all. *shrug*21:53
jdandreaMaybe it's ok!21:53
asalkeldi had something with a server in and got a warning21:54
asalkeldWARNING heat.engine.clients.os.nova Instance (None) not found: Instance None could not be found. (HTTP 404)21:54
asalkeldbut no error21:54
asalkeld(i did a preview on a non-existant stack)21:54
*** e0ne has joined #heat21:56
*** rwsu has quit IRC21:56
*** rwsu has joined #heat22:03
*** neelashah has quit IRC22:04
*** jaime49 has quit IRC22:04
*** thumpba has joined #heat22:06
*** achanda has joined #heat22:06
stevebakerasalkeld: can you suggest some working standalone heat.conf settings on this? https://ask.openstack.org/en/question/45875/heat-standalone-mode-issues/22:09
asalkeldsure22:10
asalkeldtho' i wonder what public cloud22:11
*** jasond has quit IRC22:16
*** e0ne has quit IRC22:17
*** thumpba_ has joined #heat22:17
*** kebray has joined #heat22:17
*** kebray has quit IRC22:17
*** thumpba has quit IRC22:20
*** kebray has joined #heat22:24
*** thumpba_ has quit IRC22:48
*** thumpba has joined #heat22:48
*** pratikma_ has quit IRC22:49
*** zns has quit IRC22:54
*** hdd has joined #heat22:57
*** randallburt has quit IRC22:57
*** zns has joined #heat23:00
*** dims_ has quit IRC23:05
*** vijendar has quit IRC23:06
*** thumpba has quit IRC23:06
klindgrenCurious.  In a nova-networking model.  How does one build a heat template that boots 2 vm's where each vm is dependent o nthe IP of the other vm?  This creates a circular reference error.  The neutron way is to create two ports first, then boot the vm's on the ports and you know the IP's due ot the ports having the IP's before the vm's are booted.  But thats not possible to do with nova-network23:12
asalkeldfloating ip?23:14
*** jpeeler has quit IRC23:16
manishgI think floating ip brings up other issues (e.g. now one will be required to do NAT, etc.)23:16
klindgrenI dunno - seems like something that heat should be able to handle natively via its metadata service.  So their is a time between when the vm's are booted and when the vm's need to be configured.  The ip's of each vm should be known?23:17
klindgrenatleast they should be known shortly after booting23:18
manishgklindgren: I'm curious about the use case.  Do the VMs have to know the IPs at boot time?23:18
manishgi.e. are they needed for provisioning the VMs ?  If not, could there be an alternate registry outside of heat that can dispense such info.  just thinking out loud.23:19
klindgrenI am attempting to rewrite a magnum use case of booting a kube cluster with minions23:19
klindgrenas currently templated they both need each other.  THe minons need to know the kube master ip23:20
klindgrenand the master needs to know all the ip's of the minions23:20
klindgrenits solved with neutron i nthe template by pre-creating the ports - but this is not possible with a nova-network config23:20
klindgrenhttps://github.com/openstack/magnum/blob/master/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml23:22
klindgrenhttp://paste.ubuntu.com/12547382/ is what I am trying23:22
klindgrenbut write_heat_parms in which is used in the kube_master_init calls for kube_minions23:23
klindgrenand kube minions calls for kube_master_ip23:23
*** thumpba has joined #heat23:25
klindgrenasalkeld, is this possible without using a floating_ip or is the only way you can think of solving this issue is using a floating ip?23:27
asalkeldklindgren: afaik that's what we have to work with23:29
asalkeldyou could do something weird like post the ip of each machine to a swift object23:29
asalkeld(known to all machines)23:29
asalkeldbasically a common "metadata"23:30
asalkeldbut you would have to manage that23:30
*** steveg_afk has joined #heat23:33
*** jobewan has quit IRC23:36
*** tochi has joined #heat23:42
*** pratikmallya has joined #heat23:44
*** vishwana_ has joined #heat23:54
*** thumpba_ has joined #heat23:54
*** jamielennox|away is now known as jamielennox23:56
*** vishwanathj has quit IRC23:56
*** harlowja has quit IRC23:56
*** thumpba has quit IRC23:56
*** dsneddon has quit IRC23:56
*** gus has quit IRC23:57
*** Michalik has quit IRC23:57
*** harlowja has joined #heat23:57
*** gus has joined #heat23:59
*** dsneddon has joined #heat23:59

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