Wednesday, 2015-06-24

openstackgerritAngus Salkeld proposed openstack/heat: Move heat_integration/requirements.txt into test-requirements.txt  https://review.openstack.org/19487300:02
asalkeldstevebaker: lifeless ^00:02
* asalkeld cross fingers 00:03
lifeless><00:03
stevebakerasalkeld: thanks00:04
asalkelddang, my "standing desk" is a monster pile of wobbly books :-O00:06
* asalkeld hoping it doesn't topple00:07
*** jaime49 has quit IRC00:13
*** jfluhmann has quit IRC00:19
*** dims has joined #heat00:23
*** dsneddon has quit IRC00:26
*** dsneddon has joined #heat00:27
asalkeldmmm, that failed - pip doesn't like the same dep in 2 files00:52
asalkeldfor then normal run pip install -r requirements.txt -r test-requirements.txt00:52
asalkeldthat fails with :00:53
asalkeldDouble 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
asalkeldthis might have been the reason for the heat_integration/requirements.txt00:53
asalkeldone reason to have a separate package for functional tests maybe00:54
asalkeldlifeless: stevebaker ^00:54
asalkeldin the short term i'll try just sync the current file and add pbr at the top00:55
stevebakerasalkeld: maybe that is an argument for the setup.cfg approach00:56
asalkeldyeah could be00:56
asalkeldthat's not quite ready is it?00:56
stevebakerit must be ready, because lifeless said so :D00:59
openstackgerritAngus Salkeld proposed openstack/heat: Manually sync functional test requirements  https://review.openstack.org/19487301:00
asalkeldshort term ^01:01
asalkeld(with pbr version)01:01
lifelessasalkeld: no, you shouldn't double up :)01:02
lifelessasalkeld: but just remove the redundant things01:02
asalkeldlifeless: so we would be back to installing all of heat to run functional tests01:02
asalkeldwhich is what this was trying to avoid01:02
lifelessasalkeld: I don't even01:03
*** erkules_ has joined #heat01:03
asalkeldthis usecase was "i want to run tempest-like functional tests against my cloud"01:03
asalkeldand don't want to install everything in heat/requirements.txt01:03
lifelessasalkeld: so why does it need kombu ?01:03
lifelessyou don't use kombu to talk to a deployed cloud ...01:04
asalkeldsomeone added that to test that we produce the correct notifcations01:04
asalkeld(should be optioinal imo)01:04
lifelessasalkeld: this seems to bein tension, yeah01:04
lifelessso installing heat is pretty slow. It takes 21s01:05
asalkeldprobably should be a separate package01:05
*** erkules has quit IRC01:05
lifeless(including all dependencies, in a fresh venv)01:05
asalkeldyip01:06
lifelessI'm not sure what the concern about installing all of heat is vis-a-vis running these tests01:06
lifelessputting it in setup.cfg would install all of heat still01:06
asalkeldi think it was guys wanting to setup rally heat tests01:06
asalkeld(without all the stuff)01:07
lifelessok so01:07
lifelesswhat can I do to help01:07
asalkeldif we could just sync that file01:07
asalkeldautomatically01:08
asalkeldlifeless: sorry, i don't mean to distract you - you can go back to work. I'll see if what i have solves our bug01:08
lifelessso the main job today can't, thats known.01:08
lifelessasalkeld: but01:09
lifelessasalkeld: looking at tox.ini in master01:09
lifelessnvm01:09
lifelessmis-read01:09
lifelessanyhow looking at the shenanigans01:10
lifelessI think this really should be treated as a separate work product to heat01:10
lifelessit installs differently01:10
lifelessit wants different requirements01:10
lifelessit doesn't want heat installed01:10
lifeless...-> why is it in the heat repo?01:10
asalkeldyeah, make sense01:10
lifeless[given the current tooling structure and assumptions w/in openstack]01:10
lifelessI'm entirely open to monorepo structures, but we're not tooled up for them today01:10
asalkeldlifeless: to make it easyier to review, demand functional tests for new code01:10
asalkeldmostly social01:11
lifelessso those things are real and have costs01:11
asalkeldstevebaker: ^ can you add to that01:11
lifelessI think we should either all-in or not.01:11
lifelesslike, we need to fix test discovery01:11
lifelessso it can get multiple roots01:12
asalkeldyeah!01:12
lifelessor have the tests all rooted in one place in the tree01:12
asalkeldpython setup.py testr --slowest --testr-args='^(?!heat_integrationtests)01:12
asalkeldsilly ^01:12
lifelessthat bit is ok01:12
lifelessnot beautiful but ok01:12
lifelesscat .testr.conf01:12
lifeless^ that bit is a huge slowdown for folk running unit tests01:12
asalkeldthat is getting better as there is now less in contrib01:13
asalkeld(we are moving stuff in-tree)01:13
stevebakerhaving 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 upsides01:14
asalkeldgit submodules?01:14
stevebakerasalkeld: GET IN THE SEA01:14
asalkeldi dig them01:14
stevebakerI jest01:15
asalkeldtho' i don't want to write the gerrit suppor for it thanks01:15
asalkeldso right now no "nice/easy" solution01:16
stevebakerI'm assuming with gerrit Depends-On we can have functional/integration tests in one repo testing a gerrit review in heat?01:16
asalkeldstevebaker: yeah01:17
asalkeldshould probably be a ML discussion01:17
stevebakerhaving the tests in tree has done its job, lets move it out and move on01:17
asalkeldso we don't all do different stuff01:17
stevebakeralso a topic for tonight's meeting01:17
asalkeldk01:18
asalkeldmaybe a pep8 check to see if the requirements are getting out of sync01:18
asalkeldbut that would block new auto syncs01:18
asalkeld:(01:18
asalkeldga - moving on01:19
stevebakerasalkeld: there may be some etherpad droppings somewhere where we decided on the plan for heat_integrationtests, I don't recall01:20
stevebakerfrom vancouver01:20
asalkeldlol "etherpad droppings"01:21
*** jfluhmann has joined #heat01:21
asalkeld(clearly i have young sons)01:21
*** LiJiansheng has joined #heat01:28
*** Marga_ has joined #heat01:39
*** dsneddon has quit IRC01:49
*** dsneddon has joined #heat01:50
*** jruano has joined #heat01:53
*** erkules has joined #heat02:00
*** erkules_ has quit IRC02:03
*** sdake has joined #heat02:04
*** tobe has joined #heat02:06
*** elynn has joined #heat02:12
*** kebray_ has joined #heat02:15
*** Drago has quit IRC02:16
*** ananta_ has joined #heat02:17
ananta_sirushti: o/02:18
*** kebray has quit IRC02:18
*** sthillma has quit IRC02:24
asalkeldfolks gate broken until we fix this: https://review.openstack.org/#/c/194873/202:32
stevebakerasalkeld: oh, check-tripleo-ironic-overcloud-precise-nonha is voting02:32
*** sdake has quit IRC02:33
*** vijayagurug has joined #heat02:36
asalkeldyeah, looks unrelated02:37
stevebakerlifeless: 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_59302:38
lifelessstevebaker: so yeah, too old pbr is a thing02:39
*** ananta_ has quit IRC02:39
lifelessand wow02:41
lifelesswe hard coded that range there too02:41
lifelessallow me02:41
stevebakerasalkeld: removing this from the change may be the quickest way to unwedge ourselves https://review.openstack.org/#/c/194873/3/requirements.txt,cm02:44
lifelessyou could try Depends-On https://review.openstack.org/19491402:45
*** Yanyanhu has joined #heat02:46
asalkeldstevebaker: we get that error anyways02:47
stevebakeroh ok02:47
*** ananta_ has joined #heat02:48
asalkeldi'll update with the dependson02:48
openstackgerritAngus Salkeld proposed openstack/heat: Manually sync functional test requirements  https://review.openstack.org/19487302:49
*** dims has quit IRC02:51
*** signed8bit has joined #heat02:58
*** vijayagurug has left #heat03:02
*** steveg_afk has joined #heat03:06
*** LiJiansheng has quit IRC03:09
*** hdd has joined #heat03:10
*** Qiming has joined #heat03:16
*** signed8bit has quit IRC03:16
openstackgerritlvdongbing proposed openstack/heat: Surpport to list software configs  https://review.openstack.org/19468103:19
openstackgerrithuangtianhua proposed openstack/heat: Correct volume restore behavior  https://review.openstack.org/18215203:23
*** boris-42 has joined #heat03:23
*** spzala has quit IRC03:27
*** KanagarajM has joined #heat03:30
KanagarajMgood moring all !03:32
*** sthillma has joined #heat03:33
ramishramorning all03:37
*** sdake has joined #heat03:37
*** ananta_ has quit IRC03:38
*** jruano has quit IRC03:38
*** jruano has joined #heat03:40
*** tlashchova_ has joined #heat03:45
*** steveg_afk has quit IRC03:47
asalkeldgrrr:03:52
asalkeldCollecting 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.whl03:52
*** gberginc has joined #heat03:54
*** gberginc has quit IRC03:55
*** gberginc has joined #heat03:56
lifeless\o/03:58
asalkeldfinally got my local devstack working again, updating all the things04:00
*** coolsvap|away is now known as coolsvap04:03
*** slagle_ has joined #heat04:16
*** coolsvap has quit IRC04:17
*** shadower has quit IRC04:17
*** ishant has joined #heat04:18
*** slagle has quit IRC04:18
* asalkeld enjoying watching convergence pass functional tests (or at least more than expected)04:21
*** dyasny has joined #heat04:22
*** slagle has joined #heat04:23
*** coolsvap has joined #heat04:23
*** rakesh_hs has joined #heat04:25
*** slagle_ has quit IRC04:26
*** Marga_ has quit IRC04:27
*** tlashchova_ has quit IRC04:32
*** tlashchova_ has joined #heat04:33
*** tlashchova__ has joined #heat04:37
*** Marga_ has joined #heat04:40
asalkeldmostly adopt+tags not working04:42
*** jruano has quit IRC04:43
*** achanda has joined #heat04:44
*** tlashchova_ has quit IRC04:48
*** elynn has quit IRC04:58
*** elynn has joined #heat04:59
*** ananta_ has joined #heat05:03
*** achanda has quit IRC05:06
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493705:07
*** dyasny has quit IRC05:07
*** kebray_ has quit IRC05:09
*** tsandall_ has quit IRC05:12
*** tsandall has joined #heat05:12
*** pm90_ has joined #heat05:13
*** hdd has quit IRC05:13
*** pm90_ has quit IRC05:17
*** pm90_ has joined #heat05:25
*** LiJiansheng has joined #heat05:27
*** vijayagurug has joined #heat05:29
*** tobe has quit IRC05:29
*** tobe has joined #heat05:29
*** achanda has joined #heat05:30
*** jfluhmann has quit IRC05:33
*** achanda has quit IRC05:35
*** elynn_ has joined #heat05:36
*** elynn has quit IRC05:36
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493705:40
*** Yanyan has joined #heat05:47
*** Yanyanhu has quit IRC05:48
openstackgerritKanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326905:50
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163105:50
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence: More fixes  https://review.openstack.org/19426605:50
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence: No back-up template for stack create  https://review.openstack.org/19392605:50
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence rollback implementation  https://review.openstack.org/19165005:50
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460905:50
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393605:50
*** Marga_ has quit IRC06:00
asalkeldKanagarajM: i'll repost your stuff with some minor changes06:02
KanagarajMasalkeld: sure. thanks06:02
*** jtomasek has joined #heat06:03
*** tspatzier has joined #heat06:04
asalkeldurg, it won't let me as the bottom patch has no changes06:05
*** Marga_ has joined #heat06:06
sirushtimorning all06:07
*** e0ne has joined #heat06:07
*** tshtilma has joined #heat06:08
openstackgerritKanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326906:09
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460906:09
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete  https://review.openstack.org/19495206:09
KanagarajMasalkeld: I do git reset --hard to DNM commit, am not sure whether it might help you06:10
openstackgerritRitesh proposed openstack/heat-specs: Pause and unpause actions for a stack  https://review.openstack.org/18752406:13
KanagarajMasalkeld: https://review.openstack.org/#/c/194609/4/heat/engine/resource.py Line 288, needs to acquire a lock.06:14
KanagarajMasalkeld: existing logic helps to acquire the lock for the current resource06:14
KanagarajMasalkeld: we may need to change it to acquire the lock for the given resource id.06:15
*** e0ne has quit IRC06:20
asalkeldok06:23
openstackgerritKanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326906:24
asalkeldKanagarajM: what's the difference?06:24
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete  https://review.openstack.org/19495206:24
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460906:24
*** e0ne has joined #heat06:24
asalkeldbbl, getting food06:25
KanagarajMasalkeld: currently lock() does for self.id and in this suituation, we need to lock some other resources than self.id06:26
asalkeldKanagarajM: so on what basis?06:28
asalkeldresource name?06:28
KanagarajMasalkeld: no, with resource.id06:28
asalkeldok so the current code is fine, just need additional helperss06:29
KanagarajMyes.06:29
KanagarajMit is an added functionality.06:30
sirushtiKanagarajM, are you suggesting we lock some other resource?06:31
sirushtithan the one that is currently being worked on?06:32
KanagarajMsirushti: yes, until onther resource get updates, currrent one would wait06:33
KanagarajMor let us see other option available as well06:33
*** pm90_ has quit IRC06:34
sirushtiI 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
KanagarajMits only db operations06:37
KanagarajMas those dependent db records to be updated.06:37
*** sabeen has quit IRC06:38
KanagarajMwe should see how are doing while populating the replaces and replaced_by acorss the depenedent resources06:38
KanagarajMmay we could use that logic here.06:38
*** inc0 has joined #heat06:40
*** tlashchova__ has quit IRC06:41
*** e0ne_ has quit IRC06:42
*** e0ne has joined #heat06:45
*** e0ne is now known as e0ne_06:46
KanagarajMasalkeld, sirushti: make replacement do not use lock.06:46
KanagarajMwhere dependent resources are getting updated.06:48
*** jprovazn has joined #heat06:54
*** e0ne_ has quit IRC06:55
*** gcivitella has joined #heat06:56
*** sorantis has joined #heat06:56
*** elynn__ has joined #heat06:58
stevebakermeeting time07:00
*** coolsvap has quit IRC07:01
*** elynn_ has quit IRC07:02
*** slagle_ has joined #heat07:02
stevebakershardy: ping07:02
*** rsacharya has joined #heat07:03
*** slagle has quit IRC07:05
*** rsacharya has joined #heat07:06
*** coolsvap has joined #heat07:10
*** coolsvap is now known as coolsvap|away07:11
*** coolsvap|away is now known as coolsvap07:12
*** sthillma has quit IRC07:13
*** jtomasek has quit IRC07:15
*** coolsvap is now known as coolsvap|away07:15
*** coolsvap|away is now known as coolsvap07:18
*** rsacharya has quit IRC07:23
openstackgerrithuangtianhua proposed openstack/heat: Support glance image sharing with projects  https://review.openstack.org/19497107:28
*** shardy has quit IRC07:28
*** shardy has joined #heat07:29
*** ricolin has quit IRC07:30
*** ricolin has joined #heat07:32
shardystevebaker: pong, morning!07:35
stevebakershardy: just in time to discuss your agenda item07:36
shardystevebaker: Ah, great - there's a chance I won't make it to the meeting later to syncing up now would be good07:36
shardystevebaker: I'm working on adding str_split to a liberty hot version07:36
stevebakershardy: meeting is now07:37
shardyand it occured to me that Fn::Select may be redundant now with path based attr/param?07:37
shardystevebaker: doh, I thought it was 2000!07:37
* shardy joins07:37
openstackgerritEthan Lynn proposed openstack/heat: Fix heat-db-setup error on rhel7.1  https://review.openstack.org/19497307:46
*** jfluhmann has joined #heat07:48
openstackgerritMerged openstack/heat-specs: Add a str_split intrinsic function  https://review.openstack.org/19417108:01
asalkeldstevebaker: there are heaps of options to stack_create08:01
inc0so stevebaker , single arguments are generally simble08:01
inc0but amount of these can vary08:01
*** kairat_kushaev1 has joined #heat08:02
inc0when we'll get convergence running, our RPC usage will go up08:02
stevebakerdef create_stack(self, ctxt, stack_name, template, params, files, args):08:03
KanagarajMskraynev: not sure, whether you got my msg in #openstack-meeting: wanted to learn on the project-config :) kindly. don't mind.08:03
inc0so we can potentially call Stack create from API, this will trigger a number of enginte-engine resource creation RPC calls08:03
inc0in VO we'd for example be able to mess with params08:03
inc0which in fact is blob of json08:03
inc0and that might get version incompatible08:04
asalkeldinc0: more benefit from doing that with the options08:04
asalkeldnot sure about going into the parameters/environment08:04
asalkeldbut who knows08:05
inc0all I'm saying is that we'll get that possibility08:05
asalkeldinc0: sure08:05
inc0VO is not just about call schema08:05
inc0we get method hooks for custom logic, and that's probaly even more valuable08:06
stevebakersure, but it is added complexity, and we need to evaluate whether that will be worth it08:06
inc0yeah, we're simplier than nova08:06
inc0and we don't have compute agents, hence no conductor and less RPC alltogether08:06
inc0but convergence will change this a bit08:07
* asalkeld needs to head off08:07
*** derekh has joined #heat08:07
* KanagarajM lunch break08:08
inc0stevebaker, it's hard to evaluate real usefullnes of RPC vo now, before we're really done with convergence08:08
inc0but at the same time, in case it might actually get useful, it's good to start using VO right away08:09
stevebakerinc0: maybe, lets pick up the topic again when zaneb is back08:10
stevebakerI'm going to retire for the evening, later al08:10
stevebakerl08:10
inc0sure, cya around08:10
KanagarajMasalkeld, 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 much08:11
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493708:11
skraynevtspatzier: could you take a look https://review.openstack.org/194208, looks like you added it  :)08:12
tspatzierskraynev: let me check ...08:12
*** yassine_ has joined #heat08:14
tspatzierskraynev: done.08:14
skraynevtspatzier: awesome! thank you :)08:15
tspatziernp, 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 ago08:16
*** Yanyanhu has joined #heat08:25
*** Yanyan has quit IRC08:25
*** openstack has quit IRC08:25
*** openstack has joined #heat08:27
*** BManojlovic has joined #heat08:27
*** jcoufal has joined #heat08:31
*** elynn__ has quit IRC08:32
*** elynn has joined #heat08:32
openstackgerritMerged openstack/heat-specs: Add heat template-version-list command to cmd  https://review.openstack.org/18835108:33
*** e0ne is now known as e0ne_08:34
shardyskraynev: Hey I left a comment on https://review.openstack.org/#/c/189754/08:35
shardyskraynev: am I missing something, or is the class wrong?08:35
shardyI'm confused as the tests seem to think it's OK..08:35
* shardy may just need more coffee08:35
*** e0ne_ has quit IRC08:39
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493708:39
*** e0ne has joined #heat08:40
skraynevshardy: no! you are totally right! it was the last patch in series and I missed it :(08:40
skraynevshardy: thank you that catch it.08:41
* skraynev scratching his head... how then it pass the tests.08:41
*** ifarkas has joined #heat08:42
shardyskraynev: ah, cool I was checking and double checking and couldn't see MyStackResource anywhere ;)08:43
*** e0ne has quit IRC08:45
openstackgerritMerged openstack/heat: Coverage: Removed unreachable code from heat engine  https://review.openstack.org/19420808:49
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493708:51
openstackgerritAngus Salkeld proposed openstack/heat: Manually sync functional test requirements  https://review.openstack.org/19487308:52
openstackgerritSergey Kraynev proposed openstack/heat: Move internal test resources to generic_resource  https://review.openstack.org/18975408:55
sirushtiasalkeld, if you're still around, could you -2 https://review.openstack.org/#/c/193269/, it seems to have got accidentally reviewed08:57
shardysirushti: If you own it you can WIP it yourself I think08:58
shardyI can -2 if if you want something persistent08:58
sirushtishardy, I can WIP it, but the WIP goes away after a rebase08:59
shardysirushti: OK I've -2'd it, feel free to ping me if you need that removed09:00
sirushtishardy, 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 IRC09:01
*** inc0 has joined #heat09:01
openstackgerrityalei wang proposed openstack/heat: Add port_security_enabled for Neutron  https://review.openstack.org/17998909:05
*** inc0 has quit IRC09:06
*** inc0 has joined #heat09:07
*** Marga_ has quit IRC09:08
*** Marga_ has joined #heat09:11
*** prazumovsky has joined #heat09:14
prazumovskyhi, stevebaker!09:15
prazumovskyYou asked about new session client and old servers09:15
*** noa_koffman has joined #heat09:16
*** boris-42 has quit IRC09:22
*** inc0 has quit IRC09:22
*** multi_io has quit IRC09:22
*** inc0 has joined #heat09:23
*** inc0 has quit IRC09:26
*** inc0 has joined #heat09:26
*** Marga_ has quit IRC09:27
*** multi_io has joined #heat09:27
*** jtomasek has joined #heat09:28
*** inc0 has quit IRC09:30
*** inc0_ has joined #heat09:30
*** elynn has quit IRC09:33
*** prazumovsky has quit IRC09:38
*** e0ne has joined #heat09:46
*** inc0_ has quit IRC09:47
*** pbrooko has joined #heat09:47
*** rakesh_hs_ has joined #heat09:47
*** Marga_ has joined #heat09:48
*** KanagarajM_ has joined #heat09:49
*** dims has joined #heat09:50
*** rakesh_hs has quit IRC09:50
*** KanagarajM_ has quit IRC09:52
openstackgerrithuangtianhua proposed openstack/heat: Correct volume restore behavior  https://review.openstack.org/18215209:52
openstackgerrithuangtianhua proposed openstack/heat: Support glance image sharing with projects  https://review.openstack.org/19497109:52
*** KanagarajM_ has joined #heat09:53
*** KanagarajM has quit IRC09:53
*** sorantis has quit IRC09:54
*** steveg_afk has joined #heat09:58
*** inc0 has joined #heat09:58
*** KanagarajM_ has quit IRC10:02
*** inc0 has quit IRC10:02
openstackgerritThomas Herve proposed openstack/heat: Add a new crypt method using cryptography  https://review.openstack.org/19501810:02
*** KanagarajM_ has joined #heat10:03
*** vijendar1 has joined #heat10:04
*** inc0 has joined #heat10:05
*** Marga_ has quit IRC10:05
*** vijendar has quit IRC10:06
*** Marga_ has joined #heat10:06
*** inc0_ has joined #heat10:12
*** vijendar1 has quit IRC10:13
*** vijendar has joined #heat10:13
*** inc0 has quit IRC10:15
*** Yanyanhu has quit IRC10:17
*** Qiming has quit IRC10:17
openstackgerritMerged openstack/heat: Manually sync functional test requirements  https://review.openstack.org/19487310:19
*** shardy has quit IRC10:20
*** sorantis has joined #heat10:26
*** Marga_ has quit IRC10:28
*** coolsvap is now known as coolsvap|away10:28
*** Marga_ has joined #heat10:28
*** yuanying has quit IRC10:29
openstackgerrityalei wang proposed openstack/heat: Add port_security_enabled for Neutron  https://review.openstack.org/17998910:34
*** rakesh_hs_ has quit IRC10:38
*** rakesh_hs has joined #heat10:39
*** tobe has quit IRC10:45
*** rakesh_hs has quit IRC10:49
*** rakesh_hs has joined #heat10:49
*** rakesh_hs has quit IRC10:54
*** KanagarajM_ has quit IRC11:12
openstackgerritVijendar Komalla proposed openstack/heat: Resource to add security group to port  https://review.openstack.org/19503611:13
*** Marga_ has quit IRC11:20
openstackgerritVijendar Komalla proposed openstack/heat: Resource to add security group to port  https://review.openstack.org/19503611:22
openstackgerritAngus Salkeld proposed openstack/heat: Move WritableLogger in-tree as it is deprecated in oslo_log  https://review.openstack.org/19159711:22
*** ishant has quit IRC11:29
*** jfluhmann has quit IRC11:31
openstackgerritKanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326911:31
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete  https://review.openstack.org/19495211:31
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460911:31
*** inc0_ is now known as inc0_|afk11:32
*** daneyon has joined #heat11:34
openstackgerritKanagaraj Manickam proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326911:43
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence: More fixes  https://review.openstack.org/19426611:43
openstackgerritKanagaraj Manickam proposed openstack/heat: Convergence rollback implementation  https://review.openstack.org/19165011:43
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: cleanup replaces on delete  https://review.openstack.org/19495211:43
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460911:43
openstackgerritKanagaraj Manickam proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393611:43
*** Qiming has joined #heat11:43
openstackgerritOleksii Chuprykov proposed openstack/heat: Add share network resource for manila  https://review.openstack.org/17586211:48
openstackgerritMerged openstack/heat: Convergence: No back-up template for stack create  https://review.openstack.org/19392611:53
*** alexpilotti has joined #heat11:56
*** sorantis has quit IRC11:57
*** vijayagurug has left #heat11:57
*** steveg_afk has quit IRC11:57
openstackgerritAnant Patil proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163112:00
*** sorantis has joined #heat12:00
openstackgerritAnant Patil proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393612:00
openstackgerritAnant Patil proposed openstack/heat: Convergence rollback implementation  https://review.openstack.org/19165012:02
d0ugalHow would I create a resource registry for this file? https://github.com/openstack/tripleo-heat-templates/blob/master/extraconfig/post_deploy/example.yaml12:11
d0ugalSo I can pass it with -e to heatclient12:12
openstackgerritKanagaraj Manickam proposed openstack/heat: Adds REST api for export action  https://review.openstack.org/19051812:12
openstackgerritKanagaraj Manickam proposed openstack/heat: Adds RPC api for export action  https://review.openstack.org/19051712:12
openstackgerritKanagaraj Manickam proposed openstack/heat: Split abandon into pre-abandon(export) and abandon  https://review.openstack.org/18188012:12
openstackgerritKanagaraj Manickam proposed openstack/heat: Updates RPC abandon API with is_forced=False  https://review.openstack.org/19505312:12
*** spzala has joined #heat12:12
*** lkarm has joined #heat12:17
*** inc0_|afk is now known as inc012:21
*** sdake_ has joined #heat12:21
openstackgerritVijendar Komalla proposed openstack/heat: Resource to add security group to port  https://review.openstack.org/19503612:21
*** sdake has quit IRC12:22
*** sasukeh has joined #heat12:25
*** LiJiansheng has quit IRC12:26
openstackgerritOleksii Chuprykov proposed openstack/heat: Add template-version-list  https://review.openstack.org/19266812:27
openstackgerritOleksii Chuprykov proposed openstack/heat: Add template-function-list  https://review.openstack.org/19505512:27
therveintegration tests are failing with a weird install error12:28
therveIf anyone has an idea why that's starting to fail now, he's welcome12:28
openstackgerritMerged openstack/heat: Produce more meaningful exception messages in nested stacks  https://review.openstack.org/18822812:29
*** sorantis has quit IRC12:30
openstackgerritwuyicang proposed openstack/heat: Add heat resource for cinder backup.  https://review.openstack.org/19505612:33
*** jruano has joined #heat12:33
*** ttx has joined #heat12:34
*** packet has joined #heat12:34
ttxstevebaker: asalkeld: The two last reviews merged, I'll tag liberty-1 for heat now unless you scream12:34
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493712:38
openstackgerritAnant Patil proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163112:38
openstackgerritAnant Patil proposed openstack/heat: Convergence rollback implementation  https://review.openstack.org/19165012:38
openstackgerritAnant Patil proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393612:38
ttxalright, tag on its way12:39
*** hdd has joined #heat12:39
*** inc0 has quit IRC12:39
*** pbrooko has quit IRC12:44
*** sasukeh_ has joined #heat12:45
*** sasukeh has quit IRC12:45
*** sorantis has joined #heat12:46
*** ananta_ has quit IRC12:48
*** ttx has left #heat12:49
*** EmilienM is now known as EmilienM|off12:50
*** pbrooko has joined #heat12:51
*** tochi has quit IRC12:52
openstackgerritOleksii Chuprykov proposed openstack/heat-specs: Add heat template-function-list command  https://review.openstack.org/18836412:54
openstackgerritVijendar Komalla proposed openstack/heat: Resource to add security group to port  https://review.openstack.org/19503612:54
*** gcivitella_ has joined #heat12:56
*** gcivitella has quit IRC12:56
*** Marga_ has joined #heat12:57
openstackgerrityalei wang proposed openstack/heat: Add port_security_enabled for Neutron  https://review.openstack.org/17998912:58
*** gcivitella_ is now known as gcivitella12:58
*** jprovazn has quit IRC13:02
*** gcivitella has quit IRC13:03
*** gcivitella_ has joined #heat13:03
openstackgerritKairat Kushaev proposed openstack/heat: Add memcache backend for dogpile cache  https://review.openstack.org/18599813:07
openstackgerritKairat Kushaev proposed openstack/heat: Add dogpile cache core and turn on caching  https://review.openstack.org/18599913:07
openstackgerritKairat Kushaev proposed openstack/heat: [WIP!!] Enable caching for validation constraints  https://review.openstack.org/19506913:07
*** jruano has quit IRC13:07
openstackgerritTetiana Lashchova proposed openstack/python-heatclient: Add support for template-function-list command  https://review.openstack.org/19507013:09
*** pm90_ has joined #heat13:11
*** jruano has joined #heat13:16
*** pm90_ has quit IRC13:16
*** pm90_ has joined #heat13:17
*** pbrooko has quit IRC13:17
*** achanda has joined #heat13:20
*** jaime49 has joined #heat13:21
*** hdd has quit IRC13:24
*** jasond has joined #heat13:25
*** sorantis has quit IRC13:28
*** tonisbones has joined #heat13:29
*** Marga_ has quit IRC13:29
*** Marga_ has joined #heat13:30
*** e0ne is now known as e0ne_13:33
*** rpothier has joined #heat13:34
*** e0ne_ is now known as e0ne13:37
*** jprovazn has joined #heat13:40
*** shardy has joined #heat13:41
*** pm90_ has quit IRC13:41
*** pm90_ has joined #heat13:43
*** shardy has quit IRC13:47
*** shardy has joined #heat13:47
openstackgerrityalei wang proposed openstack/heat: Add port_security_enabled for Neutron  https://review.openstack.org/17998913:48
*** hdd has joined #heat13:52
*** shadower has joined #heat13:53
*** dyasny has joined #heat14:00
*** dims has quit IRC14:02
*** jaime49 has quit IRC14:02
*** dims has joined #heat14:03
*** vijayagurug has joined #heat14:06
*** vijayagurug has left #heat14:08
*** logan2 has quit IRC14:08
*** Qiming has quit IRC14:12
*** pm90_ has quit IRC14:17
*** blomquisg has quit IRC14:18
*** blomquisg has joined #heat14:21
*** jaime49 has joined #heat14:27
*** achanda has quit IRC14:27
*** jaime49 has quit IRC14:27
*** jaime49 has joined #heat14:27
openstackgerritRakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption  https://review.openstack.org/19510314:28
openstackgerritRakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption  https://review.openstack.org/19510314:30
*** logan2 has joined #heat14:31
openstackgerritKairat Kushaev proposed openstack/heat: [WIP!!] Enable caching for validation constraints  https://review.openstack.org/19506914:31
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19510814:38
*** Marga_ has quit IRC14:40
*** Qiming has joined #heat14:40
*** Marga_ has joined #heat14:42
*** sasukeh_ has quit IRC14:43
*** sasukeh has joined #heat14:44
*** achanda has joined #heat14:45
*** e0ne is now known as e0ne_14:47
*** e0ne_ is now known as e0ne14:48
*** Marga_ has quit IRC14:48
*** Marga_ has joined #heat14:54
openstackgerritAlexandr Nedopekin proposed openstack/heat: Update logging according oslo.i18n recommendations  https://review.openstack.org/19512914:54
*** sdake_ is now known as sdake14:58
*** Marga_ has quit IRC15:00
*** Marga_ has joined #heat15:01
*** Marga_ has quit IRC15:01
*** blomquisg has quit IRC15:01
*** Marga_ has joined #heat15:01
*** spzala has quit IRC15:01
*** daneyon_ has joined #heat15:03
*** rwsu has joined #heat15:04
*** thedodd has joined #heat15:04
*** pm90_ has joined #heat15:05
*** BManojlovic has quit IRC15:05
*** daneyon has quit IRC15:06
*** logan2 has quit IRC15:07
*** blomquisg has joined #heat15:15
openstackgerritAnant Patil proposed openstack/heat: Convergence: Handle resource failure  https://review.openstack.org/19493715:16
*** tshtilma has quit IRC15:16
openstackgerritAnant Patil proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163115:17
*** rwsu has quit IRC15:17
*** rwsu has joined #heat15:17
*** pm90__ has joined #heat15:18
*** logan2 has joined #heat15:18
*** Drago has joined #heat15:19
*** Drago has quit IRC15:20
*** Drago has joined #heat15:20
*** pm90__ has quit IRC15:20
*** pm90__ has joined #heat15:21
*** pm90_ has quit IRC15:22
*** spzala has joined #heat15:24
*** spzala_ has joined #heat15:25
*** achanda_ has joined #heat15:27
*** spzala has quit IRC15:29
*** spzala_ is now known as spzala15:29
*** achanda has quit IRC15:29
*** EricGonczer_ has joined #heat15:31
*** achanda_ has quit IRC15:32
*** ifarkas has quit IRC15:32
thervejasond, Hi, around?15:34
openstackgerritAnant Patil proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163115:34
jasondtherve: hey15:34
thervejasond, Wanted to chat about db_encrypt_parameters_and_properties15:35
jasondtherve: okay15:35
thervejasond, Does it do anything on properties?15:35
jasondtherve: properties data15:35
openstackgerritAnant Patil proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393615:35
thervejasond, That's implicit with the stack loading?15:35
jasondtherve: not sure what you mean15:36
thervejasond, I don't see anything in the code management properties data encryption15:36
therves/management/managing15:37
jasondtherve: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L109615:38
jasondhttps://github.com/openstack/heat/blob/master/heat/engine/resource.py#L113815:38
thervejasond, I'm talking about db_encrypt_parameters_and_properties though15:38
jasondtherve: ah15:38
*** logan2 has quit IRC15:39
jasondtherve: you're right, i omitted that.  will submit a bug fix15:39
*** sasukeh has quit IRC15:39
therveCool, makes sense :)15:39
jasondtherve: thanks for letting me know15:40
*** e0ne is now known as e0ne_15:40
thervejasond, I'm also wondering if you're interested to have a method to upgrade the encrypt mechanism15:40
therveie if you have data in the db using the old heat_decrypt method15:40
jasondtherve: i'm not familiar with that method.  was it deprecated/removed?15:41
thervejasond, Well it's still supported if you have data encrypted using it15:42
therveWe won't use it to encrypt new data15:42
therveBut I'm about to introduce another method, so that might be relevant15:42
jasondtherve: that sounds reasonable.  not sure when i'd have a chance to work on it though15:42
therveNo worries, I'll try to find some time myself15:43
*** e0ne_ is now known as e0ne15:45
*** sasukeh has joined #heat15:46
*** sasukeh has quit IRC15:46
*** shardy has quit IRC15:48
*** shardy has joined #heat15:48
*** spzala_ has joined #heat15:54
openstackgerritAnant Patil proposed openstack/heat: convergence concurrent workflow  https://review.openstack.org/19163115:55
openstackgerritAnant Patil proposed openstack/heat: Convergence rollback implementation  https://review.openstack.org/19165015:55
openstackgerritAnant Patil proposed openstack/heat: convergence: use the correct template when updating the resource  https://review.openstack.org/19393615:55
*** spzala__ has joined #heat15:55
*** spzala has quit IRC15:55
*** spzala__ is now known as spzala15:56
*** shardy has quit IRC15:58
*** spzala_ has quit IRC15:59
*** spzala has quit IRC16:01
*** gcivitella_ has quit IRC16:02
*** spzala has joined #heat16:04
*** sthillma has joined #heat16:11
*** hdd has quit IRC16:14
*** Qiming has quit IRC16:16
*** kebray has joined #heat16:17
*** hdd has joined #heat16:22
openstackgerritAlexandr Nedopekin proposed openstack/heat: Update logging according oslo.i18n recommendations  https://review.openstack.org/19512916:25
*** jcoufal has quit IRC16:26
*** tshtilma has joined #heat16:27
*** spzala has quit IRC16:31
*** sparr has quit IRC16:36
*** sparr has joined #heat16:36
*** kebray has quit IRC16:38
*** jaime49 has quit IRC16:43
*** sabeen has joined #heat16:46
*** sasukeh has joined #heat16:47
*** jtomasek has quit IRC16:49
*** dyasny has quit IRC16:50
*** sasukeh has quit IRC16:52
*** achanda has joined #heat16:52
*** dontalton has joined #heat16:52
*** kebray has joined #heat16:53
*** daneyon_ has quit IRC16:53
*** daneyon has joined #heat16:53
*** lsmola has quit IRC16:53
*** derekh has quit IRC16:55
*** achanda has quit IRC17:03
*** kebray has quit IRC17:04
*** tspatzier has quit IRC17:08
*** e0ne has quit IRC17:16
*** aweiteka has joined #heat17:29
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat: WIP Register all objects  https://review.openstack.org/19018317:29
*** steveg_afk has joined #heat17:36
*** openstackgerrit has quit IRC17:38
*** openstackgerrit has joined #heat17:38
*** jprovazn has quit IRC17:45
*** sasukeh has joined #heat17:48
*** aweiteka has quit IRC17:50
*** yassine_ has quit IRC17:51
*** sasukeh has quit IRC17:53
*** achanda has joined #heat17:56
*** thedodd has quit IRC17:59
*** spzala has joined #heat18:00
*** logan2 has joined #heat18:00
*** harlowja has quit IRC18:00
*** e0ne has joined #heat18:01
*** harlowja has joined #heat18:04
*** e0ne has quit IRC18:08
*** jaime49 has joined #heat18:17
*** jaime49 has quit IRC18:17
*** jaime49 has joined #heat18:17
*** boris-42 has joined #heat18:18
*** achanda has quit IRC18:27
*** achanda has joined #heat18:28
*** kebray has joined #heat18:28
*** kebray has quit IRC18:31
*** achanda has quit IRC18:33
*** thedodd has joined #heat18:33
*** metral has quit IRC18:33
larsksIs it possible to parameterize resouce names in heat (like name-%d)?18:34
*** tshtilma has quit IRC18:36
*** achanda has joined #heat18:40
*** logan2 has quit IRC18:46
*** spzala has quit IRC18:47
*** saurabhs has joined #heat18:56
*** metral_zzz has joined #heat19:03
*** metral_zzz is now known as metral19:03
*** steveg_afk has quit IRC19:07
*** jaime49 has quit IRC19:09
*** jaime49 has joined #heat19:11
*** harlowja has quit IRC19:15
*** harlowja has joined #heat19:15
*** Marga_ has quit IRC19:21
*** achanda has quit IRC19:23
*** spzala has joined #heat19:24
*** alexpilotti has quit IRC19:26
*** jtomasek has joined #heat19:27
*** dsneddon is now known as dsneddon_biab19:29
*** Marga_ has joined #heat19:31
*** e0ne has joined #heat19:33
*** Marga_ has quit IRC19:34
*** Marga_ has joined #heat19:34
*** dsneddon_biab is now known as dsneddon19:40
*** Marga_ has quit IRC19:46
*** sasukeh has joined #heat19:49
*** packet has quit IRC19:53
*** sasukeh has quit IRC19:54
*** Marga_ has joined #heat19:55
*** rpothier has quit IRC19:59
*** Marga_ has quit IRC20:00
*** Marga_ has joined #heat20:02
stevebakerlarsks: yes, take a look at this https://review.openstack.org/#/c/191726/20:02
*** e0ne has quit IRC20:06
*** saurabhs has quit IRC20:06
*** daneyon has quit IRC20:06
*** daneyon has joined #heat20:08
*** jaime49 has quit IRC20:08
larsksstevebaker: thanks.  Giving that a shot...20:11
*** hdd has quit IRC20:15
*** jaime49 has joined #heat20:15
*** harlowja has quit IRC20:18
*** harlowja has joined #heat20:18
larsksstevebaker: worked a treat, thanks.20:18
*** jtomasek has quit IRC20:22
*** hdd has joined #heat20:28
*** daneyon has quit IRC20:33
*** jfluhmann has joined #heat20:35
*** blomquisg has quit IRC20:36
*** sthillma has quit IRC20:38
*** sthillma has joined #heat20:38
*** sthillma has quit IRC20:52
stevebakerlarsks: np20:53
*** steveg_afk has joined #heat20:54
*** sthillma has joined #heat20:57
*** jaime49 has quit IRC20:58
*** jruano has quit IRC20:59
*** jruano has joined #heat21:01
*** jruano has quit IRC21:02
*** hdd has quit IRC21:23
*** morganfainberg is now known as ayspryn21:24
*** ayspryn is now known as morganfainberg21:24
openstackgerritJason Dunsmore proposed openstack/heat: Add properties_data encryption to heat-manage  https://review.openstack.org/19532521:27
*** hdd has joined #heat21:27
*** alexpilotti has joined #heat21:30
*** jasond has quit IRC21:32
*** pm90_ has joined #heat21:34
*** pm90_ has quit IRC21:35
*** pm90__ has quit IRC21:37
*** steveg_afk has quit IRC21:39
*** alexpilotti has quit IRC21:40
*** alexpilotti has joined #heat21:42
asalkeldmorning21:47
*** sasukeh has joined #heat21:51
*** sdake_ has joined #heat21:55
*** sasukeh has quit IRC21:55
*** EricGonczer_ has quit IRC21:58
*** sdake has quit IRC21:59
*** pm90_ has joined #heat22:08
*** pm90_ has quit IRC22:09
*** pm90_ has joined #heat22:09
*** jasond has joined #heat22:15
*** alexpilotti has quit IRC22:19
*** jasond has quit IRC22:21
*** thedodd has quit IRC22:21
*** jruano has joined #heat22:27
*** dsneddon has quit IRC22:40
*** jruano has quit IRC22:40
*** dsneddon has joined #heat22:42
openstackgerritMerged openstack/heat-specs: Uniform Resource Signals  https://review.openstack.org/18038722:44
*** lkarm has quit IRC22:55
*** Drago has quit IRC22:59
*** pm90_ has quit IRC23:09
*** pm90_ has joined #heat23:11
openstackgerritMerged openstack/heat: Move WritableLogger in-tree as it is deprecated in oslo_log  https://review.openstack.org/19159723:14
*** jaime49 has joined #heat23:22
*** Marga_ has quit IRC23:30
*** spzala has quit IRC23:35
*** pm90_ has quit IRC23:37
*** tochi has joined #heat23:39
*** sdake_ has quit IRC23:40
*** sthillma has quit IRC23:41
*** sthillma has joined #heat23:42
openstackgerritMerged openstack/heat: Fix heat-db-setup error on rhel7.1  https://review.openstack.org/19497323:50
openstackgerritMerged openstack/heat: Coverage: Full coverage for engine plugin manager  https://review.openstack.org/19302623:50
*** sasukeh has joined #heat23:52
openstackgerritMerged openstack/python-heatclient: Fixed VerifyAll() when test case does ReplayAll()  https://review.openstack.org/18984223:56
*** sasukeh has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!