openstackgerrit | Angus Salkeld proposed openstack/heat: Move heat_integration/requirements.txt into test-requirements.txt https://review.openstack.org/194873 | 00:02 |
---|---|---|
asalkeld | stevebaker: lifeless ^ | 00:02 |
* asalkeld cross fingers | 00:03 | |
lifeless | >< | 00:03 |
stevebaker | asalkeld: thanks | 00:04 |
asalkeld | dang, my "standing desk" is a monster pile of wobbly books :-O | 00:06 |
* asalkeld hoping it doesn't topple | 00:07 | |
*** jaime49 has quit IRC | 00:13 | |
*** jfluhmann has quit IRC | 00:19 | |
*** dims has joined #heat | 00:23 | |
*** dsneddon has quit IRC | 00:26 | |
*** dsneddon has joined #heat | 00:27 | |
asalkeld | mmm, that failed - pip doesn't like the same dep in 2 files | 00:52 |
asalkeld | for then normal run pip install -r requirements.txt -r test-requirements.txt | 00:52 |
asalkeld | that fails with : | 00:53 |
asalkeld | Double requirement given: kombu>=3.0.7 (from -r /home/jenkins/workspace/gate-heat-pep8/test-requirements.txt (line 4)) (already in kombu>=3.0.7 (from -r /home/jenkins/workspace/gate-heat-pep8/requirements.txt (line 9)), name='kombu') | 00:53 |
asalkeld | this might have been the reason for the heat_integration/requirements.txt | 00:53 |
asalkeld | one reason to have a separate package for functional tests maybe | 00:54 |
asalkeld | lifeless: stevebaker ^ | 00:54 |
asalkeld | in the short term i'll try just sync the current file and add pbr at the top | 00:55 |
stevebaker | asalkeld: maybe that is an argument for the setup.cfg approach | 00:56 |
asalkeld | yeah could be | 00:56 |
asalkeld | that's not quite ready is it? | 00:56 |
stevebaker | it must be ready, because lifeless said so :D | 00:59 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Manually sync functional test requirements https://review.openstack.org/194873 | 01:00 |
asalkeld | short term ^ | 01:01 |
asalkeld | (with pbr version) | 01:01 |
lifeless | asalkeld: no, you shouldn't double up :) | 01:02 |
lifeless | asalkeld: but just remove the redundant things | 01:02 |
asalkeld | lifeless: so we would be back to installing all of heat to run functional tests | 01:02 |
asalkeld | which is what this was trying to avoid | 01:02 |
lifeless | asalkeld: I don't even | 01:03 |
*** erkules_ has joined #heat | 01:03 | |
asalkeld | this usecase was "i want to run tempest-like functional tests against my cloud" | 01:03 |
asalkeld | and don't want to install everything in heat/requirements.txt | 01:03 |
lifeless | asalkeld: so why does it need kombu ? | 01:03 |
lifeless | you don't use kombu to talk to a deployed cloud ... | 01:04 |
asalkeld | someone added that to test that we produce the correct notifcations | 01:04 |
asalkeld | (should be optioinal imo) | 01:04 |
lifeless | asalkeld: this seems to bein tension, yeah | 01:04 |
lifeless | so installing heat is pretty slow. It takes 21s | 01:05 |
asalkeld | probably should be a separate package | 01:05 |
*** erkules has quit IRC | 01:05 | |
lifeless | (including all dependencies, in a fresh venv) | 01:05 |
asalkeld | yip | 01:06 |
lifeless | I'm not sure what the concern about installing all of heat is vis-a-vis running these tests | 01:06 |
lifeless | putting it in setup.cfg would install all of heat still | 01:06 |
asalkeld | i think it was guys wanting to setup rally heat tests | 01:06 |
asalkeld | (without all the stuff) | 01:07 |
lifeless | ok so | 01:07 |
lifeless | what can I do to help | 01:07 |
asalkeld | if we could just sync that file | 01:07 |
asalkeld | automatically | 01:08 |
asalkeld | lifeless: sorry, i don't mean to distract you - you can go back to work. I'll see if what i have solves our bug | 01:08 |
lifeless | so the main job today can't, thats known. | 01:08 |
lifeless | asalkeld: but | 01:09 |
lifeless | asalkeld: looking at tox.ini in master | 01:09 |
lifeless | nvm | 01:09 |
lifeless | mis-read | 01:09 |
lifeless | anyhow looking at the shenanigans | 01:10 |
lifeless | I think this really should be treated as a separate work product to heat | 01:10 |
lifeless | it installs differently | 01:10 |
lifeless | it wants different requirements | 01:10 |
lifeless | it doesn't want heat installed | 01:10 |
lifeless | ...-> why is it in the heat repo? | 01:10 |
asalkeld | yeah, make sense | 01:10 |
lifeless | [given the current tooling structure and assumptions w/in openstack] | 01:10 |
lifeless | I'm entirely open to monorepo structures, but we're not tooled up for them today | 01:10 |
asalkeld | lifeless: to make it easyier to review, demand functional tests for new code | 01:10 |
asalkeld | mostly social | 01:11 |
lifeless | so those things are real and have costs | 01:11 |
asalkeld | stevebaker: ^ can you add to that | 01:11 |
lifeless | I think we should either all-in or not. | 01:11 |
lifeless | like, we need to fix test discovery | 01:11 |
lifeless | so it can get multiple roots | 01:12 |
asalkeld | yeah! | 01:12 |
lifeless | or have the tests all rooted in one place in the tree | 01:12 |
asalkeld | python setup.py testr --slowest --testr-args='^(?!heat_integrationtests) | 01:12 |
asalkeld | silly ^ | 01:12 |
lifeless | that bit is ok | 01:12 |
lifeless | not beautiful but ok | 01:12 |
lifeless | cat .testr.conf | 01:12 |
lifeless | ^ that bit is a huge slowdown for folk running unit tests | 01:12 |
asalkeld | that is getting better as there is now less in contrib | 01:13 |
asalkeld | (we are moving stuff in-tree) | 01:13 |
stevebaker | having integration tests in tree has been a huge help to getting people to write them, but we may be at the point where the downsides outweight the upsides | 01:14 |
asalkeld | git submodules? | 01:14 |
stevebaker | asalkeld: GET IN THE SEA | 01:14 |
asalkeld | i dig them | 01:14 |
stevebaker | I jest | 01:15 |
asalkeld | tho' i don't want to write the gerrit suppor for it thanks | 01:15 |
asalkeld | so right now no "nice/easy" solution | 01:16 |
stevebaker | I'm assuming with gerrit Depends-On we can have functional/integration tests in one repo testing a gerrit review in heat? | 01:16 |
asalkeld | stevebaker: yeah | 01:17 |
asalkeld | should probably be a ML discussion | 01:17 |
stevebaker | having the tests in tree has done its job, lets move it out and move on | 01:17 |
asalkeld | so we don't all do different stuff | 01:17 |
stevebaker | also a topic for tonight's meeting | 01:17 |
asalkeld | k | 01:18 |
asalkeld | maybe a pep8 check to see if the requirements are getting out of sync | 01:18 |
asalkeld | but that would block new auto syncs | 01:18 |
asalkeld | :( | 01:18 |
asalkeld | ga - moving on | 01:19 |
stevebaker | asalkeld: there may be some etherpad droppings somewhere where we decided on the plan for heat_integrationtests, I don't recall | 01:20 |
stevebaker | from vancouver | 01:20 |
asalkeld | lol "etherpad droppings" | 01:21 |
*** jfluhmann has joined #heat | 01:21 | |
asalkeld | (clearly i have young sons) | 01:21 |
*** LiJiansheng has joined #heat | 01:28 | |
*** Marga_ has joined #heat | 01:39 | |
*** dsneddon has quit IRC | 01:49 | |
*** dsneddon has joined #heat | 01:50 | |
*** jruano has joined #heat | 01:53 | |
*** erkules has joined #heat | 02:00 | |
*** erkules_ has quit IRC | 02:03 | |
*** sdake has joined #heat | 02:04 | |
*** tobe has joined #heat | 02:06 | |
*** elynn has joined #heat | 02:12 | |
*** kebray_ has joined #heat | 02:15 | |
*** Drago has quit IRC | 02:16 | |
*** ananta_ has joined #heat | 02:17 | |
ananta_ | sirushti: o/ | 02:18 |
*** kebray has quit IRC | 02:18 | |
*** sthillma has quit IRC | 02:24 | |
asalkeld | folks gate broken until we fix this: https://review.openstack.org/#/c/194873/2 | 02:32 |
stevebaker | asalkeld: oh, check-tripleo-ironic-overcloud-precise-nonha is voting | 02:32 |
*** sdake has quit IRC | 02:33 | |
*** vijayagurug has joined #heat | 02:36 | |
asalkeld | yeah, looks unrelated | 02:37 |
stevebaker | lifeless: at a guess I'm thinking http://logs.openstack.org/73/194873/3/check-tripleo/check-tripleo-ironic-overcloud-precise-nonha/6d23783/console.html#_2015-06-24_01_09_22_546 might be causing http://logs.openstack.org/73/194873/3/check-tripleo/check-tripleo-ironic-overcloud-precise-nonha/6d23783/console.html#_2015-06-24_01_20_57_593 | 02:38 |
lifeless | stevebaker: so yeah, too old pbr is a thing | 02:39 |
*** ananta_ has quit IRC | 02:39 | |
lifeless | and wow | 02:41 |
lifeless | we hard coded that range there too | 02:41 |
lifeless | allow me | 02:41 |
stevebaker | asalkeld: removing this from the change may be the quickest way to unwedge ourselves https://review.openstack.org/#/c/194873/3/requirements.txt,cm | 02:44 |
lifeless | you could try Depends-On https://review.openstack.org/194914 | 02:45 |
*** Yanyanhu has joined #heat | 02:46 | |
asalkeld | stevebaker: we get that error anyways | 02:47 |
stevebaker | oh ok | 02:47 |
*** ananta_ has joined #heat | 02:48 | |
asalkeld | i'll update with the dependson | 02:48 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Manually sync functional test requirements https://review.openstack.org/194873 | 02:49 |
*** dims has quit IRC | 02:51 | |
*** signed8bit has joined #heat | 02:58 | |
*** vijayagurug has left #heat | 03:02 | |
*** steveg_afk has joined #heat | 03:06 | |
*** LiJiansheng has quit IRC | 03:09 | |
*** hdd has joined #heat | 03:10 | |
*** Qiming has joined #heat | 03:16 | |
*** signed8bit has quit IRC | 03:16 | |
openstackgerrit | lvdongbing proposed openstack/heat: Surpport to list software configs https://review.openstack.org/194681 | 03:19 |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 03:23 |
*** boris-42 has joined #heat | 03:23 | |
*** spzala has quit IRC | 03:27 | |
*** KanagarajM has joined #heat | 03:30 | |
KanagarajM | good moring all ! | 03:32 |
*** sthillma has joined #heat | 03:33 | |
ramishra | morning all | 03:37 |
*** sdake has joined #heat | 03:37 | |
*** ananta_ has quit IRC | 03:38 | |
*** jruano has quit IRC | 03:38 | |
*** jruano has joined #heat | 03:40 | |
*** tlashchova_ has joined #heat | 03:45 | |
*** steveg_afk has quit IRC | 03:47 | |
asalkeld | grrr: | 03:52 |
asalkeld | Collecting pbr!=0.7,<1.0,>=0.6 (from keystonemiddleware>=1.5.0) | 03:52 |
asalkeld | Using cached pbr-0.11.0-py2.py3-none-any.whl | 03:52 |
*** gberginc has joined #heat | 03:54 | |
*** gberginc has quit IRC | 03:55 | |
*** gberginc has joined #heat | 03:56 | |
lifeless | \o/ | 03:58 |
asalkeld | finally got my local devstack working again, updating all the things | 04:00 |
*** coolsvap|away is now known as coolsvap | 04:03 | |
*** slagle_ has joined #heat | 04:16 | |
*** coolsvap has quit IRC | 04:17 | |
*** shadower has quit IRC | 04:17 | |
*** ishant has joined #heat | 04:18 | |
*** slagle has quit IRC | 04:18 | |
* asalkeld enjoying watching convergence pass functional tests (or at least more than expected) | 04:21 | |
*** dyasny has joined #heat | 04:22 | |
*** slagle has joined #heat | 04:23 | |
*** coolsvap has joined #heat | 04:23 | |
*** rakesh_hs has joined #heat | 04:25 | |
*** slagle_ has quit IRC | 04:26 | |
*** Marga_ has quit IRC | 04:27 | |
*** tlashchova_ has quit IRC | 04:32 | |
*** tlashchova_ has joined #heat | 04:33 | |
*** tlashchova__ has joined #heat | 04:37 | |
*** Marga_ has joined #heat | 04:40 | |
asalkeld | mostly adopt+tags not working | 04:42 |
*** jruano has quit IRC | 04:43 | |
*** achanda has joined #heat | 04:44 | |
*** tlashchova_ has quit IRC | 04:48 | |
*** elynn has quit IRC | 04:58 | |
*** elynn has joined #heat | 04:59 | |
*** ananta_ has joined #heat | 05:03 | |
*** achanda has quit IRC | 05:06 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 05:07 |
*** dyasny has quit IRC | 05:07 | |
*** kebray_ has quit IRC | 05:09 | |
*** tsandall_ has quit IRC | 05:12 | |
*** tsandall has joined #heat | 05:12 | |
*** pm90_ has joined #heat | 05:13 | |
*** hdd has quit IRC | 05:13 | |
*** pm90_ has quit IRC | 05:17 | |
*** pm90_ has joined #heat | 05:25 | |
*** LiJiansheng has joined #heat | 05:27 | |
*** vijayagurug has joined #heat | 05:29 | |
*** tobe has quit IRC | 05:29 | |
*** tobe has joined #heat | 05:29 | |
*** achanda has joined #heat | 05:30 | |
*** jfluhmann has quit IRC | 05:33 | |
*** achanda has quit IRC | 05:35 | |
*** elynn_ has joined #heat | 05:36 | |
*** elynn has quit IRC | 05:36 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 05:40 |
*** Yanyan has joined #heat | 05:47 | |
*** Yanyanhu has quit IRC | 05:48 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence: More fixes https://review.openstack.org/194266 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence: No back-up template for stack create https://review.openstack.org/193926 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence rollback implementation https://review.openstack.org/191650 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 05:50 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 05:50 |
*** Marga_ has quit IRC | 06:00 | |
asalkeld | KanagarajM: i'll repost your stuff with some minor changes | 06:02 |
KanagarajM | asalkeld: sure. thanks | 06:02 |
*** jtomasek has joined #heat | 06:03 | |
*** tspatzier has joined #heat | 06:04 | |
asalkeld | urg, it won't let me as the bottom patch has no changes | 06:05 |
*** Marga_ has joined #heat | 06:06 | |
sirushti | morning all | 06:07 |
*** e0ne has joined #heat | 06:07 | |
*** tshtilma has joined #heat | 06:08 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 06:09 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 06:09 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete https://review.openstack.org/194952 | 06:09 |
KanagarajM | asalkeld: I do git reset --hard to DNM commit, am not sure whether it might help you | 06:10 |
openstackgerrit | Ritesh proposed openstack/heat-specs: Pause and unpause actions for a stack https://review.openstack.org/187524 | 06:13 |
KanagarajM | asalkeld: https://review.openstack.org/#/c/194609/4/heat/engine/resource.py Line 288, needs to acquire a lock. | 06:14 |
KanagarajM | asalkeld: existing logic helps to acquire the lock for the current resource | 06:14 |
KanagarajM | asalkeld: we may need to change it to acquire the lock for the given resource id. | 06:15 |
*** e0ne has quit IRC | 06:20 | |
asalkeld | ok | 06:23 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 06:24 |
asalkeld | KanagarajM: what's the difference? | 06:24 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete https://review.openstack.org/194952 | 06:24 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 06:24 |
*** e0ne has joined #heat | 06:24 | |
asalkeld | bbl, getting food | 06:25 |
KanagarajM | asalkeld: currently lock() does for self.id and in this suituation, we need to lock some other resources than self.id | 06:26 |
asalkeld | KanagarajM: so on what basis? | 06:28 |
asalkeld | resource name? | 06:28 |
KanagarajM | asalkeld: no, with resource.id | 06:28 |
asalkeld | ok so the current code is fine, just need additional helperss | 06:29 |
KanagarajM | yes. | 06:29 |
KanagarajM | it is an added functionality. | 06:30 |
sirushti | KanagarajM, are you suggesting we lock some other resource? | 06:31 |
sirushti | than the one that is currently being worked on? | 06:32 |
KanagarajM | sirushti: yes, until onther resource get updates, currrent one would wait | 06:33 |
KanagarajM | or let us see other option available as well | 06:33 |
*** pm90_ has quit IRC | 06:34 | |
sirushti | I don't think we should ever load other resources when we are working on one resource. That's by design AFAIU. | 06:34 |
*** e0ne is now known as e0ne_ | 06:36 | |
KanagarajM | its only db operations | 06:37 |
KanagarajM | as those dependent db records to be updated. | 06:37 |
*** sabeen has quit IRC | 06:38 | |
KanagarajM | we should see how are doing while populating the replaces and replaced_by acorss the depenedent resources | 06:38 |
KanagarajM | may we could use that logic here. | 06:38 |
*** inc0 has joined #heat | 06:40 | |
*** tlashchova__ has quit IRC | 06:41 | |
*** e0ne_ has quit IRC | 06:42 | |
*** e0ne has joined #heat | 06:45 | |
*** e0ne is now known as e0ne_ | 06:46 | |
KanagarajM | asalkeld, sirushti: make replacement do not use lock. | 06:46 |
KanagarajM | where dependent resources are getting updated. | 06:48 |
*** jprovazn has joined #heat | 06:54 | |
*** e0ne_ has quit IRC | 06:55 | |
*** gcivitella has joined #heat | 06:56 | |
*** sorantis has joined #heat | 06:56 | |
*** elynn__ has joined #heat | 06:58 | |
stevebaker | meeting time | 07:00 |
*** coolsvap has quit IRC | 07:01 | |
*** elynn_ has quit IRC | 07:02 | |
*** slagle_ has joined #heat | 07:02 | |
stevebaker | shardy: ping | 07:02 |
*** rsacharya has joined #heat | 07:03 | |
*** slagle has quit IRC | 07:05 | |
*** rsacharya has joined #heat | 07:06 | |
*** coolsvap has joined #heat | 07:10 | |
*** coolsvap is now known as coolsvap|away | 07:11 | |
*** coolsvap|away is now known as coolsvap | 07:12 | |
*** sthillma has quit IRC | 07:13 | |
*** jtomasek has quit IRC | 07:15 | |
*** coolsvap is now known as coolsvap|away | 07:15 | |
*** coolsvap|away is now known as coolsvap | 07:18 | |
*** rsacharya has quit IRC | 07:23 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support glance image sharing with projects https://review.openstack.org/194971 | 07:28 |
*** shardy has quit IRC | 07:28 | |
*** shardy has joined #heat | 07:29 | |
*** ricolin has quit IRC | 07:30 | |
*** ricolin has joined #heat | 07:32 | |
shardy | stevebaker: pong, morning! | 07:35 |
stevebaker | shardy: just in time to discuss your agenda item | 07:36 |
shardy | stevebaker: Ah, great - there's a chance I won't make it to the meeting later to syncing up now would be good | 07:36 |
shardy | stevebaker: I'm working on adding str_split to a liberty hot version | 07:36 |
stevebaker | shardy: meeting is now | 07:37 |
shardy | and it occured to me that Fn::Select may be redundant now with path based attr/param? | 07:37 |
shardy | stevebaker: doh, I thought it was 2000! | 07:37 |
* shardy joins | 07:37 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Fix heat-db-setup error on rhel7.1 https://review.openstack.org/194973 | 07:46 |
*** jfluhmann has joined #heat | 07:48 | |
openstackgerrit | Merged openstack/heat-specs: Add a str_split intrinsic function https://review.openstack.org/194171 | 08:01 |
asalkeld | stevebaker: there are heaps of options to stack_create | 08:01 |
inc0 | so stevebaker , single arguments are generally simble | 08:01 |
inc0 | but amount of these can vary | 08:01 |
*** kairat_kushaev1 has joined #heat | 08:02 | |
inc0 | when we'll get convergence running, our RPC usage will go up | 08:02 |
stevebaker | def create_stack(self, ctxt, stack_name, template, params, files, args): | 08:03 |
KanagarajM | skraynev: not sure, whether you got my msg in #openstack-meeting: wanted to learn on the project-config :) kindly. don't mind. | 08:03 |
inc0 | so we can potentially call Stack create from API, this will trigger a number of enginte-engine resource creation RPC calls | 08:03 |
inc0 | in VO we'd for example be able to mess with params | 08:03 |
inc0 | which in fact is blob of json | 08:03 |
inc0 | and that might get version incompatible | 08:04 |
asalkeld | inc0: more benefit from doing that with the options | 08:04 |
asalkeld | not sure about going into the parameters/environment | 08:04 |
asalkeld | but who knows | 08:05 |
inc0 | all I'm saying is that we'll get that possibility | 08:05 |
asalkeld | inc0: sure | 08:05 |
inc0 | VO is not just about call schema | 08:05 |
inc0 | we get method hooks for custom logic, and that's probaly even more valuable | 08:06 |
stevebaker | sure, but it is added complexity, and we need to evaluate whether that will be worth it | 08:06 |
inc0 | yeah, we're simplier than nova | 08:06 |
inc0 | and we don't have compute agents, hence no conductor and less RPC alltogether | 08:06 |
inc0 | but convergence will change this a bit | 08:07 |
* asalkeld needs to head off | 08:07 | |
*** derekh has joined #heat | 08:07 | |
* KanagarajM lunch break | 08:08 | |
inc0 | stevebaker, it's hard to evaluate real usefullnes of RPC vo now, before we're really done with convergence | 08:08 |
inc0 | but at the same time, in case it might actually get useful, it's good to start using VO right away | 08:09 |
stevebaker | inc0: maybe, lets pick up the topic again when zaneb is back | 08:10 |
stevebaker | I'm going to retire for the evening, later al | 08:10 |
stevebaker | l | 08:10 |
inc0 | sure, cya around | 08:10 |
KanagarajM | asalkeld, tspatzier, shardy, stevebaker, skraynev: when you find chance, could you kindly review my blueprint & defects patch sets and dependents ( https://review.openstack.org/191034 , https://review.openstack.org/192569 , https://review.openstack.org/173710 ) thanks a much | 08:11 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 08:11 |
skraynev | tspatzier: could you take a look https://review.openstack.org/194208, looks like you added it :) | 08:12 |
tspatzier | skraynev: let me check ... | 08:12 |
*** yassine_ has joined #heat | 08:14 | |
tspatzier | skraynev: done. | 08:14 |
skraynev | tspatzier: awesome! thank you :) | 08:15 |
tspatzier | np, thanks for pointing it out. Can't really remember when I last worked on this, but those code lines really could never be reached. Must have fallen thru the cracks some time ago | 08:16 |
*** Yanyanhu has joined #heat | 08:25 | |
*** Yanyan has quit IRC | 08:25 | |
*** openstack has quit IRC | 08:25 | |
*** openstack has joined #heat | 08:27 | |
*** BManojlovic has joined #heat | 08:27 | |
*** jcoufal has joined #heat | 08:31 | |
*** elynn__ has quit IRC | 08:32 | |
*** elynn has joined #heat | 08:32 | |
openstackgerrit | Merged openstack/heat-specs: Add heat template-version-list command to cmd https://review.openstack.org/188351 | 08:33 |
*** e0ne is now known as e0ne_ | 08:34 | |
shardy | skraynev: Hey I left a comment on https://review.openstack.org/#/c/189754/ | 08:35 |
shardy | skraynev: am I missing something, or is the class wrong? | 08:35 |
shardy | I'm confused as the tests seem to think it's OK.. | 08:35 |
* shardy may just need more coffee | 08:35 | |
*** e0ne_ has quit IRC | 08:39 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 08:39 |
*** e0ne has joined #heat | 08:40 | |
skraynev | shardy: no! you are totally right! it was the last patch in series and I missed it :( | 08:40 |
skraynev | shardy: thank you that catch it. | 08:41 |
* skraynev scratching his head... how then it pass the tests. | 08:41 | |
*** ifarkas has joined #heat | 08:42 | |
shardy | skraynev: ah, cool I was checking and double checking and couldn't see MyStackResource anywhere ;) | 08:43 |
*** e0ne has quit IRC | 08:45 | |
openstackgerrit | Merged openstack/heat: Coverage: Removed unreachable code from heat engine https://review.openstack.org/194208 | 08:49 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 08:51 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Manually sync functional test requirements https://review.openstack.org/194873 | 08:52 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Move internal test resources to generic_resource https://review.openstack.org/189754 | 08:55 |
sirushti | asalkeld, if you're still around, could you -2 https://review.openstack.org/#/c/193269/, it seems to have got accidentally reviewed | 08:57 |
shardy | sirushti: If you own it you can WIP it yourself I think | 08:58 |
shardy | I can -2 if if you want something persistent | 08:58 |
sirushti | shardy, I can WIP it, but the WIP goes away after a rebase | 08:59 |
shardy | sirushti: OK I've -2'd it, feel free to ping me if you need that removed | 09:00 |
sirushti | shardy, thanks :) It's something that's only used for testing and is going to be abandoned. Don't want people to get the wrong idea. | 09:00 |
*** inc0 has quit IRC | 09:01 | |
*** inc0 has joined #heat | 09:01 | |
openstackgerrit | yalei wang proposed openstack/heat: Add port_security_enabled for Neutron https://review.openstack.org/179989 | 09:05 |
*** inc0 has quit IRC | 09:06 | |
*** inc0 has joined #heat | 09:07 | |
*** Marga_ has quit IRC | 09:08 | |
*** Marga_ has joined #heat | 09:11 | |
*** prazumovsky has joined #heat | 09:14 | |
prazumovsky | hi, stevebaker! | 09:15 |
prazumovsky | You asked about new session client and old servers | 09:15 |
*** noa_koffman has joined #heat | 09:16 | |
*** boris-42 has quit IRC | 09:22 | |
*** inc0 has quit IRC | 09:22 | |
*** multi_io has quit IRC | 09:22 | |
*** inc0 has joined #heat | 09:23 | |
*** inc0 has quit IRC | 09:26 | |
*** inc0 has joined #heat | 09:26 | |
*** Marga_ has quit IRC | 09:27 | |
*** multi_io has joined #heat | 09:27 | |
*** jtomasek has joined #heat | 09:28 | |
*** inc0 has quit IRC | 09:30 | |
*** inc0_ has joined #heat | 09:30 | |
*** elynn has quit IRC | 09:33 | |
*** prazumovsky has quit IRC | 09:38 | |
*** e0ne has joined #heat | 09:46 | |
*** inc0_ has quit IRC | 09:47 | |
*** pbrooko has joined #heat | 09:47 | |
*** rakesh_hs_ has joined #heat | 09:47 | |
*** Marga_ has joined #heat | 09:48 | |
*** KanagarajM_ has joined #heat | 09:49 | |
*** dims has joined #heat | 09:50 | |
*** rakesh_hs has quit IRC | 09:50 | |
*** KanagarajM_ has quit IRC | 09:52 | |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 09:52 |
openstackgerrit | huangtianhua proposed openstack/heat: Support glance image sharing with projects https://review.openstack.org/194971 | 09:52 |
*** KanagarajM_ has joined #heat | 09:53 | |
*** KanagarajM has quit IRC | 09:53 | |
*** sorantis has quit IRC | 09:54 | |
*** steveg_afk has joined #heat | 09:58 | |
*** inc0 has joined #heat | 09:58 | |
*** KanagarajM_ has quit IRC | 10:02 | |
*** inc0 has quit IRC | 10:02 | |
openstackgerrit | Thomas Herve proposed openstack/heat: Add a new crypt method using cryptography https://review.openstack.org/195018 | 10:02 |
*** KanagarajM_ has joined #heat | 10:03 | |
*** vijendar1 has joined #heat | 10:04 | |
*** inc0 has joined #heat | 10:05 | |
*** Marga_ has quit IRC | 10:05 | |
*** vijendar has quit IRC | 10:06 | |
*** Marga_ has joined #heat | 10:06 | |
*** inc0_ has joined #heat | 10:12 | |
*** vijendar1 has quit IRC | 10:13 | |
*** vijendar has joined #heat | 10:13 | |
*** inc0 has quit IRC | 10:15 | |
*** Yanyanhu has quit IRC | 10:17 | |
*** Qiming has quit IRC | 10:17 | |
openstackgerrit | Merged openstack/heat: Manually sync functional test requirements https://review.openstack.org/194873 | 10:19 |
*** shardy has quit IRC | 10:20 | |
*** sorantis has joined #heat | 10:26 | |
*** Marga_ has quit IRC | 10:28 | |
*** coolsvap is now known as coolsvap|away | 10:28 | |
*** Marga_ has joined #heat | 10:28 | |
*** yuanying has quit IRC | 10:29 | |
openstackgerrit | yalei wang proposed openstack/heat: Add port_security_enabled for Neutron https://review.openstack.org/179989 | 10:34 |
*** rakesh_hs_ has quit IRC | 10:38 | |
*** rakesh_hs has joined #heat | 10:39 | |
*** tobe has quit IRC | 10:45 | |
*** rakesh_hs has quit IRC | 10:49 | |
*** rakesh_hs has joined #heat | 10:49 | |
*** rakesh_hs has quit IRC | 10:54 | |
*** KanagarajM_ has quit IRC | 11:12 | |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Resource to add security group to port https://review.openstack.org/195036 | 11:13 |
*** Marga_ has quit IRC | 11:20 | |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Resource to add security group to port https://review.openstack.org/195036 | 11:22 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Move WritableLogger in-tree as it is deprecated in oslo_log https://review.openstack.org/191597 | 11:22 |
*** ishant has quit IRC | 11:29 | |
*** jfluhmann has quit IRC | 11:31 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 11:31 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete https://review.openstack.org/194952 | 11:31 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 11:31 |
*** inc0_ is now known as inc0_|afk | 11:32 | |
*** daneyon has joined #heat | 11:34 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 11:43 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence: More fixes https://review.openstack.org/194266 | 11:43 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Convergence rollback implementation https://review.openstack.org/191650 | 11:43 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete https://review.openstack.org/194952 | 11:43 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 11:43 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 11:43 |
*** Qiming has joined #heat | 11:43 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add share network resource for manila https://review.openstack.org/175862 | 11:48 |
openstackgerrit | Merged openstack/heat: Convergence: No back-up template for stack create https://review.openstack.org/193926 | 11:53 |
*** alexpilotti has joined #heat | 11:56 | |
*** sorantis has quit IRC | 11:57 | |
*** vijayagurug has left #heat | 11:57 | |
*** steveg_afk has quit IRC | 11:57 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 12:00 |
*** sorantis has joined #heat | 12:00 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 12:00 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence rollback implementation https://review.openstack.org/191650 | 12:02 |
d0ugal | How would I create a resource registry for this file? https://github.com/openstack/tripleo-heat-templates/blob/master/extraconfig/post_deploy/example.yaml | 12:11 |
d0ugal | So I can pass it with -e to heatclient | 12:12 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds REST api for export action https://review.openstack.org/190518 | 12:12 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds RPC api for export action https://review.openstack.org/190517 | 12:12 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Split abandon into pre-abandon(export) and abandon https://review.openstack.org/181880 | 12:12 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Updates RPC abandon API with is_forced=False https://review.openstack.org/195053 | 12:12 |
*** spzala has joined #heat | 12:12 | |
*** lkarm has joined #heat | 12:17 | |
*** inc0_|afk is now known as inc0 | 12:21 | |
*** sdake_ has joined #heat | 12:21 | |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Resource to add security group to port https://review.openstack.org/195036 | 12:21 |
*** sdake has quit IRC | 12:22 | |
*** sasukeh has joined #heat | 12:25 | |
*** LiJiansheng has quit IRC | 12:26 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 12:27 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-function-list https://review.openstack.org/195055 | 12:27 |
therve | integration tests are failing with a weird install error | 12:28 |
therve | If anyone has an idea why that's starting to fail now, he's welcome | 12:28 |
openstackgerrit | Merged openstack/heat: Produce more meaningful exception messages in nested stacks https://review.openstack.org/188228 | 12:29 |
*** sorantis has quit IRC | 12:30 | |
openstackgerrit | wuyicang proposed openstack/heat: Add heat resource for cinder backup. https://review.openstack.org/195056 | 12:33 |
*** jruano has joined #heat | 12:33 | |
*** ttx has joined #heat | 12:34 | |
*** packet has joined #heat | 12:34 | |
ttx | stevebaker: asalkeld: The two last reviews merged, I'll tag liberty-1 for heat now unless you scream | 12:34 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 12:38 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 12:38 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence rollback implementation https://review.openstack.org/191650 | 12:38 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 12:38 |
ttx | alright, tag on its way | 12:39 |
*** hdd has joined #heat | 12:39 | |
*** inc0 has quit IRC | 12:39 | |
*** pbrooko has quit IRC | 12:44 | |
*** sasukeh_ has joined #heat | 12:45 | |
*** sasukeh has quit IRC | 12:45 | |
*** sorantis has joined #heat | 12:46 | |
*** ananta_ has quit IRC | 12:48 | |
*** ttx has left #heat | 12:49 | |
*** EmilienM is now known as EmilienM|off | 12:50 | |
*** pbrooko has joined #heat | 12:51 | |
*** tochi has quit IRC | 12:52 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat-specs: Add heat template-function-list command https://review.openstack.org/188364 | 12:54 |
openstackgerrit | Vijendar Komalla proposed openstack/heat: Resource to add security group to port https://review.openstack.org/195036 | 12:54 |
*** gcivitella_ has joined #heat | 12:56 | |
*** gcivitella has quit IRC | 12:56 | |
*** Marga_ has joined #heat | 12:57 | |
openstackgerrit | yalei wang proposed openstack/heat: Add port_security_enabled for Neutron https://review.openstack.org/179989 | 12:58 |
*** gcivitella_ is now known as gcivitella | 12:58 | |
*** jprovazn has quit IRC | 13:02 | |
*** gcivitella has quit IRC | 13:03 | |
*** gcivitella_ has joined #heat | 13:03 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add memcache backend for dogpile cache https://review.openstack.org/185998 | 13:07 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add dogpile cache core and turn on caching https://review.openstack.org/185999 | 13:07 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: [WIP!!] Enable caching for validation constraints https://review.openstack.org/195069 | 13:07 |
*** jruano has quit IRC | 13:07 | |
openstackgerrit | Tetiana Lashchova proposed openstack/python-heatclient: Add support for template-function-list command https://review.openstack.org/195070 | 13:09 |
*** pm90_ has joined #heat | 13:11 | |
*** jruano has joined #heat | 13:16 | |
*** pm90_ has quit IRC | 13:16 | |
*** pm90_ has joined #heat | 13:17 | |
*** pbrooko has quit IRC | 13:17 | |
*** achanda has joined #heat | 13:20 | |
*** jaime49 has joined #heat | 13:21 | |
*** hdd has quit IRC | 13:24 | |
*** jasond has joined #heat | 13:25 | |
*** sorantis has quit IRC | 13:28 | |
*** tonisbones has joined #heat | 13:29 | |
*** Marga_ has quit IRC | 13:29 | |
*** Marga_ has joined #heat | 13:30 | |
*** e0ne is now known as e0ne_ | 13:33 | |
*** rpothier has joined #heat | 13:34 | |
*** e0ne_ is now known as e0ne | 13:37 | |
*** jprovazn has joined #heat | 13:40 | |
*** shardy has joined #heat | 13:41 | |
*** pm90_ has quit IRC | 13:41 | |
*** pm90_ has joined #heat | 13:43 | |
*** shardy has quit IRC | 13:47 | |
*** shardy has joined #heat | 13:47 | |
openstackgerrit | yalei wang proposed openstack/heat: Add port_security_enabled for Neutron https://review.openstack.org/179989 | 13:48 |
*** hdd has joined #heat | 13:52 | |
*** shadower has joined #heat | 13:53 | |
*** dyasny has joined #heat | 14:00 | |
*** dims has quit IRC | 14:02 | |
*** jaime49 has quit IRC | 14:02 | |
*** dims has joined #heat | 14:03 | |
*** vijayagurug has joined #heat | 14:06 | |
*** vijayagurug has left #heat | 14:08 | |
*** logan2 has quit IRC | 14:08 | |
*** Qiming has quit IRC | 14:12 | |
*** pm90_ has quit IRC | 14:17 | |
*** blomquisg has quit IRC | 14:18 | |
*** blomquisg has joined #heat | 14:21 | |
*** jaime49 has joined #heat | 14:27 | |
*** achanda has quit IRC | 14:27 | |
*** jaime49 has quit IRC | 14:27 | |
*** jaime49 has joined #heat | 14:27 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption https://review.openstack.org/195103 | 14:28 |
openstackgerrit | Rakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption https://review.openstack.org/195103 | 14:30 |
*** logan2 has joined #heat | 14:31 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: [WIP!!] Enable caching for validation constraints https://review.openstack.org/195069 | 14:31 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/195108 | 14:38 |
*** Marga_ has quit IRC | 14:40 | |
*** Qiming has joined #heat | 14:40 | |
*** Marga_ has joined #heat | 14:42 | |
*** sasukeh_ has quit IRC | 14:43 | |
*** sasukeh has joined #heat | 14:44 | |
*** achanda has joined #heat | 14:45 | |
*** e0ne is now known as e0ne_ | 14:47 | |
*** e0ne_ is now known as e0ne | 14:48 | |
*** Marga_ has quit IRC | 14:48 | |
*** Marga_ has joined #heat | 14:54 | |
openstackgerrit | Alexandr Nedopekin proposed openstack/heat: Update logging according oslo.i18n recommendations https://review.openstack.org/195129 | 14:54 |
*** sdake_ is now known as sdake | 14:58 | |
*** Marga_ has quit IRC | 15:00 | |
*** Marga_ has joined #heat | 15:01 | |
*** Marga_ has quit IRC | 15:01 | |
*** blomquisg has quit IRC | 15:01 | |
*** Marga_ has joined #heat | 15:01 | |
*** spzala has quit IRC | 15:01 | |
*** daneyon_ has joined #heat | 15:03 | |
*** rwsu has joined #heat | 15:04 | |
*** thedodd has joined #heat | 15:04 | |
*** pm90_ has joined #heat | 15:05 | |
*** BManojlovic has quit IRC | 15:05 | |
*** daneyon has quit IRC | 15:06 | |
*** logan2 has quit IRC | 15:07 | |
*** blomquisg has joined #heat | 15:15 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Handle resource failure https://review.openstack.org/194937 | 15:16 |
*** tshtilma has quit IRC | 15:16 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 15:17 |
*** rwsu has quit IRC | 15:17 | |
*** rwsu has joined #heat | 15:17 | |
*** pm90__ has joined #heat | 15:18 | |
*** logan2 has joined #heat | 15:18 | |
*** Drago has joined #heat | 15:19 | |
*** Drago has quit IRC | 15:20 | |
*** Drago has joined #heat | 15:20 | |
*** pm90__ has quit IRC | 15:20 | |
*** pm90__ has joined #heat | 15:21 | |
*** pm90_ has quit IRC | 15:22 | |
*** spzala has joined #heat | 15:24 | |
*** spzala_ has joined #heat | 15:25 | |
*** achanda_ has joined #heat | 15:27 | |
*** spzala has quit IRC | 15:29 | |
*** spzala_ is now known as spzala | 15:29 | |
*** achanda has quit IRC | 15:29 | |
*** EricGonczer_ has joined #heat | 15:31 | |
*** achanda_ has quit IRC | 15:32 | |
*** ifarkas has quit IRC | 15:32 | |
therve | jasond, Hi, around? | 15:34 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 15:34 |
jasond | therve: hey | 15:34 |
therve | jasond, Wanted to chat about db_encrypt_parameters_and_properties | 15:35 |
jasond | therve: okay | 15:35 |
therve | jasond, Does it do anything on properties? | 15:35 |
jasond | therve: properties data | 15:35 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 15:35 |
therve | jasond, That's implicit with the stack loading? | 15:35 |
jasond | therve: not sure what you mean | 15:36 |
therve | jasond, I don't see anything in the code management properties data encryption | 15:36 |
therve | s/management/managing | 15:37 |
jasond | therve: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L1096 | 15:38 |
jasond | https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L1138 | 15:38 |
therve | jasond, I'm talking about db_encrypt_parameters_and_properties though | 15:38 |
jasond | therve: ah | 15:38 |
*** logan2 has quit IRC | 15:39 | |
jasond | therve: you're right, i omitted that. will submit a bug fix | 15:39 |
*** sasukeh has quit IRC | 15:39 | |
therve | Cool, makes sense :) | 15:39 |
jasond | therve: thanks for letting me know | 15:40 |
*** e0ne is now known as e0ne_ | 15:40 | |
therve | jasond, I'm also wondering if you're interested to have a method to upgrade the encrypt mechanism | 15:40 |
therve | ie if you have data in the db using the old heat_decrypt method | 15:40 |
jasond | therve: i'm not familiar with that method. was it deprecated/removed? | 15:41 |
therve | jasond, Well it's still supported if you have data encrypted using it | 15:42 |
therve | We won't use it to encrypt new data | 15:42 |
therve | But I'm about to introduce another method, so that might be relevant | 15:42 |
jasond | therve: that sounds reasonable. not sure when i'd have a chance to work on it though | 15:42 |
therve | No worries, I'll try to find some time myself | 15:43 |
*** e0ne_ is now known as e0ne | 15:45 | |
*** sasukeh has joined #heat | 15:46 | |
*** sasukeh has quit IRC | 15:46 | |
*** shardy has quit IRC | 15:48 | |
*** shardy has joined #heat | 15:48 | |
*** spzala_ has joined #heat | 15:54 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 15:55 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence rollback implementation https://review.openstack.org/191650 | 15:55 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: use the correct template when updating the resource https://review.openstack.org/193936 | 15:55 |
*** spzala__ has joined #heat | 15:55 | |
*** spzala has quit IRC | 15:55 | |
*** spzala__ is now known as spzala | 15:56 | |
*** shardy has quit IRC | 15:58 | |
*** spzala_ has quit IRC | 15:59 | |
*** spzala has quit IRC | 16:01 | |
*** gcivitella_ has quit IRC | 16:02 | |
*** spzala has joined #heat | 16:04 | |
*** sthillma has joined #heat | 16:11 | |
*** hdd has quit IRC | 16:14 | |
*** Qiming has quit IRC | 16:16 | |
*** kebray has joined #heat | 16:17 | |
*** hdd has joined #heat | 16:22 | |
openstackgerrit | Alexandr Nedopekin proposed openstack/heat: Update logging according oslo.i18n recommendations https://review.openstack.org/195129 | 16:25 |
*** jcoufal has quit IRC | 16:26 | |
*** tshtilma has joined #heat | 16:27 | |
*** spzala has quit IRC | 16:31 | |
*** sparr has quit IRC | 16:36 | |
*** sparr has joined #heat | 16:36 | |
*** kebray has quit IRC | 16:38 | |
*** jaime49 has quit IRC | 16:43 | |
*** sabeen has joined #heat | 16:46 | |
*** sasukeh has joined #heat | 16:47 | |
*** jtomasek has quit IRC | 16:49 | |
*** dyasny has quit IRC | 16:50 | |
*** sasukeh has quit IRC | 16:52 | |
*** achanda has joined #heat | 16:52 | |
*** dontalton has joined #heat | 16:52 | |
*** kebray has joined #heat | 16:53 | |
*** daneyon_ has quit IRC | 16:53 | |
*** daneyon has joined #heat | 16:53 | |
*** lsmola has quit IRC | 16:53 | |
*** derekh has quit IRC | 16:55 | |
*** achanda has quit IRC | 17:03 | |
*** kebray has quit IRC | 17:04 | |
*** tspatzier has quit IRC | 17:08 | |
*** e0ne has quit IRC | 17:16 | |
*** aweiteka has joined #heat | 17:29 | |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/heat: WIP Register all objects https://review.openstack.org/190183 | 17:29 |
*** steveg_afk has joined #heat | 17:36 | |
*** openstackgerrit has quit IRC | 17:38 | |
*** openstackgerrit has joined #heat | 17:38 | |
*** jprovazn has quit IRC | 17:45 | |
*** sasukeh has joined #heat | 17:48 | |
*** aweiteka has quit IRC | 17:50 | |
*** yassine_ has quit IRC | 17:51 | |
*** sasukeh has quit IRC | 17:53 | |
*** achanda has joined #heat | 17:56 | |
*** thedodd has quit IRC | 17:59 | |
*** spzala has joined #heat | 18:00 | |
*** logan2 has joined #heat | 18:00 | |
*** harlowja has quit IRC | 18:00 | |
*** e0ne has joined #heat | 18:01 | |
*** harlowja has joined #heat | 18:04 | |
*** e0ne has quit IRC | 18:08 | |
*** jaime49 has joined #heat | 18:17 | |
*** jaime49 has quit IRC | 18:17 | |
*** jaime49 has joined #heat | 18:17 | |
*** boris-42 has joined #heat | 18:18 | |
*** achanda has quit IRC | 18:27 | |
*** achanda has joined #heat | 18:28 | |
*** kebray has joined #heat | 18:28 | |
*** kebray has quit IRC | 18:31 | |
*** achanda has quit IRC | 18:33 | |
*** thedodd has joined #heat | 18:33 | |
*** metral has quit IRC | 18:33 | |
larsks | Is it possible to parameterize resouce names in heat (like name-%d)? | 18:34 |
*** tshtilma has quit IRC | 18:36 | |
*** achanda has joined #heat | 18:40 | |
*** logan2 has quit IRC | 18:46 | |
*** spzala has quit IRC | 18:47 | |
*** saurabhs has joined #heat | 18:56 | |
*** metral_zzz has joined #heat | 19:03 | |
*** metral_zzz is now known as metral | 19:03 | |
*** steveg_afk has quit IRC | 19:07 | |
*** jaime49 has quit IRC | 19:09 | |
*** jaime49 has joined #heat | 19:11 | |
*** harlowja has quit IRC | 19:15 | |
*** harlowja has joined #heat | 19:15 | |
*** Marga_ has quit IRC | 19:21 | |
*** achanda has quit IRC | 19:23 | |
*** spzala has joined #heat | 19:24 | |
*** alexpilotti has quit IRC | 19:26 | |
*** jtomasek has joined #heat | 19:27 | |
*** dsneddon is now known as dsneddon_biab | 19:29 | |
*** Marga_ has joined #heat | 19:31 | |
*** e0ne has joined #heat | 19:33 | |
*** Marga_ has quit IRC | 19:34 | |
*** Marga_ has joined #heat | 19:34 | |
*** dsneddon_biab is now known as dsneddon | 19:40 | |
*** Marga_ has quit IRC | 19:46 | |
*** sasukeh has joined #heat | 19:49 | |
*** packet has quit IRC | 19:53 | |
*** sasukeh has quit IRC | 19:54 | |
*** Marga_ has joined #heat | 19:55 | |
*** rpothier has quit IRC | 19:59 | |
*** Marga_ has quit IRC | 20:00 | |
*** Marga_ has joined #heat | 20:02 | |
stevebaker | larsks: yes, take a look at this https://review.openstack.org/#/c/191726/ | 20:02 |
*** e0ne has quit IRC | 20:06 | |
*** saurabhs has quit IRC | 20:06 | |
*** daneyon has quit IRC | 20:06 | |
*** daneyon has joined #heat | 20:08 | |
*** jaime49 has quit IRC | 20:08 | |
larsks | stevebaker: thanks. Giving that a shot... | 20:11 |
*** hdd has quit IRC | 20:15 | |
*** jaime49 has joined #heat | 20:15 | |
*** harlowja has quit IRC | 20:18 | |
*** harlowja has joined #heat | 20:18 | |
larsks | stevebaker: worked a treat, thanks. | 20:18 |
*** jtomasek has quit IRC | 20:22 | |
*** hdd has joined #heat | 20:28 | |
*** daneyon has quit IRC | 20:33 | |
*** jfluhmann has joined #heat | 20:35 | |
*** blomquisg has quit IRC | 20:36 | |
*** sthillma has quit IRC | 20:38 | |
*** sthillma has joined #heat | 20:38 | |
*** sthillma has quit IRC | 20:52 | |
stevebaker | larsks: np | 20:53 |
*** steveg_afk has joined #heat | 20:54 | |
*** sthillma has joined #heat | 20:57 | |
*** jaime49 has quit IRC | 20:58 | |
*** jruano has quit IRC | 20:59 | |
*** jruano has joined #heat | 21:01 | |
*** jruano has quit IRC | 21:02 | |
*** hdd has quit IRC | 21:23 | |
*** morganfainberg is now known as ayspryn | 21:24 | |
*** ayspryn is now known as morganfainberg | 21:24 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Add properties_data encryption to heat-manage https://review.openstack.org/195325 | 21:27 |
*** hdd has joined #heat | 21:27 | |
*** alexpilotti has joined #heat | 21:30 | |
*** jasond has quit IRC | 21:32 | |
*** pm90_ has joined #heat | 21:34 | |
*** pm90_ has quit IRC | 21:35 | |
*** pm90__ has quit IRC | 21:37 | |
*** steveg_afk has quit IRC | 21:39 | |
*** alexpilotti has quit IRC | 21:40 | |
*** alexpilotti has joined #heat | 21:42 | |
asalkeld | morning | 21:47 |
*** sasukeh has joined #heat | 21:51 | |
*** sdake_ has joined #heat | 21:55 | |
*** sasukeh has quit IRC | 21:55 | |
*** EricGonczer_ has quit IRC | 21:58 | |
*** sdake has quit IRC | 21:59 | |
*** pm90_ has joined #heat | 22:08 | |
*** pm90_ has quit IRC | 22:09 | |
*** pm90_ has joined #heat | 22:09 | |
*** jasond has joined #heat | 22:15 | |
*** alexpilotti has quit IRC | 22:19 | |
*** jasond has quit IRC | 22:21 | |
*** thedodd has quit IRC | 22:21 | |
*** jruano has joined #heat | 22:27 | |
*** dsneddon has quit IRC | 22:40 | |
*** jruano has quit IRC | 22:40 | |
*** dsneddon has joined #heat | 22:42 | |
openstackgerrit | Merged openstack/heat-specs: Uniform Resource Signals https://review.openstack.org/180387 | 22:44 |
*** lkarm has quit IRC | 22:55 | |
*** Drago has quit IRC | 22:59 | |
*** pm90_ has quit IRC | 23:09 | |
*** pm90_ has joined #heat | 23:11 | |
openstackgerrit | Merged openstack/heat: Move WritableLogger in-tree as it is deprecated in oslo_log https://review.openstack.org/191597 | 23:14 |
*** jaime49 has joined #heat | 23:22 | |
*** Marga_ has quit IRC | 23:30 | |
*** spzala has quit IRC | 23:35 | |
*** pm90_ has quit IRC | 23:37 | |
*** tochi has joined #heat | 23:39 | |
*** sdake_ has quit IRC | 23:40 | |
*** sthillma has quit IRC | 23:41 | |
*** sthillma has joined #heat | 23:42 | |
openstackgerrit | Merged openstack/heat: Fix heat-db-setup error on rhel7.1 https://review.openstack.org/194973 | 23:50 |
openstackgerrit | Merged openstack/heat: Coverage: Full coverage for engine plugin manager https://review.openstack.org/193026 | 23:50 |
*** sasukeh has joined #heat | 23:52 | |
openstackgerrit | Merged openstack/python-heatclient: Fixed VerifyAll() when test case does ReplayAll() https://review.openstack.org/189842 | 23:56 |
*** sasukeh has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!