larsks | Can heat-engine run in an active/active configuration? Or does can there only be one active engine? | 00:00 |
---|---|---|
*** EricGonczer_ has joined #heat | 00:34 | |
*** sabeen has joined #heat | 00:44 | |
*** EricGonczer_ has quit IRC | 00:45 | |
*** EricGonczer_ has joined #heat | 00:46 | |
*** EricGonczer_ has quit IRC | 00:47 | |
*** alexheneveld has joined #heat | 01:02 | |
*** pm90_ has quit IRC | 01:02 | |
*** alexheneveld_ has joined #heat | 01:07 | |
*** alexheneveld has quit IRC | 01:09 | |
*** alexheneveld_ is now known as alexheneveld | 01:09 | |
*** signed8bit has joined #heat | 01:10 | |
*** sdake_ has joined #heat | 01:12 | |
*** jamielennox|away is now known as jamielennox | 01:12 | |
*** signed8bit has quit IRC | 01:15 | |
*** sdake_ has quit IRC | 01:17 | |
*** zaneb has joined #heat | 01:19 | |
*** alexheneveld_ has joined #heat | 01:22 | |
*** alexheneveld has quit IRC | 01:23 | |
*** alexheneveld_ is now known as alexheneveld | 01:23 | |
*** alexheneveld_ has joined #heat | 01:26 | |
*** alexheneveld has quit IRC | 01:28 | |
*** alexheneveld_ is now known as alexheneveld | 01:28 | |
*** alexheneveld_ has joined #heat | 01:31 | |
*** alexheneveld has quit IRC | 01:32 | |
*** alexheneveld_ is now known as alexheneveld | 01:32 | |
*** alexheneveld_ has joined #heat | 01:36 | |
*** Marga_ has joined #heat | 01:36 | |
*** Marga_ has quit IRC | 01:36 | |
*** Marga_ has joined #heat | 01:37 | |
*** alexheneveld has quit IRC | 01:37 | |
*** alexheneveld_ is now known as alexheneveld | 01:37 | |
*** Qiming has joined #heat | 01:38 | |
*** alexheneveld_ has joined #heat | 01:42 | |
*** alexheneveld has quit IRC | 01:43 | |
*** alexheneveld_ is now known as alexheneveld | 01:43 | |
*** alexheneveld_ has joined #heat | 01:48 | |
*** alexheneveld has quit IRC | 01:50 | |
*** alexheneveld_ is now known as alexheneveld | 01:50 | |
*** alexheneveld_ has joined #heat | 01:53 | |
*** serg_melikyan has joined #heat | 01:54 | |
*** alexheneveld has quit IRC | 01:54 | |
*** alexheneveld_ is now known as alexheneveld | 01:54 | |
*** sarob has joined #heat | 01:55 | |
*** serg_melikyan has quit IRC | 01:59 | |
*** alexheneveld_ has joined #heat | 01:59 | |
*** sarob has quit IRC | 02:00 | |
*** alexheneveld has quit IRC | 02:01 | |
*** alexheneveld_ is now known as alexheneveld | 02:01 | |
*** Marga_ has quit IRC | 02:01 | |
*** sdake_ has joined #heat | 02:02 | |
*** ivar-lazzaro has joined #heat | 02:02 | |
*** Marga_ has joined #heat | 02:02 | |
ivar-lazzaro | hello! Need a little help on accessing a specific VM parameter from an heat template, anyone around? | 02:03 |
*** alexheneveld_ has joined #heat | 02:05 | |
*** alexheneveld has quit IRC | 02:08 | |
*** alexheneveld_ is now known as alexheneveld | 02:08 | |
*** alexheneveld_ has joined #heat | 02:11 | |
*** alexheneveld has quit IRC | 02:12 | |
*** alexheneveld_ is now known as alexheneveld | 02:12 | |
*** alexheneveld_ has joined #heat | 02:15 | |
*** alexheneveld has quit IRC | 02:17 | |
*** alexheneveld_ is now known as alexheneveld | 02:17 | |
*** EricGonczer_ has joined #heat | 02:20 | |
*** alexheneveld_ has joined #heat | 02:20 | |
*** alexheneveld has quit IRC | 02:21 | |
*** alexheneveld_ is now known as alexheneveld | 02:21 | |
*** erkules_ has joined #heat | 02:23 | |
*** erkules has quit IRC | 02:25 | |
*** alexheneveld_ has joined #heat | 02:29 | |
*** alexheneveld has quit IRC | 02:30 | |
*** alexheneveld_ is now known as alexheneveld | 02:30 | |
larsks | ivar-lazzaro: what's up? | 02:33 |
*** alexheneveld_ has joined #heat | 02:33 | |
*** alexheneveld has quit IRC | 02:35 | |
*** alexheneveld_ is now known as alexheneveld | 02:35 | |
ivar-lazzaro | larsks: hi, I'm trying to retrieve the fixed_ip attribute from a VM so that I can inject it on another VM (through the user_data param) | 02:35 |
ivar-lazzaro | larsks: to get the address, on VM 2 I do the following: [VM1, networks, VM1_Network, 0] | 02:35 |
larsks | Okay. Is that not working? | 02:36 |
ivar-lazzaro | larsks: However, this doesn't work 100% of the times! It looks like nova may take some time before getting the address from Neutron | 02:36 |
larsks | Are you using OS::Neutron::Port resources in your template? | 02:36 |
ivar-lazzaro | larsks: I'm not creating it directly | 02:37 |
ivar-lazzaro | larsks: but I have the port_id as a parameter | 02:37 |
ivar-lazzaro | larsks: is it possible to use that to GET the actual Port resource and the fixed IP from there? | 02:37 |
larsks | Right. In my templates, I generally have explicit Port resources, and I get the fixed ip from that (e.g., https://github.com/larsks/heat-kubernetes/blob/master/kubenode.yaml) | 02:37 |
larsks | That hasn't been a problem so far. | 02:37 |
ivar-lazzaro | that makes sense, but I'm not creating the port in the template. It is a parameter instead | 02:38 |
ivar-lazzaro | (the port UUID I mean) | 02:38 |
larsks | Can you post your template somewhere? | 02:38 |
ivar-lazzaro | Sure, just a second | 02:38 |
ivar-lazzaro | https://github.com/noironetworks/devstack/blob/noiro/gbp-templates/aci/app.yaml | 02:39 |
ivar-lazzaro | you will see a bunch of unknown resources probably :) those are GBP resources | 02:40 |
larsks | No worries. Just wanted to stare at it a moment. | 02:40 |
ivar-lazzaro | on line 102 you will see an example of server creation | 02:40 |
ivar-lazzaro | (L163 is a better example though) | 02:41 |
larsks | You said it somestimes works...does it seem random, or does it work e.g., for some servers but not others? | 02:44 |
ivar-lazzaro | it seems pretty random | 02:45 |
ivar-lazzaro | my guess is that Nova retrieves that info asynchronously | 02:45 |
ivar-lazzaro | so it may not be there when heat gets back the object | 02:46 |
larsks | I'm wondering if the fact that you're not creating ports explicitly means that heat can't set up the necessary dependencies. | 02:46 |
ivar-lazzaro | Theoretically, it would be enough for me to do a "GET" on the Port and retrieve the ip from there | 02:46 |
ivar-lazzaro | not sure how to do that with heat though (if possible at all) | 02:47 |
larsks | With heat you're pretty much limited to attributes provided by the resource types. I mean, you could pass openstack credentials via user_data into your instance then use "curl" to hit the openstack api, but that seems like a bad idea. | 02:48 |
ivar-lazzaro | seems bad indeed | 02:48 |
ivar-lazzaro | I guess I can change my objects' definition to use the neutron client for retrieving the IP when needed | 02:49 |
ivar-lazzaro | although it would have been cleaner to be able to use the port ID to access the port resource | 02:49 |
larsks | An alternative would be to build some sort of service registration/discovery mechanism into your stack (etcd, consul, avahi, etc) | 02:50 |
*** Qiming has quit IRC | 02:51 | |
*** EricGonczer_ has quit IRC | 02:52 | |
*** alexheneveld_ has joined #heat | 02:56 | |
*** dimsum__ has joined #heat | 02:57 | |
*** alexheneveld has quit IRC | 02:58 | |
*** alexheneveld_ is now known as alexheneveld | 02:58 | |
*** zaneb has quit IRC | 02:58 | |
*** alexheneveld_ has joined #heat | 03:03 | |
*** alexheneveld has quit IRC | 03:05 | |
*** alexheneveld_ is now known as alexheneveld | 03:05 | |
*** alexheneveld_ has joined #heat | 03:10 | |
*** alexheneveld has quit IRC | 03:11 | |
*** alexheneveld_ is now known as alexheneveld | 03:11 | |
*** alexheneveld_ has joined #heat | 03:14 | |
*** alexheneveld has quit IRC | 03:16 | |
*** alexheneveld_ is now known as alexheneveld | 03:16 | |
*** Marga_ has quit IRC | 03:18 | |
*** tellesnobrega_ has joined #heat | 03:18 | |
*** alexheneveld_ has joined #heat | 03:21 | |
*** alexheneveld has quit IRC | 03:23 | |
*** alexheneveld_ is now known as alexheneveld | 03:23 | |
*** alexheneveld_ has joined #heat | 03:26 | |
*** alexheneveld has quit IRC | 03:27 | |
*** alexheneveld_ is now known as alexheneveld | 03:27 | |
*** alexheneveld_ has joined #heat | 03:30 | |
*** alexheneveld has quit IRC | 03:32 | |
*** alexheneveld_ is now known as alexheneveld | 03:32 | |
*** hdd has joined #heat | 03:36 | |
*** alexheneveld_ has joined #heat | 03:36 | |
*** alexheneveld has quit IRC | 03:38 | |
*** alexheneveld_ is now known as alexheneveld | 03:38 | |
*** cody-somerville has joined #heat | 03:39 | |
*** signed8bit has joined #heat | 03:40 | |
*** dimsum__ has quit IRC | 03:41 | |
*** achanda has joined #heat | 03:45 | |
*** alexheneveld_ has joined #heat | 03:49 | |
*** alexheneveld has quit IRC | 03:50 | |
*** alexheneveld_ is now known as alexheneveld | 03:50 | |
*** alexheneveld_ has joined #heat | 03:54 | |
*** alexheneveld has quit IRC | 03:55 | |
*** alexheneveld_ is now known as alexheneveld | 03:55 | |
*** alexheneveld_ has joined #heat | 03:58 | |
*** alexheneveld has quit IRC | 04:00 | |
*** alexheneveld_ is now known as alexheneveld | 04:00 | |
*** alexheneveld_ has joined #heat | 04:03 | |
*** alexheneveld has quit IRC | 04:04 | |
*** alexheneveld_ is now known as alexheneveld | 04:04 | |
*** EricGonczer_ has joined #heat | 04:06 | |
*** achanda has quit IRC | 04:09 | |
*** EricGonczer_ has quit IRC | 04:10 | |
*** achanda has joined #heat | 04:11 | |
*** EricGonczer_ has joined #heat | 04:15 | |
*** EricGonczer_ has quit IRC | 04:15 | |
*** alexheneveld_ has joined #heat | 04:15 | |
*** EricGonczer_ has joined #heat | 04:16 | |
*** EricGonczer_ has quit IRC | 04:17 | |
*** alexheneveld has quit IRC | 04:17 | |
*** alexheneveld_ is now known as alexheneveld | 04:17 | |
*** alexheneveld_ has joined #heat | 04:21 | |
*** alexheneveld has quit IRC | 04:22 | |
*** alexheneveld_ is now known as alexheneveld | 04:22 | |
*** alexheneveld_ has joined #heat | 04:25 | |
*** alexheneveld has quit IRC | 04:27 | |
*** alexheneveld_ is now known as alexheneveld | 04:27 | |
*** cmyster has joined #heat | 04:28 | |
*** cmyster has quit IRC | 04:28 | |
*** cmyster has joined #heat | 04:28 | |
*** alexheneveld_ has joined #heat | 04:32 | |
*** alexheneveld has quit IRC | 04:34 | |
*** alexheneveld_ is now known as alexheneveld | 04:34 | |
*** alexheneveld_ has joined #heat | 04:37 | |
*** alexheneveld has quit IRC | 04:38 | |
*** alexheneveld_ is now known as alexheneveld | 04:38 | |
*** dimsum__ has joined #heat | 04:42 | |
*** alexheneveld_ has joined #heat | 04:45 | |
*** signed8bit has quit IRC | 04:46 | |
*** dimsum__ has quit IRC | 04:46 | |
*** alexheneveld has quit IRC | 04:47 | |
*** alexheneveld_ is now known as alexheneveld | 04:47 | |
*** rodrigods is now known as needsbeer | 04:47 | |
*** alexheneveld_ has joined #heat | 04:51 | |
*** alexheneveld has quit IRC | 04:52 | |
*** alexheneveld_ is now known as alexheneveld | 04:52 | |
*** alexheneveld_ has joined #heat | 04:55 | |
*** alexheneveld has quit IRC | 04:56 | |
*** alexheneveld_ is now known as alexheneveld | 04:56 | |
*** alexheneveld_ has joined #heat | 04:59 | |
*** alexheneveld has quit IRC | 05:01 | |
*** alexheneveld_ is now known as alexheneveld | 05:01 | |
*** chlong has quit IRC | 05:01 | |
*** alexheneveld_ has joined #heat | 05:06 | |
*** alexheneveld has quit IRC | 05:07 | |
*** alexheneveld_ is now known as alexheneveld | 05:07 | |
*** needsbeer is now known as rodrigods | 05:08 | |
*** rodrigods is now known as needsbeer | 05:10 | |
*** tellesnobrega_ has quit IRC | 05:11 | |
*** needsbeer is now known as rodrigods | 05:17 | |
*** ivar-lazzaro has quit IRC | 05:22 | |
*** cmyster has quit IRC | 05:29 | |
*** sdake__ has joined #heat | 05:32 | |
*** alexheneveld_ has joined #heat | 05:32 | |
*** alexheneveld has quit IRC | 05:34 | |
*** alexheneveld_ is now known as alexheneveld | 05:34 | |
*** sdake_ has quit IRC | 05:35 | |
*** lpmulligan has joined #heat | 05:39 | |
*** sdake__ has quit IRC | 05:40 | |
*** GonZo2K has quit IRC | 05:41 | |
*** alexheneveld_ has joined #heat | 05:47 | |
*** alexheneveld has quit IRC | 05:49 | |
*** alexheneveld_ is now known as alexheneveld | 05:49 | |
*** alexheneveld_ has joined #heat | 05:59 | |
*** alexheneveld has quit IRC | 06:01 | |
*** alexheneveld_ is now known as alexheneveld | 06:01 | |
*** alexheneveld_ has joined #heat | 06:05 | |
*** alexheneveld has quit IRC | 06:08 | |
*** alexheneveld_ is now known as alexheneveld | 06:08 | |
*** lpmulligan has quit IRC | 06:10 | |
*** hdd has quit IRC | 06:13 | |
*** alexheneveld_ has joined #heat | 06:18 | |
*** alexheneveld has quit IRC | 06:20 | |
*** alexheneveld_ is now known as alexheneveld | 06:20 | |
*** alexheneveld_ has joined #heat | 06:23 | |
*** alexheneveld has quit IRC | 06:25 | |
*** alexheneveld_ is now known as alexheneveld | 06:25 | |
*** GonZo2K has joined #heat | 06:27 | |
*** alexheneveld_ has joined #heat | 06:28 | |
*** alexheneveld_ has quit IRC | 06:28 | |
*** GonZo2K has quit IRC | 06:29 | |
*** alexheneveld has quit IRC | 06:29 | |
*** hdd has joined #heat | 06:45 | |
*** Tango has joined #heat | 06:51 | |
*** achanda has quit IRC | 07:01 | |
*** achanda has joined #heat | 07:01 | |
*** hdd has quit IRC | 07:02 | |
*** achanda has quit IRC | 07:03 | |
*** sabeen has quit IRC | 07:06 | |
*** jcoufal has joined #heat | 07:16 | |
*** achanda has joined #heat | 07:16 | |
*** kebray has quit IRC | 07:34 | |
*** cmyster has joined #heat | 07:46 | |
*** cmyster has quit IRC | 07:46 | |
*** cmyster has joined #heat | 07:46 | |
*** dimsum__ has joined #heat | 07:46 | |
*** dimsum__ has quit IRC | 07:51 | |
*** jtomasek has quit IRC | 08:09 | |
*** achanda has quit IRC | 08:11 | |
*** achanda has joined #heat | 08:17 | |
*** achanda has quit IRC | 09:27 | |
*** GonZo2K has joined #heat | 09:31 | |
*** GonZo2K has quit IRC | 09:33 | |
*** achanda has joined #heat | 09:42 | |
*** chlong has joined #heat | 10:15 | |
*** achanda has quit IRC | 10:25 | |
*** cmyster has quit IRC | 11:09 | |
*** tellesnobrega_ has joined #heat | 11:29 | |
*** cmyster has joined #heat | 11:35 | |
*** cmyster has quit IRC | 11:35 | |
*** cmyster has joined #heat | 11:35 | |
*** cmyster has quit IRC | 11:44 | |
*** tellesnobrega_ has quit IRC | 12:25 | |
*** dimsum__ has joined #heat | 12:36 | |
*** tellesnobrega_ has joined #heat | 12:46 | |
*** GonZo2K has joined #heat | 12:46 | |
*** GonZo2K has quit IRC | 12:47 | |
*** cmyster has joined #heat | 13:15 | |
*** rodrigods is now known as needsbeer | 13:36 | |
*** needsbeer is now known as rodrigods | 13:37 | |
*** rodrigods has joined #heat | 13:37 | |
*** rodrigods is now known as needsbeer | 13:45 | |
*** needsbeer is now known as rodrigods | 13:51 | |
*** rodrigods has quit IRC | 13:52 | |
*** rodrigods has joined #heat | 13:56 | |
*** Qiming has joined #heat | 14:25 | |
*** GonZo2K has joined #heat | 14:30 | |
*** GonZo2K has quit IRC | 14:30 | |
*** GonZo2K has joined #heat | 14:30 | |
*** GonZo2K has quit IRC | 14:34 | |
*** lpmulligan has joined #heat | 14:45 | |
*** EricGonczer_ has joined #heat | 14:45 | |
*** EricGonczer_ has quit IRC | 15:01 | |
*** GonZo2K has joined #heat | 15:13 | |
*** GonZo2K has quit IRC | 15:17 | |
*** otoolee has quit IRC | 15:23 | |
*** mburns has quit IRC | 15:23 | |
*** SpamapS has quit IRC | 15:23 | |
*** akuznetsova has quit IRC | 15:23 | |
*** ekarlso has quit IRC | 15:23 | |
*** mikal has quit IRC | 15:23 | |
*** greghaynes has quit IRC | 15:23 | |
*** xmltok has quit IRC | 15:23 | |
*** DandyPandy has quit IRC | 15:23 | |
*** d0ugal has quit IRC | 15:23 | |
*** sparr has quit IRC | 15:23 | |
*** adam_g has quit IRC | 15:23 | |
*** mikal has joined #heat | 15:24 | |
*** SpamapS has joined #heat | 15:24 | |
*** SpamapS has quit IRC | 15:24 | |
*** SpamapS has joined #heat | 15:24 | |
*** adam_g` has joined #heat | 15:24 | |
*** d0ugal has joined #heat | 15:24 | |
*** mburns has joined #heat | 15:24 | |
*** greghaynes has joined #heat | 15:24 | |
*** akuznetsova has joined #heat | 15:24 | |
*** xmltok_ has joined #heat | 15:24 | |
*** d0ugal is now known as Guest78669 | 15:24 | |
*** DandyPandy has joined #heat | 15:24 | |
*** ekarlso has joined #heat | 15:25 | |
*** sparr has joined #heat | 15:26 | |
*** jcoufal has quit IRC | 15:38 | |
*** jcoufal has joined #heat | 15:38 | |
*** otoolee has joined #heat | 15:43 | |
*** tellesnobrega_ has quit IRC | 15:48 | |
*** Tango has quit IRC | 15:56 | |
*** GonZo2K has joined #heat | 16:00 | |
*** vijayagurug has joined #heat | 16:04 | |
*** ekarlso has quit IRC | 16:07 | |
*** ekarlso has joined #heat | 16:07 | |
*** GonZo2K has quit IRC | 16:08 | |
*** Qiming has quit IRC | 16:16 | |
*** akuznetsov has joined #heat | 16:18 | |
*** sdake_ has joined #heat | 16:34 | |
*** sdake_ has quit IRC | 16:38 | |
*** GonZo2K has joined #heat | 16:38 | |
*** lpmulligan has quit IRC | 16:40 | |
*** GonZo2K has quit IRC | 16:43 | |
*** GonZo2K has joined #heat | 16:49 | |
*** cdent has joined #heat | 16:55 | |
*** jcoufal has quit IRC | 17:00 | |
*** GonZo2K has quit IRC | 17:14 | |
*** GonZo2K has joined #heat | 17:19 | |
*** Marga_ has joined #heat | 17:26 | |
*** MasterPiece has joined #heat | 17:29 | |
*** jcoufal has joined #heat | 17:32 | |
*** jcoufal has quit IRC | 17:34 | |
*** jcoufal has joined #heat | 17:34 | |
*** jcoufal has quit IRC | 17:34 | |
*** Marga_ has quit IRC | 17:41 | |
*** Marga_ has joined #heat | 17:42 | |
*** GonZo2K has quit IRC | 17:59 | |
*** erkules_ is now known as erkules | 18:06 | |
*** cdent has quit IRC | 18:18 | |
*** vijayagurug has quit IRC | 18:19 | |
*** GonZo2K has joined #heat | 18:44 | |
*** GonZo2K has quit IRC | 18:44 | |
*** GonZo2K has joined #heat | 18:44 | |
*** serg_melikyan has joined #heat | 19:00 | |
*** serg_melikyan has quit IRC | 19:02 | |
*** serg_melikyan has joined #heat | 19:12 | |
*** achanda has joined #heat | 19:18 | |
*** dimsum__ has quit IRC | 19:21 | |
*** Marga_ has quit IRC | 19:38 | |
*** Marga_ has joined #heat | 19:39 | |
*** kebray has joined #heat | 19:47 | |
*** Marga_ has quit IRC | 19:47 | |
*** Michalik_ has quit IRC | 19:50 | |
*** Michalik_ has joined #heat | 19:50 | |
*** zhiyan has quit IRC | 19:51 | |
*** higgins has quit IRC | 19:51 | |
*** zz_gondoi has quit IRC | 19:51 | |
*** wendar has quit IRC | 19:51 | |
*** wendar has joined #heat | 19:52 | |
*** adam_g` has quit IRC | 19:52 | |
*** Adri2000 has quit IRC | 19:52 | |
*** jamielennox has quit IRC | 19:53 | |
*** zhiyan has joined #heat | 19:54 | |
*** higgins has joined #heat | 19:55 | |
*** jamielennox has joined #heat | 19:57 | |
*** adam_g has joined #heat | 19:58 | |
*** adam_g has quit IRC | 19:58 | |
*** adam_g has joined #heat | 19:58 | |
*** pfreund has quit IRC | 19:59 | |
*** zz_gondoi has joined #heat | 19:59 | |
*** Adri2000 has joined #heat | 20:00 | |
*** pfreund has joined #heat | 20:02 | |
*** fbo has quit IRC | 20:17 | |
*** achanda has quit IRC | 20:19 | |
openstackgerrit | Steve Baker proposed openstack/heat-templates: Boot config for installing software-config agent https://review.openstack.org/119282 | 20:20 |
*** achanda has joined #heat | 20:20 | |
*** fbo has joined #heat | 20:21 | |
*** pm90_ has joined #heat | 20:23 | |
*** Michalik_ has quit IRC | 20:26 | |
*** Michalik_ has joined #heat | 20:26 | |
*** Michalik_ is now known as Michalik | 20:26 | |
*** Michalik has quit IRC | 20:26 | |
*** Michalik has joined #heat | 20:26 | |
*** lpmulligan has joined #heat | 20:35 | |
*** sdake_ has joined #heat | 20:38 | |
*** sdake_ has quit IRC | 20:47 | |
mhroncok | stevebaker: hi | 21:00 |
*** sdake_ has joined #heat | 21:02 | |
stevebaker | mhroncok: hi | 21:03 |
mhroncok | stevebaker: about your comment in https://review.openstack.org/#/c/157558/ | 21:03 |
mhroncok | I've tried to apply this on the python3 commit, and it went smoothly | 21:03 |
stevebaker | mhroncok: my workflow would be to create a branch on the https://review.openstack.org/#/c/145200/ change then git cherry-pick the change https://review.openstack.org/#/c/157558/ into that branch. Then call git review on that branch | 21:05 |
mhroncok | You are about to submit multiple commits. This is expected if you are | 21:07 |
mhroncok | submitting a commit that is dependent on one or more in-review | 21:07 |
mhroncok | commits. Otherwise you should consider squashing your changes into one | 21:07 |
mhroncok | commit before submitting. | 21:07 |
mhroncok | The outstanding commits are: | 21:07 |
mhroncok | 550cee6 (HEAD, origin/py3k_mock, py3k_mock) Ported tests from mox3 to mock to support Python >= 3.3 | 21:07 |
mhroncok | f879612 (origin/py3k_only, py3k_only) Python 3 compatibility | 21:07 |
mhroncok | Do you really want to submit the above commits? | 21:07 |
mhroncok | so I just go with yes? | 21:07 |
stevebaker | yep, its just a warning when there are multiple commits | 21:07 |
openstackgerrit | Miro Hroncok proposed openstack/heat-cfntools: Ported tests from mox3 to mock to support Python >= 3.3 https://review.openstack.org/157558 | 21:07 |
mhroncok | oh, now it lists the python3 review as a dependency, cool | 21:08 |
stevebaker | \o/ | 21:08 |
*** Tross has quit IRC | 21:11 | |
*** cody-somerville has quit IRC | 21:12 | |
stevebaker | mhroncok: https://review.openstack.org/#/c/157558/2/test-requirements.txt | 21:18 |
openstackgerrit | Miro Hroncok proposed openstack/heat-cfntools: Ported tests from mox3 to mock to support Python >= 3.3 https://review.openstack.org/157558 | 21:19 |
*** akuznetsov has quit IRC | 21:26 | |
*** achanda has quit IRC | 21:35 | |
*** MasterPiece has quit IRC | 21:42 | |
*** hdd has joined #heat | 21:45 | |
*** asalkeld has joined #heat | 21:49 | |
*** dimsum__ has joined #heat | 21:52 | |
*** dims_ has joined #heat | 21:55 | |
mhroncok | stevebaker: thanks | 21:55 |
stevebaker | mhroncok: no problem. shardy can do the upstream release when the changes land, or he can delegate to me | 21:58 |
mhroncok | hen/how the chnages land? do I need more pluses? | 21:59 |
*** dimsum__ has quit IRC | 21:59 | |
mhroncok | *hen->when | 21:59 |
*** chlong has quit IRC | 21:59 | |
stevebaker | mhroncok: one more core can approve it, maybe when asalkeld wakes | 22:00 |
mhroncok | ok | 22:00 |
openstackgerrit | Steve Baker proposed openstack/heat: Deployment signal_transport: TEMP_URL_SIGNAL https://review.openstack.org/151526 | 22:08 |
openstackgerrit | Steve Baker proposed openstack/heat: Move deployment handle_signal to rpc call https://review.openstack.org/157210 | 22:08 |
openstackgerrit | Steve Baker proposed openstack/heat: Integration test for software-config tools https://review.openstack.org/113711 | 22:08 |
*** sdake_ has quit IRC | 22:14 | |
*** achanda has joined #heat | 22:15 | |
asalkeld | stevebaker: what patch? | 22:15 |
stevebaker | asalkeld: this series https://review.openstack.org/#/c/145200/ | 22:16 |
asalkeld | ta | 22:17 |
asalkeld | .encode('UTF-8') | 22:20 |
asalkeld | is that needed for compatibility? | 22:20 |
openstackgerrit | Merged openstack/heat-cfntools: Python 3 compatibility https://review.openstack.org/145200 | 22:23 |
stevebaker | asalkeld: its probably needed anyway, python 3 aside | 22:26 |
asalkeld | yeah, didn't look like a problem | 22:26 |
*** dims_ has quit IRC | 22:27 | |
asalkeld | stevebaker: seems like we could be using fixtures FakePopen | 22:28 |
asalkeld | kids to school, brb | 22:31 |
stevebaker | asalkeld: I have a very vague recollection that we couldn't do that for reasons | 22:33 |
*** jtomasek has joined #heat | 22:44 | |
*** hdd has quit IRC | 22:48 | |
*** serg_melikyan has quit IRC | 22:48 | |
*** jtomasek has quit IRC | 23:00 | |
*** pm90_ has quit IRC | 23:02 | |
*** sarob has joined #heat | 23:04 | |
*** EricGonczer_ has joined #heat | 23:12 | |
*** lpmulligan has quit IRC | 23:12 | |
*** achanda has quit IRC | 23:25 | |
*** pm90_ has joined #heat | 23:27 | |
*** dimsum__ has joined #heat | 23:28 | |
*** dimsum__ has quit IRC | 23:33 | |
*** EricGonczer_ has quit IRC | 23:34 | |
*** lpmulligan has joined #heat | 23:34 | |
*** pm90__ has joined #heat | 23:35 | |
*** achanda has joined #heat | 23:36 | |
*** kebray has quit IRC | 23:36 | |
*** tochi has joined #heat | 23:38 | |
*** pm90_ has quit IRC | 23:38 | |
*** pm90_ has joined #heat | 23:42 | |
*** chlong has joined #heat | 23:43 | |
*** pm90__ has quit IRC | 23:45 | |
*** sdake_ has joined #heat | 23:46 | |
*** pm90__ has joined #heat | 23:47 | |
*** pm90_ has quit IRC | 23:49 | |
*** pm90__ has quit IRC | 23:54 | |
mhroncok | asalkeld: hi, back from school? | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!