*** Tross has quit IRC | 00:01 | |
*** EricGonczer_ has quit IRC | 00:04 | |
*** Qiming has joined #heat | 00:09 | |
*** Raj1 has quit IRC | 00:11 | |
*** kebray has joined #heat | 00:14 | |
*** Qiming has quit IRC | 00:17 | |
*** achanda has joined #heat | 00:23 | |
*** david-lyle has quit IRC | 00:32 | |
asalkeld | stevebaker: skraynev i am going to make a bug-tag called unit-test, we seem to have imperfect coverage. i'll make a bunch of bugs to address the worst offenders | 00:38 |
---|---|---|
stevebaker | asalkeld: sounds good. it would be nice if our unit test gate jobs generated a coverage html report. surely other projects do that | 00:42 |
asalkeld | yeah, totally | 00:42 |
asalkeld | i think boris-42 had a test to even make sure it didn't get worse | 00:42 |
*** Marga_ has quit IRC | 00:42 | |
asalkeld | https://bugs.launchpad.net/heat/+bugs?field.tag=unit-tests | 00:44 |
*** vijayagurug has joined #heat | 00:54 | |
*** signed8bit has joined #heat | 00:58 | |
*** Marga_ has joined #heat | 01:09 | |
*** Qiming has joined #heat | 01:11 | |
*** huangtianhua has joined #heat | 01:13 | |
asalkeld | stevebaker: i forgot you set OVERRIDE_ENABLED_SERVICES | 01:15 |
*** kebray has quit IRC | 01:15 | |
*** Qiming_ has joined #heat | 01:15 | |
asalkeld | you left out ceilometer alarming services | 01:16 |
asalkeld | i'll post a patch | 01:16 |
*** Qiming has quit IRC | 01:20 | |
*** spzala has joined #heat | 01:20 | |
*** david-lyle has joined #heat | 01:20 | |
*** kebray has joined #heat | 01:24 | |
openstackgerrit | huangtianhua proposed openstack/heat: Move openstack resources tests to heat/tests/openstack/ https://review.openstack.org/178074 | 01:26 |
asalkeld | stevebaker: https://review.openstack.org/178472 | 01:28 |
asalkeld | (project config change) | 01:28 |
*** EricGonczer_ has joined #heat | 01:33 | |
asalkeld | we seem to be getting lots of gate errors | 01:34 |
asalkeld | heat_integrationtests.common.exceptions.StackResourceBuildErrorException: Resource IPAddress in stack CfnInitIntegrationTest-530462288/ea103822-a3df-4524-a36e-ce00917fec38 is in CREATE_FAILED status due to 'BadRequest: Unable to associate floating ip 172.24.5.4 to any fixed IPs for instance 67bff9a2-807c-4091-a04d-07dda27a5b19. Instance has no fixed IPv4 addresses to associate. (HTTP 400) (Request-ID: req-31f30ea9-99c8-47dc-ab25-072a41024210)' | 01:35 |
jamielennox | asalkeld: i was just coming to ask that - is the gate broken? | 01:35 |
jamielennox | i'm seeing: heat_integrationtests.common.exceptions.StackBuildErrorException: Stack NeutronLoadBalancerTest-50480486/48ebf044-4b2f-43b3-9ce8-84392b3f9f76 is in CREATE_FAILED status due to 'Resource CREATE failed: BadRequest: Bad floatingip request: Port 3154e0c1-9bb4-418c-b5f1-18d4f3c99f5f has multiple fixed IPs. Must provide a specific IP when assigning a floating IP' | 01:35 |
asalkeld | jamielennox: just started seeing it myself | 01:35 |
asalkeld | yeah i got both of those | 01:36 |
asalkeld | actually | 01:36 |
asalkeld | heat_integrationtests.common.exceptions.StackBuildErrorException: Stack NeutronLoadBalancerTest-241807421/24df49a9-ee58-41ec-bc62-334169547332 is in CREATE_FAILED status due to 'Resource CREATE failed: ResourceInError: Went to status ERROR due to "error in vip"' | 01:36 |
asalkeld | neutron is unhappy | 01:36 |
jamielennox | surprise | 01:36 |
asalkeld | (or us, let me check for relevant changes) | 01:37 |
asalkeld | brb lunch | 01:40 |
*** Qiming__ has joined #heat | 01:40 | |
*** Qiming_ has quit IRC | 01:44 | |
*** Yanyanhu has joined #heat | 01:47 | |
*** signed8bit has quit IRC | 01:48 | |
*** erkules_ has joined #heat | 01:49 | |
*** erkules has quit IRC | 01:50 | |
*** dims_ is now known as dims | 01:52 | |
*** Qiming__ is now known as Qiming | 01:54 | |
*** bnemec has quit IRC | 01:56 | |
stevebaker | asalkeld: ah yes, ceilometer didnt have any tests at the time | 01:57 |
*** bnemec has joined #heat | 01:59 | |
*** harlowja is now known as harlowja_away | 02:03 | |
*** EricGonczer_ has quit IRC | 02:12 | |
*** EricGonczer_ has joined #heat | 02:13 | |
*** EricGonczer_ has quit IRC | 02:14 | |
*** Will has joined #heat | 02:16 | |
Will | I developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks. | 02:20 |
*** david-lyle has quit IRC | 02:30 | |
*** david-lyle has joined #heat | 02:31 | |
Will | I developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks. | 02:32 |
Qiming | asalkeld, 1 min? | 02:32 |
*** elynn has joined #heat | 02:32 | |
elynn | morning :) | 02:34 |
*** EricGonczer_ has joined #heat | 02:35 | |
*** david-lyle has quit IRC | 02:36 | |
*** EricGonczer_ has quit IRC | 02:36 | |
*** Raj1 has joined #heat | 02:43 | |
Will | I developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks. | 02:45 |
Qiming | Will, handle_update is not triggered by stack-list operation I think | 02:47 |
Qiming | You are supposed to use 'heat stack-update' | 02:47 |
Will | yes. | 02:47 |
asalkeld | Qiming: what's up | 02:48 |
Will | 我在开å�‘Openstack Heat resource typeçš„plugin,è¦�æ›´æ–°vmçš„cpuå’Œmemory资æº�,create了一个函数def handle_update(self, json_snippet, tmpl_diff, prop_diff)。 但是,heat stack-update时总也triggerä¸�到这个函数,æ¯�一次å�ªèƒ½è¿�è¡Œ__init__函数。 å�Œæ—¶ï¼Œä¹ŸåŠ 入了下列两行代ç �。 update_allowed_keys = ('Properties',) # Everything other than policy can be changed. update_allowed_properties = ( CPU,MEM,) å¹ | 02:49 |
Qiming | asalkeld, what to know the strategy about supporting ec2-user option | 02:49 |
Qiming | from the comment in code, we still have it because we need to support cloud-init 0.6.1 (for Ubuntu 12.04 LTS) | 02:49 |
Will | The plugin handle_create could be triggered by "heat stack-create" | 02:49 |
Qiming | does that mean we will keep it there till late 2017? | 02:50 |
asalkeld | Qiming: no defined "strategy", but we are moving towards using the built in user | 02:50 |
asalkeld | Qiming: i don't see us removing it | 02:50 |
Qiming | asalkeld, I was feeling it annoying because it is causing some inconsistent behavior | 02:50 |
asalkeld | also you can always manually define that as the user you want | 02:50 |
Qiming | I'm not specifying an admin_user for a VM | 02:50 |
Qiming | if I'm not using software-config, I will use 'fedora' to login to a fedora vm | 02:51 |
asalkeld | Will: yes,that is correct | 02:51 |
Qiming | but when using software-config, I have to use 'ec2-user' | 02:51 |
Qiming | and ... I have to remember that | 02:51 |
asalkeld | mmm, i see | 02:51 |
asalkeld | do we have an attribute for what user you should use? | 02:52 |
asalkeld | we *could* and that might help | 02:52 |
Will | Any suggestion on how to debug the issue? | 02:53 |
Qiming | asalkeld, so you mean we leave 'ec2-user' there and fix it in a different way | 02:53 |
asalkeld | stevebaker: why do we use ec2-user for software-config? | 02:53 |
asalkeld | Will: your output is got some strange characters | 02:54 |
asalkeld | Will: can you paste it to paste.openstack.org | 02:54 |
Will | Sorry, it's Chinese. Please ignore it. | 02:55 |
Qiming | asalkeld, maybe this is the reason, see shardower's comment: http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/clients/os/nova.py#n216 | 02:55 |
asalkeld | Will: if the property is not update_allowed, then the resoruce will be deleted and re-created | 02:55 |
asalkeld | (so won't enter handle_update) | 02:56 |
Will | CPU: properties.Schema( properties.Schema.INTEGER, _('The number of cpu used to update an existing CMS Server.'), default=1, constraints=[ constraints.Range(1, 8), ], update_allowed=True ), | 02:56 |
Will | update_allowed=True | 02:56 |
asalkeld | Qiming: that is just for sudo access | 02:56 |
Will | And I also added the line "update_allowed_properties = ( CPU,MEM,)" in the class. | 02:57 |
asalkeld | Will: ok, so you do an update and it's not getting into handle_upadate? | 02:57 |
Will | yes. | 02:57 |
asalkeld | there *must* be a change to the properties | 02:57 |
*** randallburt has quit IRC | 02:58 | |
asalkeld | are you sure you have changed something | 02:58 |
Will | What do you mean by something? | 02:58 |
Will | More specific plz:) | 02:58 |
asalkeld | ok, so you must change cpu: 4 to cpu: 5 | 02:58 |
asalkeld | otherwise heat will not call handle_update | 02:59 |
asalkeld | as there are no changes | 02:59 |
asalkeld | (nothing to update) | 02:59 |
Will | yes, I did this in two way. One is in heat-update command -P "cpu=5" | 02:59 |
Will | Another way is to update the cpu in the HOT template. | 02:59 |
asalkeld | Will: can i see your template? | 02:59 |
asalkeld | not here | 02:59 |
asalkeld | paste.openstack.org | 03:00 |
Will | okay. | 03:00 |
asalkeld | then just paste the link here | 03:00 |
Will | http://paste.openstack.org/show/211197/ | 03:02 |
asalkeld | looking | 03:03 |
asalkeld | Will: that should work | 03:04 |
*** Raj1 has quit IRC | 03:05 | |
asalkeld | Will: what does heat-engine log say? | 03:05 |
*** LiJiansheng has quit IRC | 03:05 | |
asalkeld | and errors? | 03:05 |
*** LiJiansheng has joined #heat | 03:06 | |
Will | No errors. Only __init__ is executed. handle_update isn't executed. So no logs from handle_update() | 03:07 |
Will | In the first line of handle_update() is " LOG.info("OpenStackHeat-handle_update(): prop_diff = [%s]." %prop_diff)", but it didn't show in the log. | 03:08 |
asalkeld | Will: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L734 | 03:10 |
asalkeld | add some debug ^ to see what _needs_update() is returning | 03:10 |
asalkeld | also add some debug in your handle_delete and handle_create | 03:11 |
asalkeld | just to make sure it's not replacing the resource | 03:11 |
Will | When stack-update, handle_create won't be triggered. I have double checked this. | 03:13 |
Will | asalkeld: What's the function of _needs_update()? | 03:19 |
*** nkhare has joined #heat | 03:19 | |
asalkeld | to see if the resource needs to be updated | 03:19 |
asalkeld | it compares the old and new properties | 03:19 |
asalkeld | one way to debug this is to override that method and just return True | 03:20 |
asalkeld | don't forget to undo that tho' | 03:20 |
Will | Great, I will override the method. | 03:23 |
Will | But _needs_update could not be triggered by command "heat stack-update" | 03:25 |
asalkeld | Will: what is the full command you are passing? | 03:26 |
asalkeld | heat stack-update -f t.yaml -P "cpu=x" ? | 03:26 |
asalkeld | then | 03:26 |
asalkeld | heat stack-update -f t.yaml -P "cpu=x+1" ? | 03:26 |
*** coolsvap|afk is now known as coolsvap | 03:27 | |
openstackgerrit | huangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation https://review.openstack.org/178494 | 03:27 |
Will | asalkeld: Still could not trigger handle_update or _needs_update | 03:29 |
Will | I also tried to update the template, but still not work. | 03:29 |
Will | Does flavor_id constrains the value of cpu and mem? | 03:30 |
asalkeld | Will: you need to pass everything into the update | 03:30 |
asalkeld | so if you passed in flavor_id to the create , you need to do it in the update | 03:31 |
asalkeld | Will: also use "heat event-list <stack_id>" | 03:31 |
*** david-lyle has joined #heat | 03:32 | |
Will | +--------------------------------------+---------------------------------+--------------------+----------------------+ [root@cs14 ~]# heat event-list stack-zzhengxi-201504232155 +---------------+--------------------------------------+----------------------------------------------------------------------------------------+--------------------+----------------------+ | resource_name | id | resource_status_rea | 03:32 |
asalkeld | Will: don't paste lots of text here: rather in paste.openstack.org | 03:33 |
asalkeld | also you are naughty ;) don't use root all the time | 03:34 |
Will | event-list shows http://paste.openstack.org/show/211261/ | 03:34 |
asalkeld | tada! | 03:34 |
asalkeld | UnboundLocalError: local variable 'project_id' referenced before assignment | 03:34 |
Will | Thanks for the reminder. | 03:34 |
asalkeld | you have a coding error | 03:35 |
asalkeld | try | 03:35 |
asalkeld | heat event-show stack-zzhengxi-201504232155 52c9dcd1-a925-41cc-a498-45185a59d083 | 03:35 |
asalkeld | (for more info) | 03:35 |
Will | That's the event two days ago. Is this block the handle_update? | 03:35 |
asalkeld | Will: that makes no sense | 03:37 |
asalkeld | you create a stack: | 03:37 |
asalkeld | heat stack-create -f foo.yaml -P "stuff" | 03:37 |
asalkeld | heat stack-create -f foo.yaml -P "stuff" mystack | 03:38 |
asalkeld | then | 03:38 |
asalkeld | heat event-list mystack | 03:38 |
Will | I didn't use -P when creating. | 03:38 |
asalkeld | will that's ok | 03:39 |
asalkeld | but you should see you stack in "heat stack-list" | 03:39 |
asalkeld | and do the event-list for that same stack | 03:39 |
Will | I am working on "heat event-show " I need to figure out the <RESOURCE> which is needed by "event-show" | 03:40 |
asalkeld | server | 03:40 |
asalkeld | it's the name in the template | 03:40 |
Will | Got it. The result is http://paste.openstack.org/show/211262/ | 03:42 |
asalkeld | CREATE_FAILED | 03:42 |
asalkeld | your create didn't work | 03:42 |
asalkeld | i'd suggest deleting and recreating | 03:43 |
Will | But I can check everything about the stack. | 03:43 |
asalkeld | Will: also check out: heat resource-list | 03:43 |
Will | For the project_id, how does it matter? | 03:44 |
Will | I also created another stack, the events are the same as this one. | 03:44 |
asalkeld | Will: it is a programming error | 03:45 |
asalkeld | check your code | 03:45 |
Will | I can also see the vm created is bounded to a project from a portal. | 03:45 |
Will | Okay. Then which part should I check. handle_create? | 03:46 |
asalkeld | Will: there is little more i can do without seeing the resource you have written | 03:46 |
asalkeld | yeah the create failed | 03:46 |
*** Qiming_ has joined #heat | 03:52 | |
Will | No, the creation is succeeded. | 03:54 |
*** Qiming has quit IRC | 03:55 | |
Will | line 6 of http://paste.openstack.org/show/211261/ shows it succeeded. | 03:55 |
Will | asalkeld: From line 8 and 9 of http://paste.openstack.org/show/211261/, handle_create is executed, this is so wired why handle_create is executed when running "handle_update" | 03:56 |
*** nkhare has quit IRC | 03:59 | |
*** nkhare has joined #heat | 03:59 | |
asalkeld | Will: do you have your resource code were i can see it? | 04:00 |
Will | yes. Could you please give me you email? | 04:03 |
asalkeld | asalkeld@mirantis.com | 04:03 |
*** vijayagurug has quit IRC | 04:04 | |
*** sdake_ has joined #heat | 04:04 | |
*** sdake has quit IRC | 04:08 | |
Will | asalkeld: Sent you the source. | 04:09 |
*** KanagarajM has joined #heat | 04:09 | |
*** Qiming_ has quit IRC | 04:09 | |
*** sdake_ has quit IRC | 04:11 | |
*** KanagarajM has quit IRC | 04:11 | |
asalkeld | ok Will looking | 04:11 |
*** KanagarajM has joined #heat | 04:11 | |
asalkeld | Will: i'd suggest finding that local variable "project_id" | 04:13 |
asalkeld | i don't see it in that file you have | 04:13 |
asalkeld | HT-15306C5 UnboundLocalError: local variable 'project_id' referenced before assignment | 04:13 |
Will | Will checking. But do you have any ideas why handle_create is ran during stack-update? | 04:17 |
Will | This puzzles me the most. | 04:17 |
*** krak has joined #heat | 04:20 | |
krak | Seeing errors while deleting a server. particularly while heat stack-delete. | 04:20 |
*** cody-somerville has joined #heat | 04:20 | |
krak | Can someone please help me with that ? | 04:20 |
krak | I can paste the logs. | 04:20 |
asalkeld | Will: that is normally because UpdateReplace exception is raised | 04:22 |
asalkeld | krak: what are the errors? | 04:22 |
asalkeld | krak: template, commands, output..., logs if possible | 04:23 |
krak | please refer this pastebin | 04:24 |
krak | http://paste.openstack.org/raw/210866/ | 04:24 |
asalkeld | looking | 04:24 |
Will | asalkel: It sounds reasonable, But def _needs_update(self, after, before, after_props, before_props,prev_resource): in the def_server file wasn't triggered. | 04:24 |
Will | "UpdateReplace exception is raised" is in which method of Resource? | 04:24 |
asalkeld | Will: have a look at resource.py | 04:25 |
asalkeld | at the update method | 04:25 |
asalkeld | and all it calls | 04:25 |
Will | I think it's better for me to override the same method and check what's happending. | 04:25 |
asalkeld | krak: that is a bug between nova and neutorn | 04:26 |
krak | is this a known one ? | 04:26 |
asalkeld | krak: i am not sure | 04:26 |
krak | ohh | 04:26 |
krak | okay | 04:26 |
asalkeld | krak: i'd ask in openstack-nova | 04:27 |
krak | okay sure. | 04:27 |
asalkeld | and search the nova bugs | 04:27 |
krak | thanks a lot asalkeld | 04:27 |
*** krak has quit IRC | 04:27 | |
asalkeld | krak: just googling the error is normally helpful | 04:28 |
*** krak has joined #heat | 04:28 | |
* asalkeld is about to pick kids up | 04:29 | |
asalkeld | be back later | 04:29 |
*** kebray has quit IRC | 04:30 | |
Will | asalkeld: Why "update(self, after, before=None, prev_resource=None)" is executed? It shouldn't be the first method to be executed, instead of handle_update in the plugin def_server.py, right? | 04:32 |
asalkeld | Will: update() normally is never implemented in resoures | 04:33 |
asalkeld | it calls handle_update() | 04:33 |
asalkeld | and that is what you implement in your resource type | 04:33 |
Will | I override update() just before handle_update, but the method isn't triggered either. | 04:41 |
asalkeld | Will: the main issue you have is create is failing | 04:46 |
asalkeld | with the local variable exception | 04:46 |
asalkeld | you need to find that | 04:46 |
asalkeld | this strange update behaviour is probably because of that | 04:47 |
Will | At the very beginning, the create is successful. Then during update, the create failed. | 04:47 |
asalkeld | Will: so stack-create is totally sucessful? | 04:48 |
asalkeld | create_complete? | 04:48 |
asalkeld | i have to go now and pick kids up, later | 04:49 |
Will | Yes, it shows create-complete at the beginning. | 04:53 |
*** krak has quit IRC | 05:08 | |
*** huangtianhua has quit IRC | 05:16 | |
*** hdd has joined #heat | 05:24 | |
*** Qiming has joined #heat | 05:33 | |
*** Marga_ has quit IRC | 05:34 | |
*** LimorStotland has joined #heat | 05:43 | |
*** vijayagurug has joined #heat | 05:49 | |
*** metral is now known as metral_zzz | 05:55 | |
*** sarath123 has joined #heat | 05:55 | |
*** sarath123 has left #heat | 05:56 | |
*** dulek has joined #heat | 06:02 | |
*** metral_zzz is now known as metral | 06:02 | |
*** vijayagurug has quit IRC | 06:07 | |
*** huangtianhua has joined #heat | 06:11 | |
*** tspatzier has joined #heat | 06:12 | |
*** tiantian has joined #heat | 06:16 | |
*** huangtianhua has quit IRC | 06:17 | |
asalkeld | stevebaker: any meeting agenda items from you ? | 06:17 |
Will | asalkeld: Hi Angus, still waiting for any updates from you:) | 06:19 |
*** vijayagurug has joined #heat | 06:21 | |
sirushti | shardy, skraynev, I've revised https://review.openstack.org/#/c/86978/ pretty much rewriting it from scratch, so please let me know if I've missed something. | 06:22 |
asalkeld | Will: you code *seems* ok | 06:22 |
Will | Any more suggestions for me? Then I can debug myself. | 06:24 |
Will | I have tried all possibilities I can think of myself. | 06:24 |
*** asalkeld has quit IRC | 06:28 | |
openstackgerrit | Anant Patil proposed openstack/heat-templates: Add output section. https://review.openstack.org/178520 | 06:30 |
openstackgerrit | Jun Jie Nan proposed openstack/heat-templates: Added security group and network https://review.openstack.org/178522 | 06:34 |
openstackgerrit | huangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation https://review.openstack.org/178494 | 06:38 |
*** pas-ha has joined #heat | 06:43 | |
*** dulek has quit IRC | 06:46 | |
*** asalkeld has joined #heat | 06:48 | |
*** jcoufal has joined #heat | 06:49 | |
*** jprovazn has joined #heat | 06:50 | |
skraynev | sirushti: sure. I have got email about your new patch-set :) so I plan to look on it today, Also I glad to see +1 from Jenkins ;) | 06:51 |
skraynev | btw, morning all | 06:52 |
*** dulek has joined #heat | 06:52 | |
asalkeld | hi skraynev | 06:58 |
skraynev | asalkeld: hey | 06:58 |
sirushti | skraynev, sure, thanks :) | 06:59 |
skraynev | asalkeld: looks like we have issue on gate related with FIP. | 07:05 |
asalkeld | skraynev: yeah - i didn't have time to investigate | 07:05 |
* asalkeld feeling really tired for some reason | 07:06 | |
skraynev | "asalkeld feeling really tired for some reason", after that you definitely show add "if you know what I mean..." :) | 07:10 |
*** ifarkas has joined #heat | 07:11 | |
shardy | morning all | 07:16 |
shardy | asalkeld: I wanted to add an agenda item, about the removal of Fn::Split | 07:17 |
shardy | I've got a use-case which needs it, and it's not clear to me if there's any native alternative atm | 07:17 |
shardy | sirushti: thanks for reworking that patch, will take a look later today | 07:18 |
asalkeld | shardy: fine by me | 07:23 |
*** LimorStotland has quit IRC | 07:27 | |
*** jtomasek has joined #heat | 07:28 | |
*** LimorStotland has joined #heat | 07:28 | |
*** achanda has quit IRC | 07:48 | |
*** achanda has joined #heat | 07:56 | |
*** jistr has joined #heat | 07:58 | |
openstackgerrit | huangtianhua proposed openstack/python-heatclient: Add an option to generate template based on resource type https://review.openstack.org/178544 | 07:59 |
*** derekh has joined #heat | 08:01 | |
*** alexheneveld has joined #heat | 08:01 | |
*** BManojlovic has joined #heat | 08:09 | |
*** dims has quit IRC | 08:10 | |
*** yassine_ has joined #heat | 08:18 | |
*** pitr-ch has joined #heat | 08:23 | |
*** achanda has quit IRC | 08:33 | |
*** achanda has joined #heat | 08:33 | |
*** achanda has quit IRC | 08:35 | |
openstackgerrit | huangtianhua proposed openstack/heat: Delete redundant resource.id checking https://review.openstack.org/178562 | 08:48 |
shardy | skraynev: Hey do you have a fix in-progress for bug #1449896? | 08:55 |
openstack | bug 1449896 in heat "Failing FIP resources in Heat integration tests job" [Critical,Confirmed] https://launchpad.net/bugs/1449896 - Assigned to Sergey Kraynev (skraynev) | 08:55 |
shardy | AFAICS that's totally broken our gate? | 08:55 |
skraynev | shardy: yes | 08:55 |
skraynev | shardy: test it right now and then upload | 08:56 |
skraynev | need 10-30 minutes | 08:56 |
shardy | skraynev: np, just wanted to check we had someone on it, shout if I can help at all :) | 08:56 |
skraynev | shardy: sure;) I will ping you, when upload patch | 08:57 |
*** dulek_ has joined #heat | 09:03 | |
*** dulek has quit IRC | 09:03 | |
*** alexheneveld has quit IRC | 09:05 | |
*** KanagarajM has quit IRC | 09:08 | |
*** vijayagurug has quit IRC | 09:13 | |
*** KanagarajM has joined #heat | 09:15 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Use ipv4 subnet in Heat scenario tests https://review.openstack.org/178576 | 09:39 |
*** GonZo2K has quit IRC | 09:50 | |
*** dims has joined #heat | 09:51 | |
*** yassine_ has quit IRC | 09:54 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Custom constrain for keystone service https://review.openstack.org/178583 | 09:56 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone service https://review.openstack.org/178584 | 09:56 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone endpoint https://review.openstack.org/178585 | 09:56 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: heat_keystone README update for service and endpoint https://review.openstack.org/178586 | 09:56 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add updated in-place resources to backup https://review.openstack.org/175868 | 09:59 |
*** KanagarajM has quit IRC | 10:01 | |
Will | Dose Icehouse support nested stack for resource type 'OS::Heat::ResourceGroup'? | 10:02 |
*** dulek_ has quit IRC | 10:06 | |
*** mtreinish has quit IRC | 10:07 | |
*** Qiming has quit IRC | 10:08 | |
*** Yanyanhu has quit IRC | 10:11 | |
Will | Dose Icehouse support nested stack for resource type 'OS::Heat::ResourceGroup'? We came across an error - heatclient.exc.HTTPBadRequest: ERROR: HT-64408AE Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead. | 10:11 |
*** mwheckmann has quit IRC | 10:13 | |
*** shardy_ has joined #heat | 10:13 | |
openstackgerrit | Anant Patil proposed openstack/heat-templates: Add output section.(1) https://review.openstack.org/178520 | 10:14 |
*** shardy has quit IRC | 10:15 | |
*** Will has quit IRC | 10:15 | |
openstackgerrit | Anant Patil proposed openstack/heat-templates: Add output section.(2) https://review.openstack.org/178593 | 10:18 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Custom constrain for keystone service https://review.openstack.org/178583 | 10:18 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: heat_keystone README update for service and endpoint https://review.openstack.org/178586 | 10:18 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone endpoint https://review.openstack.org/178585 | 10:18 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone service https://review.openstack.org/178584 | 10:18 |
*** shardy_ has quit IRC | 10:19 | |
*** shardy has joined #heat | 10:19 | |
*** arif-ali has quit IRC | 10:20 | |
*** alexheneveld has joined #heat | 10:22 | |
*** KanagarajM has joined #heat | 10:30 | |
*** tiantian has quit IRC | 10:43 | |
*** dulek has joined #heat | 10:47 | |
*** KanagarajM_ has joined #heat | 10:51 | |
*** KanagarajM has quit IRC | 10:52 | |
*** inc0 has joined #heat | 10:52 | |
inc0 | hello | 10:53 |
*** nkhare has quit IRC | 10:56 | |
*** vijayagurug has joined #heat | 10:57 | |
skraynev | shardy: looks like I fixed one issue, but we have another one | 11:00 |
skraynev | shardy: raise new bug or fix it in the current patch? | 11:00 |
*** LimorStotland has quit IRC | 11:01 | |
shardy | Is the issue related? | 11:01 |
*** yassine_ has joined #heat | 11:01 | |
skraynev | shardy: partially, btw. will fix it in this patch | 11:01 |
skraynev | without it we can not merge first fix | 11:02 |
shardy | skraynev: Yeah, if it's realted just fix IMO, whatever is needed to un-break the gate ;) | 11:02 |
shardy | related even.. | 11:02 |
*** dulek_ has joined #heat | 11:02 | |
openstackgerrit | Anant Patil proposed openstack/heat-templates: Add output section.(2) https://review.openstack.org/178593 | 11:02 |
skraynev | shardy: ok, will do | 11:02 |
*** dulek has quit IRC | 11:05 | |
*** Qiming has joined #heat | 11:05 | |
*** inc0 has quit IRC | 11:07 | |
*** inc0_ has joined #heat | 11:07 | |
*** KanagarajM has joined #heat | 11:08 | |
*** KanagarajM_ has quit IRC | 11:11 | |
*** KanagarajM has quit IRC | 11:13 | |
*** XiaoYangZhu has joined #heat | 11:13 | |
*** dims has quit IRC | 11:18 | |
*** pas-ha has quit IRC | 11:18 | |
openstackgerrit | Steven Hardy proposed openstack/python-heatclient: Implement --marker for event-list --nested-depth https://review.openstack.org/178617 | 11:19 |
*** vijayagurug has left #heat | 11:23 | |
*** rpothier has joined #heat | 11:27 | |
*** inc0_ has quit IRC | 11:29 | |
*** pas-ha has joined #heat | 11:30 | |
*** BManojlo1ic has joined #heat | 11:33 | |
*** dulek_ has quit IRC | 11:33 | |
*** coolsvap is now known as coolsvap|afk | 11:33 | |
*** BManojlovic has quit IRC | 11:36 | |
*** noaKoffman has left #heat | 11:37 | |
*** Qiming has quit IRC | 11:37 | |
*** dulek has joined #heat | 11:39 | |
*** Qiming has joined #heat | 11:39 | |
*** arif-ali has joined #heat | 11:40 | |
*** cdent has joined #heat | 11:41 | |
*** EricGonczer_ has joined #heat | 11:45 | |
*** XiaoYangZhu has left #heat | 11:46 | |
ramishra | skraynev: Hi | 11:48 |
*** XiaoYangZhu_ has joined #heat | 11:49 | |
ramishra | shardy: Hi | 11:51 |
shardy | ramishra: Hi! | 11:51 |
*** alexheneveld has quit IRC | 11:51 | |
ramishra | Bug #1449896 seems to due to https://github.com/openstack-dev/devstack/commit/6d45e29bbb97ad338b413ec31b635c3c4364df87 | 11:52 |
openstack | bug 1449896 in heat "Failing FIP resources in Heat integration tests job" [Critical,In progress] https://launchpad.net/bugs/1449896 - Assigned to Sergey Kraynev (skraynev) | 11:52 |
*** BManojlo1ic is now known as BManojlovic | 11:52 | |
shardy | ramishra: Yeah, skraynev is working on fixing our tests so they don't assume only one v4 subnet | 11:52 |
ramishra | I've a patch to disable dual stack for our integration testing. show I put that see if that helps | 11:52 |
*** BManojlovic has quit IRC | 11:53 | |
*** BManojlovic has joined #heat | 11:53 | |
ramishra | s/show/should | 11:53 |
shardy | ramishra: sure, feel free to post it, then we can compare with what skraynev has posted | 11:53 |
* shardy is happy to merge whichever fixes CI ;) | 11:53 | |
ramishra | there are number of templates where we don't specify network for servers. This would be interim fix to disable dual stack | 11:54 |
*** noaKoffman has joined #heat | 11:56 | |
*** rakesh_hs has joined #heat | 11:56 | |
*** dims has joined #heat | 11:56 | |
asalkeld | meeting time soon | 11:58 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4 https://review.openstack.org/178630 | 11:58 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Use ipv4 subnet in Heat scenario tests https://review.openstack.org/178576 | 11:59 |
asalkeld | skraynev: meeting | 12:01 |
skraynev | ramishra: IMO, we should fix our test in way, when they can work with both networks. It will be necessary to fix, if we start testing v6 too in functional tests :) | 12:01 |
shardy | tspatzier: Hey, if you're around for the meeting, I have a HOT item on the agenda you may be able to help with ;) | 12:02 |
tspatzier | shardy: I'm in #openstack-meeting | 12:02 |
*** dulek has quit IRC | 12:02 | |
shardy | tspatzier: aha, you joined just as I pinged you, thanks! :) | 12:02 |
tspatzier | :-) | 12:03 |
ramishra | skraynev: sure.. my patch just interim to get CI working till we fix handling dual stack. | 12:03 |
*** inc0 has joined #heat | 12:03 | |
*** openstackgerrit has quit IRC | 12:07 | |
*** openstackgerrit has joined #heat | 12:07 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Code improvement: avoid reduntant if conditions https://review.openstack.org/178644 | 12:10 |
*** Marga_ has joined #heat | 12:10 | |
*** Marga_ has quit IRC | 12:10 | |
noaKoffman | Hi guys, can anyone please review the blueprint spec https://review.openstack.org/#/c/171781/ ? thanks | 12:11 |
*** Marga_ has joined #heat | 12:11 | |
asalkeld | noaKoffman: we are in #openstack-meeting | 12:14 |
noaKoffman | ok, thanks | 12:15 |
*** aweiteka has joined #heat | 12:17 | |
*** EricGonczer_ has quit IRC | 12:17 | |
*** inc0 has quit IRC | 12:19 | |
*** inc0 has joined #heat | 12:20 | |
*** LiJiansheng has quit IRC | 12:24 | |
*** rakesh_hs has quit IRC | 12:24 | |
*** LiJiansheng has joined #heat | 12:25 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4 https://review.openstack.org/178630 | 12:36 |
* asalkeld heads off to bed - night | 12:36 | |
skraynev | asalkeld: g'night | 12:37 |
*** inc0 has quit IRC | 12:39 | |
*** inc0_ has joined #heat | 12:39 | |
*** inc0_ has quit IRC | 12:41 | |
*** EmilienM is now known as EmilienM|afk | 12:41 | |
*** Raj1 has joined #heat | 12:42 | |
*** lifeless has quit IRC | 12:43 | |
*** alexheneveld has joined #heat | 12:43 | |
*** inc0 has joined #heat | 12:43 | |
*** chlong has joined #heat | 12:44 | |
*** EricGonczer_ has joined #heat | 12:47 | |
sergmelikyan | Hi folks! | 12:47 |
inc0 | hello sergmelikyan | 12:47 |
sergmelikyan | Heat in stable/kilo requires stevedore <1.4.0 https://github.com/openstack/heat/blob/stable/kilo/requirements.txt#L47 | 12:47 |
sergmelikyan | python-keystoneclient requires stevedore >= 1.1.0 https://github.com/openstack/python-keystoneclient/blob/stable/kilo/requirements.txt#L18 | 12:48 |
sergmelikyan | In some configurations devstack installs python-keystoneclient after Heat, and stevedore 1.4.0 is installed in the system, and this breaks Heat | 12:49 |
*** rpothier has quit IRC | 12:49 | |
sergmelikyan | Murano gates are not working due to this issue, any suggestion about how this maybe solved? | 12:50 |
skraynev | sergmelikyan: add upper bound of stevedore for python-keystoneclient requirements, imo | 12:50 |
sergmelikyan | skraynev, I would say same thing... | 12:54 |
*** inc0 has quit IRC | 12:57 | |
skraynev | shardy: zaneb: https://review.openstack.org/178576 tests are passed | 12:59 |
*** shardy_ has joined #heat | 12:59 | |
skraynev | asalkeld: ^ FYI | 13:00 |
*** shardy has quit IRC | 13:01 | |
*** ir2ivps8_ has quit IRC | 13:01 | |
*** dulek has joined #heat | 13:03 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4 https://review.openstack.org/178630 | 13:04 |
*** blomquisg has quit IRC | 13:04 | |
*** shardy_ has quit IRC | 13:05 | |
*** spzala has quit IRC | 13:05 | |
*** shardy has joined #heat | 13:05 | |
*** EricGonczer_ has quit IRC | 13:06 | |
*** alexheneveld has quit IRC | 13:07 | |
*** radez_g0n3 is now known as radez | 13:08 | |
*** blomquisg has joined #heat | 13:08 | |
openstackgerrit | Steven Hardy proposed openstack/python-heatclient: Implement --limit option for event-list with --nested-depth https://review.openstack.org/178660 | 13:13 |
*** LiJiansheng has quit IRC | 13:13 | |
*** LimorStotland has joined #heat | 13:18 | |
sergmelikyan | skraynev, I mentioned about issue with stevedore that in some deployments Heat may not work in stable/kilo, cause shared library between Heat and Keystone Client for example has different requirements | 13:18 |
skraynev | sergmelikyan: IMO in this case, the right solution will be to send email to openstack-dev and get more feedback from community. My first idea is to make it similar for different services (but Imo it's not so easy) | 13:20 |
*** dulek has quit IRC | 13:21 | |
*** dulek has joined #heat | 13:21 | |
skraynev | sergmelikyan: So I think, that it should be solved by cross-project discussion, not only in Heat channel :) | 13:21 |
sergmelikyan | skraynev, we discuss this in different places including e-mail :) | 13:22 |
*** Raj1 has quit IRC | 13:24 | |
*** Raj1 has joined #heat | 13:24 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add functional test for neutron port https://review.openstack.org/178189 | 13:25 |
*** Raj2 has joined #heat | 13:29 | |
*** ir2ivps8_ has joined #heat | 13:32 | |
*** Raj1 has quit IRC | 13:34 | |
*** jasond has joined #heat | 13:37 | |
*** EmilienM|afk is now known as EmilienM | 13:37 | |
*** lifeless has joined #heat | 13:38 | |
*** jprovazn has quit IRC | 13:39 | |
*** Raj2 has quit IRC | 13:49 | |
*** mtreinish has joined #heat | 13:54 | |
*** hdd has quit IRC | 13:54 | |
*** XiaoYangZhu_ has quit IRC | 13:59 | |
*** rpothier has joined #heat | 14:03 | |
-openstackstatus- NOTICE: gerrit has been restarted to clear a stuck events queue. any change events between 13:29-14:05 utc should be rechecked or have their approval votes reapplied to trigger jobs | 14:04 | |
*** tspatzier has quit IRC | 14:05 | |
*** alexpilotti has joined #heat | 14:05 | |
*** mtreinish has quit IRC | 14:05 | |
*** BManojlovic has quit IRC | 14:06 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add test for neutron networking https://review.openstack.org/178691 | 14:12 |
*** jprovazn has joined #heat | 14:13 | |
*** alexheneveld has joined #heat | 14:17 | |
*** serg_melikyan has joined #heat | 14:26 | |
*** kebray has joined #heat | 14:28 | |
*** kebray has quit IRC | 14:29 | |
*** blomquisg has quit IRC | 14:31 | |
*** blomquisg has joined #heat | 14:31 | |
*** serg_melikyan has quit IRC | 14:34 | |
*** serg_melikyan has joined #heat | 14:35 | |
*** EricGonczer_ has joined #heat | 14:38 | |
*** serg_melikyan has quit IRC | 14:39 | |
*** jprovazn has quit IRC | 14:39 | |
*** Marga_ has quit IRC | 14:39 | |
skraynev | shardy: zaneb: https://review.openstack.org/178576 fix for gates, please take a look ;) | 14:40 |
*** Raj1 has joined #heat | 14:40 | |
*** dims has quit IRC | 14:42 | |
*** dims has joined #heat | 14:42 | |
shardy | skraynev: approved, thanks! | 14:42 |
skraynev | shardy: np | 14:42 |
*** vijendar has joined #heat | 14:42 | |
skraynev | shardy: thx for the +A. | 14:43 |
*** mtreinish has joined #heat | 14:45 | |
*** kebray has joined #heat | 14:45 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add test for neutron networking https://review.openstack.org/178691 | 14:48 |
*** pm90_ has joined #heat | 14:49 | |
*** alexpilotti has quit IRC | 14:49 | |
*** pm90_ has quit IRC | 14:49 | |
*** mtreinish has quit IRC | 14:49 | |
*** pm90_ has joined #heat | 14:49 | |
*** sanjayu has joined #heat | 14:50 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add functional test for neutron port https://review.openstack.org/178189 | 14:51 |
*** kebray has quit IRC | 14:55 | |
*** charlesr has joined #heat | 14:56 | |
*** cody-somerville has quit IRC | 14:58 | |
*** pm90_ has quit IRC | 15:00 | |
*** jmckind has joined #heat | 15:01 | |
*** packet has joined #heat | 15:02 | |
*** dulek has quit IRC | 15:02 | |
*** Raj1 has quit IRC | 15:03 | |
*** Raj1 has joined #heat | 15:04 | |
*** pm90_ has joined #heat | 15:04 | |
*** jmckind has quit IRC | 15:04 | |
*** erkules_ is now known as erkules | 15:08 | |
*** erkules has joined #heat | 15:08 | |
*** Tross has joined #heat | 15:11 | |
*** alexpilotti has joined #heat | 15:11 | |
*** jmckind has joined #heat | 15:16 | |
*** tspatzier has joined #heat | 15:22 | |
*** randallburt has joined #heat | 15:22 | |
*** randallburt has quit IRC | 15:23 | |
*** kfox1111 has quit IRC | 15:23 | |
*** randallburt has joined #heat | 15:23 | |
*** Qiming has quit IRC | 15:26 | |
*** pm90_ has quit IRC | 15:27 | |
*** ifarkas has quit IRC | 15:27 | |
*** serg_melikyan has joined #heat | 15:29 | |
*** jmckind has quit IRC | 15:29 | |
*** cody-somerville has joined #heat | 15:31 | |
*** cody-somerville has quit IRC | 15:31 | |
*** cody-somerville has joined #heat | 15:31 | |
*** serg_melikyan has quit IRC | 15:31 | |
*** hdd has joined #heat | 15:31 | |
*** Raj1 has quit IRC | 15:32 | |
*** kairat_kushaev has quit IRC | 15:34 | |
*** sdake has joined #heat | 15:34 | |
*** sabeen has joined #heat | 15:40 | |
*** Raj1 has joined #heat | 15:41 | |
*** dulek has joined #heat | 15:41 | |
*** kairat_kushaev has joined #heat | 15:43 | |
*** jcoufal has quit IRC | 15:45 | |
openstackgerrit | Merged openstack/heat: Use ipv4 subnet in Heat scenario tests https://review.openstack.org/178576 | 15:47 |
*** sdake_ has joined #heat | 15:47 | |
*** yassine_ has quit IRC | 15:48 | |
*** sdake has quit IRC | 15:51 | |
*** alexheneveld has quit IRC | 15:53 | |
*** jmckind has joined #heat | 15:54 | |
*** jmckind has quit IRC | 15:55 | |
*** jmckind has joined #heat | 15:55 | |
*** pm90_ has joined #heat | 15:56 | |
*** dulek has quit IRC | 15:59 | |
*** serg_melikyan has joined #heat | 16:03 | |
*** serg_melikyan has quit IRC | 16:03 | |
*** pm90_ has quit IRC | 16:04 | |
*** pm90_ has joined #heat | 16:05 | |
*** alexheneveld has joined #heat | 16:08 | |
*** serg_melikyan has joined #heat | 16:09 | |
*** jtomasek has quit IRC | 16:10 | |
*** Drago has quit IRC | 16:10 | |
*** Drago has joined #heat | 16:10 | |
*** jistr has quit IRC | 16:11 | |
*** kebray has joined #heat | 16:11 | |
*** serg_melikyan has quit IRC | 16:12 | |
*** yuntong has quit IRC | 16:13 | |
*** serg_melikyan has joined #heat | 16:14 | |
*** yuntong has joined #heat | 16:14 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 16:17 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 16:18 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add updated in-place resources to backup https://review.openstack.org/175868 | 16:18 |
*** chlong has quit IRC | 16:19 | |
*** alexpilotti has quit IRC | 16:20 | |
openstackgerrit | Steven Hardy proposed openstack/python-heatclient: Add hook-poll function to check if a stack has pending hooks https://review.openstack.org/173969 | 16:22 |
openstackgerrit | Steven Hardy proposed openstack/python-heatclient: Refactor common event code into event_utils module https://review.openstack.org/178756 | 16:22 |
*** serg_melikyan has quit IRC | 16:25 | |
*** serg_melikyan has joined #heat | 16:27 | |
*** mwheckmann has joined #heat | 16:27 | |
*** Raj2 has joined #heat | 16:32 | |
*** serg_melikyan has quit IRC | 16:33 | |
*** Raj1 has quit IRC | 16:36 | |
*** pitr-ch has quit IRC | 16:42 | |
*** serg_melikyan has joined #heat | 16:42 | |
*** serg_melikyan has quit IRC | 16:43 | |
*** achanda has joined #heat | 16:43 | |
*** pm90_ has quit IRC | 16:46 | |
*** pm90_ has joined #heat | 16:46 | |
*** jdob has quit IRC | 16:50 | |
*** derekh has quit IRC | 16:59 | |
*** sdake_ has quit IRC | 16:59 | |
*** sdake has joined #heat | 16:59 | |
*** kebray has quit IRC | 17:00 | |
*** kebray has joined #heat | 17:01 | |
*** sdake has quit IRC | 17:02 | |
*** sdake has joined #heat | 17:03 | |
*** signed8bit has joined #heat | 17:03 | |
*** pm90_ has quit IRC | 17:05 | |
*** sdake has quit IRC | 17:07 | |
*** pas-ha has quit IRC | 17:10 | |
*** pm90_ has joined #heat | 17:14 | |
*** sdake has joined #heat | 17:24 | |
*** jmckind has left #heat | 17:27 | |
openstackgerrit | Merged openstack/python-heatclient: Fix sort column for event-list with nested-depth https://review.openstack.org/178169 | 17:33 |
*** blomquisg has quit IRC | 17:33 | |
*** charlesr has quit IRC | 17:34 | |
*** blomquisg has joined #heat | 17:36 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add functional test for neutron port https://review.openstack.org/178189 | 17:41 |
*** shardy_ has joined #heat | 17:44 | |
*** shardy has quit IRC | 17:46 | |
*** shardy_ has quit IRC | 17:50 | |
*** shardy has joined #heat | 17:50 | |
*** hdd has quit IRC | 17:57 | |
*** Raj2 has quit IRC | 17:57 | |
*** Raj1 has joined #heat | 17:57 | |
*** hdd has joined #heat | 17:58 | |
*** jdob has joined #heat | 17:59 | |
*** pm90__ has joined #heat | 18:00 | |
*** harlowja_away is now known as harlowja | 18:00 | |
*** pm90__ has quit IRC | 18:00 | |
*** pm90__ has joined #heat | 18:01 | |
*** pm90_ has quit IRC | 18:01 | |
*** tspatzier has quit IRC | 18:03 | |
*** tspatzier has joined #heat | 18:03 | |
*** tspatzier has quit IRC | 18:04 | |
*** dhellmann has quit IRC | 18:05 | |
*** alexheneveld has quit IRC | 18:08 | |
*** tspatzier has joined #heat | 18:11 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Prevent false positives of UPDATE_COMPLETE in integration tests https://review.openstack.org/173045 | 18:13 |
openstackgerrit | Winnie Tsang proposed openstack/python-heatclient: Reuse existing registry and/or existing template https://review.openstack.org/154692 | 18:14 |
*** Tango has joined #heat | 18:14 | |
*** harlowja has quit IRC | 18:16 | |
*** harlowja has joined #heat | 18:16 | |
*** harlowja has quit IRC | 18:17 | |
*** harlowja has joined #heat | 18:20 | |
*** jprovazn has joined #heat | 18:20 | |
*** sabeen3 has joined #heat | 18:20 | |
*** sabeen has quit IRC | 18:22 | |
*** randallburt has quit IRC | 18:23 | |
*** cdent has quit IRC | 18:25 | |
*** Raj2 has joined #heat | 18:25 | |
*** Raj1 has quit IRC | 18:28 | |
*** harlowja has quit IRC | 18:29 | |
*** sdake has quit IRC | 18:29 | |
*** harlowja has joined #heat | 18:29 | |
*** sdake has joined #heat | 18:37 | |
*** tspatzier has quit IRC | 18:38 | |
*** mtl1 has joined #heat | 18:45 | |
mtl1 | Hi, I'm trying to find if heat supports ceph for volumes. When I launch normal instances and create a new volume, it uses that volume on ceph directly. When I launch using heat, it creates a volume, but then uses /var/lib/nova/instances/uuid/disk. I'm not finding any docs on telling heat to boot from the volume it creates, so I'm wondering if that just isn't possible. | 18:47 |
*** aweiteka has quit IRC | 18:54 | |
*** Marga_ has joined #heat | 18:56 | |
*** Raj2 has quit IRC | 19:02 | |
*** Raj1 has joined #heat | 19:02 | |
*** dhellmann has joined #heat | 19:06 | |
*** jaypipes has quit IRC | 19:06 | |
*** Marga_ has quit IRC | 19:07 | |
*** aweiteka has joined #heat | 19:07 | |
openstackgerrit | Merged openstack/heat: change to environment.rst heat doc https://review.openstack.org/177919 | 19:09 |
*** cody-somerville has quit IRC | 19:09 | |
*** tspatzier has joined #heat | 19:09 | |
*** jaime49 has joined #heat | 19:09 | |
*** jaime49 has quit IRC | 19:11 | |
*** jaime49 has joined #heat | 19:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/178412 | 19:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/178814 | 19:23 |
*** jaypipes has joined #heat | 19:23 | |
*** pm90__ has quit IRC | 19:23 | |
*** cody-somerville has joined #heat | 19:28 | |
*** jdandrea has quit IRC | 19:28 | |
*** pm90_ has joined #heat | 19:31 | |
*** blomquisg has quit IRC | 19:32 | |
*** pm90_ has quit IRC | 19:32 | |
*** pm90_ has joined #heat | 19:33 | |
*** jdandrea has joined #heat | 19:34 | |
*** mtl1 has left #heat | 19:38 | |
*** tspatzier has quit IRC | 19:38 | |
*** dyasny has joined #heat | 19:43 | |
*** liusheng has quit IRC | 19:43 | |
*** spzala has joined #heat | 19:44 | |
*** david-lyle has quit IRC | 19:44 | |
*** liusheng has joined #heat | 19:44 | |
*** david-lyle has joined #heat | 19:44 | |
*** jprovazn has quit IRC | 19:47 | |
*** FL1SK has quit IRC | 19:49 | |
*** arif-ali has quit IRC | 19:56 | |
*** pm90_ has quit IRC | 20:06 | |
*** mwheckmann has quit IRC | 20:09 | |
*** mwheckmann has joined #heat | 20:11 | |
*** pm90_ has joined #heat | 20:36 | |
*** charlesr has joined #heat | 20:41 | |
*** radez is now known as radez_g0n3 | 20:44 | |
*** jcoufal has joined #heat | 20:45 | |
*** mtreinish_ has joined #heat | 20:45 | |
*** liusheng has quit IRC | 20:46 | |
*** blomquisg has joined #heat | 20:46 | |
*** liusheng has joined #heat | 20:46 | |
*** mtreinish_ is now known as mtreinish | 20:51 | |
*** Raj1 has quit IRC | 20:51 | |
*** jaime49 has quit IRC | 20:56 | |
*** jdob has quit IRC | 21:00 | |
*** pm90_ has quit IRC | 21:02 | |
*** jcoufal has quit IRC | 21:03 | |
*** cody-somerville has quit IRC | 21:05 | |
*** pm90_ has joined #heat | 21:07 | |
* asalkeld doing the release notes | 21:15 | |
*** charlesr has quit IRC | 21:15 | |
*** arif-ali has joined #heat | 21:19 | |
*** aweiteka has quit IRC | 21:19 | |
*** kebray has quit IRC | 21:20 | |
*** achanda has quit IRC | 21:22 | |
*** shardy has quit IRC | 21:26 | |
*** kebray has joined #heat | 21:30 | |
*** cody-somerville has joined #heat | 21:31 | |
*** dyasny has quit IRC | 21:35 | |
*** achanda has joined #heat | 21:36 | |
*** harlowja is now known as harlowja_away | 21:36 | |
*** harlowja_away is now known as harlowja | 21:37 | |
asalkeld | stevebaker: can you also look here please: https://wiki.openstack.org/wiki/ReleaseNotes/Kilo | 21:40 |
asalkeld | there is some need for more detail | 21:40 |
asalkeld | if you can help it would be appreciated | 21:41 |
stevebaker | asalkeld: sure. | 21:41 |
*** randallburt has joined #heat | 21:41 | |
stevebaker | asalkeld: I have a ceilo deployment question. do you recall which nodes pipeline.yaml needs to be deployed to? | 21:41 |
asalkeld | mm, not sure stevebaker - I'd assume the controller | 21:42 |
asalkeld | (where the central controller and alarm services are) | 21:43 |
stevebaker | ok, we have an operator who thinks they solved a problem by having the same pipeline.yaml on compute nodes too | 21:44 |
*** jaime49 has joined #heat | 21:45 | |
*** sanjayu has quit IRC | 21:46 | |
*** jaime49 has quit IRC | 21:47 | |
*** jasond has quit IRC | 21:47 | |
*** jaime49 has joined #heat | 21:48 | |
*** FL1SK has joined #heat | 21:48 | |
*** kebray has quit IRC | 21:51 | |
*** bnemec has quit IRC | 21:52 | |
*** sanjayu has joined #heat | 21:52 | |
*** rpothier has quit IRC | 21:54 | |
*** Raj1 has joined #heat | 21:55 | |
*** Raj1 has quit IRC | 21:56 | |
*** Raj1 has joined #heat | 21:57 | |
*** bnemec has joined #heat | 22:02 | |
*** kebray has joined #heat | 22:02 | |
*** hdd has quit IRC | 22:03 | |
*** EricGonczer_ has quit IRC | 22:10 | |
*** vijendar has quit IRC | 22:12 | |
*** randallburt has quit IRC | 22:27 | |
*** Raj2 has joined #heat | 22:31 | |
*** Raj1 has quit IRC | 22:33 | |
*** Drago has quit IRC | 22:59 | |
*** signed8bit has quit IRC | 23:05 | |
*** otoolee has quit IRC | 23:10 | |
*** alexheneveld has joined #heat | 23:18 | |
*** Raj2 has quit IRC | 23:20 | |
*** Raj1 has joined #heat | 23:20 | |
*** packet has quit IRC | 23:25 | |
*** LiJiansheng has joined #heat | 23:27 | |
*** pm90_ has quit IRC | 23:30 | |
*** otoolee has joined #heat | 23:31 | |
*** kebray has quit IRC | 23:32 | |
*** tochi has joined #heat | 23:42 | |
*** Raj1 has quit IRC | 23:44 | |
*** dims has quit IRC | 23:50 | |
*** chlong has joined #heat | 23:50 | |
*** Tross has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!