*** sthillma has joined #heat | 00:02 | |
*** Drago has quit IRC | 00:05 | |
*** sridhar_ram1 has joined #heat | 00:06 | |
*** kfox1111 has joined #heat | 00:07 | |
kfox1111 | so, it looks like heat has some swift tmpurl support. can you take an existing file, and make tempurl's from it, so you can pass it into your instance for curl'ing? | 00:08 |
---|---|---|
*** sridhar_ram has quit IRC | 00:09 | |
stevebaker | kfox1111: you would need to creat the temp url outside of heat and pass that in as a parameter. This is likely the correct solution anyway because we don't want to encourage large files passing through the heat api | 00:13 |
kfox1111 | yeah, was hoping I could have a way to just have a resource type of os::swift::temurl that I could give it the filename in swift, and would spit out a curlable file. seems like a lot of work to generate a tempurl outside of heat, just to use excludsively inside heat. | 00:15 |
*** jcoufal has quit IRC | 00:16 | |
kfox1111 | conceptially very similar to OS::Heat::SwiftSignalHandle but you provide the swift file/container name, and the right things come out of curl_cli attribute. | 00:17 |
*** dyasny has joined #heat | 00:17 | |
*** randallburt has joined #heat | 00:21 | |
openstackgerrit | Steve Baker proposed openstack/heat: Build list of enabled os-collect-config collectors https://review.openstack.org/257625 | 00:21 |
stevebaker | kfox1111: yes, its also similar to using software_config_transport:POLL_TEMP_URL http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server-prop-software_config_transport | 00:22 |
stevebaker | kfox1111: what you really want is an OS::Swift::Object resource which can optionally create temp urls | 00:23 |
kfox1111 | that would work too. :) | 00:24 |
kfox1111 | or.... maybe its like PoolMember, CinderAttachment, | 00:24 |
kfox1111 | where there is one thing to create the object, but potentially multiple tempurl's. | 00:25 |
kfox1111 | yeah.... that would probably be closer... | 00:25 |
kfox1111 | say you have a autoscaling group, with nested templates, and the nested template, creates a tempurl, launches an instance, and downloads something. | 00:25 |
kfox1111 | that way, the tempurl woudln't expire during the instance create. | 00:26 |
stevebaker | Could do that, although we tend to use very long expiry times where appropriate | 00:28 |
*** dyasny has quit IRC | 00:28 | |
*** arlion has quit IRC | 00:32 | |
*** arlion has joined #heat | 00:33 | |
*** arlion has quit IRC | 00:33 | |
*** arlion has joined #heat | 00:33 | |
*** sdake_ has quit IRC | 00:34 | |
*** sdake has joined #heat | 00:39 | |
*** sdake has quit IRC | 00:41 | |
*** liusheng has quit IRC | 00:44 | |
*** liusheng has joined #heat | 00:45 | |
*** ricolin has joined #heat | 00:46 | |
kfox1111 | could let the user decide, as an argument to the resource type. | 00:54 |
kfox1111 | they could then set it relatively short, since the vm shouldn't take too long to boot and fetch files most of the time. | 00:55 |
openstackgerrit | huangtianhua proposed openstack/heat: Provide the QoS capability for port https://review.openstack.org/237469 | 00:58 |
openstackgerrit | huangtianhua proposed openstack/heat: Don't check existence of keystone resource for empty value https://review.openstack.org/254672 | 00:59 |
openstackgerrit | huangtianhua proposed openstack/heat: Don't update the name of keystone resources if name don't change https://review.openstack.org/253413 | 01:00 |
*** manishg has quit IRC | 01:01 | |
*** manishg has joined #heat | 01:01 | |
*** kebray has quit IRC | 01:01 | |
*** manishg_ has joined #heat | 01:04 | |
*** openstack has joined #heat | 01:08 | |
openstackgerrit | huangtianhua proposed openstack/heat: Make sure update access mode for volume in available https://review.openstack.org/218567 | 01:09 |
openstackgerrit | huangtianhua proposed openstack/heat: Allow gateway_ip updatable for subnet https://review.openstack.org/250136 | 01:10 |
openstackgerrit | huangtianhua proposed openstack/heat: Use ClientPlugin.ignore_not_found as a context manager https://review.openstack.org/251002 | 01:11 |
openstackgerrit | huangtianhua proposed openstack/heat: Make SoftwareDeployment name updateable https://review.openstack.org/253235 | 01:12 |
*** manishg_ has quit IRC | 01:19 | |
*** zhenguo has joined #heat | 01:19 | |
*** EricGonc_ has quit IRC | 01:26 | |
*** sridhar_ram1 has quit IRC | 01:29 | |
openstackgerrit | Pratik Mallya proposed openstack/heat: Remove check for managed cloud role https://review.openstack.org/257562 | 01:38 |
openstackgerrit | Randall Burt proposed openstack/heat: Remove check for managed cloud role https://review.openstack.org/257562 | 01:40 |
randallburt | pratikmallya: jinx. Sorry I forgot to upload that patch the other day | 01:40 |
pratikmallya | whoops | 01:40 |
randallburt | pratikmallya: yeah, we did basically the same thing I just changed the names of stuff | 01:41 |
randallburt | pratikmallya: sorry btw, didn't see you online on the rax irc and didn't bother to check here to see if you were still working on stuff | 01:42 |
randallburt | pratikmallya: btw, I'm still working on the Trove update stuff in case you were picking that up too | 01:43 |
pratikmallya | randallburt: no worries. Just make sure to edit the commit message, jasond wasn't happy with it :) | 01:43 |
randallburt | pratikmallya: I didn't see anything wrong with it. will double check | 01:43 |
pratikmallya | randallburt: that's ok. Im not working on that | 01:43 |
*** manishg has joined #heat | 01:50 | |
*** Yanyanhu has joined #heat | 01:50 | |
openstackgerrit | Pratik Mallya proposed openstack/heat: Add Image/Flavor Constraint to Rackspace Server https://review.openstack.org/254413 | 01:52 |
*** manishg has quit IRC | 01:54 | |
*** cwolferh has quit IRC | 01:56 | |
*** elynn has joined #heat | 01:57 | |
pratikmallya | randallburt: hey, jason proposed using heat-pyrax as the sdk for talking to rackspace resources https://review.openstack.org/#/c/256738/. Do you think its a good idea? | 02:00 |
randallburt | pratikmallya: looking | 02:00 |
randallburt | pratikmallya: oh, yeah. that's valid. I think we already do that in our internal build so it should be corrected upstream as well. | 02:01 |
*** elynn has quit IRC | 02:02 | |
randallburt | pratikmallya: that being said, I don't think we should have to change the resource at all. I think we can detect the difference in pyrax and not have to change the resource at all. | 02:03 |
*** dyasny has joined #heat | 02:03 | |
randallburt | pratikmallya: I'll comment on the review | 02:03 |
*** elynn has joined #heat | 02:03 | |
pratikmallya | randallburt: ok. I don't think he was suggesting changing the resource btw. Just changing the requirements | 02:03 |
*** dixiaoli has joined #heat | 02:04 | |
randallburt | pratikmallya: right, he wasn't. I'm questioning if we have to change the resource at all. The client library should "do the right thing" IMO. So I think the patch should just be updating the dependency and removing the requirement for port on the lb config so that it works with RackConnect | 02:04 |
pratikmallya | randallburt: the question I always think about is whether we want to catch a problem in the template before the stack creation starts (i.e. before creation of other resources). With the validation logic, we prevent this from happening. i.e. the user is warned that the template needs to be changed, immediately | 02:07 |
randallburt | pratikmallya: which we can do in validate, but if its a link to a resource in the template, we're boned either way | 02:07 |
randallburt | pratikmallya: because you can't validate that its a valid LB or RCv3 Pool until those are created, right? | 02:08 |
randallburt | pratikmallya: you could do something sophisticated in validate and say if the port isn't provided, then the lb id must be a valid pool (since users can't create those themselves anyway). | 02:09 |
pratikmallya | randallburt: well, technically we can make a call to get a list of available rcv3 lb pool ids and check against that. It was what I was hoping to do if we have rcv3 client | 02:09 |
pratikmallya | precisely | 02:09 |
openstackgerrit | huangtianhua proposed openstack/heat: Fixes the error logic in resource_data_get_all() https://review.openstack.org/255347 | 02:09 |
randallburt | pratikmallya: just to be clear, I agree with your assertion that validate early is best | 02:09 |
randallburt | pratikmallya: cool, so for this patch, update the dependency, make port optional, and update validate to check for a pool if port is not specified. | 02:10 |
randallburt | pratikmallya: sound good? | 02:10 |
pratikmallya | randallburt: yep | 02:10 |
*** sdake has joined #heat | 02:10 | |
*** mtreinish has quit IRC | 02:20 | |
*** mtreinish has joined #heat | 02:20 | |
*** bana_k has quit IRC | 02:21 | |
*** tochi_ has joined #heat | 02:23 | |
*** tochi has quit IRC | 02:23 | |
*** manishg has joined #heat | 02:37 | |
*** Qiming has joined #heat | 02:41 | |
*** randallburt has quit IRC | 02:43 | |
*** randallburt has joined #heat | 02:43 | |
*** bana_k has joined #heat | 02:46 | |
*** dyasny has quit IRC | 02:51 | |
*** sthillma has quit IRC | 02:54 | |
*** sdake has quit IRC | 03:06 | |
*** sdake has joined #heat | 03:07 | |
*** randallburt has quit IRC | 03:09 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Fix port handle_update to use prop_diff https://review.openstack.org/256328 | 03:13 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Don't call neutron when there is no prop_diff https://review.openstack.org/251762 | 03:13 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Fix OS::Neutron:Net handle_update https://review.openstack.org/255158 | 03:13 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Fix provider_net resource update https://review.openstack.org/252192 | 03:13 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Make value_specs updatable for firewall resource https://review.openstack.org/252159 | 03:13 |
*** manishg has quit IRC | 03:14 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add multi-version supportability in client plugin https://review.openstack.org/255443 | 03:17 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds tag support for glance image resource plugin https://review.openstack.org/255444 | 03:17 |
*** randallburt has joined #heat | 03:19 | |
*** yuanying has quit IRC | 03:20 | |
*** tochi_ has quit IRC | 03:32 | |
*** sdake_ has joined #heat | 03:34 | |
*** ccard__ has quit IRC | 03:35 | |
*** sdake has quit IRC | 03:35 | |
*** pratikmallya has quit IRC | 03:36 | |
*** devkulkarni has joined #heat | 03:36 | |
openstackgerrit | Merged openstack/heat: Provide the QoS capability for port https://review.openstack.org/237469 | 03:38 |
devkulkarni | hello heat team, I am encountering following error while executing stack.sh http://paste.openstack.org/show/481907/ (cannot open file /opt/stack/heat/setup.cfg) .. any suggestions on how to resolve this? | 03:40 |
*** bana_k has quit IRC | 03:45 | |
devkulkarni | nm for some reason heat repo was not cloned | 03:47 |
*** ccard__ has joined #heat | 03:47 | |
*** david-lyle has quit IRC | 03:50 | |
*** david-lyle has joined #heat | 03:58 | |
*** elynn has quit IRC | 04:00 | |
*** david-lyle has quit IRC | 04:01 | |
*** david-lyle has joined #heat | 04:02 | |
*** tochi has joined #heat | 04:03 | |
*** yuanying has joined #heat | 04:07 | |
*** links has joined #heat | 04:07 | |
openstackgerrit | Merged openstack/heat: Fixes the error logic in resource_data_get_all() https://review.openstack.org/255347 | 04:09 |
*** kebray has joined #heat | 04:12 | |
*** vijayagurug has joined #heat | 04:13 | |
*** boris-42_ has quit IRC | 04:13 | |
*** kebray has quit IRC | 04:14 | |
*** kebray has joined #heat | 04:14 | |
*** gberginc has joined #heat | 04:17 | |
*** openstackstatus has quit IRC | 04:24 | |
*** openstack has joined #heat | 04:28 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds ignore_errors for template_validate REST API https://review.openstack.org/246870 | 04:35 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds ignore_errors for template_validate in engine https://review.openstack.org/246869 | 04:35 |
*** KanagarajM has joined #heat | 04:35 | |
*** pratikmallya has joined #heat | 04:36 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: heat-manage resource_data_list https://review.openstack.org/255348 | 04:37 |
*** pratikmallya has quit IRC | 04:41 | |
*** elynn has joined #heat | 04:42 | |
*** elynn has quit IRC | 04:47 | |
*** elynn has joined #heat | 04:47 | |
*** devkulkarni has quit IRC | 04:56 | |
*** sabeen1 has joined #heat | 05:00 | |
*** sabeen3 has quit IRC | 05:01 | |
*** vijayagurug has quit IRC | 05:07 | |
*** sridhar_ram has joined #heat | 05:17 | |
openstackgerrit | Merged openstack/heat: Make SoftwareDeployment name updateable https://review.openstack.org/253235 | 05:21 |
*** vijayagurug has joined #heat | 05:23 | |
*** devkulkarni has joined #heat | 05:31 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add neutron provider constraints https://review.openstack.org/253327 | 05:40 |
*** devkulkarni has left #heat | 05:41 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Fix AWS::EC2::SecurityGroup update problem https://review.openstack.org/254609 | 05:41 |
*** dims has quit IRC | 05:41 | |
*** sdake_ has quit IRC | 05:43 | |
*** kirankv has joined #heat | 05:46 | |
*** sdake has joined #heat | 05:51 | |
*** elynn has quit IRC | 05:52 | |
*** rakesh_hs has joined #heat | 05:55 | |
*** elynn has joined #heat | 05:56 | |
*** dixiaoli has quit IRC | 05:56 | |
*** dixiaoli has joined #heat | 05:57 | |
*** randallburt has quit IRC | 05:59 | |
*** elynn_ has joined #heat | 06:01 | |
*** elynn has quit IRC | 06:01 | |
*** dixiaoli has quit IRC | 06:04 | |
*** dixiaoli has joined #heat | 06:14 | |
*** gberginc has quit IRC | 06:15 | |
*** sridhar_ram has quit IRC | 06:17 | |
openstackgerrit | Ukesh Kumar proposed openstack/heat: Add support for 'binding:profile' property in heat template https://review.openstack.org/244529 | 06:21 |
*** kirankv has quit IRC | 06:31 | |
*** vgridnev has joined #heat | 06:37 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Unify workers options for API services https://review.openstack.org/254728 | 06:40 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Fix race condition for WaitCondition with several signals https://review.openstack.org/232124 | 06:40 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add OS::Senlin::Cluster resource https://review.openstack.org/247429 | 06:41 |
skraynev | morning all | 06:44 |
skraynev | ramishra_: ping | 06:44 |
skraynev | ramishra: is it finished https://blueprints.launchpad.net/heat/+spec/subnet-pools ? if yes, could you please update status of BP | 06:45 |
ramishra_ | skraynev: thanks for reminding | 06:46 |
skraynev | ramishra_: np ;) | 06:46 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add OS::Senlin::Profile resource https://review.openstack.org/247430 | 06:46 |
*** sabeen1 has quit IRC | 06:50 | |
*** dims has joined #heat | 06:56 | |
*** ricolin has quit IRC | 07:00 | |
*** bana_k has joined #heat | 07:07 | |
*** hdd has quit IRC | 07:09 | |
*** hdd has joined #heat | 07:09 | |
*** elynn_ has quit IRC | 07:12 | |
*** liusheng has quit IRC | 07:14 | |
*** liusheng has joined #heat | 07:16 | |
*** dixiaoli has quit IRC | 07:17 | |
*** vijayagurug has quit IRC | 07:18 | |
*** kebray has quit IRC | 07:19 | |
*** dixiaoli has joined #heat | 07:19 | |
*** elynn_ has joined #heat | 07:23 | |
*** dims has quit IRC | 07:26 | |
*** pratikmallya has joined #heat | 07:27 | |
*** jprovazn has joined #heat | 07:35 | |
*** hdd has quit IRC | 07:38 | |
openstackgerrit | Merged openstack/heat: Make value_specs updatable for firewall resource https://review.openstack.org/252159 | 07:43 |
*** dims_ has joined #heat | 07:45 | |
pas-ha | morning all | 07:49 |
*** dims_ has quit IRC | 08:01 | |
*** yuanying has quit IRC | 08:05 | |
openstackgerrit | Merged openstack/heat: heat-manage resource_data_list https://review.openstack.org/255348 | 08:06 |
*** liusheng has quit IRC | 08:07 | |
*** liusheng has joined #heat | 08:07 | |
*** vgridnev has quit IRC | 08:07 | |
*** dims_ has joined #heat | 08:09 | |
openstackgerrit | Merged openstack/heat: Add neutron provider constraints https://review.openstack.org/253327 | 08:14 |
*** vgridnev has joined #heat | 08:23 | |
*** sdake has quit IRC | 08:27 | |
*** jcoufal has joined #heat | 08:30 | |
*** sorantis has joined #heat | 08:34 | |
*** shardy has joined #heat | 08:37 | |
*** vijayagurug has joined #heat | 08:39 | |
*** dims_ has quit IRC | 08:41 | |
skraynev | ramishra_: tiantian: I forgot to remind you about one important thing :) Could each of you please propose one patch to release notes for our reno with information about last merged BPs. Subnetpool and QOS. | 08:52 |
skraynev | more information how to do it is available here http://docs.openstack.org/developer/reno/ | 08:52 |
*** zeih has joined #heat | 08:53 | |
skraynev | ramishra_: tiantian: and corresponding example: https://github.com/openstack/nova/blob/master/releasenotes/notes/compute_upgrade_levels_auto-97acebc7b45b76df.yaml | 08:53 |
ramishra_ | skraynev: sure | 08:54 |
*** vgridnev has quit IRC | 08:55 | |
tiantian | skraynev, ok, thanks | 08:55 |
*** jcoufal has quit IRC | 08:56 | |
*** jistr has joined #heat | 08:56 | |
*** jcoufal has joined #heat | 08:57 | |
*** yassine__ has joined #heat | 09:07 | |
*** blues-man has joined #heat | 09:10 | |
*** tochi has quit IRC | 09:17 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add OS::Senlin::Cluster resource https://review.openstack.org/247429 | 09:18 |
*** dims has joined #heat | 09:21 | |
*** tiantian has quit IRC | 09:21 | |
*** tiantian has joined #heat | 09:22 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add OS::Senlin::Profile resource https://review.openstack.org/247430 | 09:24 |
*** gberginc has joined #heat | 09:28 | |
openstackgerrit | Di XiaoLi proposed openstack/heat: Add OS::Neutron::RBACPolicy resource https://review.openstack.org/255720 | 09:31 |
*** gpaz has quit IRC | 09:33 | |
*** bana_k has quit IRC | 09:34 | |
openstackgerrit | Di XiaoLi proposed openstack/heat: Add OS::Neutron::RBACPolicy resource https://review.openstack.org/255720 | 09:36 |
*** blues-man has quit IRC | 09:37 | |
*** openstackgerrit has quit IRC | 09:47 | |
*** e0ne has joined #heat | 09:48 | |
*** openstackgerrit has joined #heat | 09:48 | |
*** sorantis has quit IRC | 09:48 | |
openstackgerrit | huangtianhua proposed openstack/heat: Add release note for bp/support-neutron-qos https://review.openstack.org/257778 | 09:51 |
*** jtomasek has joined #heat | 09:51 | |
openstackgerrit | huangtianhua proposed openstack/heat: Add release note for bp/support-neutron-qos https://review.openstack.org/257778 | 09:54 |
openstackgerrit | huangtianhua proposed openstack/heat: Add release note for bp/support-neutron-qos https://review.openstack.org/257778 | 09:55 |
openstackgerrit | Rakesh H S proposed openstack/heat: Flag to observe live state for resources https://review.openstack.org/250805 | 09:56 |
*** dixiaoli has quit IRC | 09:59 | |
*** e0ne has quit IRC | 09:59 | |
*** e0ne has joined #heat | 10:00 | |
*** derekh has joined #heat | 10:01 | |
*** blues-man has joined #heat | 10:04 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Neutron port, tolerate switching network name/id https://review.openstack.org/257581 | 10:04 |
*** vgridnev has joined #heat | 10:05 | |
*** sdake has joined #heat | 10:06 | |
*** zhenguo has quit IRC | 10:08 | |
*** Qiming has quit IRC | 10:10 | |
shardy | tiantian: ^^ Hi! I reworked that to be a little more generic, and tagged it Partial-Bug #1514680 | 10:11 |
openstack | bug 1514680 in heat "No need to update resource if property is the same " [Medium,In progress] https://launchpad.net/bugs/1514680 - Assigned to Steven Hardy (shardy) | 10:11 |
shardy | I'm happy to consider other approaches, but that seemed like a reasonable first step, and can potentially work in a similar way for other resources (at least the Neutron ones) | 10:12 |
tiantian | shardy, sure | 10:13 |
*** elynn_ has quit IRC | 10:14 | |
tiantian | shardy, I am thinking whether we should propose a spec for this:) I have registed one, https://blueprints.launchpad.net/heat/+spec/improve-diff-properties-validation, but still no good way till now :) | 10:17 |
*** miguelgrinberg has quit IRC | 10:20 | |
*** sorantis has joined #heat | 10:20 | |
tiantian | shardy, maybe we can provide a method such as translate_to_id() for properties of resources which can be name or id, and call the method in resource.update_template_diff_properties(), just an initial idea | 10:20 |
tiantian | shardy, time to go home, maybe talk tomorrow:) | 10:21 |
shardy | tiantian: sure, we can discuss on the review, thanks! | 10:21 |
*** blues-man has quit IRC | 10:28 | |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #heat | 10:33 | |
*** Yanyanhu has quit IRC | 10:43 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add note for subnet pool support https://review.openstack.org/257819 | 10:44 |
therve | shardy, Hey, do you have 5 to talk about the purge query patch? | 10:48 |
*** pratikmallya has quit IRC | 10:48 | |
shardy | therve: Hi! sure | 10:48 |
therve | shardy, So I ended up adding another test because I found an issue with stack tags | 10:48 |
therve | But those tests don't work when run concurrently | 10:48 |
therve | shardy, So I guess I'll end up making the asserts in the same test, wdyt? | 10:49 |
shardy | therve: what's the issue with the tags test - it's checking for a deleted stack? | 10:50 |
*** blues-man has joined #heat | 10:51 | |
shardy | therve: or do you mean we need to test several scenarios around purge_deleted? | 10:51 |
shardy | if it's the latter I think it's fine to combine into one big test | 10:51 |
skraynev | cmyster: hi. could you please take a look my last comment for patch https://review.openstack.org/#/c/252201/8 | 10:53 |
*** blues-man has quit IRC | 10:54 | |
skraynev | cmyster: I want to get feedback about proposed changes in behavior. | 10:54 |
therve | shardy, The latter | 10:54 |
shardy | therve: cool, IMO it's fine to have one big test as I can't see any way we can reasonably run them concurrently | 10:54 |
cmyster | skraynev: ack | 10:55 |
therve | shardy, Great, thanks | 10:55 |
cmyster | skraynev: what change in specific ? | 10:57 |
skraynev | cmyster: which I demonstrated in "paste" link | 10:58 |
openstackgerrit | Thomas Herve proposed openstack/heat: Fix database purge query https://review.openstack.org/255328 | 10:58 |
skraynev | cmyster: i.e. raising different errors in some different situations, which depends on values of request body and template size | 10:59 |
*** Qiming has joined #heat | 11:05 | |
openstackgerrit | Limor Stotland proposed openstack/heat: Enable simple json format in workflow signal https://review.openstack.org/243087 | 11:11 |
openstackgerrit | Limor Stotland proposed openstack/heat: Enable simple json format in workflow signal https://review.openstack.org/257835 | 11:13 |
cmyster | skraynev: looking at it, I'll comment in a few (in the middle of something) | 11:14 |
*** dims has quit IRC | 11:15 | |
skraynev | cmyster: ok. but mostly you are or not? | 11:16 |
*** Marga_ has joined #heat | 11:16 | |
*** Marga_ has quit IRC | 11:17 | |
*** zhenguo has joined #heat | 11:17 | |
*** Marga_ has joined #heat | 11:17 | |
openstackgerrit | Limor Stotland proposed openstack/heat: Enable simple json format in workflow signal https://review.openstack.org/243087 | 11:18 |
cmyster | skraynev: yes, but I need to draw it on a wall to make sure :) | 11:18 |
skraynev | cmyster: sure. thx | 11:20 |
cmyster | skraynev: if both json and template exceed size limit, which error will show first? json size limit or template size limit? | 11:22 |
skraynev | cmyster: Json, because message will be handled by wsgi first | 11:24 |
skraynev | if body size is ok - next check will be for template size | 11:24 |
cmyster | right, thanks | 11:24 |
skraynev | cmyster: np ;) | 11:26 |
skraynev | shardy: could you also add functional test for https://review.openstack.org/#/c/257581 as follow up patch (I don't want to block current patch) | 11:27 |
skraynev | shardy: I suppose, that it may be a good additional for https://github.com/openstack/heat/blob/master/heat_integrationtests/functional/test_create_update_neutron_port.py | 11:27 |
*** Marga_ has quit IRC | 11:30 | |
cmyster | skraynev: I added my 2 cents, what do you think ? | 11:36 |
*** Marga_ has joined #heat | 11:36 | |
shardy | skraynev: sure, I did consider it, but it seemed to duplicate what's tested in the unit test | 11:36 |
shardy | if you'd like a functional test as well, I'm happy to provide one | 11:36 |
skraynev | cmyster: yeah. I meant something like that, but will be also good to reference on some property name, because it will be difficult to understand which limit we exceed. | 11:37 |
cmyster | skraynev: Of course, the format of the errors is up to the assignee. I think that this way its pretty short and clear | 11:39 |
*** Marga_ has quit IRC | 11:40 | |
*** Marga__ has joined #heat | 11:40 | |
skraynev | shardy: I just like functional tests, because they sometime catch regressions better. p.s. it does not mean, that unittests are worse. it's just different. Also Imo it will be good feedback/check when some general approach will be applied for mentioned in the bug issue. | 11:40 |
skraynev | cmyster: but not so clear in case of which limit we should change for deployment, IMO ;) | 11:41 |
shardy | skraynev: Ok, I'll look at posting one later, thanks! | 11:42 |
skraynev | shardy: np. thank you | 11:42 |
cmyster | skraynev: so you want to add the name of the parameter here as well ? I think its obvious from the type of the error, but adding the exact name of the parameter can help as well | 11:50 |
cmyster | as I said as long as its kept short and simple I'm ok with it | 11:50 |
skraynev | Ooops | 11:51 |
skraynev | cmyster: Yeah. thank you for pointing again. | 11:51 |
skraynev | I trivially missed start of error message | 11:52 |
skraynev | wait a sec | 11:52 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add note for subnet pool support https://review.openstack.org/257819 | 11:54 |
*** al_indigo has joined #heat | 12:04 | |
al_indigo | Hello guys! I am trying to deploy heat+sahara and noticed that virtual machines are trying to use ip address of Heat directly. I don't want to push it to internet (but we have such an option). Is there a way to use Heat internally without actual public address and without ruining the isolation of virtual networks? | 12:07 |
openstackgerrit | Kanagaraj Manickam proposed openstack/python-heatclient: WIP stack resource search https://review.openstack.org/257864 | 12:08 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: WIP stack resource search https://review.openstack.org/257865 | 12:09 |
*** al_indigo has quit IRC | 12:14 | |
*** al_indigo has joined #heat | 12:14 | |
*** KanagarajM has quit IRC | 12:16 | |
*** tiantian has quit IRC | 12:21 | |
*** EricGonczer_ has joined #heat | 12:21 | |
*** sorantis has quit IRC | 12:22 | |
*** tiantian has joined #heat | 12:22 | |
al_indigo | Hello guys! I'm trying to deploy Sahara with Heat and I have noticed that instances are trying to go to Heat directly. I do not want to show Heat in public network at all. How could I make it work without breaking virtual networks isolation? (using Sahara without Heat is not an option) | 12:26 |
*** EricGonc_ has joined #heat | 12:26 | |
*** dprince has joined #heat | 12:26 | |
*** EricGonczer_ has quit IRC | 12:30 | |
*** sorantis has joined #heat | 12:33 | |
*** jprovazn has quit IRC | 12:34 | |
therve | al_indigo, Do you know how Sahara is using heat? IE what is talking back? | 12:35 |
therve | I guess it doesn't matter | 12:37 |
therve | al_indigo, The alternative is to have swift exposed to your instance. | 12:37 |
therve | We can use that as a signal transport | 12:37 |
*** dims has joined #heat | 12:39 | |
*** dims has quit IRC | 12:51 | |
al_indigo | It's used during initialization for CDH | 12:53 |
al_indigo | The step in the middle of cloud-init | 12:54 |
al_indigo | So Swift may be not an option | 12:54 |
al_indigo | because it tries to talk with cloudwatch | 12:54 |
therve | ? | 12:55 |
therve | You mean cloudformation right? | 12:55 |
*** aweiteka has joined #heat | 12:57 | |
*** elynn_ has joined #heat | 12:58 | |
*** elynn_ has quit IRC | 12:58 | |
*** elynn has joined #heat | 12:58 | |
*** jprovazn has joined #heat | 12:59 | |
openstackgerrit | Merged openstack/heat: Neutron port, tolerate switching network name/id https://review.openstack.org/257581 | 13:04 |
openstackgerrit | Merged openstack/heat: Flag to observe live state for resources https://review.openstack.org/250805 | 13:07 |
openstackgerrit | Merged openstack/heat: Remove unused argument 'current_version' https://review.openstack.org/255993 | 13:08 |
*** links has quit IRC | 13:09 | |
*** mkoderer_ has quit IRC | 13:11 | |
*** mkoderer has joined #heat | 13:13 | |
*** rakesh_hs has quit IRC | 13:15 | |
*** crose has joined #heat | 13:15 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Restrict update/replace of resource https://review.openstack.org/253074 | 13:16 |
*** slagle has quit IRC | 13:25 | |
*** EricGonc_ has quit IRC | 13:28 | |
*** e0ne has quit IRC | 13:34 | |
*** e0ne has joined #heat | 13:35 | |
*** whydidyoustealmy has joined #heat | 13:36 | |
*** shakamunyi has joined #heat | 13:36 | |
*** whydidyoustealmy is now known as superflyy | 13:36 | |
al_indigo | excuse me for delays | 13:49 |
al_indigo | yes, i mean cloudformation | 13:49 |
openstackgerrit | Merged openstack/heat: Add note for subnet pool support https://review.openstack.org/257819 | 13:50 |
*** links has joined #heat | 13:51 | |
*** slagle has joined #heat | 13:52 | |
*** vijayagurug has quit IRC | 13:55 | |
*** aweiteka has left #heat | 13:56 | |
gmoro | hello all | 14:02 |
gmoro | anyone with experience/suggestion regarding creating a blue/green deployment using HEAT? | 14:02 |
*** hdd has joined #heat | 14:02 | |
*** elynn has quit IRC | 14:03 | |
*** jonesbr has joined #heat | 14:03 | |
*** sdake_ has joined #heat | 14:07 | |
*** sdake has quit IRC | 14:07 | |
*** gberginc has quit IRC | 14:08 | |
*** crose has quit IRC | 14:10 | |
therve | al_indigo, So what I'm saying is you can use swift instead of cloudformation | 14:10 |
therve | gmoro, What's that? | 14:11 |
gmoro | http://martinfowler.com/bliki/BlueGreenDeployment.html | 14:11 |
gmoro | therve, ^ | 14:11 |
*** e0ne has quit IRC | 14:12 | |
therve | Okay | 14:12 |
openstackgerrit | Merged openstack/heat: Stop ignore skipped crypt_operation option https://review.openstack.org/255994 | 14:13 |
al_indigo | therve, thanks, I'll try when we will deploy swift | 14:14 |
jdob | shardy: any disagreement with me splitting that nested validation bug into three separate bugs based off your three bulleted points? | 14:29 |
*** rpothier has joined #heat | 14:29 | |
shardy | jdob: You can, although would it be simpler to have one bug and three patches? | 14:33 |
shardy | jdob: I'd normally just do Partial-Bug: #n for each related but logically separate part | 14:33 |
shardy | if you feel it warrants separate bugs feel free tho | 14:33 |
jdob | it's less about the git tracking of it than the actual bug tracking; they are pretty much three different issues | 14:33 |
*** dims has joined #heat | 14:34 | |
jdob | though that may be the red hat in me viewing them so discretely | 14:34 |
shardy | jdob: heh, your call - personally I'd leave the context in one place and just break up the patches | 14:36 |
*** Qiming has quit IRC | 14:40 | |
*** zhenguo has quit IRC | 14:41 | |
*** dslevin_ has quit IRC | 14:42 | |
*** yassine__ has quit IRC | 14:43 | |
openstackgerrit | Jay Dobies proposed openstack/heat: Fix resource definition loading in resource groups https://review.openstack.org/257928 | 14:46 |
*** dyasny has joined #heat | 14:52 | |
*** zeih_ has joined #heat | 14:55 | |
*** zeih has quit IRC | 14:55 | |
*** yassine__ has joined #heat | 14:58 | |
*** links has quit IRC | 14:58 | |
*** alex_xu has quit IRC | 14:58 | |
*** jonesbr has left #heat | 14:58 | |
*** links has joined #heat | 15:00 | |
*** dims has quit IRC | 15:00 | |
*** tiantian has quit IRC | 15:00 | |
*** inc0 has quit IRC | 15:00 | |
*** tiantian has joined #heat | 15:01 | |
*** inc0 has joined #heat | 15:01 | |
*** jonesbr has joined #heat | 15:01 | |
*** alex_xu has joined #heat | 15:04 | |
*** sorantis has quit IRC | 15:06 | |
*** e0ne has joined #heat | 15:12 | |
*** boris-42_ has joined #heat | 15:12 | |
*** jasond` has joined #heat | 15:12 | |
*** hdd has quit IRC | 15:13 | |
*** dyasny has quit IRC | 15:14 | |
*** dyasny has joined #heat | 15:14 | |
*** tsufiev has left #heat | 15:22 | |
*** stevebx64 has joined #heat | 15:22 | |
*** crose has joined #heat | 15:25 | |
*** bnemec has quit IRC | 15:25 | |
*** vgridnev has quit IRC | 15:26 | |
stevebx64 | Hi all. Quick question, I have a stack create that's failing due to timeout on OS::Heat:SoftwareDeployment. The VM is created and can ping external (such as www.google.com), but cannot ping the heat-api server directly. Is this expected? | 15:28 |
stevebx64 | I tried making a curl request to the URL for 'deploy_signal_id' for the failing resource, for which I go 'Connection timed out' in response | 15:29 |
*** pratikmallya has joined #heat | 15:30 | |
*** bnemec has joined #heat | 15:32 | |
*** tiantian has quit IRC | 15:32 | |
*** randallburt has joined #heat | 15:33 | |
*** pratikma_ has joined #heat | 15:34 | |
*** EricGonczer_ has joined #heat | 15:35 | |
*** tiantian has joined #heat | 15:35 | |
*** manishg has joined #heat | 15:35 | |
*** vishwanathj has quit IRC | 15:35 | |
*** vishwanathj has joined #heat | 15:36 | |
*** pratikmallya has quit IRC | 15:36 | |
*** zeih_ has quit IRC | 15:37 | |
*** vishwana_ has joined #heat | 15:38 | |
*** vishwanathj has quit IRC | 15:41 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/python-heatclient: Resolve outputs from stack object https://review.openstack.org/257963 | 15:43 |
*** pas-ha has quit IRC | 15:44 | |
openstackgerrit | Steven Hardy proposed openstack/heat: wip https://review.openstack.org/257965 | 15:45 |
openstackgerrit | Steven Hardy proposed openstack/heat: Neutron port allow switching between network_id and network https://review.openstack.org/257966 | 15:45 |
openstackgerrit | Steven Hardy proposed openstack/heat: Neutron port allow switching between network_id and network https://review.openstack.org/257966 | 15:46 |
*** manishg has quit IRC | 15:53 | |
*** Marga__ has quit IRC | 15:53 | |
*** blomquisg has quit IRC | 15:57 | |
*** manishg has joined #heat | 15:59 | |
*** zeih has joined #heat | 16:00 | |
*** sabeen1 has joined #heat | 16:01 | |
*** jaosorior has joined #heat | 16:03 | |
*** vishwana_ has quit IRC | 16:03 | |
*** vishwanathj has joined #heat | 16:03 | |
*** manishg has quit IRC | 16:04 | |
*** zeih has quit IRC | 16:05 | |
*** sthillma has joined #heat | 16:08 | |
*** sthillma_ has joined #heat | 16:10 | |
*** blomquisg has joined #heat | 16:12 | |
*** sthillma has quit IRC | 16:12 | |
*** sthillma_ is now known as sthillma | 16:12 | |
*** stevebx64 has quit IRC | 16:13 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Immutable parameters https://review.openstack.org/256872 | 16:15 |
openstackgerrit | Merged openstack/heat: Remove check for managed cloud role https://review.openstack.org/257562 | 16:15 |
openstackgerrit | Merged openstack/heat: Remove check for managed cloud role https://review.openstack.org/257562 | 16:15 |
*** EricGonc_ has joined #heat | 16:23 | |
*** Marga_ has joined #heat | 16:25 | |
*** EricGonczer_ has quit IRC | 16:27 | |
*** Drago has joined #heat | 16:28 | |
*** Drago has quit IRC | 16:28 | |
*** Drago has joined #heat | 16:29 | |
*** sridhar_ram has joined #heat | 16:31 | |
*** sabeen3 has joined #heat | 16:33 | |
*** sabeen1 has quit IRC | 16:35 | |
*** jcoufal has quit IRC | 16:43 | |
*** sdake_ is now known as sdake | 16:44 | |
*** vishwanathj has quit IRC | 16:44 | |
*** vishwanathj has joined #heat | 16:45 | |
*** tiantian has quit IRC | 16:46 | |
*** tiantian has joined #heat | 16:47 | |
*** vijayagurug has joined #heat | 16:56 | |
*** cwolferh has joined #heat | 16:56 | |
*** kebray has joined #heat | 16:56 | |
*** vijendar has joined #heat | 17:02 | |
*** david-lyle has quit IRC | 17:02 | |
*** manishg has joined #heat | 17:06 | |
*** neelashah has joined #heat | 17:07 | |
*** david-lyle has joined #heat | 17:12 | |
*** yassine__ has quit IRC | 17:14 | |
*** signed8bit has joined #heat | 17:16 | |
*** e0ne has quit IRC | 17:19 | |
*** derekh has quit IRC | 17:21 | |
*** blomquisg has quit IRC | 17:21 | |
*** liusheng has quit IRC | 17:21 | |
*** liusheng has joined #heat | 17:22 | |
*** palexster has quit IRC | 17:22 | |
*** vgridnev has joined #heat | 17:25 | |
*** kebray has quit IRC | 17:32 | |
*** blomquisg has joined #heat | 17:34 | |
*** kebray has joined #heat | 17:38 | |
*** vijayagurug has quit IRC | 17:40 | |
*** dyasny has quit IRC | 17:43 | |
*** dyasny has joined #heat | 17:47 | |
*** links has quit IRC | 17:50 | |
*** yassine__ has joined #heat | 17:50 | |
*** vgridnev has quit IRC | 17:58 | |
*** daneyon_ has joined #heat | 17:59 | |
*** vijendar has quit IRC | 18:02 | |
*** daneyon has quit IRC | 18:03 | |
*** e0ne has joined #heat | 18:04 | |
*** dyasny has quit IRC | 18:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/256480 | 18:12 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/257158 | 18:16 |
*** Marga_ has quit IRC | 18:18 | |
*** bana_k has joined #heat | 18:21 | |
*** jistr has quit IRC | 18:22 | |
*** daneyon has joined #heat | 18:33 | |
*** daneyon_ has quit IRC | 18:35 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/256480 | 18:39 |
*** signed8bit is now known as signed8bit_ZZZzz | 18:40 | |
*** palexster has joined #heat | 18:42 | |
*** sabeen3 has quit IRC | 18:43 | |
*** signed8bit_ZZZzz is now known as signed8bit | 18:44 | |
*** dims has joined #heat | 18:45 | |
*** harlowja_ has quit IRC | 18:49 | |
*** harlowja has joined #heat | 18:50 | |
*** tlashchova has quit IRC | 18:50 | |
*** yassine__ has quit IRC | 18:51 | |
*** yassine__ has joined #heat | 18:53 | |
*** yassine__ has quit IRC | 18:53 | |
*** yassine__ has joined #heat | 18:53 | |
*** jtomasek has quit IRC | 18:55 | |
*** manishg has quit IRC | 19:01 | |
*** manishg has joined #heat | 19:02 | |
*** signed8bit has quit IRC | 19:02 | |
*** fvollero_ has joined #heat | 19:05 | |
*** dyasny has joined #heat | 19:05 | |
*** signed8bit has joined #heat | 19:06 | |
*** fvollero has quit IRC | 19:08 | |
*** sthillma has quit IRC | 19:09 | |
*** arlion has quit IRC | 19:09 | |
*** arlion has joined #heat | 19:12 | |
*** arlion has joined #heat | 19:12 | |
*** fvollero_ has quit IRC | 19:13 | |
*** fvollero has joined #heat | 19:13 | |
jdob | shardy: ping | 19:13 |
shardy | jdob: Hey | 19:13 |
jdob | hey, question about your comment | 19:13 |
jdob | backward compatibility in what sense | 19:14 |
jdob | that the new client can connect to old heat? | 19:14 |
shardy | jdob: Yeah, historically we've always supported older versions | 19:14 |
shardy | jdob: the client stable branch is a new thing, and there's a spec about going back to backwards-compatible all-the-things: | 19:14 |
jdob | interesting, I hadn't considered that; how far disjoint are they supposed to be able to support? | 19:15 |
shardy | https://review.openstack.org/#/c/226157/ | 19:15 |
jdob | like, M client connecting to J server? | 19:15 |
* jdob looking | 19:15 | |
shardy | jdob: all non-EOL upstream versions | 19:15 |
jdob | interesting | 19:15 |
shardy | jdob: that said, there are liberty and kilo branches, so maybe run it past stevebaker and see what he thinks | 19:16 |
shardy | he's handling the pypi releases etc mostly | 19:16 |
shardy | my main concern is if folks install from pypi, are they broken for all released versions of heat | 19:16 |
jdob | has there been any sort of precedent for this in the past? APIs change between versions, so we'd likely have other issues like this, no? | 19:17 |
shardy | jdob: Not that many because we've never rev'd the API, but there are a few gross hacks in there due to supporting older versions | 19:17 |
jdob | is there a way to query the server to find out what version it is? | 19:18 |
jdob | though that feels like it could qualify under "gross hacks" :) | 19:18 |
*** pratikma_ has quit IRC | 19:18 | |
shardy | jdob: That's one problem related to never reving the API, yes, you can query the version, but it tells you "v1" | 19:19 |
shardy | ;) | 19:19 |
jdob | ah, shit, right | 19:19 |
shardy | ideally we need microversions or something to enable detecting forwards compatibility | 19:19 |
stevebaker | school run, back in a bit | 19:19 |
shardy | but we (like many other projects) haven't done that | 19:19 |
shardy | yet.. | 19:19 |
*** hdd has joined #heat | 19:19 | |
jdob | ok, so to address your comment, i'm looking at something hacky in the short term | 19:19 |
jdob | like try the call, see if there's an error about not supporting that parameter, and then reverting back to old school client-side mashing? | 19:20 |
shardy | jdob: Yeah, something like that | 19:20 |
jdob | ok, i'll add it to my todo list | 19:20 |
shardy | jdob: Chat with stevebaker when he gets back tho, as he may have a different perspective re the stable branches | 19:21 |
jdob | kk | 19:21 |
*** jaosorior has quit IRC | 19:23 | |
*** shardy is now known as shardy_afk | 19:23 | |
*** sthillma has joined #heat | 19:24 | |
*** vgridnev has joined #heat | 19:24 | |
jasond` | is it valid to update a stack with a different template version? | 19:24 |
*** pratikmallya has joined #heat | 19:26 | |
*** gberginc has joined #heat | 19:29 | |
*** sabeen has joined #heat | 19:30 | |
*** crose has quit IRC | 19:30 | |
*** neelashah has quit IRC | 19:31 | |
*** sabeen3 has joined #heat | 19:32 | |
*** openstackgerrit has quit IRC | 19:32 | |
*** openstackgerrit has joined #heat | 19:33 | |
*** e0ne has quit IRC | 19:34 | |
*** e0ne_ has joined #heat | 19:35 | |
*** sabeen has quit IRC | 19:35 | |
*** manishg has quit IRC | 19:36 | |
*** rwsu has quit IRC | 19:39 | |
*** jaosorior has joined #heat | 19:42 | |
*** arlion has quit IRC | 19:42 | |
*** jprovazn has quit IRC | 19:42 | |
*** e0ne_ has quit IRC | 19:42 | |
*** arlion has joined #heat | 19:44 | |
*** arlion has joined #heat | 19:44 | |
*** manishg has joined #heat | 19:45 | |
*** kebray has quit IRC | 19:45 | |
*** dprince has quit IRC | 19:47 | |
*** sridhar_ram has quit IRC | 19:47 | |
*** neelashah has joined #heat | 19:53 | |
*** vgridnev has quit IRC | 19:55 | |
*** randallburt has quit IRC | 19:56 | |
*** yassine__ has quit IRC | 19:56 | |
*** sthillma has quit IRC | 20:00 | |
*** manishg has quit IRC | 20:07 | |
*** pratikma_ has joined #heat | 20:07 | |
*** pratikmallya has quit IRC | 20:09 | |
*** manishg has joined #heat | 20:10 | |
*** jaosorior has quit IRC | 20:12 | |
*** e0ne has joined #heat | 20:13 | |
*** e0ne_ has joined #heat | 20:15 | |
*** sridhar_ram has joined #heat | 20:15 | |
*** e0ne has quit IRC | 20:16 | |
*** rwsu has joined #heat | 20:19 | |
openstackgerrit | Bryan Jones proposed openstack/heat: LBaaS v2 Pool Member https://review.openstack.org/241251 | 20:24 |
openstackgerrit | Bryan Jones proposed openstack/heat: LBaaS v2 Pool https://review.openstack.org/240049 | 20:24 |
openstackgerrit | Bryan Jones proposed openstack/heat: LBaas v2 HealthMonitor https://review.openstack.org/245287 | 20:24 |
openstackgerrit | Bryan Jones proposed openstack/heat: LBaaS v2 Loadbalancer https://review.openstack.org/238612 | 20:24 |
openstackgerrit | Bryan Jones proposed openstack/heat: LBaaS v2 Listener https://review.openstack.org/239755 | 20:24 |
*** Marga_ has joined #heat | 20:25 | |
*** sthillma has joined #heat | 20:26 | |
*** neelashah1 has joined #heat | 20:29 | |
*** neelashah has quit IRC | 20:30 | |
*** sthillma has quit IRC | 20:31 | |
*** neelashah has joined #heat | 20:32 | |
*** jtomasek has joined #heat | 20:32 | |
*** neelashah1 has quit IRC | 20:33 | |
*** EricGonczer_ has joined #heat | 20:35 | |
*** neelashah1 has joined #heat | 20:36 | |
*** neelashah has quit IRC | 20:36 | |
*** EricGonc_ has quit IRC | 20:38 | |
*** neelashah has joined #heat | 20:39 | |
*** neelashah1 has quit IRC | 20:41 | |
*** randallburt has joined #heat | 20:41 | |
*** Marga_ has quit IRC | 20:44 | |
*** jonesbr has left #heat | 20:45 | |
*** signed8bit is now known as signed8bit_ZZZzz | 20:48 | |
*** signed8bit_ZZZzz is now known as signed8bit | 20:51 | |
*** e0ne_ has quit IRC | 20:59 | |
*** Marga_ has joined #heat | 21:01 | |
*** jcoufal has joined #heat | 21:05 | |
*** rpothier has quit IRC | 21:05 | |
*** jaosorior has joined #heat | 21:11 | |
*** neelashah has quit IRC | 21:18 | |
openstackgerrit | Jay Dobies proposed openstack/heat: Added ResourceChain plugin https://review.openstack.org/250010 | 21:18 |
openstackgerrit | Pratik Mallya proposed openstack/heat: Add Image/Flavor Constraint to Rackspace Server https://review.openstack.org/254413 | 21:22 |
*** sthillma has joined #heat | 21:26 | |
*** e0ne has joined #heat | 21:30 | |
*** cwolferh has quit IRC | 21:38 | |
*** jaosorior has quit IRC | 21:41 | |
*** Marga_ has quit IRC | 21:41 | |
*** gberginc has quit IRC | 21:44 | |
*** jcoufal has quit IRC | 21:45 | |
*** signed8bit is now known as signed8bit_ZZZzz | 21:55 | |
*** manishg has quit IRC | 21:58 | |
*** david-lyle has quit IRC | 21:58 | |
*** jtomasek has quit IRC | 21:59 | |
*** david-lyle has joined #heat | 22:00 | |
*** manishg has joined #heat | 22:01 | |
*** manishg_ has joined #heat | 22:02 | |
*** signed8bit_ZZZzz is now known as signed8bit | 22:02 | |
*** manishg has quit IRC | 22:05 | |
*** sabeen3 has quit IRC | 22:12 | |
*** shardy_afk has quit IRC | 22:23 | |
*** e0ne has quit IRC | 22:32 | |
*** jasond` has quit IRC | 22:48 | |
*** manishg_ has quit IRC | 22:59 | |
*** sdake has quit IRC | 23:01 | |
*** david-lyle has quit IRC | 23:01 | |
*** jasond` has joined #heat | 23:01 | |
*** david-lyle has joined #heat | 23:01 | |
*** manishg has joined #heat | 23:02 | |
*** yuanying has joined #heat | 23:02 | |
*** yuanying has quit IRC | 23:03 | |
*** yuanying has joined #heat | 23:04 | |
*** jasond` has quit IRC | 23:05 | |
*** manishg has quit IRC | 23:07 | |
*** manishg has joined #heat | 23:07 | |
*** EricGonczer_ has quit IRC | 23:10 | |
*** jtomasek has joined #heat | 23:12 | |
*** jtomasek has quit IRC | 23:16 | |
*** zeih has joined #heat | 23:16 | |
*** zeih has quit IRC | 23:21 | |
*** e0ne has joined #heat | 23:21 | |
*** stevebaker has quit IRC | 23:30 | |
*** stevebaker has joined #heat | 23:31 | |
*** david-lyle_ has joined #heat | 23:33 | |
*** david-lyle has quit IRC | 23:36 | |
*** Qiming has joined #heat | 23:39 | |
*** tochi has joined #heat | 23:39 | |
*** dyasny has quit IRC | 23:43 | |
*** zeih has joined #heat | 23:44 | |
*** inc0 has quit IRC | 23:46 | |
*** zeih has quit IRC | 23:48 | |
*** dyasny has joined #heat | 23:51 | |
*** sthillma has quit IRC | 23:52 | |
*** manishg has quit IRC | 23:53 | |
*** dyasny has quit IRC | 23:58 | |
*** chlong has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!