*** pm90_ has joined #heat | 00:02 | |
mhroncok | asalkeld, stevebaker: commented in-file on the review - I don't think FakePopen gives us other abilities used there, but I might be wrong | 00:03 |
---|---|---|
*** tspatzier has joined #heat | 00:04 | |
asalkeld | mhroncok: looking | 00:06 |
asalkeld | mhroncok: ok approved | 00:11 |
mhroncok | thanks | 00:12 |
openstackgerrit | Merged openstack/heat-cfntools: Ported tests from mox3 to mock to support Python >= 3.3 https://review.openstack.org/157558 | 00:13 |
*** lpmulligan has quit IRC | 00:23 | |
*** tspatzier has quit IRC | 00:34 | |
*** tspatzier has joined #heat | 00:35 | |
*** rm_work is now known as rm_work|away | 00:35 | |
*** hdd has joined #heat | 00:39 | |
*** pm90_ has quit IRC | 00:43 | |
*** pm90_ has joined #heat | 00:43 | |
*** EricGonczer_ has joined #heat | 00:46 | |
*** pm90_ has quit IRC | 00:48 | |
*** EricGonczer_ has quit IRC | 01:06 | |
*** sdake_ has quit IRC | 01:07 | |
*** Qiming has joined #heat | 01:11 | |
*** pm90_ has joined #heat | 01:12 | |
*** GonZo2K has quit IRC | 01:12 | |
*** boris-42 has joined #heat | 01:13 | |
*** mhroncok has quit IRC | 01:21 | |
*** achanda has quit IRC | 01:21 | |
*** pm90_ has quit IRC | 01:21 | |
*** pm90_ has joined #heat | 01:22 | |
*** kbyrne has quit IRC | 01:23 | |
*** kbyrne has joined #heat | 01:25 | |
*** sdake_ has joined #heat | 01:27 | |
*** pm90_ has quit IRC | 01:27 | |
*** pm90_ has joined #heat | 01:31 | |
*** sdake__ has joined #heat | 01:31 | |
*** sdake_ has quit IRC | 01:33 | |
*** dimsum__ has joined #heat | 01:38 | |
*** dims_ has joined #heat | 01:39 | |
*** pm90_ has quit IRC | 01:40 | |
*** dimsum__ has quit IRC | 01:43 | |
*** pm90_ has joined #heat | 01:43 | |
*** hdd has quit IRC | 01:44 | |
*** tspatzier has quit IRC | 01:49 | |
*** EricGonczer_ has joined #heat | 02:06 | |
*** EricGonczer_ has quit IRC | 02:08 | |
*** signed8bit has joined #heat | 02:13 | |
*** erkules_ has joined #heat | 02:22 | |
*** achanda has joined #heat | 02:22 | |
*** erkules has quit IRC | 02:25 | |
*** achanda has quit IRC | 02:27 | |
*** achanda has joined #heat | 02:27 | |
*** achanda has quit IRC | 02:38 | |
*** sdake_ has joined #heat | 02:58 | |
*** sdake__ has quit IRC | 03:02 | |
*** tellesnobrega_ has joined #heat | 03:31 | |
*** tellesnobrega_ has quit IRC | 03:31 | |
*** diga has joined #heat | 03:32 | |
*** diga has quit IRC | 03:37 | |
*** Marga_ has joined #heat | 03:37 | |
asalkeld | grrr, timing sensitive bugs | 03:57 |
*** kebray has joined #heat | 03:59 | |
openstackgerrit | Steve Baker proposed openstack/heat-templates: Boot config for installing software-config agent https://review.openstack.org/119282 | 04:09 |
openstackgerrit | Steve Baker proposed openstack/heat-templates: Boot config environment for test images https://review.openstack.org/158172 | 04:09 |
*** pm90_ has quit IRC | 04:13 | |
*** pm90_ has joined #heat | 04:16 | |
*** rwsu-afk has quit IRC | 04:19 | |
*** signed8bit has quit IRC | 04:20 | |
*** Marga_ has quit IRC | 04:25 | |
*** Marga_ has joined #heat | 04:25 | |
asalkeld | brb - picking kids up | 04:30 |
*** ananta has joined #heat | 04:57 | |
*** vijayagurug has joined #heat | 04:57 | |
*** KanagarajM has joined #heat | 05:05 | |
KanagarajM | asalkeld: hi | 05:06 |
*** kebray has quit IRC | 05:12 | |
asalkeld | hi KanagarajM | 05:15 |
KanagarajM | asalkeld: this regarding the patch, convergence-message-bus, I will change the name to converger instead of convergence | 05:15 |
asalkeld | KanagarajM: engine/worker.py ? | 05:16 |
*** Marga_ has quit IRC | 05:16 | |
asalkeld | not sure why all the directories | 05:16 |
KanagarajM | asalkeld: worker.py aslo fine with me !. | 05:18 |
*** sdake_ has quit IRC | 05:18 | |
KanagarajM | and added the convergence folder based on the assumption that, for convergence, we will end up with other new modules will be in place | 05:18 |
KanagarajM | so instead of adding to new file, it would be better if we have as directory | 05:19 |
*** pm90_ has quit IRC | 05:19 | |
asalkeld | KanagarajM: i just don't get why they need to be seperate | 05:19 |
KanagarajM | asalkeld: ok. I am thinking from the blueprint that we wanted to have seprated worker service and RPC API for convergence, which won't be used by heat-api | 05:22 |
asalkeld | KanagarajM: that really doesn't mean you have make seperate directories | 05:23 |
asalkeld | really not connected concepts at all | 05:24 |
asalkeld | KanagarajM: if you are *really* keen to do that, just call it "worker" | 05:25 |
asalkeld | as there will be other seperate services, probably observer | 05:26 |
KanagarajM | asalkeld: sure. i will change the name to worker. | 05:26 |
asalkeld | and "convergence" won't distinguish | 05:26 |
asalkeld | i personally find a more compex directory structure to be a pain to navigate | 05:28 |
* asalkeld really hates java style deep directories | 05:29 | |
asalkeld | (this is not that, just saying) | 05:29 |
KanagarajM | ok, considering that any new modules being added for the worker, it would be good if its a directory, but i don't see any near future that new modules will be added. so i correct to the current expectation and as you are suggesting here, change to engine/worker.py | 05:29 |
*** hdd has joined #heat | 05:29 | |
asalkeld | cool | 05:30 |
KanagarajM | and i will change the rpc/convergence directory stcuture to rpc/worker_api.py | 05:30 |
KanagarajM | asalkeld: as part of adding the test cases, i see that currently we don't have unit test cases for engine/service.py: start() and stop() methods. currently i am adding convergence part to these start() and stop() method. | 05:33 |
KanagarajM | asalkeld: so should i go with new patch for adding unit test cases for start() and stop() methods, as its not related convergence worker ? | 05:33 |
KanagarajM | asalkeld: *compleletly related to convergence worker | 05:34 |
*** achanda has joined #heat | 05:35 | |
asalkeld | KanagarajM: yeah seperate patch | 05:36 |
asalkeld | makes it faster to review and appove | 05:36 |
KanagarajM | asalkeld: sure. thanks. | 05:37 |
*** pm90_ has joined #heat | 05:44 | |
*** kebray has joined #heat | 05:48 | |
*** kebray has quit IRC | 05:49 | |
*** pm90_ has quit IRC | 05:53 | |
*** pm90_ has joined #heat | 05:54 | |
*** pm90_ has quit IRC | 06:03 | |
*** pm90_ has joined #heat | 06:03 | |
*** Tross has joined #heat | 06:10 | |
openstackgerrit | Merged openstack/heat: Translate exception in the right way https://review.openstack.org/157003 | 06:12 |
openstackgerrit | Anant Patil proposed openstack/heat: Add extra data to Stack table for Convergence. https://review.openstack.org/155211 | 06:16 |
*** achanda has quit IRC | 06:25 | |
*** coolsvap_ is now known as coolsvap | 06:27 | |
*** ishant has joined #heat | 06:34 | |
asalkeld | ananta: what do you mean by "in 27 order " | 06:44 |
ananta | oops.. that's a typo | 06:44 |
asalkeld | ok :-) | 06:44 |
ananta | will fix that :) | 06:45 |
*** erkules_ is now known as erkules | 06:45 | |
asalkeld | i thought I'd missed out on something | 06:45 |
ananta | asalkeld: nope... thanks for pointing out! | 06:48 |
asalkeld | np | 06:48 |
*** hdd has quit IRC | 06:54 | |
*** achanda has joined #heat | 06:56 | |
*** jcoufal has joined #heat | 06:57 | |
*** pm90_ has quit IRC | 07:09 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence message bus https://review.openstack.org/153999 | 07:14 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Add test cases for heat.engine.EngineService start and stop https://review.openstack.org/158206 | 07:14 |
*** vijayagurug has quit IRC | 07:14 | |
*** vijayagurug has joined #heat | 07:15 | |
*** saju_m has joined #heat | 07:16 | |
*** inc0 has joined #heat | 07:25 | |
*** jprovazn has joined #heat | 07:34 | |
*** pas-ha has joined #heat | 07:36 | |
openstackgerrit | Ishant Tyagi proposed openstack/heat: DB changes for resource locking https://review.openstack.org/157672 | 07:36 |
pas-ha | morning all | 07:37 |
asalkeld | hi pas-ha | 07:40 |
*** achanda has quit IRC | 07:42 | |
*** achanda has joined #heat | 07:48 | |
cmyster | morning | 07:53 |
*** ifarkas has joined #heat | 08:18 | |
*** achanda has quit IRC | 08:21 | |
*** achanda has joined #heat | 08:22 | |
*** jcoufal has quit IRC | 08:22 | |
*** jcoufal has joined #heat | 08:23 | |
*** jtomasek has joined #heat | 08:24 | |
inc0 | good morning everyone | 08:31 |
*** achanda has quit IRC | 08:32 | |
*** sorantis has joined #heat | 08:34 | |
cmyster | morning | 08:35 |
*** sorantis_ has joined #heat | 08:42 | |
*** sorantis has quit IRC | 08:45 | |
*** sorantis_ is now known as sorantis | 08:45 | |
*** achanda has joined #heat | 08:45 | |
*** jistr has joined #heat | 08:55 | |
*** dulek has joined #heat | 08:59 | |
*** achanda has quit IRC | 09:16 | |
*** pas-ha has quit IRC | 09:16 | |
*** AliRezaTaleghani has joined #heat | 09:23 | |
*** mhroncok has joined #heat | 09:26 | |
*** pas-ha has joined #heat | 09:41 | |
*** vijayagurug has quit IRC | 09:42 | |
*** vijayagurug has joined #heat | 09:43 | |
*** vijayagurug has quit IRC | 09:50 | |
*** vijayagurug has joined #heat | 09:52 | |
*** pas-ha has quit IRC | 10:00 | |
*** mhroncok has quit IRC | 10:01 | |
*** ParsectiX has joined #heat | 10:02 | |
*** sorantis_ has joined #heat | 10:06 | |
*** GonZo2K has joined #heat | 10:07 | |
*** sorantis has quit IRC | 10:08 | |
*** sorantis_ is now known as sorantis | 10:08 | |
*** vijayagurug has quit IRC | 10:09 | |
ParsectiX | hello. I'm wandering if I can have a generic heat template and after the deployment to update it for a specific setup. Like adding a floating ip to an instance | 10:18 |
openstackgerrit | Merged openstack/heat: Restart haproxy in AWS LB during boot https://review.openstack.org/157702 | 10:19 |
*** pas-ha has joined #heat | 10:26 | |
cmyster | ParsectiX: yes, though depending on the parameter you are updating you might cause the resource to be recreated | 10:29 |
cmyster | ParsectiX: check here http://docs.openstack.org/developer/heat/template_guide/openstack.html | 10:30 |
*** pas-ha has quit IRC | 10:30 | |
cmyster | you can see here what can be updated and if it needs to be replaced | 10:30 |
ParsectiX | cmyster: Thanks I will check it. | 10:31 |
cmyster | np | 10:33 |
openstackgerrit | Merged openstack/heat-specs: Keystone native resources https://review.openstack.org/152309 | 10:36 |
*** vijayagurug has joined #heat | 10:37 | |
*** vijayagurug1 has joined #heat | 10:48 | |
*** vijayagurug1 has quit IRC | 10:48 | |
*** kbyrne has quit IRC | 10:49 | |
*** kbyrne has joined #heat | 10:49 | |
*** vijayagurug has quit IRC | 10:51 | |
*** inc0 has quit IRC | 10:53 | |
*** Marga_ has joined #heat | 10:56 | |
*** dulek_ has joined #heat | 10:57 | |
*** dulek has quit IRC | 11:00 | |
*** jaypipes has joined #heat | 11:05 | |
*** sorantis has quit IRC | 11:06 | |
*** Marga_ has quit IRC | 11:06 | |
*** vijayagurug has joined #heat | 11:12 | |
*** saju_m has quit IRC | 11:14 | |
*** saju_m has joined #heat | 11:16 | |
*** tochi has quit IRC | 11:23 | |
*** sorantis has joined #heat | 11:24 | |
*** GonZo2K has quit IRC | 11:32 | |
*** blues-man has joined #heat | 11:38 | |
openstackgerrit | Anant Patil proposed openstack/heat: Add extra data to Stack table for Convergence. https://review.openstack.org/155211 | 11:41 |
*** KanagarajM has quit IRC | 11:59 | |
*** jcoufal has quit IRC | 12:10 | |
*** jcoufal_ has joined #heat | 12:10 | |
*** ishant has quit IRC | 12:23 | |
*** blues-man has quit IRC | 12:27 | |
*** cdent has joined #heat | 12:41 | |
*** dulek_ has quit IRC | 12:43 | |
*** dims_ has quit IRC | 12:44 | |
*** derekh has joined #heat | 12:45 | |
*** sdake_ has joined #heat | 12:48 | |
*** saju_m has quit IRC | 12:51 | |
*** jdob has joined #heat | 12:51 | |
*** saju_m has joined #heat | 12:51 | |
*** dimsum__ has joined #heat | 12:51 | |
*** zigo has quit IRC | 12:52 | |
*** zigo has joined #heat | 12:56 | |
*** vijayagurug has quit IRC | 12:57 | |
asalkeld | g'night all | 13:00 |
*** EricGonczer_ has joined #heat | 13:00 | |
*** asalkeld has quit IRC | 13:00 | |
*** jprovazn has quit IRC | 13:00 | |
*** sdake_ has quit IRC | 13:00 | |
*** vijayagurug has joined #heat | 13:00 | |
*** piccata has quit IRC | 13:06 | |
*** dulek_ has joined #heat | 13:07 | |
*** ananta has quit IRC | 13:08 | |
*** sdake_ has joined #heat | 13:08 | |
*** piccata has joined #heat | 13:08 | |
*** ParsectiX has quit IRC | 13:10 | |
*** aweiteka has joined #heat | 13:10 | |
*** ParsectiX has joined #heat | 13:16 | |
*** dulek_ is now known as dulek | 13:18 | |
*** EricGonczer_ has quit IRC | 13:18 | |
*** dimsum__ has quit IRC | 13:22 | |
*** dimsum__ has joined #heat | 13:22 | |
*** lsmola has quit IRC | 13:23 | |
*** lsmola has joined #heat | 13:27 | |
*** vijayagurug has left #heat | 13:31 | |
*** dimsum__ is now known as dims | 13:39 | |
*** AliRezaTaleghani has left #heat | 13:39 | |
*** zaneb has joined #heat | 13:46 | |
*** pas-ha has joined #heat | 13:58 | |
*** dulek_ has joined #heat | 13:59 | |
*** blues-man has joined #heat | 14:00 | |
*** saju_m has quit IRC | 14:01 | |
*** dulek has quit IRC | 14:01 | |
*** blues-man has quit IRC | 14:02 | |
*** blues-man has joined #heat | 14:02 | |
*** kaufer has joined #heat | 14:09 | |
*** sdake_ has quit IRC | 14:10 | |
*** lpmulligan has joined #heat | 14:13 | |
*** dulek_ has quit IRC | 14:14 | |
*** sdake_ has joined #heat | 14:19 | |
*** jprovazn has joined #heat | 14:20 | |
*** sdake__ has joined #heat | 14:20 | |
*** sdake_ has quit IRC | 14:24 | |
*** Tross has quit IRC | 14:27 | |
*** pas-ha has quit IRC | 14:27 | |
*** jcoufal_ has quit IRC | 14:38 | |
*** dulek has joined #heat | 14:38 | |
*** jcoufal has joined #heat | 14:38 | |
*** sabeen has joined #heat | 14:46 | |
*** beekneemech is now known as bnemec | 14:48 | |
*** jasond has joined #heat | 14:55 | |
*** signed8bit has joined #heat | 14:56 | |
*** jmckind has joined #heat | 14:59 | |
*** EricGonczer_ has joined #heat | 15:00 | |
*** dulek has quit IRC | 15:03 | |
*** sdake__ has quit IRC | 15:08 | |
*** ccrouch has quit IRC | 15:18 | |
*** jasond has quit IRC | 15:22 | |
*** sdake_ has joined #heat | 15:28 | |
*** Qiming has quit IRC | 15:29 | |
*** EricGonc_ has joined #heat | 15:32 | |
*** achanda has joined #heat | 15:34 | |
*** EricGonczer_ has quit IRC | 15:35 | |
*** saju_m has joined #heat | 15:37 | |
*** alexpilotti has joined #heat | 15:37 | |
*** radez_g0n3 is now known as radez | 15:38 | |
*** kebray has joined #heat | 15:40 | |
*** kebray has quit IRC | 15:40 | |
*** serg_melikyan has joined #heat | 15:41 | |
*** radez is now known as radez_g0n3 | 15:43 | |
*** serg_melikyan has quit IRC | 15:43 | |
*** achanda has quit IRC | 15:44 | |
*** serg_melikyan has joined #heat | 15:46 | |
*** kebray has joined #heat | 15:48 | |
*** saju_m has quit IRC | 15:49 | |
*** EricGonc_ has quit IRC | 16:01 | |
*** EricGonczer_ has joined #heat | 16:02 | |
*** pm90_ has joined #heat | 16:03 | |
*** pm90_ has quit IRC | 16:05 | |
*** pm90_ has joined #heat | 16:05 | |
*** inc0 has joined #heat | 16:06 | |
*** Tango has joined #heat | 16:07 | |
*** che-arne has joined #heat | 16:09 | |
*** sorantis has quit IRC | 16:11 | |
*** akuznetsov has joined #heat | 16:11 | |
*** akuznetsov has quit IRC | 16:13 | |
*** harlowja_at_home has joined #heat | 16:15 | |
*** jcoufal has quit IRC | 16:15 | |
*** akuznetsov has joined #heat | 16:16 | |
*** sorantis has joined #heat | 16:16 | |
*** sorantis has quit IRC | 16:16 | |
*** KanagarajM has joined #heat | 16:17 | |
*** jtomasek has quit IRC | 16:21 | |
*** spzala has joined #heat | 16:28 | |
*** jdandrea has quit IRC | 16:28 | |
*** jdandrea has joined #heat | 16:29 | |
*** randallburt has joined #heat | 16:29 | |
*** randallburt has quit IRC | 16:29 | |
*** randallburt has joined #heat | 16:30 | |
openstackgerrit | Ryan Brown proposed openstack/heat-specs: Let users restrict stack-update scope https://review.openstack.org/135444 | 16:33 |
*** serg_melikyan has quit IRC | 16:36 | |
*** inc0 has quit IRC | 16:46 | |
*** harlowja_at_home has quit IRC | 16:49 | |
*** serg_melikyan has joined #heat | 16:49 | |
*** hdd has joined #heat | 16:53 | |
*** reed has joined #heat | 16:57 | |
*** kfox1111 has joined #heat | 17:00 | |
*** rwsu has joined #heat | 17:05 | |
*** JayJ has joined #heat | 17:17 | |
*** thedodd has joined #heat | 17:21 | |
*** sdake_ has quit IRC | 17:23 | |
*** jistr has quit IRC | 17:29 | |
*** radez_g0n3 is now known as radez | 17:30 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Allow lists and strings for Json parameters via provider resources https://review.openstack.org/157062 | 17:32 |
*** sabeen3 has joined #heat | 17:33 | |
*** sabeen has quit IRC | 17:34 | |
*** Marga_ has joined #heat | 17:34 | |
*** KanagarajM has quit IRC | 17:34 | |
*** blues-man has quit IRC | 17:34 | |
*** Marga_ has quit IRC | 17:34 | |
*** Marga_ has joined #heat | 17:35 | |
*** derekh has quit IRC | 17:36 | |
*** KanagarajM has joined #heat | 17:37 | |
*** saju_m has joined #heat | 17:40 | |
*** sdake_ has joined #heat | 17:43 | |
*** KanagarajM has quit IRC | 17:46 | |
openstackgerrit | Ryan Brown proposed openstack/heat-specs: Let users restrict stack-update scope https://review.openstack.org/135444 | 17:48 |
*** coolsvap is now known as coolsvap_ | 17:52 | |
*** Marga_ has quit IRC | 17:53 | |
*** Marga_ has joined #heat | 17:54 | |
*** EricGonczer_ has quit IRC | 17:54 | |
*** sdake__ has joined #heat | 17:56 | |
openstackgerrit | Miguel Grinberg proposed openstack/heat: "repeat" function for HOT templates https://review.openstack.org/156744 | 17:57 |
*** ccrouch has joined #heat | 17:57 | |
*** sdake_ has quit IRC | 18:00 | |
*** serg_melikyan has quit IRC | 18:07 | |
*** david-lyle_afk is now known as david-lyle | 18:09 | |
*** achanda has joined #heat | 18:16 | |
*** achanda has quit IRC | 18:18 | |
*** achanda has joined #heat | 18:18 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Allow lists and strings for Json parameters via provider resources https://review.openstack.org/157062 | 18:21 |
*** harlowja has joined #heat | 18:33 | |
*** ifarkas has quit IRC | 18:37 | |
*** Marga_ has quit IRC | 18:44 | |
*** EricGonczer_ has joined #heat | 18:46 | |
*** randallburt has quit IRC | 18:46 | |
*** EricGonczer_ has quit IRC | 18:50 | |
*** pm90_ has quit IRC | 18:58 | |
*** GonZo2K has joined #heat | 19:00 | |
*** GonZo2K has quit IRC | 19:00 | |
*** GonZo2K has joined #heat | 19:00 | |
*** jmckind has quit IRC | 19:01 | |
*** Marga_ has joined #heat | 19:08 | |
*** cdent has quit IRC | 19:14 | |
*** alexpilotti has quit IRC | 19:24 | |
*** hdd has quit IRC | 19:28 | |
*** jasond has joined #heat | 19:31 | |
*** pm90_ has joined #heat | 19:34 | |
*** pm90_ has quit IRC | 19:34 | |
*** pm90_ has joined #heat | 19:35 | |
*** tspatzier has joined #heat | 19:42 | |
*** Tross has joined #heat | 19:45 | |
*** randallburt has joined #heat | 19:45 | |
*** saju_m has quit IRC | 19:45 | |
*** randallburt has quit IRC | 19:46 | |
*** randallburt has joined #heat | 19:46 | |
*** rpothier has joined #heat | 19:50 | |
*** openstackgerrit has quit IRC | 19:51 | |
*** openstackgerrit has joined #heat | 19:52 | |
*** Tross has quit IRC | 19:54 | |
*** Tross has joined #heat | 19:54 | |
*** randallburt has quit IRC | 19:55 | |
*** achanda has quit IRC | 19:57 | |
*** achanda has joined #heat | 19:59 | |
openstackgerrit | Steve Baker proposed openstack/heat: Deployment signal_transport: TEMP_URL_SIGNAL https://review.openstack.org/151526 | 20:00 |
openstackgerrit | Steve Baker proposed openstack/heat: Move deployment handle_signal to rpc call https://review.openstack.org/157210 | 20:00 |
openstackgerrit | Steve Baker proposed openstack/heat: Integration test for software-config tools https://review.openstack.org/113711 | 20:00 |
*** jmckind has joined #heat | 20:06 | |
*** rm_work|away is now known as rm_work | 20:07 | |
*** tspatzier has quit IRC | 20:12 | |
*** akuznetsov has quit IRC | 20:13 | |
*** Marga__ has joined #heat | 20:14 | |
*** Marga_ has quit IRC | 20:14 | |
*** thedodd has quit IRC | 20:17 | |
*** akuznetsov has joined #heat | 20:27 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat-specs: Update stack-tags spec to reflect recent changes https://review.openstack.org/155069 | 20:27 |
*** randallburt has joined #heat | 20:29 | |
*** randallburt has quit IRC | 20:29 | |
*** randallburt has joined #heat | 20:29 | |
*** sdake__ has quit IRC | 20:32 | |
*** Marga__ has quit IRC | 20:34 | |
*** harlowja has quit IRC | 20:34 | |
*** harlowja_ has joined #heat | 20:34 | |
*** Marga_ has joined #heat | 20:34 | |
*** Marga_ has quit IRC | 20:35 | |
*** Marga_ has joined #heat | 20:35 | |
*** Marga_ has quit IRC | 20:35 | |
*** Marga_ has joined #heat | 20:36 | |
*** Marga_ has quit IRC | 20:36 | |
*** Marga_ has joined #heat | 20:37 | |
*** Marga_ has quit IRC | 20:38 | |
*** Marga_ has joined #heat | 20:38 | |
*** achanda has quit IRC | 20:45 | |
*** Marga_ has quit IRC | 20:46 | |
openstackgerrit | Merged openstack/heat-templates: Added Puppet Agent HOT https://review.openstack.org/128561 | 20:48 |
*** alexheneveld has joined #heat | 20:55 | |
*** alexheneveld_ has joined #heat | 20:58 | |
*** alexheneveld has quit IRC | 21:00 | |
*** alexheneveld_ is now known as alexheneveld | 21:00 | |
*** DaveJ__ has joined #heat | 21:02 | |
*** alexheneveld has quit IRC | 21:04 | |
*** jdob has quit IRC | 21:05 | |
*** akuznetsov has quit IRC | 21:05 | |
*** jdob has joined #heat | 21:07 | |
*** akuznetsov has joined #heat | 21:10 | |
*** akuznetsov has quit IRC | 21:10 | |
*** alexheneveld has joined #heat | 21:11 | |
*** achanda has joined #heat | 21:13 | |
*** akuznetsov has joined #heat | 21:13 | |
*** sdake_ has joined #heat | 21:15 | |
*** Marga_ has joined #heat | 21:17 | |
*** sdake__ has joined #heat | 21:17 | |
*** sdake_ has quit IRC | 21:21 | |
*** radez is now known as radez_g0n3 | 21:23 | |
*** akuznetsov has quit IRC | 21:25 | |
openstackgerrit | Merged openstack/heat: Convergence message bus https://review.openstack.org/153999 | 21:26 |
*** hdd has joined #heat | 21:30 | |
*** Marga_ has quit IRC | 21:32 | |
*** Marga_ has joined #heat | 21:32 | |
*** blomquisg has quit IRC | 21:38 | |
*** sdake_ has joined #heat | 21:45 | |
*** achanda has quit IRC | 21:46 | |
*** achanda has joined #heat | 21:47 | |
*** sdake__ has quit IRC | 21:49 | |
*** asalkeld has joined #heat | 21:50 | |
openstackgerrit | Steve Baker proposed openstack/heat: Move deployment handle_signal to rpc call https://review.openstack.org/157210 | 21:50 |
*** aweiteka has quit IRC | 21:51 | |
openstackgerrit | Merged openstack/heat: Allow lists and strings for Json parameters via provider resources https://review.openstack.org/157062 | 22:08 |
*** radez_g0n3 is now known as radez | 22:16 | |
*** JayJ has quit IRC | 22:16 | |
*** JayJ has joined #heat | 22:17 | |
*** jprovazn has quit IRC | 22:18 | |
*** sarob has quit IRC | 22:23 | |
*** JayJ has quit IRC | 22:23 | |
*** JayJ has joined #heat | 22:24 | |
*** JayJ has quit IRC | 22:28 | |
*** harlowja_ has quit IRC | 22:29 | |
*** JayJ has joined #heat | 22:29 | |
*** harlowja has joined #heat | 22:30 | |
*** jasond has quit IRC | 22:30 | |
*** JayJ has quit IRC | 22:33 | |
*** JayJ has joined #heat | 22:34 | |
*** JayJ has quit IRC | 22:34 | |
*** rpothier has quit IRC | 22:35 | |
*** achanda has quit IRC | 22:43 | |
*** achanda has joined #heat | 22:45 | |
*** Marga_ has quit IRC | 22:50 | |
*** jmckind has quit IRC | 22:52 | |
*** sarob has joined #heat | 22:55 | |
*** radez is now known as radez_g0n3 | 22:55 | |
*** Marga_ has joined #heat | 22:55 | |
*** Marga_ has quit IRC | 22:56 | |
*** kebray has quit IRC | 22:56 | |
*** Marga_ has joined #heat | 22:56 | |
*** hdd has quit IRC | 22:57 | |
*** kaufer has quit IRC | 22:59 | |
*** alexheneveld has quit IRC | 23:03 | |
*** harlowja has quit IRC | 23:04 | |
*** rwsu is now known as rwsu-afk | 23:04 | |
*** kebray has joined #heat | 23:09 | |
*** achanda has quit IRC | 23:12 | |
*** sarob has quit IRC | 23:14 | |
*** harlowja has joined #heat | 23:16 | |
*** sarob has joined #heat | 23:16 | |
*** sarob has quit IRC | 23:19 | |
*** sarob has joined #heat | 23:20 | |
*** sarob has quit IRC | 23:24 | |
*** KarolynChambers has joined #heat | 23:25 | |
*** achanda has joined #heat | 23:25 | |
*** sabeen3 has quit IRC | 23:30 | |
KarolynChambers | Hi, I was looking at the release schedule for Kilo here https://wiki.openstack.org/wiki/Kilo_Release_Schedule .I see that other projects like cinder and nova have approval deadlines for specs and feature freeze. Does heat have restricted spec approval deadline and feature freeze dates before the general freeze on march 19? | 23:30 |
*** randallburt has quit IRC | 23:33 | |
stevebaker | KarolynChambers: I don't think we've discussed it yet. I'm not aware of a spec freeze but we usually do a feature proposal freeze | 23:34 |
stevebaker | KarolynChambers: are you wanting to propose something? Or do we just need to document what we are doing? | 23:35 |
KarolynChambers | Not looking at proposing something new. Looking to finish up this https://blueprints.launchpad.net/heat/+spec/implement-autoscalinggroup-availabilityzones | 23:36 |
*** alexpilotti has joined #heat | 23:36 | |
KarolynChambers | Does that need to be "proposed for a sprint" to be accepted for kilo3? | 23:38 |
*** tochi has joined #heat | 23:42 | |
*** che-arne has quit IRC | 23:47 | |
asalkeld | hi KarolynChambers | 23:50 |
asalkeld | let me look for the spec review | 23:50 |
KarolynChambers | Hi | 23:50 |
KarolynChambers | https://review.openstack.org/#/c/105907 | 23:51 |
KarolynChambers | asalkeld: you have given it a +2 I believe | 23:51 |
asalkeld | well done, you beat me to it | 23:51 |
KarolynChambers | Does it need one more +2? | 23:52 |
asalkeld | KarolynChambers: it seems to be stuck | 23:52 |
asalkeld | as people are not totally crazy about it | 23:53 |
*** MasterPiece has joined #heat | 23:53 | |
asalkeld | basically it does not seem to "sit well" with a bunch of people | 23:53 |
asalkeld | also the code seemed logically compex | 23:53 |
asalkeld | complex | 23:53 |
asalkeld | KarolynChambers: i'll move my +2 to a +1 | 23:55 |
asalkeld | (just to highlight the issues others have | 23:55 |
asalkeld | KarolynChambers: i like the end goal "balancing across az's", but not so sure on the best approach | 23:58 |
KarolynChambers | okay, given that, is there much of a chance in making any changes and having something approved in less than a month? I'm just trying to understand the reality of it being included in kilo (i'm fairly new to openstack). | 23:58 |
asalkeld | KarolynChambers: we do have a lot on the go, but it mostly depends on having an approach that core devs can aggree with | 23:59 |
stevebaker | asalkeld: any chance for a review on https://review.openstack.org/#/c/157210/ ? (it lost zane's +2 when I change the commit msg) | 23:59 |
asalkeld | looking | 23:59 |
KarolynChambers | okay, thanks asalkeld | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!