Friday, 2018-03-16

openstackgerritZane Bitter proposed openstack/heat master: Docs: Eliminate warnings in docs generation  https://review.openstack.org/55358700:17
openstackgerritZane Bitter proposed openstack/heat master: Docs: Make stack domain users docs visible  https://review.openstack.org/55363800:17
openstackgerritZane Bitter proposed openstack/heat master: Docs: Autogenerate config documentation  https://review.openstack.org/55363900:17
*** rcernin has joined #heat00:21
*** k_mouza has joined #heat00:22
*** k_mouza has quit IRC00:28
*** k_mouza has joined #heat00:31
*** liyi has joined #heat00:31
*** AlexeyAbashkin has joined #heat00:32
*** k_mouza has quit IRC00:35
*** AlexeyAbashkin has quit IRC00:36
*** harlowja has quit IRC00:49
*** masaito has joined #heat01:06
*** ysandeep has joined #heat01:18
*** AlexeyAbashkin has joined #heat01:52
*** AlexeyAbashkin has quit IRC01:56
*** felipemonteiro has joined #heat01:59
*** k_mouza has joined #heat01:59
*** mikal_ has joined #heat02:03
*** mikal has quit IRC02:06
*** k_mouza has quit IRC02:07
*** skramaja has joined #heat02:45
*** felipemonteiro has quit IRC02:52
*** jmlowe has joined #heat02:52
*** hieulq has quit IRC02:54
*** hongbin has joined #heat02:57
*** fragatina has quit IRC03:02
*** liyi_ has joined #heat03:03
*** liyi has quit IRC03:03
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements  https://review.openstack.org/55366403:19
*** liyi_ has quit IRC03:32
*** liyi has joined #heat03:32
*** nicolasbock has quit IRC03:40
*** hongbin has quit IRC03:57
*** skramaja has quit IRC04:03
*** fragatina has joined #heat04:08
*** fragatina has quit IRC04:10
*** mikal_ has quit IRC04:17
*** mikal has joined #heat04:20
*** gkadam has joined #heat04:30
*** links has joined #heat04:32
*** harlowja has joined #heat04:35
*** ramishra has joined #heat04:39
*** skramaja has joined #heat04:39
openstackgerritRabi Mishra proposed openstack/heat-tempest-plugin master: Add feature falgs in config to enable tests conditionally  https://review.openstack.org/55367804:41
*** om2 has quit IRC04:49
*** ricolin has joined #heat04:53
openstackgerritMerged openstack/heat master: Fix some reST field lists in docstrings  https://review.openstack.org/45211905:16
*** harlowja has quit IRC05:22
Sharmisthathanks <zaneb>05:31
*** gkadam_ has joined #heat05:34
*** gkadam has quit IRC05:36
*** jtomasek has joined #heat05:41
*** mdnadeem has joined #heat05:42
*** sapd has joined #heat05:57
*** wayarmy has joined #heat06:00
wayarmyhi there06:00
wayarmyany one else ?06:00
wayarmyhttps://stackoverflow.com/questions/49297936/update-resource-group-fail-through-heat-api06:01
wayarmyi have a problem like this06:01
wayarmyany idea for this ?06:01
*** wayarm has joined #heat06:03
wayarmhello06:03
*** wayarm has quit IRC06:04
*** wayarm has joined #heat06:04
openstackgerritRabi Mishra proposed openstack/heat-tempest-plugin master: Add feature falgs in config to enable tests conditionally  https://review.openstack.org/55367806:07
*** kiennt26 has joined #heat06:10
*** wayarmy has quit IRC06:10
ramishrawayarm: What is the error you see? what do you mean by "resource.yaml is group resource"? If it's just a child template with server and volume resources it should work, the existing group members should not be updated.06:13
wayarmresouce.yaml is a HOT file contain Nova::Server and Cinder::Volume06:15
wayarmwhat do u mean about child template ?06:15
ramishrawayarm: that's what I mean:)06:16
wayarmah yes06:16
ramishrawayarm: what error do you see in stack show or in the engine logs when the update failed?06:16
wayarmi want to create a resource group contain both Nova::Server and Cinder::Volume in this06:16
wayarmwait a second06:17
wayarmresources[1]: Resource CREATE failed: BadRequest: resources.instance: Invalid volume: Invalid input received: Invalid volume: Volume status must be available to reserve, but the status is in-use.06:17
wayarm@ramishra that is error that show in status_reason06:18
ramishrawayarm: can you paste your resource.yaml somewhere, it seems to be trying to use an used volume06:19
wayarmokie wait some second i will paste it on my gist06:20
ramishrahttp://paste.openstack.org/06:20
ramishraricolin: Hey! we would need reviews for https://review.openstack.org/#/q/topic:branchless_plugin, for branchless tempest plugin06:21
wayarmhttps://gist.githubusercontent.com/wayarmy/dbcb48274d692e0a2ffe072e4e9be743/raw/c713d22d32373375ca34802dcdcc745ad8729027/gistfile1.txt06:23
wayarmhttp://paste.openstack.org/show/702856/06:24
wayarmthat is my "resource.yaml"06:24
ramishrasyou're creating a volume from an image, may be that's the reason, don't know. What version of heat you're using?06:26
wayarmhmm06:27
wayarmi'm using Pike - version of openstack06:28
wayarmdon't know heat version06:28
ramishraok, let me check if it works on master or not06:28
wayarmyeah :)06:28
*** dbecker has quit IRC06:32
*** ysandeep is now known as ysandeep|brb06:35
*** AlexeyAbashkin has joined #heat06:36
openstackgerritNguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build  https://review.openstack.org/55368606:36
*** fragatina has joined #heat06:43
*** fragatina has quit IRC06:43
*** fragatina has joined #heat06:43
*** fragatin_ has joined #heat06:44
*** dbecker has joined #heat06:45
*** fragatina has quit IRC06:48
wayarm@ramishra have u got that problem ?06:48
ramishrawayarm: my devstack seems broken, so may be it's sometime till I can test, if you want you can raise a bug and someone would look at it06:48
wayarmcan i post this issue to github ?06:49
ramishrahttps://bugs.launchpad.net/heat/+filebug06:49
*** AlexeyAbashkin has quit IRC06:51
wayarmokie06:51
*** jtomasek has quit IRC06:52
openstackgerritRabi Mishra proposed openstack/heat-tempest-plugin master: Add feature flags in config to enable tests conditionally  https://review.openstack.org/55367806:59
*** ysandeep|brb has quit IRC07:09
SharmisthaI have a resource of type ResourceGroup, in which type is some file reference as shown below:07:11
Sharmistharesources:   BC_GROUP:     type: OS::Heat::ResourceGroup     properties:       count:  { get_param: CLUSTER_SIZE }       resource_def:         type: file1.yaml         properties:           index: '%index%'           stack_name: { get_param: 'OS::stack_name' }           cp_image: { get_param: CP_IMAGE }           bc_flavor: { get_param: BC_FLAVOR }07:11
SharmisthaIn file1.yaml I am defining a resource of type: OS::Nova::Server But in heat resource-show I am not able to get info about servers which were created through file1.yaml Could anyone please help...07:11
*** ysandeep has joined #heat07:12
*** jcoufal has joined #heat07:13
*** rcernin has quit IRC07:20
ramishraSharmistha: did you pass the stack_id of the nested stack that the server resource belongs to to 'resource show'?07:20
openstackgerritOpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements  https://review.openstack.org/55366407:22
Sharmistharamishra: yes07:27
ramishraSharmistha: what you can't find there in that?07:28
Sharmisthai gave heat resource-show <stack_name or id> <file_type_resource>07:28
ramishraDid you get an error or some output?07:29
ramishraSharmistha: if you can paste 'openstack stack resource list -n 5 <stack_name>'  and tell me what resource detail you want to see, I can tell you the exact command07:31
ramishrabut don't paste it here like you've done before;)07:31
*** wayarm has quit IRC07:32
*** wayarm has joined #heat07:32
wayarm@ramishra in 1 resource group, can i specific the resource that i don't want to replace ?07:33
wayarmcan i use removal_policies ?07:33
*** liusheng has quit IRC07:33
Sharmistharamishra: hehe ok07:34
Sharmisthahow could i paste the content ?07:34
ramishrawayarm: removal_policies is to black list nodes, those resource indexes would blacklisted07:34
wayarmwhen i update the number of resouce in resource group, it force update the resource in resource group07:34
*** liusheng has joined #heat07:34
wayarmblack list of what  action ?07:35
wayarmremove or increase ?07:35
*** armaan has joined #heat07:35
wayarm@Sharmistha: paste.openstack.org07:36
ramishrathey would not be counted, so that means you would have 0, 2, 3 if 1 is blacklisted and you've count 3, it would be removed07:36
wayarmok, it mean this option will be meant in removal. hmm07:37
ramishrayes07:37
wayarmi don't know why when i update count, heat will update all resource in exist resource group07:37
Sharmistharamishra: http://paste.openstack.org/show/702911/07:38
wayarmdoes it have an options for frozen ?07:38
openstackgerritNguyen Hai proposed openstack/python-heatclient master: Create doc/requirements.txt  https://review.openstack.org/52897907:38
ramishraSharmistha: try 'openstack stack resource show 1d7a49d1-da0c-47fc-8895-7c2bef31d7a1 BC_VM'07:42
openstackgerritNguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build  https://review.openstack.org/52897907:44
ramishrawayarm: what are you trying to do? resources are normally replaced based on non updateable properties  or if they are in FAILED state07:46
*** wayarm_ has joined #heat07:46
*** wayarm has quit IRC07:46
ramishrayou can restrict these replacemnets by using something like https://github.com/openstack/heat/blob/d899c240e49a72246926b46f40f8076159bb5196/heat_integrationtests/functional/test_update_restricted.py#L33 in environment but I think that would mark the stack as failed07:47
Sharmistharamishra: thank you!! it worked07:47
Sharmisthanow i get it, we have to use the inner stack_id instead of main stack_id07:47
Sharmisthathanku soo much..07:47
ramishraSharmistha: yes, np:)07:47
openstackgerritNguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build  https://review.openstack.org/52897907:49
*** AlexeyAbashkin has joined #heat07:50
*** ioggstream has joined #heat08:08
*** jcoufal_ has joined #heat08:08
*** jcoufal has quit IRC08:10
*** hoonetorg has quit IRC08:11
*** ramishra has quit IRC08:25
*** ramishra has joined #heat08:25
*** hoonetorg has joined #heat08:28
thervericolin, ramishra : hey got a question about adding a test to the tempest plugin08:46
therveIt's for an issue with external references08:46
therveIt will break for existing release if I add it, what should I do?08:47
*** armaan has quit IRC08:59
ramishratherve: Is it going to change the current behaviour and break a test in heat-tempest-plugin?09:01
therveramishra, Only the test I would add09:01
ricolintherve, I think we have to setup branchless architecture for tempest plugin first09:02
ramishratherve: We can leverage the feature flag I've added today, if that helps https://review.openstack.org/#/c/553678/09:02
ricolinwhich ramishra have some WIP^^^09:02
ramishraor else we can add the test to in-repo tests09:03
ricolinramishra, So your plan is to setting config for each release(environment) to said these're tests(features) that we disable, right?09:05
ramishraricolin: by default these feature flags would be false/ skip tests and enable it for specific release onwards09:06
ramishraThis is the model tempest uses09:06
openstackgerritThomas Herve proposed openstack/heat master: Persist external resources on update  https://review.openstack.org/55372309:18
*** wayarm_ has quit IRC09:20
*** wayarm has joined #heat09:21
*** k_mouza has joined #heat09:23
*** jistr is now known as jistr|mtg09:24
*** liyi has quit IRC09:28
*** Hazelesque has quit IRC09:32
*** Hazelesque has joined #heat09:33
*** derekh has joined #heat09:40
*** gfidente has joined #heat09:43
*** gfidente has quit IRC09:43
*** gfidente has joined #heat09:43
*** higgins has quit IRC09:57
*** jtomasek has joined #heat10:00
*** higgins has joined #heat10:01
*** jcoufal has joined #heat10:06
*** jcoufal_ has quit IRC10:09
*** armaan has joined #heat10:10
*** wayarm has quit IRC10:15
*** sapd has quit IRC10:18
*** armaan_ has joined #heat10:18
*** armaan has quit IRC10:22
*** kiennt26 has quit IRC10:24
*** shardy has joined #heat10:28
*** nicolasbock has joined #heat10:36
*** armaan has joined #heat10:39
*** armaan_ has quit IRC10:41
*** armaan has quit IRC11:01
*** armaan has joined #heat11:06
*** jistr|mtg is now known as jistr11:07
*** armaan has quit IRC11:19
*** pbourke_ has quit IRC11:20
*** pbourke_ has joined #heat11:20
*** mdnadeem has quit IRC11:31
*** masaito has quit IRC11:38
*** mdnadeem has joined #heat11:39
*** skramaja has quit IRC11:46
*** gfidente has quit IRC12:00
*** gfidente has joined #heat12:00
*** gfidente has quit IRC12:00
*** gfidente has joined #heat12:00
*** gkadam__ has joined #heat12:32
*** shardy is now known as shardy_lunch12:32
*** gkadam_ has quit IRC12:34
*** dprince has joined #heat12:34
*** gfidente has quit IRC12:34
*** gfidente has joined #heat12:37
*** gfidente has quit IRC12:37
*** gfidente has joined #heat12:37
*** murbSRQV4M has joined #heat12:39
*** shardy_lunch is now known as shardy13:03
*** gyankum has joined #heat13:04
*** felipemonteiro has joined #heat13:44
*** links has quit IRC13:56
*** wayarm has joined #heat13:58
*** hongbin has joined #heat14:00
wayarmhello Rabi14:17
wayarmr u there ?14:17
*** felipemonteiro_ has joined #heat14:17
*** liyi has joined #heat14:18
*** d0ugal has quit IRC14:19
*** hongbin has quit IRC14:20
*** felipemonteiro has quit IRC14:20
*** hongbin has joined #heat14:20
*** felipemonteiro__ has joined #heat14:21
*** liyi has quit IRC14:22
*** derekh has quit IRC14:24
*** felipemonteiro_ has quit IRC14:25
*** jcoufal has quit IRC14:25
*** gyankum has quit IRC14:29
*** derekh has joined #heat14:40
*** felipemonteiro__ has quit IRC14:43
*** felipemonteiro__ has joined #heat14:44
*** om2 has joined #heat14:46
*** ysandeep has quit IRC14:47
*** gkadam__ has quit IRC14:48
*** links has joined #heat14:49
*** gkadam has joined #heat14:52
*** bnemec is now known as beekneemech14:55
*** dprince has quit IRC15:00
*** dprince has joined #heat15:01
*** nicolasbock has quit IRC15:05
*** ramishra has quit IRC15:19
*** wayarm has quit IRC15:20
*** jcoufal has joined #heat15:24
*** links has quit IRC15:32
*** wayarm has joined #heat15:32
*** k_mouza has quit IRC15:35
*** d0ugal has joined #heat15:36
*** d0ugal has quit IRC15:36
*** d0ugal has joined #heat15:36
*** wayarm has quit IRC15:36
*** wayarm has joined #heat15:38
*** derekh has quit IRC15:39
*** crose has joined #heat15:40
*** k_mouza has joined #heat15:41
*** armaan has joined #heat15:47
*** AlexeyAbashkin has quit IRC15:48
*** crose has quit IRC15:55
*** vegarl_ has joined #heat15:58
*** jdandrea_ has joined #heat15:59
*** andreykurilin_ has joined #heat16:01
*** jistr_ has joined #heat16:01
*** aluria` has joined #heat16:02
*** szaher has quit IRC16:02
*** jillr has quit IRC16:03
*** jdandrea has quit IRC16:03
*** lifeless has quit IRC16:03
*** redondo-mk has quit IRC16:03
*** andreykurilin has quit IRC16:03
*** jistr has quit IRC16:03
*** vegarl has quit IRC16:03
*** aluria has quit IRC16:03
*** harlowja has joined #heat16:03
*** jistr_ is now known as jistr16:04
*** lifeless has joined #heat16:05
*** Qiming has quit IRC16:05
*** Qiming has joined #heat16:09
*** redondo-mk has joined #heat16:10
*** k_mouza has quit IRC16:15
*** jillr has joined #heat16:18
*** serlex has joined #heat16:20
*** serlex has quit IRC16:20
*** wayarm has quit IRC16:22
*** k_mouza has joined #heat16:24
*** k_mouza has quit IRC16:29
*** crose has joined #heat16:33
*** felipemonteiro_ has joined #heat16:35
*** derekh has joined #heat16:35
*** mdnadeem has quit IRC16:37
*** felipemonteiro__ has quit IRC16:38
*** felipemonteiro_ has quit IRC16:42
*** d0ugal has quit IRC16:45
*** armaan has quit IRC16:53
*** crose has quit IRC16:56
*** harlowja has quit IRC17:05
*** gfidente has quit IRC17:06
*** stevebaker has quit IRC17:06
*** stevebaker has joined #heat17:12
*** AlexeyAbashkin has joined #heat17:17
*** fragatin_ has quit IRC17:18
*** AlexeyAbashkin has quit IRC17:22
openstackgerritRico Lin proposed openstack/heat master: Remove mox usage from test_vpc (part 1)  https://review.openstack.org/55386417:31
openstackgerritRico Lin proposed openstack/heat master: Remove mox usage from test_vpc (part 2)  https://review.openstack.org/55386517:31
*** stevebaker has quit IRC17:33
*** jtomasek has quit IRC17:33
*** felipemonteiro_ has joined #heat17:35
*** stevebaker has joined #heat17:42
*** weshay is now known as weshay_brb17:47
*** ricolin has quit IRC17:50
*** ioggstream has quit IRC18:00
*** harlowja has joined #heat18:01
*** harlowja_ has joined #heat18:04
*** harlowja has quit IRC18:06
*** ayoung has quit IRC18:08
*** felipemonteiro__ has joined #heat18:20
*** gkadam has quit IRC18:23
*** felipemonteiro_ has quit IRC18:23
*** fragatina has joined #heat18:26
*** fragatina has quit IRC18:26
*** fragatina has joined #heat18:26
*** felipemonteiro_ has joined #heat18:32
*** felipemonteiro__ has quit IRC18:35
*** AlexeyAbashkin has joined #heat18:50
*** felipemonteiro_ has quit IRC18:54
*** felipemonteiro_ has joined #heat18:54
*** AlexeyAbashkin has quit IRC18:54
*** weshay_brb is now known as weshay18:59
*** shardy has quit IRC19:11
*** felipemonteiro__ has joined #heat19:13
*** felipemonteiro__ has quit IRC19:16
*** felipemonteiro__ has joined #heat19:17
*** felipemonteiro_ has quit IRC19:17
*** jtomasek has joined #heat19:44
*** jtomasek has quit IRC19:45
*** liyi has joined #heat19:47
*** AlexeyAbashkin has joined #heat19:50
*** liyi has quit IRC19:52
*** AlexeyAbashkin has quit IRC19:55
*** felipemonteiro_ has joined #heat20:10
*** felipemonteiro__ has quit IRC20:14
*** liyi has joined #heat20:27
*** dprince has quit IRC20:29
*** liyi has quit IRC20:32
*** jcoufal has quit IRC20:34
*** felipemonteiro_ has quit IRC21:05
*** AlexeyAbashkin has joined #heat21:29
*** AlexeyAbashkin has quit IRC21:34
*** d0ugal has joined #heat21:47
*** d0ugal has quit IRC21:47
*** d0ugal has joined #heat21:47
*** stevebaker has quit IRC21:56
*** lifeless has quit IRC22:07
*** hongbin has quit IRC22:07
*** kei-ichi has quit IRC22:07
*** yassine has quit IRC22:07
*** lifeless has joined #heat22:07
*** hongbin has joined #heat22:07
*** kei-ichi has joined #heat22:07
*** yassine has joined #heat22:07
*** lifeless has quit IRC22:08
*** lifeless has joined #heat22:08
*** d0ugal has quit IRC22:10
*** hongbin has quit IRC22:48
*** openstackgerrit has quit IRC23:48

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