Tuesday, 2014-12-02

*** sarob has quit IRC00:00
*** wpf1 has quit IRC00:04
*** dims has quit IRC00:06
*** Qiming has quit IRC00:06
*** sarob has joined #heat00:07
*** andersonvom has quit IRC00:12
*** wpf1 has joined #heat00:15
*** hdd has quit IRC00:15
*** julienvey has quit IRC00:17
*** EricGonczer_ has quit IRC00:18
asalkeldbrb, short errand00:30
*** Putns has quit IRC00:30
*** ygoto has joined #heat00:34
*** Marga_ has quit IRC00:45
*** Marga_ has joined #heat00:46
sdakeasalkeld around?00:47
*** tellesnobrega__ has quit IRC00:47
*** dims has joined #heat00:48
*** pfreund has quit IRC00:49
*** dims_ has joined #heat00:50
*** pfreund has joined #heat00:51
*** Marga_ has quit IRC00:52
*** Marga_ has joined #heat00:52
*** pm90_ has quit IRC00:52
*** pm90_ has joined #heat00:53
*** dims has quit IRC00:54
*** tellesnobrega__ has joined #heat00:54
*** pm90_ has quit IRC00:57
*** Qiming has joined #heat01:02
*** sarob has quit IRC01:05
*** sarob has joined #heat01:08
*** sarob has quit IRC01:08
*** dims_ has quit IRC01:14
*** zhiwei has joined #heat01:14
*** hdd has joined #heat01:16
*** mc__ has joined #heat01:18
*** bhavishkhatri has joined #heat01:25
asalkeldhi sdake sup01:26
sdakeMANIFEST.in is not isntalling my alembic files01:26
sdakeany tips?01:26
asalkeld__init__.py ?01:27
sdakeit was missing but that didnt fix it01:28
*** julienvey has joined #heat01:28
asalkeldhttps://github.com/stackforge/solum/blob/master/solum/objects/sqlalchemy/migration/alembic.ini#L501:29
sdakenow my versions dir is installed yay but still no ini01:29
sdakethe file is not installed by manifest.in01:29
asalkeldhttps://github.com/stackforge/solum/blob/master/MANIFEST.in#L601:30
sdakei got that01:30
sdakehttp://paste.fedoraproject.org/155682/8381514101:30
sdakewhat makes manifest.in do its thing?01:30
*** kebray has quit IRC01:30
asalkeldpip install01:31
asalkeldafaik01:31
sdakesudo yum ./setup.py install wont do it?01:31
asalkeldlol01:31
asalkeldwhat's yum got to do with it?01:31
sdakesudo python ./setup.py install01:31
sdakellong day :(01:31
asalkeldif you are developing you should use "sudo pip install -e ."01:32
sdakeour setup.py is the name, solum installs magnum does not01:32
*** julienvey has quit IRC01:32
sdakecool that did it01:32
sdakethanks !01:32
asalkeldnp01:32
asalkeld-e is nice  cos' you can edit python files in place and not have to reinstall again01:33
*** spzala has quit IRC01:33
sdakewhat does -e do?01:33
asalkeldbut you do if you edit setup.*01:33
asalkeldedit mode01:33
asalkeldmakes a link back to you dev directory01:34
asalkeld(only install a link not the python files)01:34
*** EricGonczer_ has joined #heat01:35
openstackgerrithuangtianhua proposed openstack/heat: Support cinder volume retype  https://review.openstack.org/13750901:36
*** hdd has quit IRC01:36
*** tomek_adamczewsk has joined #heat01:37
huangtianhuaasalkeld: would you please https://review.openstack.org/#/c/132625/ and https://review.openstack.org/#/c/132627/, thx:)01:38
*** kopparam has joined #heat01:40
*** tellesnobrega__ has quit IRC01:42
*** tellesnobrega__ has joined #heat01:44
*** EricGonczer_ has quit IRC01:44
openstackgerrithuangtianhua proposed openstack/heat: Make 'admin_pass' updatable for nova server  https://review.openstack.org/13773001:45
*** kitch_ has quit IRC01:49
*** dims has joined #heat01:50
openstackgerrithuangtianhua proposed openstack/heat: Take admin password for server rebuild  https://review.openstack.org/13774601:53
*** Marga_ has quit IRC01:58
asalkeldhuangtianhua, are you not concerned about not calling the super() validate?01:58
asalkeldso if you are using a resource (not knowing it is a template resource) won't the properties validate give a more obvious error?01:59
huangtianhuaasalkeld: have a look02:01
*** nosnos has joined #heat02:02
*** tomek_adamczewsk has quit IRC02:03
*** tomek_adamczewsk has joined #heat02:03
openstackgerritMerged openstack/heat-specs: Implement 'InstanceId' for LaunchConfiguration  https://review.openstack.org/13262702:05
asalkeldhuangtianhua, ^ approved02:06
huangtianhuaasalkeld: thanks, and the patch has proposed :) https://review.openstack.org/#/c/133401/02:07
*** Yanyanhu has joined #heat02:07
asalkeldhuangtianhua, are you really using this stuff?02:08
asalkeldall these aws resources?02:08
asalkeldor is this just a general attempt to improve compatiblity02:09
*** tellesnobrega__ has quit IRC02:09
huangtianhuaasalkeld: the second:)02:09
asalkeldk02:10
*** xxj has joined #heat02:10
*** kopparam has quit IRC02:10
xxjhi, I'm here02:10
*** serg_melikyan has joined #heat02:10
asalkeldme too xxj02:11
asalkeld;)02:11
xxj:)02:11
QimingI'm not here, ;)02:11
*** ccrouch has quit IRC02:13
asalkeldhuangtianhua, this modifying the resource snippet is a bit iky: https://review.openstack.org/#/c/133401/8/heat/engine/resources/aws/launch_config.py02:13
asalkeldhuangtianhua, and then that gets stored02:14
*** tomek_adamczewsk has quit IRC02:14
*** xxj has quit IRC02:14
*** tomek_adamczewsk has joined #heat02:14
asalkeldshouldn't that be ephemeral02:14
*** bhavishkhatri has quit IRC02:15
*** serg_melikyan has quit IRC02:15
*** tellesnobrega__ has joined #heat02:16
huangtianhuaasalkeld: IMO, it should be stored, then if to create autoscaling group from this lc, and the properties is correct02:17
sdakeasalkeld why wouldn't my upgrade be creating tables?02:17
*** ccrouch has joined #heat02:17
sdake    op.create_table(02:17
sdake        'bay',02:17
*** ccrouch has quit IRC02:18
asalkeldsdake, er you are not running the migrate?02:19
sdakemagnum-db-manage upgrade should do itr02:20
sdakeits doing something for sure02:20
sdakebut not running the code i have for the upgrade02:20
asalkeldhuangtianhua, but isn't it always derived from the template and properties02:20
asalkeldsdake, look at the migrate version in the db02:21
asalkeldif you are continually editing it, you need to go back one rev, then forward again02:21
sdakeya i got that part, to drop the db02:22
sdakei just copied solum pretty much for that code02:22
sdakebut it looks like the #'s are autogenerated02:22
*** blomquisg has quit IRC02:22
asalkeldsdake, is there any code i can see?02:22
*** apporc has joined #heat02:23
sdakeyup moment i'll push up a review02:23
asalkeldsdake, so you working on magnum now?02:23
sdaketo fight off the boredom02:23
*** ygoto has quit IRC02:23
asalkeldkollo that boring is it?02:23
sdakepretty much I've but c&p solum because I like the arch02:23
asalkeld;)02:23
sdakekolla good but need m0ar02:24
*** hondak has quit IRC02:24
*** erkules_ has joined #heat02:25
asalkeldsdake, ... review ...02:26
sdakeworking on it02:26
*** tomek_adamczewsk has quit IRC02:26
*** tomek_adamczewsk has joined #heat02:26
*** serg_melikyan has joined #heat02:27
*** EricGonczer_ has joined #heat02:27
*** erkules has quit IRC02:28
sdakehttps://review.openstack.org/#/c/138227/02:28
asalkeldwhat do you want?02:29
asalkeldcommand and result02:29
sdakeI want migrate-db-magnum to make a bay, continaer, pod, and service table02:30
sdakenothign too fancy02:30
asalkeldk02:31
*** serg_melikyan has quit IRC02:31
huangtianhuaasalkeld: the patch didn't change the template of the lc resource, just to modify the properties of the lc, be not allow? or any good idea?02:31
*** serg_melikyan has joined #heat02:31
asalkeldhuangtianhua, not sure02:31
asalkeldjust seemed a bit odd02:31
asalkeldcan we do that in the get_{attr,resource}02:32
*** Arjun has joined #heat02:32
asalkeldinstead of create02:32
*** Arjun is now known as Guest9199702:32
asalkeldsdake, you are missing a file02:33
asalkelddb_manage02:33
sdakein the review?02:33
sdakesec02:33
asalkeld    from magnum.cmd.db_manage import main02:33
asalkeldImportError: No module named db_manage02:33
sdakehttps://review.openstack.org/13822702:34
*** Guest91997 has quit IRC02:34
*** serg_melikyan has quit IRC02:35
*** tomek_adamczews1 has joined #heat02:36
*** tomek_adamczewsk has quit IRC02:37
*** swygue has joined #heat02:37
*** aweiteka has joined #heat02:39
*** killer_prince is now known as lazy_prince02:40
*** dims has quit IRC02:42
*** serg_melikyan has joined #heat02:43
*** tomek_adamczews1 has quit IRC02:43
*** tomek_adamczewsk has joined #heat02:43
sdakeasalkeld did you get it to run ?02:43
asalkeldsdake, trying02:43
asalkeldit's not picking the config up02:43
sdakehttp://paste.fedoraproject.org/155689/1748821302:43
sdakemy db making02:43
sdakedid you pip install?02:44
sdakeyou need the manifest I think02:44
*** swygue has quit IRC02:44
asalkeldi am getting ValueError: There must be at least one plugin active.02:45
sdakeya I had that02:46
sdakeit was because all the files were not installed02:46
sdakehttps://review.openstack.org/13822702:47
sdakemissed alembic.ini I think02:47
asalkeldwrong path02:48
*** LiJiansheng has joined #heat02:50
sdakealembic.ini in wrong place?02:50
*** xxj has joined #heat02:50
asalkeldi'll fix02:50
*** dims has joined #heat02:51
*** dsneddon has quit IRC02:52
asalkeldsdake, do you need to create the db?02:55
sdakeyup I think so02:56
sdakeI pasted a db create script above02:56
*** bhavishkhatri has joined #heat02:56
sdakehttp://paste.fedoraproject.org/155689/1748821302:56
asalkeldfrom magnum.openstack.common import timeutils02:56
asalkeldImportError: cannot import name timeutils02:56
sdakeoh ya copy that from somewhere02:57
sdakesorry about that ;-)02:57
sdakeI think now its an official oslo lib02:57
sdakesorry rushedin review making02:57
asalkeldthe code should work now02:57
sdakeI've got a bunch of unrelated changes in there02:57
sdakehave a diff?02:58
*** swygue has joined #heat02:58
asalkeldno real change02:58
openstackgerrithuangtianhua proposed openstack/heat: Do static template validation for nested stacks  https://review.openstack.org/13262502:58
asalkeldi deleted your print'f02:58
asalkeldand config hack02:58
asalkeldsetup the config properly and it is trying to work02:59
sdakeyou should be able to upgrade follow by a downgrade without error02:59
asalkeldsure, you need the import error fixed02:59
sdakeyes but that patch sin't actually making the tables03:00
asalkeldo, ok03:00
sdakeso downgrade will fail I suspect03:00
sdakeif it works on your system then something on my system is busted03:00
asalkeldhttp://paste.fedoraproject.org/155693/48933414/03:02
sdakejust dropped my db and it works03:03
sdakesorry for the fuss03:03
*** achanda has joined #heat03:03
asalkeldhttp://paste.fedoraproject.org/155694/14174894/03:03
sdakemust have got bust somehow03:03
*** swygue has quit IRC03:07
*** aweiteka has quit IRC03:13
*** erkules_ is now known as erkules03:16
sdake        obj = handler.create_db(data.as_dict(objects.registry.Bay))03:24
sdakeasalkeld, how does that get the data into the bay registry?03:24
asalkeldwhere is that called from03:25
sdakewell it looks exactly like solum/ api/v1/sensors.py03:25
sdakeI'm just curious how it works03:25
sdakeI guess create_db does it03:25
sdakebut I don't get why as_dict(objects.registry.Bay) is needed03:26
asalkeldthere is not create_db03:26
asalkeldonly a create03:26
sdakeyou have creaTE03:26
*** serg_melikyan has quit IRC03:26
sdakesorry my code is a little different03:26
sdakeI want a create_amqp and create_db03:26
sdakewe have a thirdp rocess in magnum03:26
*** serg_melikyan has joined #heat03:27
sdakewhy not just data.as_dict()03:28
asalkeldsdake, i don't think you want that03:28
sdakewant which03:28
sdakethird process?03:28
asalkeldi'd suggest using nova versioned objects from the start03:28
asalkeldand just doing obj.save()03:28
sdakehave example?03:29
asalkeldnova and ironic03:29
sdakeI need the object to go to a service before going to the database03:29
sdakeit goes from rest api to backend to database03:29
asalkeldexactly what that is for03:29
sdakeon read, it goes from rest api from database03:29
asalkeldbackend ~= nova-conductor03:29
*** nosnos has quit IRC03:29
asalkeldhttps://github.com/openstack/ironic/tree/master/ironic/objects03:30
sdakewe actually have four processes for horizontaql scale, the fourth is a conductor03:31
asalkeldversioned objects are made to ease the pushing of objects across rpc03:32
sdakecool03:32
sdakei'll check into it then03:32
sdakesounds like you wihs you done that different in solum ;-)03:32
asalkeldsolum only really needed an api03:33
asalkeldthin wrapper03:33
asalkeldbut... - long story03:33
*** hdd has joined #heat03:33
*** serg_melikyan has quit IRC03:34
sdakeasalkeld where are the actual objects defined for ironic?03:34
asalkeldwhat do you mean "objects" - db schema?03:35
asalkeldhttps://github.com/openstack/ironic/tree/master/ironic/db03:35
asalkeldso there is the db schema and models under db/03:36
asalkeldand the higher level versioned objects under objects/03:36
asalkeldlike: https://github.com/openstack/ironic/blob/master/ironic/objects/chassis.py03:36
sdakehow does a rest api create that tho?03:37
*** EricGonczer_ has quit IRC03:38
*** EricGonczer_ has joined #heat03:39
sdakenm I see, just assumes all the args are good to go at the rest api03:40
asalkeldyeah and if the backend is newer it knows what to do03:40
asalkeldand if it is older it re-posts the request for a newer backed to process03:40
asalkeldhttps://github.com/openstack/nova/blob/master/nova/objects/instance.py#L21503:41
asalkeldyou can do custom stuff there ^03:41
asalkeldbut i understand it can figure most things out it's self03:42
asalkeldbrb lunch03:42
sdakelater thanks03:42
*** GonZo2K has quit IRC03:43
*** EricGonczer_ has quit IRC03:43
*** tomek_adamczewsk has quit IRC03:44
*** tomek_adamczewsk has joined #heat03:44
*** hdd has quit IRC03:48
*** EricGonczer_ has joined #heat03:52
*** lazy_prince has quit IRC03:52
*** ygoto has joined #heat03:53
cmystermorning03:58
*** rushiagr_away is now known as rushiagr03:58
*** kopparam has joined #heat03:59
*** EricGonczer_ has quit IRC04:00
*** kebray has joined #heat04:07
*** andersonvom has joined #heat04:11
*** tomek_adamczews1 has joined #heat04:12
*** tomek_adamczewsk has quit IRC04:12
*** tomek_adamczewsk has joined #heat04:14
sdakeasalkeld back from lunch?04:16
*** tomek_adamczews1 has quit IRC04:16
*** nosnos has joined #heat04:17
cmysterhey sdake, nice seeing you at these hours04:20
sdakecmyster I should be watching tv ;-)04:20
sdakebut when i'm coding i'm locked in until i ptfo04:20
cmysterI hear you04:21
*** achanda has quit IRC04:21
cmystersdake: I have a fail safe mechanism for that. I call it my wife04:21
cmysterhmmm latest updates include a firefox...04:21
*** ishant has joined #heat04:24
asalkeldhi sdake04:28
*** kopparam has quit IRC04:28
*** tellesnobrega__ has quit IRC04:29
asalkeldsdake, what irc chan is magnum04:29
*** andersonvom has quit IRC04:29
sdake#openstack-containers04:31
*** bhavishkhatri has quit IRC04:34
*** nkhare has joined #heat04:44
*** Marga_ has joined #heat04:47
*** killer_prince has joined #heat04:48
*** killer_prince is now known as lazy_prince04:48
*** kopparam has joined #heat04:54
*** Qiming_ has joined #heat04:54
*** Qiming has quit IRC04:57
*** kopparam has quit IRC04:59
*** kopparam has joined #heat04:59
*** Qiming__ has joined #heat05:02
*** Qiming_ has quit IRC05:04
*** bhavishkhatri has joined #heat05:05
*** mc__ has quit IRC05:10
*** andersonvom has joined #heat05:12
asalkeldoo, nearly fogot today is 2nd (bug cleanup day)05:12
*** unmeshg has joined #heat05:13
*** hdd has joined #heat05:15
asalkeldhere is  a good link:05:15
asalkeldhttps://bugs.launchpad.net/heat/+bugs?field.searchtext=&orderby=date_last_updated&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&f05:15
asalkeldield.structural_subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on05:15
asalkeldurg05:15
asalkeldmostly the ?field.searchtext=&orderby=date_last_updated05:16
*** mc__ has joined #heat05:17
*** lazy_prince is now known as killer_prince05:18
*** ckmvishnu has joined #heat05:22
cmysterasalkeld: or you can use that http://tinyurl.com/njlfrgd05:25
asalkeldphew, that05:25
asalkeldphew, that's better05:25
openstackgerritAngus Salkeld proposed openstack-dev/heat-cfnclient: Fix the standard port that is inferred from url scheme  https://review.openstack.org/13826005:32
*** sarob has joined #heat05:34
*** achanda has joined #heat05:36
*** achanda has quit IRC05:38
*** achanda has joined #heat05:39
*** sanjayu has joined #heat05:40
*** achanda has quit IRC05:43
*** achanda has joined #heat05:44
*** bhavishkhatri has quit IRC05:45
*** serg_melikyan has joined #heat05:53
asalkeldbug ninja today :-o06:03
*** sarob has quit IRC06:05
*** serg_melikyan has quit IRC06:06
*** Marga_ has quit IRC06:06
elynnHi asalkeld , do you have time to review https://review.openstack.org/#/c/136413/ and approve it?06:13
asalkeldlooking06:13
elynnthanks :)06:13
*** achanda has quit IRC06:14
asalkeldelynn, in future delete the "conflicts"06:14
asalkeldnot useful history06:14
*** achanda has joined #heat06:14
elynnok, I thought conflicts might help...06:15
*** hdd has quit IRC06:15
asalkeldbut it's a nit, approved06:15
elynnthanks , will remove conflicts if I do cherry-pick again.06:16
openstackgerritQiming Teng proposed openstack/heat: Make Heat ASG always do rolling_updates  https://review.openstack.org/13794506:17
Qiming__bravo!06:17
*** tomek_adamczewsk has quit IRC06:18
*** tomek_adamczewsk has joined #heat06:18
Qiming__Congrats to China code farmers! We can now do 'git review' directly without a proxy!06:18
*** achanda has quit IRC06:19
elynnQiming__, seems it's back to normal for a while.06:19
Qiming__ahh, just got to know that, after a long time spent on bypassing the damn firewall06:21
asalkeldguys, remember today is bug cleanup day06:22
asalkeldgo do some gardening on your/some old bugs06:22
Qiming__asalkeld, what is your long URL showing us?06:23
asalkeldjust sorted by inactivity06:23
asalkeldwe have lots of old bugs06:24
Qiming__so, 'cleanup' means either triage or invalidate them?06:24
asalkeldQiming__, yip06:26
asalkeldi have found quite a lot that have long since been fixed06:26
asalkeldand "in progress" bugs that have no progress06:27
asalkeldso just set them back to triaged06:27
asalkeldso someone else can look at them06:27
*** kopparam has quit IRC06:31
*** kopparam has joined #heat06:32
Qiming__asalkeld, is it okay to mark some as incomplete?06:32
asalkeldofcourse06:32
*** tomek_adamczewsk has quit IRC06:35
huangtianhuaasalkeld: https://review.openstack.org/#/c/132625/ has been changed according your comment, and other patch hope you to review https://review.openstack.org/#/c/135823/, thx06:40
asalkeldlooking huangtianhua06:40
openstackgerritEthan Lynn proposed openstack/heat: Catch v3 keystone unauthorized error when creating stack  https://review.openstack.org/13389606:41
*** Marga_ has joined #heat06:41
*** cmyster has quit IRC06:42
*** huangtianhua has quit IRC06:43
*** huangtianhua has joined #heat06:44
*** harlowja_ is now known as harlowja_away06:45
*** cmyster has joined #heat06:47
*** cmyster has quit IRC06:47
*** cmyster has joined #heat06:47
*** killer_prince has quit IRC06:47
*** lazy_prince has joined #heat06:47
*** cmyster has quit IRC06:49
*** ygoto has quit IRC06:50
asalkeldbbl06:52
*** sarob has joined #heat06:52
*** Qiming__ is now known as Qiming06:52
*** reed has quit IRC06:54
elynnHi Qiming , How is your multi-region work going?06:54
Qimingelynn, still testing the latest patch, steve baker has a good suggestion to create a RequestContext in the resource type06:55
QimingI am trying that but find it pretty tricky given the binding relationship between Context and Clients06:56
elynnHow do you setup a multi-region env? Using devstack?06:57
Qimingboth with devstack and icehouse release07:00
elynnBy using devstack, I also failed when setup region two....07:01
elynns/also/always07:02
Qimingahh, I see07:03
*** ygoto has joined #heat07:04
Qimingelynn, forwarding your question to Yanyan07:06
Yanyanhuhi, elynn, I have some experience about this07:06
YanyanhuI just installed two individual all-in-one devstack and then reconfigure one of them to be regionTwo07:06
Yanyanhumost work is about changing default regionname and default auth_url of those services you want to manage using single keystone07:08
elynnI saw that devstack support setup two region, that doesn't work?07:08
elynnI will hava a try in your way!07:09
YanyanhuI haven't tested the devstack way...07:10
YanyanhuI will have a try :)07:10
elynnWhen you install second openstack, you still using regionone for region name? After installed, then change it in  db?07:11
YanyanhuI installed the second devstack as regionOne by default. Then all its services will be re-registered to another devstack as regionTwo.07:12
YanyanhuI have a notes about how to setup regiontwo manually, I can share it with you07:14
elynnHmm...07:14
elynnYanyanhu, That would be so great!07:14
Yanyanhuactually we don't need touch db I guess07:14
Yanyanhuelynn, how can I do the sharing...07:14
QimingYanyanhu, you can try http://paste.openstack.org/07:16
Yanyanhuok07:16
Yanyanhulet me have a try07:17
elynnor ST :)07:17
Yanyanhuhere it is: http://paste.openstack.org/show/143285/07:19
elynnthanks Yanyanhu !07:21
*** k4n0 has joined #heat07:21
Yanyanhuelynn, np :)07:22
*** tspatzier has joined #heat07:25
*** serg_melikyan has joined #heat07:30
*** sarob has quit IRC07:32
*** sarob has joined #heat07:34
*** jprovazn has joined #heat07:34
*** sarob has quit IRC07:36
*** tomek_adamczewsk has joined #heat07:36
*** serg_mel_ has joined #heat07:40
*** serg_melikyan has quit IRC07:40
*** kopparam has quit IRC07:41
*** kopparam has joined #heat07:41
*** kopparam has quit IRC07:42
*** kopparam has joined #heat07:42
*** dkusidlo has joined #heat07:51
*** kopparam_ has joined #heat07:54
*** kopparam has quit IRC07:54
*** ygoto has quit IRC07:59
*** dkusidlo has quit IRC08:00
*** pas-ha has joined #heat08:01
*** serg_mel_ has quit IRC08:01
*** sorantis has joined #heat08:03
*** dkusidlo has joined #heat08:04
*** jtomasek has joined #heat08:05
*** cmyster has joined #heat08:09
*** cmyster has quit IRC08:09
*** cmyster has joined #heat08:09
*** jprovazn has quit IRC08:10
*** sorantis has quit IRC08:11
pas-hado we have bugs cleanup day today?08:13
*** kopparam_ has quit IRC08:13
pas-habtw morning all08:13
*** jprovazn has joined #heat08:16
*** jstrachan has joined #heat08:16
*** sorantis has joined #heat08:19
cmystermorning08:19
*** ccrouch has joined #heat08:20
cmysterpas-ha: asalkeld  > oo, nearly fogot today is 2nd (bug cleanup day)08:20
cmyster cmyster  > asalkeld: or you can use that http://tinyurl.com/njlfrgd08:20
*** nkhare has quit IRC08:21
*** nkhare has joined #heat08:21
pas-hagood idea is also to sort that by age https://bugs.launchpad.net/heat/+bugs?field.searchtext=&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_s08:22
pas-haubscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&orderby=datecreated&start=008:22
pas-haoops, formatting went wrong08:22
skraynevgood morning all08:24
*** ccrouch has quit IRC08:24
*** dkusidlo has quit IRC08:26
cmysterpas-ha: tiny url is your friend08:27
cmystermorning skraynev08:28
*** stannie has joined #heat08:28
pas-hayep, I know, lazy me :)08:28
skraynevhi cmyster08:28
cmyster:)08:28
*** julienvey has joined #heat08:28
* Qiming is traversing test cases to see if Bug 1259292 still affects Heat08:29
uvirtbotLaunchpad bug 1259292 in python-ceilometerclient "Some tests use assertEqual(observed, expected) , the argument order is wrong" [Low,In progress] https://launchpad.net/bugs/125929208:29
*** LiJiansheng has quit IRC08:39
*** nkhare has quit IRC08:40
*** kopparam has joined #heat08:41
*** jcoufal has joined #heat08:42
openstackgerritSergey Kraynev proposed openstack/heat: Small re-factoring in template_resource  https://review.openstack.org/13808008:42
openstackgerrithuangtianhua proposed openstack/heat: Show the creation time for stack snapshots  https://review.openstack.org/13828508:46
*** dkusidlo has joined #heat08:49
*** nkhare has joined #heat08:53
*** jprovazn has quit IRC08:55
*** nosnos has quit IRC09:00
*** kopparam has quit IRC09:02
*** kopparam has joined #heat09:03
*** dkusidlo has quit IRC09:08
*** dulek has joined #heat09:08
*** kopparam_ has joined #heat09:15
*** RockKuo_Office has joined #heat09:15
*** shardy_z is now known as shardy09:15
shardymorning all09:15
*** dulek has quit IRC09:15
*** ajc_ has joined #heat09:17
*** ajc_ has quit IRC09:17
*** jistr has joined #heat09:18
*** kopparam has quit IRC09:18
cmystermorning09:20
*** asalkeld has quit IRC09:20
*** asalkeld has joined #heat09:20
*** tomek_adamczews1 has joined #heat09:23
*** julienvey has quit IRC09:23
*** mc__2 has joined #heat09:23
*** julienvey has joined #heat09:26
*** mc__ has quit IRC09:26
*** tomek_adamczews1 has quit IRC09:27
*** tomek_adamczewsk has quit IRC09:27
*** kopparam_ has quit IRC09:28
*** tomek_adamczewsk has joined #heat09:29
*** dkusidlo has joined #heat09:31
*** dkusidlo has quit IRC09:31
*** tomek_adamczews1 has joined #heat09:36
*** kopparam has joined #heat09:38
*** tomek_adamczewsk has quit IRC09:38
*** pas-ha has quit IRC09:40
*** sorantis has quit IRC09:40
*** derekh has joined #heat09:40
*** tlashchova has quit IRC09:40
*** dkusidlo has joined #heat09:41
*** lsmola has quit IRC09:43
*** tomek_adamczewsk has joined #heat09:43
*** jcoufal_ has joined #heat09:44
*** tomek_adamczews1 has quit IRC09:45
*** Onse11 has joined #heat09:46
*** Onse11 has left #heat09:46
*** jcoufal has quit IRC09:47
*** jstrachan has quit IRC09:47
*** jstrachan has joined #heat09:52
*** nkhare has quit IRC09:53
huangtianhuashardy: hi, would you please https://review.openstack.org/#/c/130107/ and https://review.openstack.org/#/c/132625/, thx:)09:58
*** lsmola has joined #heat09:59
*** pas-ha has joined #heat10:01
*** tlashchova has joined #heat10:01
*** serg_melikyan has joined #heat10:02
*** serg_melikyan has quit IRC10:07
*** nkhare has joined #heat10:07
*** mc__2 has quit IRC10:10
*** fayablazer has joined #heat10:11
*** zhiwei has quit IRC10:12
*** sorantis has joined #heat10:12
*** jstrachan_ has joined #heat10:12
*** RockKuo_Office has quit IRC10:14
*** jstrachan has quit IRC10:14
openstackgerritMerged openstack/heat: Record update_time for suspend/resume/snapshot actions  https://review.openstack.org/13622410:15
openstackgerritMerged openstack/heat: Fix outputs validation place in Stack.validate  https://review.openstack.org/13755210:16
openstackgerritMerged openstack/heat: Fix error msg invalid stack or res name  https://review.openstack.org/13778410:16
*** Qiming has quit IRC10:16
*** Yanyanhu has quit IRC10:17
*** sorantis_ has joined #heat10:18
*** sorantis has quit IRC10:19
*** sorantis_ is now known as sorantis10:19
*** tomek_adamczews1 has joined #heat10:25
*** tomek_adamczewsk has quit IRC10:27
*** kopparam has quit IRC10:33
*** lsmola has quit IRC10:34
*** kopparam has joined #heat10:36
*** inc0 has joined #heat10:36
inc0good morning, how is bug day going?10:37
*** sarob has joined #heat10:37
*** tellesnobrega has joined #heat10:37
*** dkusidlo has quit IRC10:39
*** tomek_adamczewsk has joined #heat10:40
*** jamielennox is now known as jamielennox|away10:40
*** tomek_adamczews1 has quit IRC10:40
*** sarob has quit IRC10:41
*** sorantis has left #heat10:42
*** tellesnobrega has quit IRC10:46
*** lsmola has joined #heat10:50
*** tomek_adamczews1 has joined #heat10:53
*** tomek_adamczewsk has quit IRC10:53
*** tellesnobrega has joined #heat10:53
*** tomek_adamczewsk has joined #heat11:00
*** jstrachan has joined #heat11:00
*** tomek_adamczews1 has quit IRC11:01
*** jstrachan_ has quit IRC11:01
*** sorantis has joined #heat11:01
*** serg_melikyan has joined #heat11:02
*** tellesnobrega has quit IRC11:03
asalkeldinc0, i have done quite a few11:05
asalkeldbut now pass the batton on to you guys11:06
* asalkeld heading off to relax11:06
*** serg_melikyan has quit IRC11:07
*** nkhare has quit IRC11:07
*** asalkeld has quit IRC11:07
*** nkhare has joined #heat11:08
*** jstrachan_ has joined #heat11:11
*** julienvey has quit IRC11:11
*** jstrachan has quit IRC11:13
*** alexpilotti_ has joined #heat11:19
*** alexpilotti has quit IRC11:20
*** alexpilotti_ has quit IRC11:23
*** dkusidlo has joined #heat11:27
*** jstrachan has joined #heat11:33
*** jstrachan has quit IRC11:34
*** jstrachan_ has quit IRC11:35
*** sorantis has quit IRC11:36
*** Qiming has joined #heat11:36
*** julienvey has joined #heat11:37
*** mc__ has joined #heat11:38
*** kopparam has quit IRC11:39
*** prazumovsky has joined #heat11:40
*** jistr is now known as jistr|training11:42
*** kopparam has joined #heat11:43
*** jstrachan has joined #heat11:46
*** tellesnobrega_ is now known as tellesnobrega11:47
*** sorantis has joined #heat11:52
*** jstrachan_ has joined #heat11:54
*** jstrachan has quit IRC11:55
*** apporc has quit IRC11:58
*** inc0 has quit IRC12:02
*** inc0 has joined #heat12:04
*** bhi has quit IRC12:04
openstackgerritSteven Hardy proposed openstack/heat: ResourceGroup allow update of resource_def  https://review.openstack.org/13833112:06
shardylsmola, Qiming: ^^12:07
shardyI think that solves the resource_def update issues you've both commented on12:07
Qimingshardy, looking12:08
*** bhi has joined #heat12:09
inc0Qiming, btw, do you have any AS issues listed somewhere?12:09
inc0AS == autoscalling12:09
lsmolashardy: hm, ok I will try12:10
lsmolashardy: I tried to changed different one before12:10
Qiminginc0, I do have one: https://bugs.launchpad.net/heat/+bug/137515612:10
uvirtbotLaunchpad bug 1375156 in heat "Extra instance is created if evaluation period set short" [Medium,Confirmed]12:10
shardylsmola: Yeah, did you add update_allowed to the nested schema?12:10
*** unmeshg has quit IRC12:10
shardylsmola: I think we need to allow update of the top-level one, which is what my patch does12:10
lsmolashardy: yeah I tried this http://paste.openstack.org/show/138730/12:10
*** kebray has quit IRC12:11
lsmolashardy: later the software config12:11
lsmolashardy: ok, will test it12:11
shardylsmola: I thought the same, but I now think we actually need to enable updates of the top-level or replacement will happen anyway12:11
*** sorantis has quit IRC12:12
lsmolashardy: ok, cool12:12
shardyIf someone changes the type, that will cause replacement of all the resources in the nested stack anyway12:12
*** mc__ has quit IRC12:14
Qimingshardy, I think your patch did solved Bug 1380612, I have tried it yesterday ... a full day, actually because Nova wants resize to a different host ...12:14
uvirtbotLaunchpad bug 1380612 in heat "Updating stack with new flavor in resourcegroup with flavor_update_policy: resize still does a replace" [Undecided,Confirmed] https://launchpad.net/bugs/138061212:14
Qimingshardy, so please mark your patch closing bug 1380612 as well12:15
shardyQiming: OK, or should we mark 1380612 as a duplicate, since it's essentially the same issue?12:15
shardyQiming: I know technically the one I started working on is the duplicate, but I didn't notice until too late ;)12:15
Qimingnot the same issue12:16
shardyQiming: Ok, I'll update the commit message then12:16
Qimingit is also about whether flavor_update_policy works or not12:16
Qimingyou just killed them with one stone12:16
shardyQiming: That's not a function of ResourceGroup, so how can my patch fix anything to do with flavor_update_policy?12:16
shardyWe just actually try to update the server now, because we propagate the update12:17
Qimingwithout this patch, that property is not used, the resource is replaced anyway12:17
*** kopparam has quit IRC12:17
shardyQiming: Ok, I see it as two occurances of the same problem, but no big deal, I'll just update the patch :)12:18
Qimingya, basically the same problem12:18
openstackgerritSteven Hardy proposed openstack/heat: ResourceGroup allow update of resource_def  https://review.openstack.org/13833112:18
shardytoo late ;)12:18
*** tellesnobrega_ has joined #heat12:20
*** kopparam has joined #heat12:21
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to RouterInterface resource  https://review.openstack.org/13833512:22
openstackgerritPeter Razumovsky proposed openstack/heat: Change ResourceInterface resource's resource_id  https://review.openstack.org/13833612:22
*** sanjayu has quit IRC12:23
openstackgerritMerged openstack/heat: Failed res no need UpdateReplace which has nested_stack  https://review.openstack.org/13010712:26
*** k4n0 has quit IRC12:28
*** inc0 has quit IRC12:29
*** ckmvishnu has quit IRC12:39
*** kopparam has quit IRC12:42
*** lazy_prince is now known as killer_prince12:43
*** inc0 has joined #heat12:44
*** radez_afk is now known as radez12:52
*** EricGonczer_ has joined #heat12:54
*** inc0 has quit IRC12:54
*** hdd has joined #heat13:04
openstackgerritTetiana Lashchova proposed openstack/heat: Use the right log marker functions  https://review.openstack.org/13835313:05
*** inc0 has joined #heat13:07
openstackgerritMerged openstack/python-heatclient: Convert strutils to oslo.utils.encodeutils  https://review.openstack.org/13182713:07
openstackgerritPeter Razumovsky proposed openstack/heat: Change RouterGateway resource's name  https://review.openstack.org/13633913:08
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to RouterGateway resource  https://review.openstack.org/13835413:08
openstackgerritPeter Razumovsky proposed openstack/heat: Change RouterGateway resource's name  https://review.openstack.org/13633913:08
*** inc0 has quit IRC13:12
*** inc0 has joined #heat13:14
*** inc0 has quit IRC13:14
*** ishant has quit IRC13:16
*** pm90_ has joined #heat13:21
*** aweiteka has joined #heat13:22
*** rpothier has joined #heat13:24
*** pas-ha has quit IRC13:25
*** tellesnobrega_ has quit IRC13:26
*** killer_prince is now known as lazy_prince13:29
*** dims has joined #heat13:32
*** crose has joined #heat13:33
*** rpothier has quit IRC13:34
*** rpothier has joined #heat13:35
*** aweiteka has quit IRC13:35
*** jdob has joined #heat13:35
*** aweiteka has joined #heat13:37
*** pas-ha has joined #heat13:39
*** tellesnobrega_ has joined #heat13:40
*** jstrachan has joined #heat13:41
*** jstrachan_ has quit IRC13:42
*** EricGonczer_ has quit IRC13:43
*** zbitter is now known as zaneb13:45
openstackgerritQiming Teng proposed openstack/heat: Make all assertEqual() calls conform to convention  https://review.openstack.org/13836913:45
zanebQiming: wow, you found all those by hand?!?13:47
*** Marga_ has quit IRC13:47
Qimingno, zaneb, I was using grep, :D13:48
zanebhow much did that help?13:48
Qimingzaneb, it helps estimate how many calls to be checked13:49
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to RouterGateway resource  https://review.openstack.org/13835413:53
*** dims has quit IRC13:53
*** serg_melikyan has joined #heat13:54
*** dims has joined #heat13:54
*** rushiagr is now known as rushiagr_away13:55
*** pm90_ has quit IRC13:55
*** ccrouch has joined #heat13:56
*** ccrouch has quit IRC13:56
*** ccrouch has joined #heat13:56
*** blomquisg has joined #heat13:56
*** serg_melikyan has quit IRC13:58
*** pm90_ has joined #heat13:59
openstackgerritPeter Razumovsky proposed openstack/heat: Change Nova::FloatingIPAssociation resource's id  https://review.openstack.org/13762813:59
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to Nova::FloatingIPAssociation res  https://review.openstack.org/13837013:59
openstackgerritPeter Razumovsky proposed openstack/heat: Change Nova::FloatingIPAssociation resource's id  https://review.openstack.org/13762813:59
ryansbFYI cores, there's a bunch of proposal bot reviews out http://da.gd/Pt9N13:59
*** jmckind has joined #heat14:03
*** andersonvom has quit IRC14:12
*** andersonvom has joined #heat14:12
*** hdd has quit IRC14:16
*** serg_melikyan has joined #heat14:17
*** Marga_ has joined #heat14:18
*** pm90_ has quit IRC14:21
openstackgerritPeter Razumovsky proposed openstack/heat: Change Neutron::FloatingIPAssociation res's name  https://review.openstack.org/13779914:22
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to Neutron::FloatingIPAssociation  https://review.openstack.org/13837614:22
*** Marga_ has quit IRC14:23
openstackgerritPeter Razumovsky proposed openstack/heat: Change Neutron::FloatingIPAssociation res's name  https://review.openstack.org/13779914:23
*** tomek_adamczewsk has quit IRC14:24
*** dkusidlo has quit IRC14:28
*** vijendar has joined #heat14:31
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to RouterInterface resource  https://review.openstack.org/13833514:34
openstackgerritPeter Razumovsky proposed openstack/heat: Change ResourceInterface resource's resource_id  https://review.openstack.org/13833614:34
openstackgerritPeter Razumovsky proposed openstack/heat: Add attributes to RouterInterface resource  https://review.openstack.org/13833514:34
*** prazumovsky has quit IRC14:37
*** jstrachan_ has joined #heat14:37
*** jasond has joined #heat14:38
*** serg_melikyan has quit IRC14:38
*** jstrachan has quit IRC14:40
*** serg_melikyan has joined #heat14:44
*** hdd has joined #heat14:44
openstackgerritSteven Hardy proposed openstack/heat: engine service add stack_user_project_id to create_stack interface  https://review.openstack.org/11813614:45
openstackgerritSteven Hardy proposed openstack/heat: Add stack_user_project_id to _create_stack RPC interface  https://review.openstack.org/11813714:45
*** kopparam has joined #heat14:47
*** jstrachan_ has quit IRC14:47
*** crose has quit IRC14:48
*** rushiagr_away is now known as rushiagr14:49
*** jstrachan has joined #heat14:49
*** dkusidlo has joined #heat14:50
*** lazy_prince is now known as killer_prince14:50
*** pas-ha has quit IRC14:52
*** jstrachan has quit IRC14:58
*** jstrachan has joined #heat15:00
*** pas-ha has joined #heat15:04
*** rushiagr is now known as rushiagr_away15:04
*** pm90_ has joined #heat15:06
*** blomquisg has quit IRC15:10
*** EricGonczer_ has joined #heat15:15
*** pm90_ has quit IRC15:18
*** Marga_ has joined #heat15:19
openstackgerritMerged openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/13598415:20
*** spzala has joined #heat15:21
*** julienvey has quit IRC15:22
*** wirehead_ has quit IRC15:23
*** Marga_ has quit IRC15:23
*** GonZo2K has joined #heat15:24
*** wirehead_ has joined #heat15:24
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/13661515:25
*** julienvey has joined #heat15:26
*** serg_melikyan has quit IRC15:27
*** GonZo2K has quit IRC15:28
*** pm90_ has joined #heat15:28
*** serg_melikyan has joined #heat15:29
*** pm90_ has quit IRC15:33
*** radez is now known as radez_g0n315:34
*** Adri2000 has quit IRC15:34
*** GonZo2K has joined #heat15:35
*** nkhare has quit IRC15:37
*** radez_g0n3 is now known as radez15:41
*** Adri2000 has joined #heat15:41
*** Adri2000 has quit IRC15:41
*** Adri2000 has joined #heat15:41
*** cody-somerville has quit IRC15:41
*** cody-somerville has joined #heat15:42
*** GonZo2K has quit IRC15:42
*** kopparam has quit IRC15:47
*** EricGonczer_ has quit IRC15:48
*** tomek_adamczewsk has joined #heat15:48
*** swygue has joined #heat15:50
*** kitch has joined #heat15:50
*** Tross has quit IRC15:53
*** Tross1 has joined #heat15:53
*** jstrachan_ has joined #heat15:55
*** kebray has joined #heat15:55
*** jstrachan has quit IRC15:57
*** alexpilotti has joined #heat15:58
*** EricGonczer_ has joined #heat15:59
*** alexpilotti has quit IRC15:59
*** alexpilotti has joined #heat15:59
*** jstrachan has joined #heat16:01
*** blomquisg has joined #heat16:01
*** tomek_adamczews1 has joined #heat16:01
*** tomek_adamczewsk has quit IRC16:01
*** jasond has quit IRC16:02
*** dsneddon has joined #heat16:03
*** jstrachan_ has quit IRC16:04
*** EricGonczer_ has quit IRC16:04
*** EricGonczer_ has joined #heat16:05
*** pm90_ has joined #heat16:05
*** EricGonczer_ has quit IRC16:05
*** anand_ts has joined #heat16:06
*** fandi has joined #heat16:07
*** pm90_ has quit IRC16:09
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert check path to RPC  https://review.openstack.org/11634016:09
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert handle_suspend to RPC  https://review.openstack.org/11633816:09
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert handle_resume to RPC  https://review.openstack.org/11633916:09
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert create operations to use RPC  https://review.openstack.org/11633616:09
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert delete_nested to RPC  https://review.openstack.org/11633716:09
*** pm90_ has joined #heat16:10
*** Adri2000 has quit IRC16:11
*** EricGonczer_ has joined #heat16:12
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert check path to RPC  https://review.openstack.org/11634016:13
*** Adri2000 has joined #heat16:13
*** Adri2000 has quit IRC16:13
*** Adri2000 has joined #heat16:13
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert handle_suspend to RPC  https://review.openstack.org/11633816:13
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert handle_resume to RPC  https://review.openstack.org/11633916:13
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert create operations to use RPC  https://review.openstack.org/11633616:13
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert delete_nested to RPC  https://review.openstack.org/11633716:13
*** rushiagr_away is now known as rushiagr16:13
*** reed has joined #heat16:14
*** julienvey has quit IRC16:15
*** tomek_adamczewsk has joined #heat16:16
*** tomek_adamczews1 has quit IRC16:16
*** alexheneveld has joined #heat16:17
*** Marga_ has joined #heat16:20
*** Adri2000 has quit IRC16:22
*** crose has joined #heat16:24
*** Marga_ has quit IRC16:24
*** Qiming has quit IRC16:26
*** kebray has quit IRC16:31
*** andersonvom has quit IRC16:33
*** andersonvom has joined #heat16:33
*** Adri2000 has joined #heat16:35
*** Adri2000 has quit IRC16:35
*** Adri2000 has joined #heat16:35
*** tellesnobrega_ has quit IRC16:36
skraynevg'night all16:37
*** srwer has joined #heat16:37
*** htruta has quit IRC16:38
*** tellesnobrega_ has joined #heat16:38
*** zz_gondoi is now known as gondoi16:38
*** kebray has joined #heat16:39
*** htruta has joined #heat16:39
*** serg_melikyan has quit IRC16:40
*** crose has quit IRC16:43
*** EricGonczer_ has quit IRC16:45
*** alexheneveld has quit IRC16:46
*** tellesnobrega_ has quit IRC16:47
*** Adri2000 has quit IRC16:50
*** EricGonczer_ has joined #heat16:51
*** Adri2000 has joined #heat16:51
*** Adri2000 has quit IRC16:51
*** Adri2000 has joined #heat16:51
*** serg_melikyan has joined #heat16:52
*** Marga_ has joined #heat16:52
*** achanda has joined #heat16:53
*** tomek_adamczews1 has joined #heat16:54
*** bhi has quit IRC16:54
*** GonZo2K has joined #heat16:55
*** achanda has quit IRC16:56
*** tomek_adamczewsk has quit IRC16:56
*** jcoufal_ has quit IRC16:57
*** achanda has joined #heat16:58
*** packet has joined #heat16:58
*** packet has quit IRC17:00
*** kebray has quit IRC17:00
*** tomek_adamczewsk has joined #heat17:03
*** dkusidlo has quit IRC17:03
*** tomek_adamczews1 has quit IRC17:03
*** packet has joined #heat17:04
*** packet has quit IRC17:07
*** sarob_ has joined #heat17:07
*** tomek_adamczews1 has joined #heat17:08
*** sarob_ is now known as sarob17:08
*** tomek_adamczewsk has quit IRC17:08
*** Marga_ has quit IRC17:09
*** Marga_ has joined #heat17:09
*** pm90_ has quit IRC17:10
*** GonZo2K has quit IRC17:10
*** swygue has quit IRC17:12
*** packet has joined #heat17:13
*** srwer has quit IRC17:14
*** kebray has joined #heat17:14
*** julienvey has joined #heat17:16
*** pm90_ has joined #heat17:16
*** fayablazer has quit IRC17:18
*** Marga_ has quit IRC17:19
*** julienvey has quit IRC17:21
*** achanda has quit IRC17:33
*** achanda has joined #heat17:34
*** achanda has quit IRC17:39
*** jstrachan has quit IRC17:42
*** jistr|training has quit IRC17:45
*** tomek_adamczews1 has quit IRC17:46
*** EricGonczer_ has quit IRC17:49
*** Marga_ has joined #heat17:51
*** boris-42 has joined #heat17:52
*** swygue has joined #heat17:57
*** serg_melikyan has quit IRC17:59
*** rushiagr is now known as rushiagr_away17:59
*** crose has joined #heat18:00
*** jamielennox|away is now known as jamielennox18:01
openstackgerritSteven Hardy proposed openstack/heat: StackResource convert update_with_template to RPC  https://review.openstack.org/11634118:01
*** swygue has quit IRC18:02
*** charlesr has joined #heat18:04
*** charlesr has quit IRC18:04
*** serg_melikyan has joined #heat18:06
*** derekh has quit IRC18:06
*** rwsu has joined #heat18:07
*** serg_melikyan has quit IRC18:08
*** serg_melikyan has joined #heat18:08
*** serg_mel_ has joined #heat18:10
*** serg_melikyan has quit IRC18:10
*** tomek_adamczewsk has joined #heat18:11
*** radez is now known as radez_g0n318:15
*** swygue has joined #heat18:15
*** tspatzier has quit IRC18:16
*** tspatzier has joined #heat18:16
*** tspatzier has quit IRC18:17
*** anand_ts has quit IRC18:19
*** sarob has quit IRC18:25
*** tellesnobrega_ has joined #heat18:26
*** EricGonczer_ has joined #heat18:30
*** harlowja_away is now known as harlowja_18:31
*** julienvey has joined #heat18:35
*** rwsu has quit IRC18:38
*** EricGonczer_ has quit IRC18:39
*** EricGonczer_ has joined #heat18:39
*** serg_mel_ has quit IRC18:45
*** julienvey has quit IRC18:45
*** steveg-afk is now known as steveg18:47
*** steveg is now known as sgordon_18:47
*** julienvey has joined #heat18:48
*** ananta_ has joined #heat18:48
*** sarob has joined #heat18:51
jdandreaAnyone ever have trouble with Heat Standalone no longer connceting to AMQP, even after a reboot? I can telnet to it though. No known changes, but something's obviously amiss. http://paste.openstack.org/show/143745/18:52
*** julienvey has quit IRC18:52
* jdandrea tries "sudo rabbitmqctl change_password guest guest" for yuks ...18:54
* jdandrea or rather "sudo rabbitmqctl change_password guest password"18:54
*** Tross1 has quit IRC18:54
*** EricGonczer_ has quit IRC18:55
*** alextricity has joined #heat18:55
*** Tross has joined #heat18:55
alextricityHey, has anybody had a software-deploy resource get stuck on creating?18:55
alextricityDoesn't look like my script is running, but I can't pinpoint why. Does anybody have some troubleshooting advice? :)18:56
*** radez_g0n3 is now known as radez18:58
*** tomek_adamczewsk has quit IRC18:59
*** ananta_ has quit IRC19:00
*** steel13 has joined #heat19:04
alextricityThe symptoms are the same as this: https://bugs.launchpad.net/heat/+bug/132834219:06
uvirtbotLaunchpad bug 1328342 in heat "stack-update with SoftwareDeployment 400 response from signal" [High,Fix released]19:06
alextricitybut it's on a stack-create19:06
alextricitynot stack-update19:06
*** Tross has quit IRC19:08
*** Tross has joined #heat19:12
steel13alextricity: i have the same problem, still unsolved19:14
alextricitystell13: That's a bummer :/ do you know if there is a bug open for this?19:19
steel13alextricity: so far i haven't found a bug about this problem, just related with stack-create19:22
ryansbif you can open a bug w/ more details (and make sure you have the fix for #1328342) that'd be awesome19:26
jdandreaUpdate: The rabbitmq issue was a red herring. It's not that at all. Neutron just doesn't want to create a port for some reason.19:27
*** serg_mel_ has joined #heat19:28
*** serg_mel_ has quit IRC19:28
jdandreaAh. Quota exceeded. Yay - THAT I can solve. :)19:28
*** serg_melikyan has joined #heat19:28
*** tellesnobrega_ has quit IRC19:34
*** serg_melikyan has quit IRC19:34
*** julienvey has joined #heat19:36
*** julienvey has quit IRC19:36
*** serg_melikyan has joined #heat19:39
*** julienvey has joined #heat19:43
*** EricGonczer_ has joined #heat19:49
*** sarob has quit IRC19:51
*** steel13 has quit IRC19:52
*** julienvey has quit IRC19:55
*** tspatzier has joined #heat19:56
*** sarob has joined #heat19:57
*** ParsectiX has joined #heat19:58
*** sarob has quit IRC20:00
*** tspatzier has quit IRC20:01
*** packet has quit IRC20:01
*** EricGonczer_ has quit IRC20:04
*** EricGonc_ has joined #heat20:04
openstackgerritPratik Mallya proposed openstack/heat: Pass status reason when trove misbehaves  https://review.openstack.org/13156320:07
*** radez is now known as radez_g0n320:07
*** sarob has joined #heat20:08
*** jtomasek has quit IRC20:09
*** julienvey has joined #heat20:17
*** tellesnobrega_ has joined #heat20:19
*** julienvey has quit IRC20:27
*** tellesnobrega_ has quit IRC20:30
*** htruta has quit IRC20:30
*** tellesnobrega has quit IRC20:30
*** dsneddon has quit IRC20:30
*** dsneddon has joined #heat20:31
*** ParsectiX has quit IRC20:33
*** swygue has quit IRC20:36
openstackgerritAnderson Mesquita proposed openstack/heat: Fix invalid syntax on heat-db-setup  https://review.openstack.org/13852520:37
*** ParsectiX has joined #heat20:41
*** htruta has joined #heat20:42
*** tellesnobrega has joined #heat20:42
openstackgerritDan Prince proposed openstack/heat-templates: heat-config-puppet: support hiera  https://review.openstack.org/13853220:45
*** GonZo2K has joined #heat20:46
*** swygue has joined #heat20:46
*** Adri2000 has quit IRC20:47
stevebakeralextricity: keep an eye on the answer to https://ask.openstack.org/en/question/42657/how-to-debug-scripts-at-heats-softwareconfig-resource/ I will post some hints there20:51
*** asalkeld has joined #heat20:53
*** Adri2000 has joined #heat20:54
asalkeldmorning20:54
asalkeld5mins until the project meeting (for any cpls)20:55
*** sarob has quit IRC20:55
*** sarob_ has joined #heat20:55
*** kebray has quit IRC20:58
*** kebray has joined #heat21:00
openstackgerritDan Prince proposed openstack/heat-templates: heat-config-puppet: support hiera  https://review.openstack.org/13853221:03
*** serg_melikyan has quit IRC21:08
*** stannie has quit IRC21:10
*** sarob_ has quit IRC21:12
*** radez_g0n3 is now known as radez21:12
*** sarob has joined #heat21:12
*** pas-ha has quit IRC21:13
*** kebray has quit IRC21:17
*** kitch has quit IRC21:26
*** Adri2000 has quit IRC21:30
*** Adri2000 has joined #heat21:31
*** Adri2000 has quit IRC21:31
*** Adri2000 has joined #heat21:31
*** sgordon has quit IRC21:32
*** swygue has quit IRC21:32
*** serg_melikyan has joined #heat21:33
*** openstackgerrit has quit IRC21:34
*** openstackgerrit has joined #heat21:35
*** kebray has joined #heat21:36
*** julienvey has joined #heat21:38
*** alexpilotti has quit IRC21:38
*** julienvey has quit IRC21:39
*** julienve_ has joined #heat21:39
*** jmckind has quit IRC21:43
*** jmckind has joined #heat21:44
*** metral is now known as metral_zzz21:49
*** ParsectiX has quit IRC21:50
*** serg_melikyan has quit IRC21:53
*** sabeen2 has joined #heat21:56
*** ParsectiX has joined #heat21:57
*** sabeen has quit IRC21:58
*** ParsectiX has quit IRC21:59
*** ParsectiX has joined #heat21:59
*** jmckind has quit IRC22:00
*** alexpilotti has joined #heat22:08
*** vijendar has quit IRC22:10
*** crose has quit IRC22:20
*** pm90_ has quit IRC22:22
*** pm90_ has joined #heat22:23
*** sarob has quit IRC22:26
*** jdob has quit IRC22:27
*** pm90_ has quit IRC22:27
*** rpothier has quit IRC22:29
*** EricGonc_ has quit IRC22:33
*** boris-42 has quit IRC22:37
*** aweiteka has quit IRC22:43
*** bitblt has joined #heat22:46
*** tellesnobrega_ has joined #heat22:47
*** pm90_ has joined #heat22:52
*** serg_melikyan has joined #heat22:53
*** tiantian has joined #heat22:54
*** tellesnobrega_ has quit IRC22:57
*** huangtianhua has quit IRC22:57
*** serg_melikyan has quit IRC22:58
*** reed has quit IRC22:59
*** Adri2000 has quit IRC23:00
*** bhavishkhatri has joined #heat23:00
*** htruta has quit IRC23:00
*** mimizone_ has joined #heat23:01
*** tellesnobrega_ has joined #heat23:01
*** ccrouch1 has joined #heat23:03
*** kebray has quit IRC23:05
*** ccrouch has quit IRC23:05
*** Adri2000 has joined #heat23:07
*** harlowja_ is now known as harlowja_away23:07
*** alexpilotti has quit IRC23:09
*** EricGonczer_ has joined #heat23:10
mimizone_hello, I am trying to run this heat template on icehouse https://github.com/larsks/heat-kubernetes but it returns a "maximum recursion depth exceeded"23:10
*** reed has joined #heat23:11
*** reed has quit IRC23:11
*** reed has joined #heat23:11
*** ccrouch1 has quit IRC23:11
mimizone_does it speak to anyone? Where should I look for more info? I am pretty new to Heat btw :-)23:12
*** htruta has joined #heat23:12
*** harlowja_away is now known as harlowja_23:12
stevebakermimizone_: if you can admin your heat install then you can raise the max recursion depth in /etc/heat/heat.conf23:14
*** alexpilotti has joined #heat23:16
*** gondoi is now known as zz_gondoi23:16
mimizone_stevebaker: thanks. It is the default value. what's a reasonable value typically?23:20
*** alexpilotti has quit IRC23:21
*** ccrouch has joined #heat23:24
*** metral_zzz is now known as metral23:28
*** julienve_ has quit IRC23:28
asalkeldmimizone_, if you are the only user, just crank it right up23:30
mimizone_stevebaker: I went up to max_nested_stack_depth=2023:30
mimizone_doesn't help23:30
mimizone_should be way more?23:30
asalkeldmimizone_, did you restart the heat-engine?23:31
mimizone_yes23:31
zanebare we talking the Heat nested stack depth or the Python stack recursion depth here?23:31
mimizone_I actually don't know.... would need help there to find out23:31
asalkeldmimizone_, post your error to paste.openstack.org23:32
*** alexheneveld has joined #heat23:32
zanebdoes it say "RuntimeError: maximum recursion depth exceeded"?23:32
mimizone_zaneb: yes23:33
zanebthen that's an infinite recursion problem, not a nested stack problem23:33
mimizone_ok. here's the actual debug log http://paste.openstack.org/show/143861/23:34
zanebcan you tell from the logs what function it is?23:34
zanebaha23:34
*** alexheneveld has quit IRC23:34
zanebwell that's a bug ;)23:34
*** bitblt has quit IRC23:34
asalkeldin heatclient23:35
mimizone_is that something to do with the template itself or our installation of icehouse?23:35
mimizone_oh ok.23:35
*** radez is now known as radez_g0n323:35
asalkeldmimizone_, can you raise a bug here: https://bugs.launchpad.net/python-heatclient/23:35
mimizone_I use the heatclient on mac os x if it is of any help23:35
zanebit isn't ;)23:36
mimizone_ahah :)23:36
zanebinfinity is infinity everywhere. gets you every time :)23:36
mimizone_zaneb: any other way I could run this template then? it references an external shell script, so I can't use horizon right?23:40
zanebyeah, I believe that's correct23:41
zanebin fact, it sounds like there's a circular reference23:41
zanebyou might go looking for that23:41
* zaneb -> food (sorry)23:41
*** bhavishkhatri has quit IRC23:42
mimizone_zaneb: thanks. enjoy23:42
*** blomquisg has quit IRC23:45
asalkeldhttps://review.openstack.org/#/dashboard/?foreach=%28project%3Aopenstack%2Fheat%29+status%3Aopen+AND+&title=Priortized+Bug+Fix+Dashboard&&Milestone+kilo-1+Importance+High=change%3A93799+OR+change%3A127167&Milestone+kilo-1+Importance+Medium=change%3A135521+OR+change%3A122177+OR+change%3A82992+OR+change%3A84664+OR+change%3A110713+OR+change%3A13764123:46
asalkeldkilo 1 bugs to review23:46
asalkeldstevebaker, one for you: https://review.openstack.org/#/c/135521/23:48
*** sarob has joined #heat23:48
mimizone_to close on my previous discussion. bug filed at https://bugs.launchpad.net/python-heatclient/+bug/139862023:49
uvirtbotLaunchpad bug 1398620 in python-heatclient ""RuntimeError: maximum recursion depth exceeded'" [Undecided,New]23:49
mimizone_ahah the bot was almost faster than me :-)23:49
asalkeldmimizone_, when you say bug 1398620  it should printo out the heading23:50
uvirtbotLaunchpad bug 1398620 in python-heatclient ""RuntimeError: maximum recursion depth exceeded'" [Undecided,New] https://launchpad.net/bugs/139862023:50
stevebakermimizone_: oh, duh. My advice was really lame23:58
asalkeldstevebaker, we need to focus review attention on https://launchpad.net/heat/+milestone/kilo-123:59
stevebakermimizone_: what does heat --version give you?23:59

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