Tuesday, 2014-08-05

asalkeldok, so what you need is implicit major/minor versioning00:00
uberjyeah00:00
asalkeldI think this is do'able00:00
uberjstevebaker mentioned doing that00:00
uberjjust encode the version into the SC name00:00
asalkeldso what do want to happen00:00
uberjso Software::Mysql2.100:01
uberjor something00:01
asalkelduberj, let's get smarter00:01
uberjasalkeld: I've been trying my entire life00:01
asalkeldwhy not support multiple types of the same name00:01
asalkeldthen match based on the properties/attriblutes actually used00:01
uberjoverloading, essentially00:02
asalkeldyip00:02
asalkeldit will need some work tho'00:02
uberjwell, that would be cool, but you still kind of get file sprawl. plus, what if I just change a default?00:02
asalkeldone issue is we will not be able to do this with python resource types00:02
asalkelduberj, we need a mechanism to do the schema versioning00:03
asalkeldwe can argue about the details later00:03
*** david-lyle has quit IRC00:03
asalkelduberj, do you *really* need this?00:04
asalkeldhow much work are you willing to do?00:04
uberjactually, no, not right now, but I have a feeling my api will change in the future00:04
uberjI'm looking in the future00:04
uberjfor what I'm doing I can probably get away with pretty static resource definitions00:05
uberj...for a while00:05
asalkeldsure, uberj I'd suggest you write up some ideas on an etherpad00:05
uberjokay00:05
asalkeldwe can  start a ml discussion00:05
*** julienvey has joined #heat00:05
asalkeldi know that code well00:05
uberjI will probably do that... because if my project gets traction I will need to solve this00:05
asalkeld(i wrote a lot of the env code)00:05
uberjah, cool00:06
asalkeldit does sound like a good idea in general00:06
asalkeldbut it needs to be done right00:06
uberjI wouldn't want it any other way :)00:06
asalkeldhttps://etherpad.openstack.org/p/heat_resource_type_versioning00:07
uberjuhg, is there a way to turn on spell check?00:10
*** julienvey has quit IRC00:10
asalkelduberj, you are talking purely about resourcet templates00:12
asalkeldwhat about python resources?00:12
asalkeldthey have the same issue00:13
uberjI haven't used python resources00:13
asalkeldI have00:13
uberjI'm guessing that is a native implementation of a resource?00:13
asalkeldyip00:13
*** tyson_ has quit IRC00:13
uberjlike, the inputs in a resource map directly to some "def"00:13
uberjokay00:13
*** gokrokve has quit IRC00:13
uberjyeah00:14
uberjwell, idk :P00:14
asalkeldif we could manage this too, it would be good00:14
uberjI just started thinking about this problem today00:14
asalkeldok00:14
uberjso if you versioned the whole environment.d directory, that would work, but it doesn't solve the individual resource problem00:14
uberjI kind of see this as two separate issues00:14
uberjenvironment versioning/resource versioning00:15
uberjunless you decide to not do environment versioning at all and implement everything with resource versioning00:15
*** Murali has joined #heat00:15
*** Qiming has quit IRC00:15
uberjI see see environment versioning as a really nice way for a provider to cleanly release a set of resources that work well together00:16
*** tyson_ has joined #heat00:16
uberjso I, as an operator, know that if some dev upgrades to v1 he is using a determined set of versions of other resources00:16
uberjand not mysql2.3 and apache4.200:16
uberjmakes it easier for me to test, too00:16
uberjI *also* see the need for resource versioning as well00:17
uberjbut yeah, probably two separate problems00:17
*** alexheneveld has joined #heat00:25
*** Murali has quit IRC00:25
asalkelduberj, have a look now00:26
asalkeld(at the etherpad)00:26
*** EricGonczer_ has joined #heat00:27
*** alexheneveld has quit IRC00:29
*** tyson_ has quit IRC00:29
*** tyson_ has joined #heat00:29
*** tyson_ has quit IRC00:32
openstackgerritSteve Baker proposed a change to openstack/heat: LaunchConfiguration replace on changed Metadata  https://review.openstack.org/11187200:33
uberjasalkeld: having heat decide which version "fits best" will cause non-obvious things to happen under the hood in heat. Look at this from my point of view: A dev comes to me and says "my app doesn't work", and I say "which version of resource X, Y, and Z are you using?". If heat is calculating that dynamically the versions will be tricky to pin down because it might be version 1, 2, and 3 for one dev and00:34
uberjversions 3, 2, and 1 for another, just because they have their resources are defined differently. I think in this case we might be giving users too much flexibility. I would much rather have a user tell me "My app doesn't work. I'm using version 3 of the environment.d/ directory (which has hardcoded versions of things)". If we do allow for dynamic lookup based on signature, I think it would be sufficient to00:34
uberjallow version pinning somehow.00:34
*** EricGonczer_ has quit IRC00:34
*** tyson_ has joined #heat00:35
asalkelduberj, environment.d/ is an operator thing00:35
asalkeldnot a developer thing00:35
uberjbut if I put my resource definitions in there devs will use them00:35
asalkeldI dont' like the idea of forcing users to put version numbers in their templates00:36
uberjyou already do00:36
uberjbut00:36
asalkelduberj, we do at the toplevel00:36
asalkeldbut not at the resource level00:36
uberjI would suggesting adding another version key there00:36
uberjfor the version of the operator environment you are using00:36
asalkeldok, but that is effectively the same as a resource name v1/mysql v2/mysql00:38
asalkelduberj, I think it's worth a broader discussion00:38
uberjyes, you could implement environment versioning in a granular way00:38
uberjyeah, I have to do other things right now. unfortunately, If I don't have a prototype that does cool stuff this all might be moot :)00:39
asalkeldI know you are interested in environment.d , but I think this is applicable to general resource types too00:39
asalkeldok, it's a great point tho'00:39
uberjright, like I was saying, this might be two separate discussions00:39
asalkeldand we need to look at better ways of handling it00:40
*** shakamunyi has quit IRC00:43
*** uberj has quit IRC00:44
*** uberj has joined #heat00:44
*** lekha has joined #heat00:45
*** lekha has left #heat00:45
asalkeldzaneb, https://etherpad.openstack.org/p/heat_resource_type_versioning00:50
*** tyson_ has quit IRC00:53
*** tyson_ has joined #heat00:53
*** tyson_ has quit IRC00:58
*** Murali has joined #heat01:04
*** julienvey has joined #heat01:06
*** tyson_ has joined #heat01:08
*** Qiming has joined #heat01:09
*** julienvey has quit IRC01:10
*** tyson_ has quit IRC01:13
*** tiantian has joined #heat01:13
*** tyson_ has joined #heat01:13
*** Murali has quit IRC01:15
openstackgerrithuangtianhua proposed a change to openstack/heat: Set resource_id to None after deleting resource  https://review.openstack.org/11187901:16
*** tyson_ has quit IRC01:18
*** jergerber has quit IRC01:19
*** samstav has quit IRC01:19
openstackgerrithuangtianhua proposed a change to openstack/heat: Implement BlockDeviceMappings for AWS::EC2::Instance  https://review.openstack.org/10372501:20
openstackgerrithuangtianhua proposed a change to openstack/heat: Implement BlockDeviceMappings for LaunchConfiguration  https://review.openstack.org/10564701:20
*** julienvey has joined #heat01:21
*** gokrokve has joined #heat01:23
*** julienvey has quit IRC01:25
*** morganfainberg_Z is now known as morganfainberg01:35
*** spzala has quit IRC01:39
*** piyush has quit IRC01:39
openstackgerritliusheng proposed a change to openstack/heat: Log translation hint for Heat.api  https://review.openstack.org/10948701:42
*** Murali_ has joined #heat01:42
openstackgerritliusheng proposed a change to openstack/heat: Log translation hint for Heat.common  https://review.openstack.org/10950601:44
*** piyush has joined #heat01:44
*** EricGonczer_ has joined #heat01:44
openstackgerrithuangtianhua proposed a change to openstack/heat: Add constraints to check whether image/keypair exists  https://review.openstack.org/9030401:46
*** nosnos has joined #heat01:50
*** Murali_ has quit IRC01:52
*** shakamunyi has joined #heat01:54
*** erkules_ has joined #heat01:59
*** sjmc7_ has quit IRC01:59
*** erkules has quit IRC02:01
*** Yanyanhu has joined #heat02:01
*** EricGonczer_ has quit IRC02:05
*** shakamunyi has quit IRC02:07
*** julienvey has joined #heat02:21
*** killer_prince is now known as lazy_prince02:22
*** shakamunyi has joined #heat02:22
openstackgerrithuangtianhua proposed a change to openstack/heat: Use Constraint stubs in common.py  https://review.openstack.org/11083002:24
*** julienvey has quit IRC02:26
*** gokrokve_ has joined #heat02:35
*** gokrokve_ has quit IRC02:35
*** gokrokve_ has joined #heat02:35
*** gokrokve has quit IRC02:38
*** tyson_ has joined #heat02:39
*** tyson_ has quit IRC02:40
*** gokrokve has joined #heat02:45
*** Murali has joined #heat02:46
*** gokrokve_ has quit IRC02:49
*** Murali has quit IRC02:51
*** edmund has joined #heat02:52
tiantianasalkeld: hi, are you around? would you please to review https://review.openstack.org/#/c/103725/ and https://review.openstack.org/#/c/105647/ tks02:54
asalkeldhi tiantian02:54
*** funzo has quit IRC02:56
*** Murali_ has joined #heat02:57
tiantian<asalkeld>: hi, hope you to review them :)02:57
asalkeldtiantian, I'll see how it goes - busy coding myself02:57
*** mspreitz has joined #heat02:58
*** rushiagr__ has joined #heat03:00
*** gokrokve has quit IRC03:01
*** edmund has quit IRC03:02
*** edmund has joined #heat03:04
*** asalkeld has quit IRC03:05
*** funzo has joined #heat03:06
*** ramishra has joined #heat03:08
*** asalkeld has joined #heat03:09
openstackgerrithuangtianhua proposed a change to openstack/heat: Add constraints to check whether image/keypair exists  https://review.openstack.org/9030403:18
openstackgerrithuangtianhua proposed a change to openstack/heat: Use Constraint stubs in common.py  https://review.openstack.org/11083003:20
*** julienvey has joined #heat03:22
*** julienvey has quit IRC03:27
*** Murali_ has quit IRC03:28
*** Murali has joined #heat03:29
*** gokrokve has joined #heat03:31
*** gokrokve_ has joined #heat03:33
*** gokrokve has quit IRC03:33
*** edmund has quit IRC03:36
*** gokrokve_ has quit IRC03:41
*** gokrokve has joined #heat03:42
*** gokrokve has quit IRC03:46
*** Murali has quit IRC03:48
*** swygue has quit IRC03:48
*** Murali_ has joined #heat03:48
*** rushiagr__ has quit IRC03:52
*** gokrokve has joined #heat03:54
*** cmyster has joined #heat03:58
*** cmyster has quit IRC03:58
*** cmyster has joined #heat03:58
*** Murali__ has joined #heat04:00
*** Murali_ has quit IRC04:00
*** cmyster has quit IRC04:05
*** bmahalakshmi has joined #heat04:05
*** jyoti-ranjan has joined #heat04:08
*** cmyster has joined #heat04:14
*** Murali__ has quit IRC04:19
*** gokrokve has quit IRC04:21
*** gokrokve has joined #heat04:22
*** julienvey has joined #heat04:23
*** gokrokve has quit IRC04:26
*** julienvey has quit IRC04:27
*** lazy_prince is now known as killer_prince04:29
*** gokrokve has joined #heat04:32
*** daneyon has joined #heat04:33
*** rushiagr__ has joined #heat04:33
*** daneyon has quit IRC04:34
*** daneyon has joined #heat04:35
*** piyush has quit IRC04:36
*** alexheneveld has joined #heat04:39
*** bvivek has joined #heat04:43
*** k4n0 has joined #heat04:43
*** gokrokve has quit IRC04:53
*** gokrokve has joined #heat04:54
*** morganfainberg is now known as morganfainberg_Z04:54
*** kopparam has joined #heat04:54
*** PragadeeswaranS has joined #heat04:56
*** nkhare has joined #heat04:56
*** gokrokve has quit IRC04:58
*** gokrokve has joined #heat05:00
*** nikunj2512 has joined #heat05:01
*** ramishra has quit IRC05:05
*** ramishra_ has joined #heat05:05
skraynevGood morning05:08
*** daneyon has quit IRC05:22
*** julienvey has joined #heat05:24
*** killer_prince has quit IRC05:24
*** ccrouch has quit IRC05:24
*** avquadri has joined #heat05:25
*** jyoti-ranjan has quit IRC05:25
*** jyoti-ranjan has joined #heat05:26
*** bvivek has quit IRC05:26
*** rakesh_hs has joined #heat05:26
*** chandankumar has joined #heat05:27
*** rushiagr__ is now known as rushiagr05:27
*** daneyon has joined #heat05:28
*** julienvey has quit IRC05:28
*** rushiagr has quit IRC05:28
*** rushiagr has joined #heat05:29
*** daneyon has quit IRC05:32
*** daneyon has joined #heat05:32
*** mspreitz has quit IRC05:32
*** shakamunyi has quit IRC05:42
openstackgerritSergey Kraynev proposed a change to openstack/heat: Skip validation if depends on not created resource  https://review.openstack.org/10895105:45
*** killer_prince has joined #heat05:46
*** killer_prince is now known as lazy_prince05:46
*** bvivek has joined #heat05:51
cmystermorning05:57
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex  https://review.openstack.org/10497506:01
*** jyoti-ranjan has quit IRC06:04
*** jyoti-ranjan has joined #heat06:04
*** gokrokve has quit IRC06:06
*** ckmvishnu has joined #heat06:07
*** tiantian has quit IRC06:07
ckmvishnuEngineService upon startup, create_periodic_tasks creates a ThreadGroupManager. But also created in service start()06:09
ckmvishnushouldn't there be a check and reuse existing ThreadGroupManager?06:10
*** shakamunyi has joined #heat06:10
*** elynn_ has joined #heat06:12
*** elynn_ has quit IRC06:21
*** shakamunyi has quit IRC06:24
*** julienvey has joined #heat06:24
*** saju_m has joined #heat06:26
*** tiantian has joined #heat06:28
*** daneyon_ has joined #heat06:29
*** daneyon_ has quit IRC06:29
*** julienvey has quit IRC06:29
*** bvivek has quit IRC06:29
*** daneyon_ has joined #heat06:30
*** daneyon has quit IRC06:32
*** gokrokve has joined #heat06:33
*** gokrokve has quit IRC06:34
*** bvivek has joined #heat06:35
*** gokrokve has joined #heat06:35
*** avquadri has quit IRC06:36
*** arbylee1 has quit IRC06:37
*** daneyon_ has quit IRC06:38
*** gokrokve has quit IRC06:40
*** tspatzier has joined #heat06:43
*** jprovazn has joined #heat06:44
*** ifarkas has joined #heat06:47
*** kopparam has quit IRC06:48
*** rakesh_hs2 has joined #heat06:49
*** rakesh_hs has quit IRC06:49
*** shakamunyi has joined #heat06:51
*** pasquier-s has joined #heat06:52
*** shakamunyi has quit IRC06:58
*** AndrewMichalik has quit IRC07:07
*** rakesh_hs has joined #heat07:10
*** rakesh_hs2 has quit IRC07:10
*** jyoti-ranjan has quit IRC07:13
*** chandankumar has quit IRC07:21
*** rakesh_hs2 has joined #heat07:23
*** chandankumar has joined #heat07:23
*** rakesh_hs has quit IRC07:23
*** chandankumar has quit IRC07:23
*** chandankumar has joined #heat07:24
*** mkerrin has quit IRC07:25
*** julienvey has joined #heat07:25
*** julienvey has quit IRC07:29
*** sergmelikyan has quit IRC07:32
*** sergmelikyan has joined #heat07:32
*** gokrokve has joined #heat07:35
*** jyoti-ranjan has joined #heat07:36
*** asalkeld has quit IRC07:36
*** mkerrin has joined #heat07:37
*** gokrokve has quit IRC07:40
*** rakesh_hs2 has quit IRC07:42
*** erkules_ is now known as erkules07:43
*** ckmvishnu has left #heat07:43
*** rakesh_hs has joined #heat07:44
*** kopparam has joined #heat07:44
*** rakesh_hs has quit IRC07:46
*** rakesh_hs has joined #heat07:49
*** AndrewMichalik has joined #heat07:52
*** asalkeld has joined #heat07:53
*** ari_arad_ has quit IRC07:54
*** tspatzier has quit IRC07:55
*** shakamunyi has joined #heat07:56
*** jistr has joined #heat07:56
pas-hamorning all :)07:56
*** jstrachan has joined #heat07:57
*** rwsu has quit IRC07:59
*** Qiming_ has joined #heat08:03
*** Qiming has quit IRC08:06
tiantianSergey Kraynev: hi, about https://review.openstack.org/#/c/111879/ would you please to see the reply08:06
*** alexpilotti has joined #heat08:07
asalkeldskraynev, ^08:07
*** sorantis has joined #heat08:07
skraynevasalkeld, tiantian: in progress :)08:08
asalkeldalso the resource_id could be set in resource.py (possibly)08:09
asalkeld(to None)08:09
*** shakamunyi has quit IRC08:10
*** Qiming_ has quit IRC08:10
*** julienvey has joined #heat08:10
openstackgerrithuangtianhua proposed a change to openstack/heat: Set resource_id to None after deleting resource  https://review.openstack.org/11187908:13
*** Qiming has joined #heat08:13
skraynevdone08:14
skraynevasalkeld: agree :)08:14
skraynevasalkeld: I thought about such things, when see a lot of same code in similar places.08:15
asalkeldyip08:15
*** Qiming_ has joined #heat08:17
tiantian<skraynev>: not all the resources set resource_id to some value after creation succeful08:19
tiantians/successful08:19
*** cmyster has quit IRC08:19
*** Qiming has quit IRC08:22
*** cmyster has joined #heat08:24
*** cmyster has quit IRC08:24
*** cmyster has joined #heat08:24
*** ckmvishnu has joined #heat08:29
*** mkollaro has joined #heat08:32
*** fayablazer has joined #heat08:35
*** gokrokve has joined #heat08:35
*** gokrokve has quit IRC08:37
*** gokrokve has joined #heat08:37
skraynevtiantian: ok, but why we can not to do it mandatory? and add this... I have not research it. May be it's not possible, in this case you may ignore my suggestion.08:39
skraynevtiantian: But still we should know may we make it as a rule for all resources.08:39
*** mohits has joined #heat08:40
*** tsufiev has quit IRC08:40
openstackgerritTakashi NATSUME proposed a change to openstack/heat: Add log output about HTTP calls in cinderclient  https://review.openstack.org/10474508:41
*** gokrokve has quit IRC08:41
tiantianagree with you, I will try to do this :)08:42
*** jyoti-ranjan has quit IRC08:44
tiantianskraynev: and https://review.openstack.org/#/c/103725/ hope you to review, tks08:45
*** tsufiev has joined #heat08:45
*** tspatzier has joined #heat08:48
*** pasquier-s_ has joined #heat08:51
*** pasquier-s has quit IRC08:54
*** jyoti-ranjan has joined #heat09:06
*** AJaeger has joined #heat09:09
openstackgerritJun Jie Nan proposed a change to openstack/heat: console url support in server resource  https://review.openstack.org/10992309:14
*** ramishra_ has quit IRC09:15
*** ramishra has joined #heat09:15
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Add networks property to OS::Trove::Instance  https://review.openstack.org/9108809:20
*** ramishra has quit IRC09:20
*** lvh has quit IRC09:26
*** lvh has joined #heat09:27
*** bmahalakshmi has quit IRC09:30
*** bmahalakshmi has joined #heat09:34
*** gokrokve has joined #heat09:36
*** lazy_prince is now known as killer_prince09:37
*** killer_prince is now known as lazy_prince09:37
AJaegerHI Heat cores, could one of you approve this patch,please? it already has two +2s... https://review.openstack.org/#/c/111480/ It will give you all specs published at http://specs.openstack.org/openstack/heat-specs/09:38
*** gokrokve has quit IRC09:43
*** Yanyanhu has quit IRC09:46
*** lvh has quit IRC09:47
*** lvh has joined #heat09:47
*** lvh has quit IRC09:53
*** lvh has joined #heat09:53
*** dmakogon_ is now known as denis_makogon09:54
*** shakamunyi has joined #heat09:57
*** ramishra has joined #heat09:58
*** shakamunyi has quit IRC10:01
*** sorantis has quit IRC10:06
*** sorantis has joined #heat10:08
*** dsneddon has quit IRC10:11
*** tiantian has quit IRC10:13
*** Akshik has joined #heat10:24
Akshikis it possible to execute scripts on the running instance [guest VM]10:25
*** TonyBurn_ has joined #heat10:25
*** Qiming_ has quit IRC10:27
*** lazy_prince is now known as killer_prince10:32
*** gokrokve has joined #heat10:35
*** jyoti-ranjan has quit IRC10:35
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Move size update to Cinder volume  https://review.openstack.org/10662210:36
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Move VolumeAttachment updates to Cinder resource  https://review.openstack.org/10662310:36
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Unittests: Refactor Volume resources tests  https://review.openstack.org/10736210:36
*** killer_prince is now known as lazy_prince10:37
*** arbylee has joined #heat10:39
*** rushiagr has quit IRC10:40
*** gokrokve has quit IRC10:40
*** rushiagr has joined #heat10:40
*** chandankumar has quit IRC10:42
openstackgerritSwapnil Kulkarni proposed a change to openstack/python-heatclient: Added sort options for heat stack list  https://review.openstack.org/10766010:49
*** rushiagr has quit IRC10:50
*** rushiagr_ has joined #heat10:50
*** nkhare_ has joined #heat10:57
*** nkhare has quit IRC11:00
*** chandankumar has joined #heat11:01
*** piyush has joined #heat11:02
*** jstrachan has quit IRC11:03
*** achampion has joined #heat11:07
openstackgerritAnant Patil proposed a change to openstack/heat: After successful update of a stack, the backup stack and it's associated template, resources and events should be permanently deleted.  https://review.openstack.org/11197911:10
*** nosnos has quit IRC11:10
*** pasquier-s_ has quit IRC11:12
*** bmahalakshmi has quit IRC11:16
*** bmahalakshmi has joined #heat11:16
*** asalkeld has quit IRC11:23
*** Qiming_ has joined #heat11:23
*** jyoti-ranjan has joined #heat11:23
*** kopparam has quit IRC11:30
*** kopparam has joined #heat11:30
*** bmahalakshmi has quit IRC11:32
openstackgerritAnant Patil proposed a change to openstack/heat: Fix for Bug #1332300. After successful update of a stack, the backup stack and it's associated template, resources and events should be permanently deleted.  https://review.openstack.org/11198611:35
uvirtbotLaunchpad bug 1332300 in heat "Backup stacks should be hard-deleted" [Medium,In progress] https://launchpad.net/bugs/133230011:35
*** kopparam has quit IRC11:35
*** gokrokve has joined #heat11:35
*** chandankumar has quit IRC11:37
*** chandankumar has joined #heat11:38
*** ckmvishnu has quit IRC11:40
*** gokrokve has quit IRC11:40
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Implement CFN CancelUpdateStack action  https://review.openstack.org/10285211:43
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Implement cancelling of stack update  https://review.openstack.org/10285111:43
*** blinky_ghost has joined #heat11:44
*** mohits has quit IRC11:48
*** shakamunyi has joined #heat11:48
*** viktors has joined #heat11:49
*** che-arne has joined #heat11:50
*** pasquier-s has joined #heat11:50
*** nkhare_ has quit IRC11:53
*** jyoti-ranjan has quit IRC11:56
*** shakamunyi has quit IRC11:58
openstackgerritAnant Patil proposed a change to openstack/heat: After successful update of a stack, the backup stack and it's associated template, resources and events should be permanently deleted.  https://review.openstack.org/11198612:01
*** kopparam has joined #heat12:01
*** nikunj2512 has quit IRC12:01
*** chandankumar has quit IRC12:02
*** cmyster has quit IRC12:04
*** kopparam has quit IRC12:05
*** Sventek has joined #heat12:11
*** denis_makogon has quit IRC12:14
*** andersonvom has quit IRC12:18
*** andersonvom has joined #heat12:19
*** blomquisg has joined #heat12:19
*** chandankumar has joined #heat12:22
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Peruse existing disable_rollback in stack-update  https://review.openstack.org/10024512:26
openstackgerritA change was merged to openstack/heat: Move size update to Cinder volume  https://review.openstack.org/10662212:32
*** jdob has joined #heat12:33
*** gokrokve has joined #heat12:35
*** jyoti-ranjan has joined #heat12:36
*** edmund has joined #heat12:37
*** gokrokve has quit IRC12:39
*** lazy_prince is now known as killer_prince12:42
*** radez_g0n3 is now known as radez12:43
*** rbuilta has joined #heat12:44
*** sgordon has joined #heat12:45
*** rpothier has joined #heat12:45
openstackgerritEli Qiao proposed a change to openstack/heat: Add controller and action debug message in wsgi.py  https://review.openstack.org/11200412:47
*** kopparam has joined #heat12:47
*** rbuilta has left #heat12:48
*** aweiteka_ has joined #heat12:49
*** k4n0 has quit IRC12:50
*** kopparam has quit IRC12:50
*** kopparam has joined #heat12:51
*** piyush has quit IRC12:52
*** piyush has joined #heat12:54
*** kopparam has quit IRC12:55
*** ccrouch has joined #heat12:58
*** jistr has quit IRC13:00
*** sorantis has quit IRC13:02
*** wirehead_ has quit IRC13:02
*** jistr has joined #heat13:03
*** wirehead_ has joined #heat13:03
*** jasondotstar has joined #heat13:03
*** sarob has quit IRC13:03
*** zz_gondoi has quit IRC13:06
*** edmund has quit IRC13:07
*** wirehead_ has quit IRC13:08
*** zz_gondoi has joined #heat13:09
*** zz_gondoi is now known as gondoi13:09
rakesh_hsHey,, https://review.openstack.org/#/c/107551/ is awaiting reviews, please have a look when you have time13:09
*** jstrachan has joined #heat13:11
*** radix has quit IRC13:11
*** stevebaker has quit IRC13:11
*** wirehead_ has joined #heat13:13
*** radix has joined #heat13:13
*** pasquier-s has quit IRC13:14
*** tspatzier has quit IRC13:14
*** sabeen has quit IRC13:14
*** jasond` has quit IRC13:14
*** cody-somerville has quit IRC13:14
*** chmouel has quit IRC13:14
*** abramley has quit IRC13:14
*** pbelanyi has quit IRC13:14
*** morganfainberg_Z has quit IRC13:14
*** stevebaker has joined #heat13:15
*** pasquier-s has joined #heat13:15
*** tspatzier has joined #heat13:15
*** sabeen has joined #heat13:15
*** jasond` has joined #heat13:15
*** cody-somerville has joined #heat13:15
*** pbelanyi has joined #heat13:15
*** chmouel has joined #heat13:15
*** abramley has joined #heat13:15
*** morganfainberg_Z has joined #heat13:15
openstackgerritEli Qiao proposed a change to openstack/heat: Raise exception if available_versions is empty  https://review.openstack.org/11201213:18
*** radix has quit IRC13:18
*** radix has joined #heat13:19
*** EricGonczer_ has joined #heat13:19
openstackgerritEli Qiao proposed a change to openstack/heat: Upgrade oslo.config to 1.4.0.0a2  https://review.openstack.org/11201313:20
*** SpamapS has quit IRC13:23
*** radix has quit IRC13:23
*** SpamapS has joined #heat13:24
*** SpamapS has quit IRC13:24
*** SpamapS has joined #heat13:24
*** adam_g has quit IRC13:25
*** sarob has joined #heat13:26
viktorshi folks! Can somebody review patch https://review.openstack.org/#/c/109658/ (Run migration tests on PostgreSQL and MySQL) ?13:26
*** radix has joined #heat13:28
*** che-arne has quit IRC13:29
*** adam_g has joined #heat13:29
*** adam_g has quit IRC13:30
*** adam_g has joined #heat13:30
*** jistr has quit IRC13:30
*** jistr has joined #heat13:30
*** piyush has quit IRC13:31
*** gokrokve has joined #heat13:35
*** vijendar has joined #heat13:35
*** jprovazn has quit IRC13:39
*** gokrokve has quit IRC13:40
*** shakamunyi has joined #heat13:42
*** shakamunyi has quit IRC13:49
*** tyson_ has joined #heat14:02
*** tyson_ has quit IRC14:04
*** wendar has quit IRC14:04
*** tyson_ has joined #heat14:04
*** wendar has joined #heat14:05
*** tyson_ has quit IRC14:05
*** tyson_ has joined #heat14:05
*** sarob has quit IRC14:07
*** wendar has quit IRC14:08
*** swygue has joined #heat14:08
*** wendar has joined #heat14:08
*** gokrokve has joined #heat14:10
*** shakamunyi has joined #heat14:11
*** daneyon has joined #heat14:13
*** vijendar has quit IRC14:13
*** vijendar has joined #heat14:13
*** vijendar has quit IRC14:13
*** vijendar has joined #heat14:13
*** Murali has joined #heat14:15
*** bvivek has quit IRC14:18
*** gokrokve has quit IRC14:20
*** gokrokve has joined #heat14:21
*** denis_makogon has joined #heat14:24
*** gokrokve has quit IRC14:25
*** rushiagr_ has quit IRC14:25
*** david-lyle has joined #heat14:28
*** PragadeeswaranS has quit IRC14:29
*** jdob has quit IRC14:30
*** jdob has joined #heat14:31
*** nikunj2512 has joined #heat14:31
*** ramishra has quit IRC14:31
*** ramishra has joined #heat14:32
*** shakamunyi has quit IRC14:32
*** saju_m has quit IRC14:32
*** rakesh_hs has quit IRC14:34
*** ramishra has quit IRC14:34
*** ramishra has joined #heat14:34
*** david-ly_ has joined #heat14:34
*** david-ly_ is now known as david-lyle_14:35
*** nikunj2512 has quit IRC14:36
*** ramishra has quit IRC14:37
*** piyush has joined #heat14:37
*** david-lyle has quit IRC14:38
*** piyush1 has joined #heat14:40
*** samstav has joined #heat14:40
*** piyush has quit IRC14:41
AJaegerHeat cores, could one of you approve this patch,please? it already has two +2s... https://review.openstack.org/#/c/111480/ It will give you all specs published at http://specs.openstack.org/openstack/heat-specs/14:45
*** alexheneveld has quit IRC14:46
*** david-lyle_ is now known as david-lyle14:48
*** arbylee has joined #heat14:50
jasond`AJaeger: i'm getting a 404 from both URLs14:50
jasond`oh, it WILL be published there14:51
AJaegerjasond`, read the review of 111480 - you first need to approve one patch for heat-specs and then it will show up on specs.o.o.14:51
AJaegerThe infra-jobs for http://specs.openstack.org publishing are setup and most projects are life. Heat is one of the missing projects...14:51
*** ckmvishnu has joined #heat14:51
AJaegerYes, it WILL ;)14:52
AJaegerjasond`, thanks for the approval.14:52
jasond`no problem14:52
AJaegerFYI, this is the infra patch that will change specs.o.o to link to the page: https://review.openstack.org/#/c/111946/14:53
*** arbylee has quit IRC14:53
*** arbylee has joined #heat14:54
*** jyoti-ranjan has quit IRC15:01
*** gokrokve has joined #heat15:06
*** chandankumar has quit IRC15:07
*** ccrouch1 has joined #heat15:08
openstackgerritVijendar Komalla proposed a change to openstack/python-heatclient: Template is not required on stack-adopt  https://review.openstack.org/11204415:10
*** ccrouch has quit IRC15:12
*** shakamunyi has joined #heat15:13
openstackgerritVijendar Komalla proposed a change to openstack/heat: Template not required on stack-adopt  https://review.openstack.org/11184415:15
openstackgerritJun Jie Nan proposed a change to openstack/heat: console url support in server resource  https://review.openstack.org/10992315:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Remove function get_software_config  https://review.openstack.org/10139615:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Cinder, trove, ceilo use ignore_not_found etc  https://review.openstack.org/10139715:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Glance, swift use ClientPlugin.ignore_not_found  https://review.openstack.org/10042415:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Neutron use ClientPlugin.ignore_not_found etc  https://review.openstack.org/10042315:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Nova use ClientPlugin.ignore_not_found  https://review.openstack.org/10042215:18
openstackgerritJun Jie Nan proposed a change to openstack/heat: Move nova_utils functions to nova client plugin  https://review.openstack.org/10178215:18
*** che-arne has joined #heat15:18
*** plomakin has quit IRC15:20
*** skraynev has quit IRC15:20
*** skraynev has joined #heat15:20
*** plomakin has joined #heat15:21
*** shakamunyi has quit IRC15:28
openstackgerritA change was merged to openstack/heat-specs: Fix publishing URL  https://review.openstack.org/11148015:32
*** rushiagr_ has joined #heat15:34
*** skraynev has quit IRC15:35
*** tnurlygayanov has quit IRC15:35
*** plomakin has quit IRC15:35
*** tnurlygayanov has joined #heat15:35
*** skraynev has joined #heat15:35
*** plomakin has joined #heat15:35
*** tspatzier has quit IRC15:38
*** dsneddon has joined #heat15:40
*** viktors is now known as viktors|afk15:40
*** ramishra has joined #heat15:40
*** jstrachan has quit IRC15:41
*** achampio1 has joined #heat15:43
*** achampion has quit IRC15:43
*** sjmc7 has joined #heat15:44
*** ifarkas has quit IRC15:44
*** killer_prince is now known as lazy_prince15:52
*** alexheneveld has joined #heat15:53
*** gokrokve_ has joined #heat15:55
*** Sventek has quit IRC15:57
*** gokrokve has quit IRC15:58
*** jistr has quit IRC16:00
*** tspatzier has joined #heat16:02
*** Dambles has joined #heat16:04
*** samstav has quit IRC16:05
*** Murali has quit IRC16:06
*** Murali_ has joined #heat16:09
*** achampio1 has quit IRC16:12
*** achampion has joined #heat16:14
*** openstackstatus has quit IRC16:17
*** openstack has joined #heat16:18
*** samstav has joined #heat16:18
*** andersonvom has quit IRC16:19
openstackgerritAnant Patil proposed a change to openstack/heat: Hard delete backup stack after successful update.  https://review.openstack.org/11198616:20
*** fayablazer has quit IRC16:22
*** Akshik has quit IRC16:27
*** andersonvom has joined #heat16:27
*** andersonvom has quit IRC16:28
*** Akshik has joined #heat16:28
*** andersonvom has joined #heat16:28
*** Sventek has joined #heat16:31
*** Qiming_ has quit IRC16:32
*** pasquier-s has quit IRC16:32
*** Akshik has quit IRC16:33
*** saju_m has joined #heat16:40
*** rwsu has joined #heat16:43
*** edmund has joined #heat16:46
*** Murali_ has quit IRC16:49
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements  https://review.openstack.org/10516616:49
*** sabeen2 has joined #heat16:49
*** sarob has joined #heat16:50
*** sabeen has quit IRC16:52
*** tspatzier has quit IRC16:54
*** morganfainberg_Z is now known as morganfainberg16:55
*** TonyBurn_ has quit IRC17:05
*** ckmvishnu has quit IRC17:06
*** kragniz_ has quit IRC17:10
*** mkollaro has quit IRC17:11
*** kragniz has joined #heat17:15
*** ramishra has quit IRC17:21
*** ramishra has joined #heat17:22
*** che-arne has quit IRC17:24
*** arbylee has quit IRC17:25
*** ramishra has quit IRC17:26
*** piyush1 has quit IRC17:27
*** tyson_ has quit IRC17:28
*** tyson_ has joined #heat17:28
*** tyson_ has quit IRC17:33
*** jyoti-ranjan has joined #heat17:33
*** arbylee has joined #heat17:34
*** arbylee has quit IRC17:37
*** arbylee has joined #heat17:37
*** rushiagr_ has quit IRC17:43
openstackgerritWilliam C. Arnold proposed a change to openstack/heat: Template get_version breaks with Template object  https://review.openstack.org/11134817:47
*** sabeen2 has quit IRC17:47
*** sabeen has joined #heat17:47
*** jyoti-ranjan has quit IRC17:50
*** piyush has joined #heat17:51
*** Murali_ has joined #heat17:51
*** piyush1 has joined #heat17:52
*** piyush has quit IRC17:55
*** alexheneveld has quit IRC17:58
*** alexheneveld has joined #heat17:59
*** tyson_ has joined #heat18:02
*** lazy_prince is now known as killer_prince18:09
*** jprovazn has joined #heat18:13
*** tspatzier has joined #heat18:13
*** tspatzier has quit IRC18:20
*** dsneddon is now known as dsneddon_lunch18:21
*** vijendar1 has joined #heat18:22
*** tyson_ has quit IRC18:22
*** bvivek has joined #heat18:24
*** vijendar has quit IRC18:24
*** tyson_ has joined #heat18:25
*** julienvey has quit IRC18:26
*** tyson_ has quit IRC18:27
*** tyson_ has joined #heat18:27
*** blinky_ghost has quit IRC18:29
*** tyson_ has quit IRC18:31
*** rakesh_hs has joined #heat18:31
*** Murali___ has joined #heat18:35
*** Murali_ has quit IRC18:38
*** shufflebot has quit IRC18:40
*** shufflebot has joined #heat18:40
*** ramishra has joined #heat18:40
*** IlyaE has joined #heat18:41
*** f13o_ has joined #heat18:46
*** Murali___ has quit IRC18:52
*** Murali_ has joined #heat18:52
*** vijendar1 has quit IRC18:57
*** vijendar has joined #heat18:57
*** saju_m has quit IRC19:06
*** julienvey has joined #heat19:13
*** sabeen has quit IRC19:13
*** cody-somerville has quit IRC19:18
*** rwsu has quit IRC19:18
*** shufflebot has quit IRC19:20
*** julienvey has quit IRC19:20
*** julienvey has joined #heat19:22
*** bvivek has quit IRC19:22
*** ramishra has quit IRC19:23
*** cody-somerville has joined #heat19:34
*** alexpilotti has quit IRC19:34
*** mspreitz has joined #heat19:37
*** denis_makogon has quit IRC19:46
*** dmakogon_ has joined #heat19:46
*** rwsu has joined #heat19:54
*** sgordon has quit IRC19:57
*** Sventek has quit IRC19:57
jdandreaI noticed that I can set availability_zone to 'nova:hostname' for Server resources, but I don't seem to be able to do that for Volume resources. Is there any way to target a specific host for Volumes as we can do for Servers?20:00
*** alexheneveld has quit IRC20:01
*** f13o_ has quit IRC20:03
*** TravT has joined #heat20:04
jdandreaCancel that: Cinder AZs != Nova AZs. :)20:06
uberjcan someone tell me what I have done wrong? https://pastebin.mozilla.org/582647520:13
uberj"TypeError: unhashable type: 'dict' " is not a helpful enough error message20:13
*** tonisbones has quit IRC20:18
*** gokrokve has joined #heat20:18
*** gokrokve_ has quit IRC20:20
*** rakesh_hs has quit IRC20:23
uberjhere is heat barfing on it https://pastebin.mozilla.org/582667420:25
*** dsneddon_lunch has quit IRC20:25
uberjso I'm using a dict somewhere and I shouldn't be20:27
* uberj whips out pdb20:27
pscheiehttp://paste.openstack.org/show/90700/20:28
pscheieAny idea of the cause of this error I get when I try to spin a stack with a new HOT template?20:29
pscheieI suspect it might have something to do with constraints: as that was the last thing I modified before getting this error.20:30
uberjpscheie: hard to tell without seeing the template20:30
jdandreaIt sounds like a dict is being used as a key, yeah. *scratches head*20:30
*** sabeen1 has joined #heat20:30
*** sabeen1 has quit IRC20:31
zanebpscheie: it sounds like the next parameter is getting mixed in with your constraint20:32
zanebor something20:32
pscheieHere's the template: http://paste.openstack.org/show/90702/20:32
*** sabeen1 has joined #heat20:32
pscheiezaneb, ah, that seems likely.20:32
uberjzaneb: https://pastebin.mozilla.org/582676320:32
uberjerr20:32
uberjjdandrea: ^20:32
* jdandrea intended his thought toward uberj's pastebin entry and not pscheie.20:34
jdandreauberj: tx20:34
uberjjdandrea: so line 184 in https://pastebin.mozilla.org/5826475 is my issue20:35
uberjkind of sad I needed a debuger to find that out20:35
uberjnot sure if your parser can detect that...20:35
*** jprovazn has quit IRC20:36
jdandreauberj: Oh, interesting. I wonder if it's taking the dict "{ get_param: db_server }" as a key for get_resource without resolving it into a string first?20:37
* pscheie wishes heat said where the Invalid type was being found.20:37
uberjjdandrea: yeah, seems to be doing that20:37
uberjyeah, I would think you are not processing the data structure correctly20:39
uberjresource resolution in this case needs to happen depth first20:39
* jdandrea is not the "you" in this case, but agrees with the depth first observation.20:40
uberjI should probably file a bug20:41
*** radez is now known as radez_g0n320:42
*** kevinbenton has quit IRC20:44
*** ccrouch1 has quit IRC20:48
*** julienvey has quit IRC20:49
pscheieIn http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#allowed-values why does the allowed_values start with a dash, but none of the sub-parts of instance_type start with a dash?20:50
zanebpscheie: because "constraints" is a list of dictionaries20:51
pscheieIOW, when are leading dashes necessary and when are they no?20:51
pscheiezaneb, so it depends on the data type of the key?20:52
zanebdashes mean list items20:52
zanebso if you want a list, use dashes20:52
zanebif you don't, don't20:52
*** dsneddon has joined #heat20:54
*** asalkeld has joined #heat20:55
*** kevinbenton has joined #heat20:56
*** ccrouch has joined #heat20:57
pscheieAha!  Found it: 'type: String' should be 'type: string' (lower case S)20:58
*** pmyers has quit IRC20:58
*** dsneddon has quit IRC21:00
*** jdob has quit IRC21:01
*** coolsvap has quit IRC21:08
*** coolsvap has joined #heat21:15
*** openstackgerrit has quit IRC21:16
*** openstackgerrit has joined #heat21:18
*** jasondotstar has quit IRC21:20
*** mspreitz has quit IRC21:26
*** aweiteka_ has quit IRC21:34
*** cinerama has joined #heat21:35
*** Murali__ has joined #heat21:36
*** f13o_ has joined #heat21:37
*** IlyaE has quit IRC21:39
*** vijendar has quit IRC21:39
*** Murali_ has quit IRC21:40
*** EricGonczer_ has quit IRC21:40
*** rpothier has quit IRC21:49
*** sdake has quit IRC21:49
*** julienvey has joined #heat21:50
*** gokrokve has quit IRC21:50
*** asalkeld has quit IRC21:52
*** asalkeld has joined #heat21:53
*** julienvey has quit IRC21:54
*** arbylee1 has joined #heat21:55
*** arbylee has quit IRC21:56
*** dsneddon has joined #heat21:56
*** blomquisg has quit IRC22:04
*** gondoi is now known as zz_gondoi22:04
*** Murali__ has quit IRC22:07
*** Murali_ has joined #heat22:07
*** piyush1 has quit IRC22:11
*** IlyaE has joined #heat22:12
stevebakerasalkeld: do you recall if someone was working on webhook based custom resources?22:12
asalkeldhey stevebaker, they might be22:13
asalkeldI do remember someone talkiing about it22:13
asalkeldcan't remember tho'22:13
asalkeldgrep the logs?22:13
stevebakersame, maybe tspatzier?22:14
asalkeldno, I don't think so22:14
stevebakeroh well, just wondering22:16
stevebakerany more reviews for this? https://review.openstack.org/#/c/102397/22:18
asalkeldstevebaker, we have solum meeting now, I'll look later22:20
*** julienvey has joined #heat22:22
*** julienvey has quit IRC22:27
*** sdake has joined #heat22:31
*** sdake has quit IRC22:31
*** sdake has joined #heat22:31
*** Murali__ has joined #heat22:38
*** Murali_ has quit IRC22:42
*** david-lyle has quit IRC22:46
*** david-lyle has joined #heat22:47
*** Murali__ has quit IRC22:47
*** Murali_ has joined #heat22:49
*** Murali_ has quit IRC22:50
*** piyush has joined #heat22:50
*** david-lyle has quit IRC22:51
*** Chinorro has quit IRC22:52
*** andersonvom has quit IRC22:53
*** Chinorro has joined #heat22:55
openstackgerritJun Jie Nan proposed a change to openstack/heat-templates: Do not install pip in heat config element  https://review.openstack.org/11216322:55
*** Dambles has quit IRC22:56
*** arbylee1 has quit IRC23:00
*** rbuilta has joined #heat23:05
*** sarob has quit IRC23:08
*** sarob has joined #heat23:09
*** sarob has quit IRC23:13
*** ccrouch has quit IRC23:13
*** f13o_ has quit IRC23:14
*** m_22 has joined #heat23:19
asalkeldstevebaker, isn't 5 retries a lot as a default?23:21
asalkeldmaybe 223:21
*** m_22 has left #heat23:21
*** julienvey has joined #heat23:23
*** Yanyanhu has joined #heat23:26
stevebakerasalkeld: the aim is to have enough attempts with exponential backoff to give the issue enough time to resolve itself, or to allow $human to intervene while attempts are still happening. We don't know the optimal number yet, but 2 seems like not enough23:27
*** julienvey has quit IRC23:28
asalkeldyikes, looks like horrible hack:(23:28
asalkeldalso is going to play nice with conected resources, like volumes23:30
asalkeldwell, just stop thinking and push the +223:30
*** achampion has quit IRC23:35
*** daneyon has quit IRC23:35
*** daneyon has joined #heat23:36
*** Qiming has joined #heat23:36
*** piyush has quit IRC23:40
lifelessasalkeld: :P23:40
zanebasalkeld: in theory it should play nice with connected resources23:40
*** daneyon has quit IRC23:40
stevebakerasalkeld: I think that any distributed system of sufficient complexity is going to have races and transient failures, heat needs to be really good and handling those23:43
*** bandarji has joined #heat23:43
asalkeldstevebaker, totally - this we all know is a hack, better things coming hopefully23:45

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