*** jfluhmann has quit IRC | 00:06 | |
*** zns has quit IRC | 00:07 | |
*** sirushti has quit IRC | 00:07 | |
*** Qiming has quit IRC | 00:08 | |
*** hdd has joined #heat | 00:10 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Make ClientPlugin.ignore_not_found a context manager https://review.openstack.org/226600 | 00:16 |
---|---|---|
*** manishg_ has joined #heat | 00:20 | |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools: Don't run commands given as list on shell https://review.openstack.org/226631 | 00:22 |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #heat | 00:23 | |
*** manishg has quit IRC | 00:24 | |
openstackgerrit | Merged openstack/heat: Make sure we can use nova-network https://review.openstack.org/226607 | 00:27 |
openstackgerrit | Zane Bitter proposed openstack/heat: Only fail Volume deletion in 'error_deleting' state https://review.openstack.org/226504 | 00:28 |
*** jaime49 has quit IRC | 00:30 | |
zaneb | stevebaker: how do I submit a patch to stable/liberty? | 00:30 |
stevebaker | zaneb: um | 00:30 |
zaneb | I tried that ^ one above, and it just uploaded another patchset to master | 00:30 |
zaneb | btw, I think you broke gerrit, your +2/+A never showed up | 00:30 |
zaneb | but it's definitely toast now because new patch set | 00:31 |
zaneb | sigh | 00:31 |
stevebaker | zaneb: there will need to be a change like this first https://review.openstack.org/#/c/226026 | 00:32 |
asalkeld | zaneb: https://wiki.openstack.org/wiki/StableBranch#Proposing_Fixes | 00:33 |
asalkeld | git review stable/liberty | 00:33 |
stevebaker | ah | 00:33 |
*** achanda has joined #heat | 00:33 | |
*** manishg_ has quit IRC | 00:33 | |
asalkeld | assuming that branch exists | 00:34 |
stevebaker | it does | 00:34 |
openstackgerrit | Merged openstack/heat-cfntools: Don't run commands given as list on shell https://review.openstack.org/226631 | 00:34 |
asalkeld | remember to do "git cherry-pick -x <commit>" (you need the -x) | 00:34 |
*** d0ugal has quit IRC | 00:35 | |
zaneb | asalkeld: I did it from a branch that was tracking stable/liberty. that's usually good enough | 00:36 |
zaneb | works for all the other stable branches | 00:36 |
asalkeld | not sure zaneb , i have always used the "review stable/foo" | 00:36 |
zaneb | ah | 00:37 |
zaneb | maybe they all have something sneaky like https://review.openstack.org/#/c/226026/1/.gitreview | 00:37 |
*** achanda has quit IRC | 00:38 | |
*** d0ugal has joined #heat | 00:40 | |
*** d0ugal is now known as Guest65853 | 00:40 | |
zaneb | got it, thanks asalkeld | 00:41 |
*** kfox1111 is now known as kfox1111_away | 00:42 | |
*** pratikmallya has quit IRC | 00:43 | |
*** jecarey has joined #heat | 00:48 | |
*** boris-42 has quit IRC | 00:49 | |
asalkeld | will someone bash this in https://review.openstack.org/#/c/219485 (simple coverage for resource facade function) | 00:49 |
*** ricolin has joined #heat | 00:52 | |
openstackgerrit | Merged openstack/heat: Some lambda were replaced on def https://review.openstack.org/222637 | 00:58 |
asalkeld | yeah for no lambda! | 01:02 |
*** sdake has joined #heat | 01:03 | |
*** hdd has quit IRC | 01:11 | |
openstackgerrit | Merged openstack/heat: Adding basic test to exercise the heat event APIs. https://review.openstack.org/219025 | 01:13 |
*** jfluhmann has joined #heat | 01:18 | |
*** manishg has joined #heat | 01:19 | |
*** manishg has quit IRC | 01:25 | |
*** manishg has joined #heat | 01:25 | |
*** Marga__ has joined #heat | 01:29 | |
*** Marga_ has quit IRC | 01:32 | |
*** Marga__ has quit IRC | 01:33 | |
*** Yanyanhu has joined #heat | 01:39 | |
*** Yanyan has joined #heat | 01:40 | |
stevebaker | yeah nah lambda | 01:40 |
*** zhenguo has joined #heat | 01:43 | |
*** Yanyanhu has quit IRC | 01:44 | |
*** Yanyan has quit IRC | 01:44 | |
*** Yanyanhu has joined #heat | 01:45 | |
asalkeld | stevebaker: i have added more info on convergence, see if you agree: https://etherpad.openstack.org/p/heat-liberty-release-notes | 01:54 |
stevebaker | asalkeld: thanks, looks like a good start | 01:56 |
asalkeld | k | 01:56 |
asalkeld | it's just a start, so feel free to rip into it | 01:57 |
*** achanda has joined #heat | 02:01 | |
*** sdake has quit IRC | 02:06 | |
*** hdd has joined #heat | 02:14 | |
*** Qiming has joined #heat | 02:38 | |
EmilienM | hello Heat'ers, I think I might have found a bug | 02:51 |
EmilienM | I'm working Puppet OpenStack integration testing | 02:51 |
EmilienM | and I'm running a node with heat-* services, deployed by Puppet | 02:52 |
EmilienM | 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_19_740 | 02:52 |
EmilienM | see the bd5f0f2f-4dae-4239-a176-bd66a9f07b09 request | 02:52 |
EmilienM | it looks like the POST was posted before heat-api actually connected to AMQP | 02:52 |
EmilienM | so iiuc, heat-api connects to AMQP only when it gets a POST | 02:53 |
EmilienM | but since the message is not send to heat-engine, the request will fail | 02:53 |
EmilienM | the 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_160 | 02:54 |
EmilienM | I see Authorization failed - so I'm double checking keystone logs | 02:54 |
*** sergmelikyan has joined #heat | 02:57 | |
asalkeld | trust_ctx = keystone.create_trust_context() | 03:00 |
asalkeld | EmilienM: make sure your trusts are setup correctly | 03:01 |
EmilienM | asalkeld: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/logs/etc/heat/heat.conf.txt.gz | 03:01 |
asalkeld | EmilienM: you set up the domain user -> https://github.com/openstack/heat/blob/master/bin/heat-keystone-setup-domain | 03:02 |
EmilienM | asalkeld: will look, thx | 03:02 |
EmilienM | asalkeld: though it's weird this AMQP thing | 03:03 |
asalkeld | also isn't this the old way "rpc_backend = heat.openstack.common.rpc.impl_kombu" | 03:03 |
asalkeld | shouldn't that be "rabbit" | 03:03 |
EmilienM | asalkeld: I'm configuring it | 03:03 |
EmilienM | it's a fix I'm doing | 03:03 |
asalkeld | ok | 03:03 |
EmilienM | should be blocker though | 03:03 |
asalkeld | should *not* be a blocker though.. | 03:04 |
EmilienM | yeah sorry | 03:04 |
EmilienM | a bit late :) | 03:04 |
*** sergmelikyan has quit IRC | 03:05 | |
EmilienM | asalkeld: is stack_user_domain_id required? | 03:07 |
EmilienM | for deployers, it's really hard to use IDs in config files | 03:07 |
asalkeld | to that script, or in heat.conf? | 03:07 |
EmilienM | in heat.conf | 03:07 |
EmilienM | I want to use stack_user_domain_name only | 03:07 |
EmilienM | does it work? | 03:07 |
asalkeld | yes | 03:08 |
EmilienM | awesome | 03:08 |
asalkeld | you need one or the other | 03:08 |
EmilienM | cool | 03:09 |
EmilienM | so 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_085 | 03:13 |
EmilienM | err the user ^ | 03:14 |
EmilienM | the domain: http://logs.openstack.org/84/227084/4/check/gate-puppet-openstack-integration-dsvm-trusty/ccbbb57/console.html#_2015-09-24_02_31_10_112 | 03:14 |
EmilienM | oh I think I found a bug in puppet-heat :) | 03:15 |
asalkeld | :-O | 03:15 |
EmilienM | asalkeld: it happens :P | 03:15 |
*** randallburt has quit IRC | 03:16 | |
*** spzala has quit IRC | 03:19 | |
*** vijayagurug has joined #heat | 03:23 | |
EmilienM | asalkeld: last question, in which tenant should I grant the role for the heat domain admin user ? | 03:26 |
*** sirushti has joined #heat | 03:27 | |
EmilienM | nm, I found the answer, which is no need to specify a tenant | 03:33 |
*** sirushti has quit IRC | 03:35 | |
*** sirushti has joined #heat | 03:35 | |
*** manishg has quit IRC | 03:44 | |
*** achanda has quit IRC | 03:55 | |
stevebaker | asalkeld: fyi https://review.openstack.org/#/c/227101/ | 04:02 |
asalkeld | looking | 04:04 |
asalkeld | can i approve that? are we ready? | 04:04 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: WIP Grenade: Run heat_integrationtests instead of tempest smoke https://review.openstack.org/209890 | 04:05 |
*** Piet has quit IRC | 04:06 | |
stevebaker | asalkeld: the branch already exists, this just stops the problem zane had | 04:06 |
*** Drago has quit IRC | 04:21 | |
openstackgerrit | Merged openstack/heat: Delete children handle_delete testing (Mistral) https://review.openstack.org/221225 | 04:41 |
openstackgerrit | Merged openstack/heat: Delete children handle_delete testing (Nova) https://review.openstack.org/221226 | 04:41 |
openstackgerrit | Merged openstack/heat: Delete children handle_delete testing (Sahara) https://review.openstack.org/221227 | 04:41 |
*** Marga_ has joined #heat | 04:42 | |
*** inc0 has joined #heat | 04:42 | |
*** Marga_ has quit IRC | 04:43 | |
*** Marga_ has joined #heat | 04:43 | |
*** sdake has joined #heat | 04:54 | |
*** achanda has joined #heat | 04:55 | |
*** inc0 has quit IRC | 05:00 | |
*** Yanyan has joined #heat | 05:03 | |
*** Yanyanhu has quit IRC | 05:06 | |
*** hdd has quit IRC | 05:09 | |
*** hdd has joined #heat | 05:10 | |
openstackgerrit | Merged openstack/heat: Fix file permissions https://review.openstack.org/226529 | 05:10 |
*** ricolin has quit IRC | 05:18 | |
*** vijayagurug has quit IRC | 05:28 | |
*** vgridnev has joined #heat | 05:36 | |
*** sdake has quit IRC | 05:40 | |
*** vijayagurug has joined #heat | 05:41 | |
*** inc0 has joined #heat | 05:47 | |
*** zengyingzhe_ has joined #heat | 05:52 | |
*** vgridnev has quit IRC | 05:52 | |
*** hdd has quit IRC | 05:57 | |
*** gberginc has joined #heat | 05:59 | |
*** vgridnev has joined #heat | 06:10 | |
*** tspatzier has joined #heat | 06:11 | |
*** vgridnev has quit IRC | 06:15 | |
*** vgridnev has joined #heat | 06:25 | |
*** jprovazn has joined #heat | 06:31 | |
*** boris-42 has joined #heat | 06:34 | |
*** pas-ha has joined #heat | 06:35 | |
*** flaper87 has quit IRC | 06:47 | |
*** flaper87 has joined #heat | 06:47 | |
*** gberginc has quit IRC | 06:54 | |
*** jrist has quit IRC | 06:56 | |
*** gberginc has joined #heat | 06:58 | |
*** jrist has joined #heat | 06:59 | |
*** daneyon has quit IRC | 07:00 | |
*** daneyon has joined #heat | 07:01 | |
openstackgerrit | Zhao Lei proposed openstack/heat-templates: Fix some spelling typo in error message and manual https://review.openstack.org/226761 | 07:04 |
*** vgridnev has quit IRC | 07:18 | |
*** Yanyan has quit IRC | 07:26 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: WIP: Fix action (CREATE) in progress error for TemplateResource/RG https://review.openstack.org/227156 | 07:26 |
*** ricolin has joined #heat | 07:27 | |
*** achanda has quit IRC | 07:28 | |
*** tspatzier has quit IRC | 07:36 | |
openstackgerrit | Merged openstack/heat: Only fail Volume deletion in 'error_deleting' state https://review.openstack.org/226504 | 07:38 |
*** ricolin has quit IRC | 07:42 | |
*** rakesh_hs has joined #heat | 07:42 | |
*** xiaolidi has joined #heat | 07:47 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Remove dead code from StackResource update_with_template https://review.openstack.org/227163 | 07:47 |
*** sorantis has joined #heat | 07:50 | |
*** vgridnev has joined #heat | 07:50 | |
*** Yanyanhu has joined #heat | 07:51 | |
*** jamielennox is now known as jamielennox|away | 07:53 | |
*** dkusidlo has joined #heat | 07:53 | |
*** inc0 has quit IRC | 07:55 | |
*** ochuprykov has joined #heat | 07:55 | |
*** tspatzier has joined #heat | 07:59 | |
*** Guest65853 is now known as d0ugal | 08:08 | |
*** d0ugal has quit IRC | 08:08 | |
*** d0ugal has joined #heat | 08:08 | |
*** dkusidlo has quit IRC | 08:09 | |
*** ricolin has joined #heat | 08:15 | |
*** dkusidlo has joined #heat | 08:22 | |
*** dkusidlo has quit IRC | 08:22 | |
zigo | FYI, my yesterday's issue is solved. | 08:25 |
zigo | The issue was that building Heat, it didn't include the migrate.cfg file. | 08:25 |
zigo | This should IMO be solved in PBR. | 08:25 |
zigo | lifeless: ^ | 08:25 |
lifeless | zigo: is migrate.cfg in git? | 08:28 |
lifeless | zigo: if so then pbr already includes it | 08:28 |
zigo | Yup. | 08:28 |
zigo | It didn't for me. | 08:28 |
lifeless | let me do a test | 08:28 |
lifeless | I'm pulling master heat | 08:28 |
zigo | Please do with: python setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-heat | 08:29 |
lifeless | zigo: wait what | 08:29 |
zigo | What what? :) | 08:29 |
lifeless | zigo: I just build an sdist | 08:29 |
lifeless | heat-6.0.0.dev11/heat/db/sqlalchemy/migrate_repo/migrate.cfg | 08:29 |
lifeless | is in it | 08:29 |
zigo | Don't, and try python setup.py install please. | 08:30 |
lifeless | find ~/.virtualenvs/test | grep migrate.cfg | 08:30 |
lifeless | /home/robertc/.virtualenvs/test/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg | 08:30 |
lifeless | 'python setup.py install' | 08:30 |
zigo | With the above options? | 08:30 |
lifeless | I don't know what install-layout=deb does | 08:30 |
lifeless | but I'm going to guess its the problem | 08:30 |
zigo | It more or less does: s/site-packages/dist-packages/ | 08:31 |
zigo | Maybe other stuff too? | 08:31 |
zigo | Not sure ... | 08:31 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container https://review.openstack.org/223136 | 08:31 |
lifeless | I tried setup.py install | 08:31 |
lifeless | and setup.py install --root | 08:31 |
lifeless | both worked | 08:31 |
zigo | What with the --install-layout=deb? | 08:31 |
lifeless | find /tmp/foo | grep migrate.cfg | 08:32 |
lifeless | /tmp/foo/home/robertc/.virtualenvs/test/lib/python2.7/dist-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg | 08:32 |
lifeless | it worked too | 08:32 |
zigo | :/ | 08:32 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container https://review.openstack.org/223136 | 08:32 |
zigo | Maybe it has something to do with me using git-buildpackage. | 08:32 |
zigo | This has been a reoccuring issue. | 08:32 |
zigo | For like *years*. | 08:33 |
zigo | In many repo. | 08:33 |
zigo | lifeless: Could you try with git-buildpackage? | 08:33 |
lifeless | what version of setuptools do you have there? | 08:33 |
*** shardy has joined #heat | 08:34 | |
lifeless | zigo: give me a pastebin of the commands to run and sure, I haven't gotten around to git-buildpackage fluency yet | 08:35 |
zigo | lifeless: http://openstack.alioth.debian.org/ | 08:35 |
zigo | All is explained here. | 08:35 |
zigo | Maybe a bit of s/kilo/liberty/ is required though ... :) | 08:36 |
zigo | You don't really need pkgos-bop, and an sbuild thing, just debian Experimental is fine. | 08:36 |
lifeless | zigo: I don't have any of those things | 08:37 |
lifeless | zigo: do you have somewhere I can shell in ? | 08:37 |
zigo | Not right away, but I can build it for you. | 08:37 |
lifeless | if you can get me something I can ssh into an poke around, I'm happy to put time into figuring it out | 08:38 |
lifeless | I don't want to spend a chunk of time getting that dev environment setup for such a rare thing | 08:38 |
lifeless | [because its rare atm, not because it should be rare etc etc ;)] | 08:38 |
*** FL1SK has quit IRC | 08:43 | |
lifeless | zigo: there's nothing obvious in the repo diff | 08:45 |
lifeless | and I've just tested with the debian/liberty branch and a virtualenv and it works fine | 08:45 |
*** lifeless has quit IRC | 08:49 | |
zigo | Thanks a lot. | 08:49 |
zigo | I will do such setup no pb. | 08:49 |
*** getvasanth has joined #heat | 08:50 | |
*** derekh has joined #heat | 08:51 | |
*** randallburt has joined #heat | 08:51 | |
*** lifeless has joined #heat | 09:03 | |
*** daneyon has quit IRC | 09:06 | |
*** daneyon has joined #heat | 09:07 | |
*** Qiming-mobile has joined #heat | 09:18 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: WIP Grenade: Run heat_integrationtests instead of tempest smoke https://review.openstack.org/209890 | 09:29 |
*** Yanyanhu has quit IRC | 09:43 | |
*** sorantis has quit IRC | 09:57 | |
*** Qiming has quit IRC | 09:58 | |
*** randallburt has quit IRC | 10:09 | |
*** e0ne has joined #heat | 10:23 | |
*** e0ne has quit IRC | 10:24 | |
*** sorantis has joined #heat | 10:26 | |
*** sergmelikyan has joined #heat | 10:33 | |
*** zhenguo has quit IRC | 10:42 | |
*** FL1SK has joined #heat | 10:44 | |
*** sorantis has quit IRC | 11:06 | |
*** rakesh_hs has quit IRC | 11:12 | |
*** maximov has quit IRC | 11:18 | |
*** amaksimov has joined #heat | 11:19 | |
*** Qiming-mobile has quit IRC | 11:26 | |
*** achanda has joined #heat | 11:29 | |
*** alexpilotti has joined #heat | 11:41 | |
*** achanda has quit IRC | 11:41 | |
*** jtomasek has quit IRC | 11:46 | |
*** jtomasek has joined #heat | 11:47 | |
*** tochi has quit IRC | 11:51 | |
*** aweiteka has joined #heat | 12:00 | |
*** sergmelikyan has quit IRC | 12:01 | |
*** jdob has quit IRC | 12:01 | |
*** jdob has joined #heat | 12:02 | |
*** jdob1 has joined #heat | 12:02 | |
*** jdob1 has quit IRC | 12:03 | |
*** junhongl has quit IRC | 12:06 | |
*** Qiming has joined #heat | 12:14 | |
*** steveg_afk has joined #heat | 12:17 | |
*** hdd has joined #heat | 12:18 | |
*** dims__ has quit IRC | 12:19 | |
*** dims_ has joined #heat | 12:20 | |
*** ochuprykov has quit IRC | 12:25 | |
*** neelashah has joined #heat | 12:29 | |
*** zengyingzhe_ has quit IRC | 12:34 | |
*** jamielennox|away is now known as jamielennox | 12:37 | |
*** zengyingzhe_ has joined #heat | 12:38 | |
*** spzala has joined #heat | 12:43 | |
*** gberginc has quit IRC | 12:44 | |
*** gberginc has joined #heat | 12:44 | |
*** gberginc has quit IRC | 12:49 | |
*** Qiming_ has joined #heat | 12:51 | |
*** Qiming has quit IRC | 12:55 | |
*** rpothier has joined #heat | 12:56 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix translating for props with get_param value https://review.openstack.org/223137 | 12:56 |
*** larsks has quit IRC | 13:07 | |
*** thumpba has joined #heat | 13:11 | |
*** ricolin has quit IRC | 13:16 | |
*** Qiming__ has joined #heat | 13:20 | |
*** jasond has joined #heat | 13:20 | |
*** vijendar has joined #heat | 13:22 | |
*** blomquisg has joined #heat | 13:22 | |
*** Qiming_ has quit IRC | 13:23 | |
*** steveg_afk has quit IRC | 13:25 | |
*** pratikmallya has joined #heat | 13:30 | |
*** jdandrea has joined #heat | 13:31 | |
jdandrea | Does anyone know what the next release for kilo will be called? (2015.1.2, 2016.1, etc.) - https://launchpad.net/heat/kilo | 13:34 |
*** jaime49 has joined #heat | 13:36 | |
*** jasond has quit IRC | 13:37 | |
*** jasond has joined #heat | 13:38 | |
*** thumpba has quit IRC | 13:39 | |
*** thumpba has joined #heat | 13:40 | |
*** jprovazn has quit IRC | 13:43 | |
shardy | jdandrea: 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.0 | 13:49 |
shardy | jdandrea: the release schedule still refers to 2015.2.0 fwiw | 13:49 |
shardy | https://wiki.openstack.org/wiki/Liberty_Release_Schedule | 13:49 |
*** thumpba has quit IRC | 13:52 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Make OS::Monasca::AlarmDefinition expression property non-updateable https://review.openstack.org/224904 | 13:53 |
*** rbrady has joined #heat | 13:53 | |
*** achanda has joined #heat | 13:57 | |
*** achanda has quit IRC | 13:59 | |
*** pratikmallya has quit IRC | 13:59 | |
*** hdd has quit IRC | 14:02 | |
*** spzala has quit IRC | 14:02 | |
*** dims__ has joined #heat | 14:11 | |
*** dims_ has quit IRC | 14:14 | |
*** jamielennox is now known as jamielennox|away | 14:26 | |
*** pratikmallya has joined #heat | 14:27 | |
*** pratikma_ has joined #heat | 14:28 | |
*** jecarey has quit IRC | 14:29 | |
*** pratikmallya has quit IRC | 14:32 | |
*** ochuprykov has joined #heat | 14:37 | |
*** vahidh has quit IRC | 14:39 | |
*** zns has joined #heat | 14:40 | |
*** jaime49 has quit IRC | 14:41 | |
*** kebray has joined #heat | 14:43 | |
*** kebray has quit IRC | 14:43 | |
*** kebray has joined #heat | 14:47 | |
*** darthzen has joined #heat | 14:49 | |
*** steveg_afk has joined #heat | 14:49 | |
*** spzala has joined #heat | 14:50 | |
*** klindgren has quit IRC | 14:50 | |
*** klindgren has joined #heat | 14:51 | |
*** thumpba has joined #heat | 14:52 | |
*** manishg has joined #heat | 14:56 | |
*** hdd has joined #heat | 15:00 | |
*** crose has joined #heat | 15:03 | |
*** vijayagurug has left #heat | 15:03 | |
*** yassine has joined #heat | 15:10 | |
*** manishg has quit IRC | 15:10 | |
*** yassine has quit IRC | 15:12 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add node_processes validation to sahara node group https://review.openstack.org/221673 | 15:16 |
*** sergmelikyan has joined #heat | 15:16 | |
*** jaime49 has joined #heat | 15:22 | |
*** jaime49 has quit IRC | 15:23 | |
*** alexpilotti has quit IRC | 15:23 | |
*** randallburt has joined #heat | 15:24 | |
*** jaime49 has joined #heat | 15:24 | |
*** Drago has joined #heat | 15:24 | |
*** Drago has quit IRC | 15:25 | |
*** Drago has joined #heat | 15:25 | |
*** kfox1111_away is now known as kfox1111 | 15:26 | |
*** ianrossi has joined #heat | 15:27 | |
ianrossi | Hi 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 |
ianrossi | I'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 join | 15:29 |
ianrossi | So I don't understand why I'm getting this error | 15:29 |
ianrossi | Any ideas? | 15:29 |
*** Qiming__ has quit IRC | 15:30 | |
*** LimorStotland has quit IRC | 15:31 | |
*** lsmola has quit IRC | 15:32 | |
*** zz_gondoi is now known as gondoi | 15:33 | |
*** getvasanth has quit IRC | 15:37 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/rpc https://review.openstack.org/225679 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/cmd https://review.openstack.org/225050 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/objects https://review.openstack.org/225678 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/httpd https://review.openstack.org/225051 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/common https://review.openstack.org/225677 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/api https://review.openstack.org/225049 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/resources https://review.openstack.org/226198 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in doc/source https://review.openstack.org/226196 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in contrib https://review.openstack.org/225680 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in bin https://review.openstack.org/226197 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat_integrationtests https://review.openstack.org/227380 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix [H405] pep rule in heat/tests https://review.openstack.org/227381 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Remove [H405] ignoring in tox.ini https://review.openstack.org/227382 | 15:37 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Remove [H405] ignoring in tox.ini https://review.openstack.org/227382 | 15:38 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Remove [H405] and [H404] ignoring in tox.ini https://review.openstack.org/227382 | 15:40 |
*** manishg has joined #heat | 15:41 | |
*** ParsectiX has joined #heat | 15:47 | |
*** manishg has quit IRC | 15:50 | |
*** nijaba_ is now known as nijaba | 15:50 | |
*** manishg has joined #heat | 15:51 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container https://review.openstack.org/223136 | 15:51 |
*** zns has quit IRC | 15:53 | |
*** blomquisg has quit IRC | 16:00 | |
*** jfluhmann has quit IRC | 16:06 | |
*** zns has joined #heat | 16:08 | |
*** derekh has quit IRC | 16:09 | |
*** blomquisg has joined #heat | 16:14 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container https://review.openstack.org/223136 | 16:18 |
jdandrea | shardy: 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 #heat | 16:23 | |
*** pratikma_ has quit IRC | 16:24 | |
*** x3k` has joined #heat | 16:24 | |
*** x3k has quit IRC | 16:24 | |
*** kbyrne has quit IRC | 16:24 | |
*** SergeyLukjanov has quit IRC | 16:24 | |
*** SergeyLukjanov has joined #heat | 16:24 | |
*** kbyrne has joined #heat | 16:24 | |
*** sabeen1 has joined #heat | 16:32 | |
shardy | jdandrea: Kilo is 2015.1.* - e.g first release of 2015 | 16:40 |
shardy | jdandrea: fwiw I'm also confused re the renumbering to 5.0.0 etc - the old scheme made more sense to me | 16:40 |
jdandrea | shardy: 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 |
ryansb | so it used to be | 16:42 |
ryansb | Year.release.minor | 16:42 |
jdandrea | *nod* | 16:42 |
ryansb | so 2015.1 == kilo | 16:42 |
ryansb | and 2015.1.1 == kilo stable update #1 | 16:42 |
ryansb | and 2015.1.2 == kilo stable update #2, and so on | 16:42 |
jdandrea | *nodnod* | 16:42 |
ryansb | now we're moving to semver, so major.minor.patch | 16:43 |
*** serg_melikyan has joined #heat | 16:43 | |
jdandrea | But it's two releases a year, so IF we were sticking with the old notation, I guess liberty would be 2015.2? | 16:43 |
ryansb | I 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 cycle | 16:43 |
jdandrea | I see. | 16:43 |
ryansb | yes, that's exactly right | 16:43 |
jdandrea | :) | 16:43 |
jdandrea | Thanks! I think I am now unconfused. | 16:43 |
*** serg_melikyan has quit IRC | 16:47 | |
*** sergmelikyan has quit IRC | 16:48 | |
*** vijendar has quit IRC | 16:59 | |
*** achanda has joined #heat | 17:00 | |
*** hdd has quit IRC | 17:01 | |
*** sergmelikyan has joined #heat | 17:11 | |
*** jfluhmann has joined #heat | 17:15 | |
*** zns has quit IRC | 17:17 | |
*** zns has joined #heat | 17:25 | |
*** vijendar has joined #heat | 17:25 | |
*** pratikmallya has quit IRC | 17:26 | |
*** kebray has quit IRC | 17:34 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Convert to int can cause different error messages https://review.openstack.org/227432 | 17:34 |
*** zns has quit IRC | 17:35 | |
*** tspatzier has quit IRC | 17:36 | |
*** achanda has quit IRC | 17:36 | |
*** ianrossi has quit IRC | 17:39 | |
*** jdob has quit IRC | 17:41 | |
*** jdob has joined #heat | 17:42 | |
*** neelashah has quit IRC | 17:42 | |
*** zns has joined #heat | 17:43 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Reduce frequency of logging environment resources https://review.openstack.org/227441 | 17:45 |
*** hdd has joined #heat | 17:46 | |
*** jdob has quit IRC | 17:48 | |
*** jdob has joined #heat | 17:48 | |
*** pratikmallya has joined #heat | 17:50 | |
*** Marga_ has quit IRC | 17:50 | |
*** jonesbr has joined #heat | 17:50 | |
*** achanda has joined #heat | 17:51 | |
*** pratikma_ has joined #heat | 17:51 | |
*** steveg_afk has quit IRC | 17:54 | |
*** pratikmallya has quit IRC | 17:54 | |
*** kebray has joined #heat | 17:56 | |
*** jprovazn has joined #heat | 17:57 | |
*** tlashchova has quit IRC | 18:04 | |
*** steveg_afk has joined #heat | 18:07 | |
*** Piet has joined #heat | 18:07 | |
*** neelashah has joined #heat | 18:10 | |
*** jdob has quit IRC | 18:12 | |
*** jdob has joined #heat | 18:13 | |
*** jdob has quit IRC | 18:13 | |
*** jdob has joined #heat | 18:14 | |
*** achanda has quit IRC | 18:29 | |
*** Marga_ has joined #heat | 18:31 | |
*** achanda has joined #heat | 18:31 | |
*** ParsectiX has quit IRC | 18:36 | |
*** ParsectiX has joined #heat | 18:37 | |
*** Marga_ has quit IRC | 18:40 | |
*** Marga_ has joined #heat | 18:40 | |
*** zengyingzhe_ has quit IRC | 18:46 | |
*** sergmelikyan has quit IRC | 18:47 | |
*** zengyingzhe_ has joined #heat | 18:47 | |
jdandrea | ryansb: 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 IRC | 18:47 | |
ryansb | that I don't know | 18:47 |
jdandrea | *nod* | 18:47 |
* jdandrea goes looking for the release team deets | 18:48 | |
jdandrea | Ooh. Maybe this: http://docs.openstack.org/developer/pbr/semver.html | 18:50 |
ryansb | we'll expect a full report next meeting ;) | 18:50 |
jdandrea | Roger that. ;) | 18:50 |
*** vijendar has quit IRC | 18:53 | |
Piet | The 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 IRC | 18:57 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Convert to int can cause different error messages https://review.openstack.org/227432 | 18:59 |
*** sabeen1 has quit IRC | 19:02 | |
*** neelashah has quit IRC | 19:03 | |
*** gberginc has joined #heat | 19:03 | |
*** jobewan has joined #heat | 19:05 | |
jobewan | can 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 IRC | 19:12 | |
*** hdd has quit IRC | 19:19 | |
*** vijendar has joined #heat | 19:20 | |
openstackgerrit | Andreas Jaeger proposed openstack/heat: Cleanup of Translations https://review.openstack.org/227494 | 19:20 |
*** ParsectiX has quit IRC | 19:22 | |
*** ParsectiX has joined #heat | 19:27 | |
*** zeih has joined #heat | 19:29 | |
*** kebray has joined #heat | 19:29 | |
*** kebray has quit IRC | 19:31 | |
*** kebray has joined #heat | 19:32 | |
*** ochuprykov has quit IRC | 19:33 | |
*** bnemec has quit IRC | 19:34 | |
*** kebray has quit IRC | 19:35 | |
*** darthzen has quit IRC | 19:35 | |
*** jonesbr has quit IRC | 19:36 | |
*** zeih has quit IRC | 19:52 | |
*** kebray has joined #heat | 19:57 | |
*** hdd has joined #heat | 20:00 | |
*** sergmelikyan has joined #heat | 20:08 | |
*** crose has quit IRC | 20:18 | |
*** spzala has quit IRC | 20:19 | |
*** Piet has quit IRC | 20:22 | |
*** jprovazn has quit IRC | 20:22 | |
*** bnemec has joined #heat | 20:24 | |
*** achanda has quit IRC | 20:30 | |
*** steveg_afk has quit IRC | 20:30 | |
*** metral is now known as metral_zzz | 20:36 | |
*** metral_zzz is now known as metral | 20:36 | |
*** jaime49 has quit IRC | 20:37 | |
*** jaime49 has joined #heat | 20:37 | |
*** jfluhmann has quit IRC | 20:39 | |
stevebaker | jdandrea: 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 months | 20:42 |
jdandrea | stevebaker: That helps too, thanks! | 20:42 |
stevebaker | jobewan: you can try building a custom environment which fakes chunks of the stack with OS::Heat::None resources | 20:43 |
jobewan | does anyone actually have their compute nodes on the ExternalIpSubnet ? (that you know of) | 20:44 |
*** steveg_afk has joined #heat | 20:45 | |
stevebaker | jdandrea: and kilo will continue doing 2015.1.x releases | 20:45 |
*** Piet has joined #heat | 20:47 | |
*** neelashah has joined #heat | 20:47 | |
*** ParsectiX has quit IRC | 20:55 | |
*** ParsectiX has joined #heat | 20:56 | |
*** gberginc has quit IRC | 20:59 | |
*** daneyon has quit IRC | 21:04 | |
*** achanda has joined #heat | 21:05 | |
*** daneyon has joined #heat | 21:05 | |
*** spzala has joined #heat | 21:07 | |
*** achanda has quit IRC | 21:09 | |
*** rpothier has quit IRC | 21:10 | |
*** hdd has quit IRC | 21:15 | |
jdandrea | Does 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 IRC | 21:16 | |
*** ParsectiX has quit IRC | 21:17 | |
*** Drago has quit IRC | 21:18 | |
*** ParsectiX has joined #heat | 21:18 | |
*** Drago has joined #heat | 21:20 | |
*** derekh has joined #heat | 21:21 | |
*** ParsectiX has quit IRC | 21:22 | |
*** steveg_afk has quit IRC | 21:26 | |
*** dims__ has quit IRC | 21:29 | |
*** gondoi is now known as zz_gondoi | 21:31 | |
*** kebray has quit IRC | 21:41 | |
*** derekh has quit IRC | 21:43 | |
*** vgridnev has quit IRC | 21:44 | |
*** blomquisg has quit IRC | 21:45 | |
*** sergmelikyan has quit IRC | 21:47 | |
*** daneyon has quit IRC | 21:49 | |
*** daneyon has joined #heat | 21:50 | |
*** Drago has quit IRC | 21:52 | |
*** Drago has joined #heat | 21:52 | |
*** dims_ has joined #heat | 21:52 | |
asalkeld | jdandrea i use standalone and preview seems to work | 21:53 |
jdandrea | asalkeld: good, thx | 21:53 |
jdandrea | I'm seeing errors in heat-engine.log but I do get a preview after all. *shrug* | 21:53 |
jdandrea | Maybe it's ok! | 21:53 |
asalkeld | i had something with a server in and got a warning | 21:54 |
asalkeld | WARNING heat.engine.clients.os.nova Instance (None) not found: Instance None could not be found. (HTTP 404) | 21:54 |
asalkeld | but no error | 21:54 |
asalkeld | (i did a preview on a non-existant stack) | 21:54 |
*** e0ne has joined #heat | 21:56 | |
*** rwsu has quit IRC | 21:56 | |
*** rwsu has joined #heat | 22:03 | |
*** neelashah has quit IRC | 22:04 | |
*** jaime49 has quit IRC | 22:04 | |
*** thumpba has joined #heat | 22:06 | |
*** achanda has joined #heat | 22:06 | |
stevebaker | asalkeld: can you suggest some working standalone heat.conf settings on this? https://ask.openstack.org/en/question/45875/heat-standalone-mode-issues/ | 22:09 |
asalkeld | sure | 22:10 |
asalkeld | tho' i wonder what public cloud | 22:11 |
*** jasond has quit IRC | 22:16 | |
*** e0ne has quit IRC | 22:17 | |
*** thumpba_ has joined #heat | 22:17 | |
*** kebray has joined #heat | 22:17 | |
*** kebray has quit IRC | 22:17 | |
*** thumpba has quit IRC | 22:20 | |
*** kebray has joined #heat | 22:24 | |
*** thumpba_ has quit IRC | 22:48 | |
*** thumpba has joined #heat | 22:48 | |
*** pratikma_ has quit IRC | 22:49 | |
*** zns has quit IRC | 22:54 | |
*** hdd has joined #heat | 22:57 | |
*** randallburt has quit IRC | 22:57 | |
*** zns has joined #heat | 23:00 | |
*** dims_ has quit IRC | 23:05 | |
*** vijendar has quit IRC | 23:06 | |
*** thumpba has quit IRC | 23:06 | |
klindgren | Curious. 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-network | 23:12 |
asalkeld | floating ip? | 23:14 |
*** jpeeler has quit IRC | 23:16 | |
manishg | I think floating ip brings up other issues (e.g. now one will be required to do NAT, etc.) | 23:16 |
klindgren | I 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 |
klindgren | atleast they should be known shortly after booting | 23:18 |
manishg | klindgren: I'm curious about the use case. Do the VMs have to know the IPs at boot time? | 23:18 |
manishg | i.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 |
klindgren | I am attempting to rewrite a magnum use case of booting a kube cluster with minions | 23:19 |
klindgren | as currently templated they both need each other. THe minons need to know the kube master ip | 23:20 |
klindgren | and the master needs to know all the ip's of the minions | 23:20 |
klindgren | its solved with neutron i nthe template by pre-creating the ports - but this is not possible with a nova-network config | 23:20 |
klindgren | https://github.com/openstack/magnum/blob/master/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml | 23:22 |
klindgren | http://paste.ubuntu.com/12547382/ is what I am trying | 23:22 |
klindgren | but write_heat_parms in which is used in the kube_master_init calls for kube_minions | 23:23 |
klindgren | and kube minions calls for kube_master_ip | 23:23 |
*** thumpba has joined #heat | 23:25 | |
klindgren | asalkeld, 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 |
asalkeld | klindgren: afaik that's what we have to work with | 23:29 |
asalkeld | you could do something weird like post the ip of each machine to a swift object | 23:29 |
asalkeld | (known to all machines) | 23:29 |
asalkeld | basically a common "metadata" | 23:30 |
asalkeld | but you would have to manage that | 23:30 |
*** steveg_afk has joined #heat | 23:33 | |
*** jobewan has quit IRC | 23:36 | |
*** tochi has joined #heat | 23:42 | |
*** pratikmallya has joined #heat | 23:44 | |
*** vishwana_ has joined #heat | 23:54 | |
*** thumpba_ has joined #heat | 23:54 | |
*** jamielennox|away is now known as jamielennox | 23:56 | |
*** vishwanathj has quit IRC | 23:56 | |
*** harlowja has quit IRC | 23:56 | |
*** thumpba has quit IRC | 23:56 | |
*** dsneddon has quit IRC | 23:56 | |
*** gus has quit IRC | 23:57 | |
*** Michalik has quit IRC | 23:57 | |
*** harlowja has joined #heat | 23:57 | |
*** gus has joined #heat | 23:59 | |
*** dsneddon has joined #heat | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!