Friday, 2014-09-26

Firespirithello?00:00
*** Qiming has quit IRC00:01
stevebakerFirespirit: that is the output from the networks attribute? Try the 'addresses' attribute, then you might just need to use the 'first_address' attribute00:02
Firespirityes its' the network attribute output.  so i replace network in my temaplate by first_address00:03
Firespiritor { get_attr: [rdv_server,  networks, first_address] }00:03
Firespiritoh00:04
Firespiritit's working00:05
Firespiritawesome00:05
*** mandre has joined #heat00:05
stevebakerFirespirit: read the attributes section of http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server00:05
*** achampio1 has joined #heat00:07
Firespiritwill try this00:08
Firespirithttp://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::SecurityGroup00:08
*** hdd has quit IRC00:09
*** achampion has quit IRC00:09
*** Murali_ has quit IRC00:10
*** gokrokve has joined #heat00:10
*** julienvey has quit IRC00:10
*** Murali__ has joined #heat00:11
*** gokrokve has quit IRC00:13
*** jergerber has quit IRC00:13
*** Murali__ has quit IRC00:16
*** tango has quit IRC00:16
*** dims has quit IRC00:20
*** dims has joined #heat00:21
*** liuhang has joined #heat00:22
*** dims has quit IRC00:25
*** andreaf has quit IRC00:26
*** andreaf has joined #heat00:26
*** rdo has quit IRC00:28
*** alexpilotti has quit IRC00:30
*** rdo has joined #heat00:30
*** boxidau has joined #heat00:41
*** boxidau has quit IRC00:43
*** boxidau1 has joined #heat00:43
*** achampio1 has quit IRC00:44
*** gokrokve has joined #heat00:44
*** achampion has joined #heat00:44
*** alexpilotti has joined #heat00:44
*** gokrokve has quit IRC00:45
*** gokrokve has joined #heat00:45
*** LiJiansheng has joined #heat00:47
*** boxidau1 has left #heat00:49
*** alexpilotti has quit IRC00:49
*** dims has joined #heat01:07
*** tomek_adamczewsk has joined #heat01:08
*** dims_ has joined #heat01:09
*** dims has quit IRC01:13
*** Qiming has joined #heat01:13
*** killer_prince is now known as lazy_prince01:18
*** Edward-Zhang has joined #heat01:23
Firespirithi all01:23
Firespirithow i can know if a heat resource is available in my infra01:23
Firespiritbecause i try to create a stack and i got this message: ERROR: Unknown resource Type : OS::Neutron::SecurityGroup01:23
stevebakerFirespirit: heat resource-type-list01:29
*** hdd has joined #heat01:29
Firespiritwow we have almost all the neutron but not the security group one... i will need to use the aws one01:30
stevebakerFirespirit: yes, this is one AWS resource which is acceptable to use01:31
*** tomek_adamczewsk has quit IRC01:32
Firespiritstevebaker: do you want to be my friend :D01:33
stevebakerFirespirit: I'm about to go on holiday, dont rely on me ;)01:33
Firespiritstevebaker: hehe lucky are you! crazy work time ahead for me and no possibilities for holliday until christmas lol01:34
Qimingstevebaker, don't come to my country, the air pollution is terrible these days, ;)01:34
*** EricGonczer_ has joined #heat01:34
Firespiritqiming: i assume you come from china :) i went 2 time time in the past in shanghai... it's an impressive city01:35
QimingFirespirit, sounds like too easy a guess, :D01:36
stevebakerQiming: a brief layover in Guangzhou on the way to Paris01:37
Qimingstevebaker, short period exposure won't kill you for sure01:38
lazy_princeis it possible to force delete a failed stack created by heat..?01:39
stevebakerQiming: I'm sure01:39
stevebakerlazy_prince: delete should work, unless there are underlying resources which wont delete for some reason01:39
lazy_princestevebaker: i tried that and the delete failed for some resources. How do i clean it up..?01:40
stevebakerlazy_prince: look at the errors, try to delete the resources manually using their respective cli tools01:41
stevebakerlazy_prince: then attempt the stack delete again01:41
Firespiritstevebaker: if i use AWS::EC2::SecurityGroup, it doesn't have a name attribute. so how i can get this value to input it in my os::nova::server resource?01:42
stevebakerFirespirit: {get_resource: group_resource} <- same for all resources01:42
openstackgerritSteve Baker proposed a change to openstack/heat: FloatingIP updateable port_id, fixed_ip_address  https://review.openstack.org/12256801:43
*** nosnos has joined #heat01:45
*** JayJ_ has joined #heat01:46
*** JayJ_ has quit IRC01:46
*** JayJ_ has joined #heat01:47
*** erkules_ has joined #heat01:48
*** erkules has quit IRC01:49
*** Yanyanhu has joined #heat01:49
*** EricGonczer_ has quit IRC01:50
*** andreaf has quit IRC01:52
*** erkules_ is now known as erkules01:54
FirespiritERROR: The specified reference "SecGroupRDV" (in rdv_server.Properties.security_groups[0]) is incorrect.01:57
Firespirit{get_resource: SecGroupRDV} like you mention stevebaker01:57
*** hdd has quit IRC01:58
stevebakerFirespirit: gist your template?01:58
Firespirithttps://gist.github.com/anonymous/78f50cc89b37d339cdb601:59
Firespiriti found my issue :facepalm02:01
Firespirithum maybe not lol now i get a stack creation error02:03
openstackgerritSteve Baker proposed a change to openstack/heat: Include credentials for heat calling self  https://review.openstack.org/12329202:07
openstackgerritSteve Baker proposed a change to openstack/heat: Add keystone v2 keypair methods  https://review.openstack.org/12329102:07
*** JayJ_ has quit IRC02:10
*** julienvey has joined #heat02:11
*** JayJ__ has joined #heat02:14
Firespiritstevebaker: can i get log when my stack-create failed?02:14
stevebakerheat event-list02:14
Firespirityeah i just found it :)02:15
*** julienvey has quit IRC02:16
Firespiritsecurity_groups expected a list :) i fix it in my temlplate02:17
Firespiriti start to understand better how it's working02:17
*** Qiming_ has joined #heat02:18
Firespiritnow i need to install chef-solo on the server :)02:19
*** Drago has joined #heat02:19
Firespiritand copy file02:19
openstackgerritA change was merged to openstack/heat-templates: HOT for MSSQL Server with unit tests  https://review.openstack.org/12028902:21
*** Qiming has quit IRC02:21
*** packet has joined #heat02:23
*** Drago has quit IRC02:23
*** packet has quit IRC02:23
*** packet has joined #heat02:23
*** Drago has joined #heat02:23
*** sdake_ has joined #heat02:27
openstackgerritA change was merged to openstack/heat-specs: Add a file folder 'juno' for juno bp-specs  https://review.openstack.org/12309302:31
*** gokrokve has quit IRC02:33
*** Drago has quit IRC02:33
*** LiJiansheng has quit IRC02:35
*** LiJiansheng has joined #heat02:36
*** julienvey has joined #heat02:36
*** KanagarajM has joined #heat02:37
*** harlowja is now known as harlowja_away02:38
asalkeldfighter jets buzzing brisbane02:39
asalkeldg20 madness02:39
*** ramishra has joined #heat02:39
*** JayJ__ has quit IRC02:39
*** julienvey has quit IRC02:41
*** justin-8_ has joined #heat02:53
*** nosnos has quit IRC02:55
*** justin-8 has quit IRC02:56
*** nosnos_ has joined #heat02:56
*** nosnos_ has quit IRC02:57
*** nosnos has joined #heat02:57
*** julienvey has joined #heat02:59
*** sdake_ has quit IRC03:00
*** nosnos has quit IRC03:01
*** ramishra has quit IRC03:01
*** hdd has joined #heat03:02
*** sdake has quit IRC03:02
*** julienvey has quit IRC03:05
*** KanagarajM has quit IRC03:05
*** sdake_ has joined #heat03:05
*** KanagarajM has joined #heat03:05
*** Edward-Zhang has quit IRC03:08
*** Edward-Zhang has joined #heat03:08
*** blomquisg has joined #heat03:10
*** dims_ has quit IRC03:11
*** asalkeld is now known as asalkeld_lunch03:11
*** packet has quit IRC03:11
openstackgerritJun Jie Nan proposed a change to openstack/heat-specs: Update spec to support spice and rdp console type  https://review.openstack.org/10990903:17
*** ramishra has joined #heat03:23
*** KanagarajM has quit IRC03:24
*** KanagarajM has joined #heat03:25
*** lazy_prince is now known as killer_prince03:28
*** liuhang has quit IRC03:32
*** andersonvom has quit IRC03:34
*** Qiming__ has joined #heat03:34
*** Qiming_ has quit IRC03:38
*** dsneddon has quit IRC03:40
*** dsneddon has joined #heat03:41
*** andersonvom has joined #heat03:42
*** alexpilotti has joined #heat03:46
*** hdd has quit IRC03:49
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements  https://review.openstack.org/12369903:53
*** zhiyan has quit IRC03:54
*** blomquisg has quit IRC03:55
KanagarajMasalkeld_lunch: For the heat-manage service list blue print https://review.openstack.org/#/c/122597, for exposing in REST API, i have observed in other projects like nova,cinder that contrib is used.03:56
*** zhiyan has joined #heat03:57
*** andersonvom has quit IRC03:58
*** alexpilotti has quit IRC04:00
*** ramishra_ has joined #heat04:07
*** Qiming__ has quit IRC04:07
*** Qiming__ has joined #heat04:07
*** ramishra has quit IRC04:08
*** jyoti-ranjan has joined #heat04:10
*** mburns has quit IRC04:11
*** dims has joined #heat04:12
*** sdake has joined #heat04:15
*** mburns has joined #heat04:15
*** asalkeld_lunch is now known as asalkeld04:16
asalkeldKanagarajM, ok - lets only add that when someone really wants it04:16
*** dims has quit IRC04:17
asalkeldKanagarajM, what is your use case?04:17
*** nikunj2512 has joined #heat04:22
KanagarajMasalkeld_lunch: for admin, he could manage with cli heat-manage, in horizon,  all backend components cinder, nova and neutron are reported , so in the simlilar line, we could report for heat as well04:22
asalkeldok, are all the other service doing this in contrib?04:23
asalkeldthe rest api parth04:23
KanagarajMasalkeld_lunch: i see that cinder and nova is doing via contrib04:24
asalkeldwell nova it04:24
asalkeldwell nova it's an extension not "contrib"04:24
*** killer_prince is now known as lazy_prince04:24
asalkeldthere is very little in contrib in nova04:24
KanagarajMasalkeld_lunch: 1 sec04:25
asalkeldnova is smoke and  mirrors04:26
asalkeldnot easy to find things:(04:26
asalkeldhttps://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/server_groups.py04:27
asalkeldkinda contrib04:27
asalkeldtho' KanagarajM we don't have an extension mechanism (for the rest api)04:28
*** nosnos has joined #heat04:28
asalkeldand i don't think nova devs like the extension stuff04:28
KanagarajMasalkeld: in nova, i found at https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/services.py04:28
asalkeldso i am not really infavor of that04:28
asalkeldi'd rather just put it in properly (not as an extension)04:29
KanagarajMasalkeld: ok. I will add as another api given RBAC to only 'admin' role.04:31
asalkeldok, sounds good04:31
KanagarajMasalkeld: ok. I will update the blue print with this information in place.04:32
asalkeldthanks KanagarajM04:32
KanagarajMasalkeld: Thanks asalkeld.04:33
*** liuhang has joined #heat04:33
KanagarajMasalkeld: I have summitted the patch https://review.openstack.org/#/c/122603/ for clean up the code, while i was debugging some other issue, i found it and wanted to clean up. could you review https://review.openstack.org/#/c/122603/ and approve it.04:34
openstackgerritKanagaraj Manickam proposed a change to openstack/heat-specs: heat-manage service list  https://review.openstack.org/12259704:39
*** akuznetsov has quit IRC04:45
*** akuznetsov has joined #heat04:47
sdakestevebaker still around?04:48
*** lazy_prince is now known as killer_prince04:48
*** daneyon_ has joined #heat04:49
*** KanagarajM has quit IRC04:49
*** rakesh_hs has joined #heat04:49
*** daneyon has quit IRC04:50
*** KanagarajM has joined #heat04:52
*** cody-somerville has quit IRC04:54
*** ckmvishnu has joined #heat04:54
*** gokrokve has joined #heat04:59
*** julienvey has joined #heat05:00
*** killer_prince is now known as lazy_prince05:02
*** julienvey has quit IRC05:05
*** KanagarajM has quit IRC05:05
*** tomek_adamczewsk has joined #heat05:06
*** nkhare has joined #heat05:11
*** KanagarajM has joined #heat05:13
*** KanagarajM has quit IRC05:18
*** kopparam has joined #heat05:21
*** tomek_adamczewsk has quit IRC05:24
*** sdake_ has quit IRC05:27
*** KanagarajM has joined #heat05:31
*** liuhang has quit IRC05:33
*** vdreamarkitex has quit IRC05:37
*** gokrokve_ has joined #heat05:40
*** rushiagr_away is now known as rushiagr05:41
*** liuhang has joined #heat05:42
*** KanagarajM has quit IRC05:42
*** gokrokve has quit IRC05:43
*** Yanyan has joined #heat05:44
*** gokrokve_ has quit IRC05:45
*** Yanyanhu has quit IRC05:47
*** sanjayu has joined #heat05:49
*** KanagarajM has joined #heat05:50
*** kopparam has quit IRC05:51
*** jprovazn has joined #heat05:51
*** kopparam has joined #heat05:51
*** kopparam has quit IRC05:56
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex  https://review.openstack.org/12428106:01
*** kopparam has joined #heat06:04
*** tspatzier has joined #heat06:12
*** gokrokve has joined #heat06:15
*** gokrokve has quit IRC06:20
Firespiritsomeone still here?06:24
*** DinaBelova has quit IRC06:27
*** uvirtbot has quit IRC06:28
*** piccata has quit IRC06:28
*** fabbione has quit IRC06:29
*** SergeyLukjanov has quit IRC06:29
*** fabbione has joined #heat06:29
*** KanagarajM has quit IRC06:29
*** piccata has joined #heat06:29
*** nkhare has quit IRC06:29
*** tank100 has quit IRC06:29
Firespiritwhat i should put for mountpoin value with os::cinder::volumeattachment for windows server06:29
*** tank100 has joined #heat06:31
*** SergeyLukjanov has joined #heat06:35
*** pas-ha has joined #heat06:35
*** DinaBelova has joined #heat06:37
*** k4n0 has joined #heat06:37
*** uvirtbot has joined #heat06:43
*** nkhare has joined #heat06:43
asalkeldFirespirit, woah - honestly don't know06:44
asalkeldhttps://github.com/openstack/heat-templates/tree/master/hot/Windows06:45
asalkeldyou could look there ^06:45
skraynevMorning06:46
asalkeldhi skraynev06:46
skraynevgood morning asalkeld06:46
asalkeldpretty much beer-o-clock for me06:46
asalkeld5pm friday06:46
asalkeld:-)06:46
asalkeldhappy beer-o-clock stevebaker06:47
skraynevasalkeld: heh. so, good beer time ;)06:47
asalkeldthanks06:48
skraynevnp06:48
pas-hamorning all06:54
*** coolsvap|afk is now known as coolsvap06:55
*** nkhare has quit IRC06:57
asalkeldhi pas-ha06:58
*** rcb_afk has quit IRC06:59
*** ramishra_ has quit IRC07:00
*** rcb_afk has joined #heat07:00
pas-haasalkeld, how's beer? :) tried Foster's once, was good.. hmm... but still 8 hours to go.07:00
skraynevhey pas-ha07:01
*** julienvey has joined #heat07:01
asalkeldall good07:01
skraynevpas-ha: sound like you suggest to start to drink exactly now ;)07:02
*** dims has joined #heat07:02
pas-hano, as I said, I have still >=8 hours until that wonderful moment ;)07:03
*** julienvey has quit IRC07:05
*** sgran has quit IRC07:06
*** Edward-Zhang has quit IRC07:06
*** dims has quit IRC07:07
skraynevpas-ha: oh.. I hoped that you also make be a sponsor of it ;)07:09
pas-halol07:10
*** sgran has joined #heat07:10
* pas-ha backs to serious mode07:10
skraynevtherve: I am not sure that correct understand your comment and reason of -2 for https://review.openstack.org/#/c/117473/607:10
pas-hawe have quite some code duplication07:10
pas-hathat is nova_utils vs nova client plugin07:11
therveskraynev, There is already a handle_delete_snapshot method07:11
*** f13o has quit IRC07:12
pas-haif we intend to keep the former (for out-of-tree resources staying compatible) why don't we just wire those calls to nova client plugin ones?07:12
pas-haskraynev, looks like the is a "not" missed in therve's comment as "Unfortunately you can *not* do"07:13
pas-hatherve, right?07:13
thervepas-ha, Damn, thanks07:13
therveThat's right07:13
skraynevtherve: it works in same way and do the same functions - I agree with it. however it has different confused name.07:14
therveskraynev, So first "confused name" is confusing :)07:14
therveconfusing name maybe.07:14
skraynevsure :)07:15
*** kopparam has quit IRC07:15
therveskraynev, Then your branch simply breaks the snapshot deletion policy for cinder volume07:15
*** boris-42 has quit IRC07:15
therveI guess I could write a test to show you07:15
*** piccata has quit IRC07:15
*** piccata has joined #heat07:16
*** gokrokve has joined #heat07:16
skraynevtherve: will be cool. I did this change and did not meet any conflicts, so I supposed that it's ok.07:16
*** gokrokve has quit IRC07:21
pas-hatherve, skraynev I presume we need to get https://review.openstack.org/#/c/113158/ in to have it guarded07:25
therveskraynev, http://paste.openstack.org/show/115512/07:27
thervepas-ha, Possibly yeah07:27
*** jistr has joined #heat07:28
pas-hacould any of the heat-core correct the status of this blueprint https://blueprints.launchpad.net/heat/+spec/vnc-console-attr07:30
pas-haits status says implemented, although the actual change to add the console attr is still on review07:31
therveDone07:31
pas-hatherve, thanks07:31
*** Putns has joined #heat07:36
*** justin-8 has joined #heat07:39
*** nkhare has joined #heat07:41
*** justin-8_ has quit IRC07:41
*** ramishra has joined #heat07:42
*** reed has quit IRC07:43
pas-haalso, about duplication between nova_utils and nova client plugin - the copy in the plugin is completely lacking unit tests07:49
*** kopparam has joined #heat07:50
*** blues-man has joined #heat07:58
*** jcoufal has joined #heat07:59
*** bdossant_ has quit IRC08:01
*** Qiming_ has joined #heat08:01
*** bdossant has joined #heat08:01
*** Qiming__ has quit IRC08:04
*** yassine has joined #heat08:08
*** justin-8 has quit IRC08:11
*** justin-8 has joined #heat08:11
openstackgerritA change was merged to openstack/heat: Resolve AWS::EC2::Instance AZ output to a value if not specified  https://review.openstack.org/10302008:13
*** gokrokve has joined #heat08:15
*** gokrokve has quit IRC08:17
*** gokrokve has joined #heat08:17
*** fayablazer has joined #heat08:20
*** gokrokve has quit IRC08:21
*** f13o has joined #heat08:28
*** sorantis has joined #heat08:30
*** unmeshg has joined #heat08:31
*** derekh has joined #heat08:35
*** lazy_prince has quit IRC08:37
*** mandre has quit IRC08:44
*** killer_prince has joined #heat08:46
*** killer_prince is now known as lazy_prince08:46
*** KanagarajM has joined #heat08:47
*** piccata has quit IRC08:50
*** piccata has joined #heat08:52
*** MohitS has joined #heat08:54
*** ramishra has quit IRC08:57
*** julienvey has joined #heat08:59
*** lazy_prince has quit IRC09:06
*** lazy_prince has joined #heat09:06
*** ramishra has joined #heat09:15
*** lsmola has joined #heat09:15
*** gokrokve has joined #heat09:16
*** gokrokve has quit IRC09:17
*** gokrokve has joined #heat09:18
*** gokrokve has quit IRC09:22
*** Qiming_ has quit IRC09:24
*** Yanyan has quit IRC09:24
*** andreaf has joined #heat09:28
*** justin-8 has quit IRC09:30
*** justin-8 has joined #heat09:31
skraynevtherve: thx for the example. I really missed, that it these functions expects different parameters (state vs snapshot_id)09:32
*** tiantian has quit IRC09:33
skraynevtherve: So I probably should re-work this patch and rename this function more carefully.09:34
*** sorantis has quit IRC09:34
*** tiantian has joined #heat09:34
skraynevtherve: also as far as I understand deletion Policy == Shapshot works only for volumes, is it right? IMO, it is weird when we have some methods for handling shapshots and unrelated Snapshot policy.09:36
*** KanagarajM has quit IRC09:50
therveskraynev, We should implement it for servers too09:54
therveskraynev, One suggestion I made in the review would be renaming stack snapshot to stack backup09:54
therveIt may conflict with other stuff though09:55
skraynevYeah. I have not so obvious solution. I suppose that Snapshot deletion policy should do same with handle_snapshot_delete, and I think we should lead current code to it. So change old logic for volumes.09:58
skraynevre-naming to 'backup' sounds like temporary solution.09:59
skraynevbecause it does not solve issue with similar functionality. I should think how to do it correct, Also it should help to split AWS and OS volume resources.10:01
*** sorantis has joined #heat10:02
*** nosnos has quit IRC10:09
*** nosnos has joined #heat10:09
*** kopparam has quit IRC10:10
*** jprovazn has quit IRC10:14
*** gokrokve has joined #heat10:16
*** kopparam has joined #heat10:18
*** kopparam has quit IRC10:20
*** gokrokve has quit IRC10:21
*** kopparam has joined #heat10:21
*** Qiming has joined #heat10:22
*** jamiehannaford has joined #heat10:35
*** dims has joined #heat10:37
*** ibalutoiu has joined #heat10:48
*** tspatzier has quit IRC10:57
openstackgerritVisnusaran Murugan proposed a change to openstack/heat: Validation to avoid duplicate stack names per tenant  https://review.openstack.org/12339710:58
*** tspatzier has joined #heat10:59
*** vijendar has joined #heat10:59
ckmvishnuQiming: rollback done if stack store fails. also added db_api to delete template. please have a look.11:02
Qimingckmvishnu, thanks!11:03
therveskraynev, I don't know what you mean by "it does not solve issue with similar functionality"11:05
*** jprovazn has joined #heat11:08
ckmvishnuQiming: sorry. mistook you for huangtianhua.11:08
Qimingckmvishnu, doesn't matter, I will take a look at it when possible11:09
ckmvishnuQiming: thanks11:09
*** jistr has quit IRC11:10
*** jistr has joined #heat11:14
*** tomek_adamczewsk has joined #heat11:15
openstackgerritIonut-Madalin Balutoiu proposed a change to openstack/heat-templates: HOT for IIS with Drupal  https://review.openstack.org/12020211:28
*** tomek_adamczewsk has quit IRC11:31
*** ckmvishnu has quit IRC11:31
*** asalkeld has quit IRC11:33
openstackgerritThomas Herve proposed a change to openstack/heat: Fix heat.engine.clients.has_client  https://review.openstack.org/12437211:35
*** tomek_adamczewsk has joined #heat11:35
openstackgerritThomas Herve proposed a change to openstack/heat: Fix barbican plugin registration  https://review.openstack.org/12437411:37
*** ibalutoiu has quit IRC11:38
*** liuhang has quit IRC11:40
openstackgerritThomas Herve proposed a change to openstack/heat: Fix usage of client in Barbican resources  https://review.openstack.org/12437711:44
*** k4n0 has quit IRC11:46
openstackgerritThomas Herve proposed a change to openstack/heat: Fix usage of client in Barbican resources  https://review.openstack.org/12437711:49
*** asalkeld has joined #heat11:50
*** blues-man has quit IRC11:50
*** kopparam has quit IRC11:51
*** kopparam has joined #heat11:52
skraynevtherve: when I told "issue with similar functionality" I meant that methods handle_delete_snapshot (for volume and server) are not related with Snapshot Deletion policy. In my vision when you choose this policy, handle_delete_snapshot should be called. And handle_snapshot_delete should be deleted or combined with handle_delete_snapshot.11:54
therveskraynev, They don't do the same thing at all11:54
thervehandle_delete_snapshot deletes backup from cinder11:55
skraynevtherve: I know. You demonstrated me it.11:55
thervehandle_snapshot_delete deletes volume from cinder, and creates a backup11:55
therveskraynev, So there is no similar functionality?11:55
Firespirithi all i plan to spawn instance with powershell script and heat template. for that i want to enable winrm on the spawned server. can someone tell me how i can achieve that in the heat template?11:56
skraynevyes.11:56
skraynevtherve: ^11:56
*** sorantis_ has joined #heat11:56
therveSo there is no issue? :)11:57
*** kopparam has quit IRC11:57
therveExcept confusing names11:57
skraynevtherve: It depends what we want to do during deletion policy.11:57
*** sorantis has quit IRC11:58
*** sorantis_ is now known as sorantis11:58
therveskraynev, You mean what we want do when we delete a volume with snapshot deletion policy?11:59
skraynevExactly! :)11:59
therveskraynev, It's not up to discussion AFAICT12:00
skraynevthx, that understand my ugly phrases ;)12:00
therveAt least, we won't *delete* a backup in that phase12:00
*** LiJiansheng has quit IRC12:01
skraynevtherve: Oh. So deletion policy == Snapshot does not related with current snapshot functionality (presented in handle_delete_snapshot) ?12:01
*** LiJiansheng has joined #heat12:02
therveskraynev, Not at all12:02
*** tomek_adamczewsk has quit IRC12:04
*** kopparam has joined #heat12:06
skraynevtherve: Urgh... It was the main reason why I did this change. I think that it is related and should use new methods.12:07
skraynevmy fail12:07
skraynevbut one more reason to rename and understand how they should communicate (or be different things with different names)12:08
*** kopparam_ has joined #heat12:09
*** nikunj2512 has quit IRC12:09
*** htruta has joined #heat12:10
*** kopparam has quit IRC12:11
*** achampion has quit IRC12:11
*** LiJiansheng has quit IRC12:12
*** dmakogon_ is now known as denis_makogon12:13
*** kopparam_ has quit IRC12:14
*** vdreamarkitex has joined #heat12:17
*** radez_g0n3 is now known as radez12:17
*** achampion has joined #heat12:19
*** unmeshg has quit IRC12:19
*** slagle has quit IRC12:20
*** slagle has joined #heat12:20
asalkeldg'night all12:23
*** nosnos has quit IRC12:24
*** asalkeld has quit IRC12:24
*** hdd has joined #heat12:24
*** nosnos has joined #heat12:24
*** EricGonczer_ has joined #heat12:25
*** achampio1 has joined #heat12:26
*** nkhare has quit IRC12:28
*** sgordon_ has joined #heat12:28
*** nkhare has joined #heat12:29
*** achampion has quit IRC12:29
*** nosnos has quit IRC12:29
Firespirithi all i plan to spawn instance with powershell script and heat template. for that i want to enable winrm on the spawned server. can someone tell me how i can achieve that in the heat template?12:29
*** JayJ__ has joined #heat12:31
*** vijendar has quit IRC12:32
*** jdob has joined #heat12:33
*** achampio1 has quit IRC12:33
*** tomek_adamczewsk has joined #heat12:37
*** kopparam has joined #heat12:38
*** lazy_prince has quit IRC12:41
*** tspatzier has quit IRC12:41
*** kopparam has quit IRC12:43
*** coolsvap is now known as coolsvap|afk12:44
*** ramishra has quit IRC12:46
*** tomek_adamczewsk has quit IRC12:48
*** sorantis has quit IRC12:53
*** ramishra has joined #heat12:56
*** tonisbones has joined #heat12:56
*** dims has quit IRC12:58
*** sorantis has joined #heat12:58
*** dims has joined #heat12:59
*** rakesh_hs has quit IRC13:01
*** killer_prince has joined #heat13:01
*** killer_prince is now known as lazy_prince13:01
*** nkhare has quit IRC13:03
*** jmckind has joined #heat13:04
*** blues-man has joined #heat13:06
*** MohitS has quit IRC13:10
*** stannie has joined #heat13:11
*** gokrokve has joined #heat13:16
*** liuhang has joined #heat13:18
*** gokrokve has quit IRC13:21
*** achampion has joined #heat13:21
*** sorantis has quit IRC13:22
*** tomek_adamczewsk has joined #heat13:29
*** bdossant_ has joined #heat13:31
*** bdossant has quit IRC13:34
*** sanjayu has quit IRC13:37
*** tomek_adamczewsk has quit IRC13:42
*** rushiagr is now known as rushiagr_away13:43
*** bdossant_ has quit IRC13:43
*** bdossant has joined #heat13:44
*** blues-man has quit IRC13:45
*** blues-man has joined #heat13:46
*** blues-man has quit IRC13:47
*** tomek_adamczewsk has joined #heat13:47
*** tomek_adamczewsk has quit IRC14:00
*** tomek_adamczewsk has joined #heat14:01
*** tomek_adamczews1 has joined #heat14:04
*** hdd has quit IRC14:06
*** swygue has joined #heat14:06
*** tomek_adamczewsk has quit IRC14:06
*** liuhang has quit IRC14:11
openstackgerritThomas Herve proposed a change to openstack/python-heatclient: Implement snapshot operations  https://review.openstack.org/12441214:12
openstackgerritThomas Herve proposed a change to openstack/python-heatclient: Implement restore operation  https://review.openstack.org/12441314:12
*** andreaf has quit IRC14:16
*** andreaf has joined #heat14:17
*** dims has quit IRC14:19
*** blues-man has joined #heat14:19
*** dims has joined #heat14:21
*** mattt has joined #heat14:21
*** dims has quit IRC14:25
*** david-lyle has joined #heat14:25
*** andreaf has quit IRC14:26
*** andreaf has joined #heat14:27
*** ramishra has quit IRC14:31
*** dims has joined #heat14:32
*** dims has quit IRC14:32
*** MohitS has joined #heat14:33
*** dims has joined #heat14:33
*** dims has quit IRC14:34
*** dims has joined #heat14:35
*** dims has quit IRC14:35
*** blomquisg has joined #heat14:37
*** vijendar has joined #heat14:40
*** tomek_adamczews1 has quit IRC14:41
*** ramishra has joined #heat14:41
*** dims has joined #heat14:42
*** dims has quit IRC14:42
*** dimsum_ has joined #heat14:43
*** dimsum_ has quit IRC14:43
*** tomek_adamczewsk has joined #heat14:45
*** dimsum_ has joined #heat14:45
*** tomek_adamczewsk has quit IRC14:45
*** tomek_adamczewsk has joined #heat14:46
*** tomek_adamczewsk has quit IRC14:46
*** hdd has joined #heat14:50
*** tomek_adamczewsk has joined #heat14:53
*** tomek_adamczewsk has quit IRC14:53
*** hdd has quit IRC14:56
*** hdd has joined #heat14:58
*** julienvey has quit IRC15:00
*** julienvey has joined #heat15:00
*** julienvey has quit IRC15:01
*** julienve_ has joined #heat15:01
*** bdossant has quit IRC15:02
*** tomek_adamczewsk has joined #heat15:03
*** tomek_adamczewsk has quit IRC15:03
*** tango has joined #heat15:04
*** radez is now known as radez_g0n315:05
*** rakesh_hs has joined #heat15:11
*** rcb_afk has quit IRC15:12
*** rbowen has joined #heat15:12
*** adrienverge has joined #heat15:13
*** daneyon_ has quit IRC15:15
*** daneyon has joined #heat15:16
*** jyoti-ranjan has quit IRC15:16
*** MohitS has quit IRC15:16
*** jyoti-ranjan has joined #heat15:16
*** gokrokve has joined #heat15:16
*** kebray has joined #heat15:19
*** ckmvishnu has joined #heat15:19
*** gokrokve has quit IRC15:20
*** andersonvom has joined #heat15:21
*** rakesh_hs has quit IRC15:22
*** EricGonczer_ has quit IRC15:22
*** anteaya has quit IRC15:23
*** EricGonczer_ has joined #heat15:24
*** Drago has joined #heat15:25
*** jprovazn has quit IRC15:25
*** jyoti-ranjan has quit IRC15:26
*** Drago has quit IRC15:28
*** Drago has joined #heat15:28
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params  https://review.openstack.org/12444215:29
openstackgerritPeter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params  https://review.openstack.org/12444215:30
*** Qiming has quit IRC15:35
*** gokrokve has joined #heat15:36
*** andreaf has quit IRC15:41
*** andreaf has joined #heat15:42
*** JayJ__ has quit IRC15:43
*** JayJ__ has joined #heat15:44
*** Murali has joined #heat15:45
*** julienve_ has quit IRC15:48
*** harlowja_at_home has joined #heat15:51
*** ibalutoiu has joined #heat15:52
*** ibalutoiu has quit IRC15:52
*** ionutbalutoiu has joined #heat15:53
*** Drago has quit IRC15:57
*** Drago has joined #heat15:58
*** Drago has quit IRC15:58
*** Drago has joined #heat15:58
*** bnemec is now known as beekneemech16:00
*** reed has joined #heat16:04
*** ionutbalutoiu has quit IRC16:08
*** alexheneveld has quit IRC16:19
*** sergmelikyan has quit IRC16:21
*** cody-somerville has joined #heat16:22
*** ckmvishnu has quit IRC16:22
*** Drago has quit IRC16:25
*** Drago has joined #heat16:28
*** Drago has quit IRC16:29
*** Drago has joined #heat16:30
*** denis_makogon has quit IRC16:31
*** tomek_adamczewsk has joined #heat16:32
*** tomek_adamczewsk has quit IRC16:32
*** blues-man has quit IRC16:34
*** Drago has quit IRC16:34
*** anteaya has joined #heat16:34
*** Drago has joined #heat16:35
*** Drago1 has joined #heat16:35
*** tomek_adamczewsk has joined #heat16:36
*** tomek_adamczewsk has quit IRC16:36
*** Drago has quit IRC16:37
*** Drago has joined #heat16:37
*** Drago has quit IRC16:37
*** pas-ha has quit IRC16:40
*** Drago has joined #heat16:41
*** Drago has quit IRC16:42
*** ramishra has quit IRC16:42
*** Drago has joined #heat16:43
*** jistr is now known as jistr|afk16:45
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/heat: Add console_url atttribute to server resource  https://review.openstack.org/12446316:45
*** mkollaro has quit IRC16:47
*** stannie has quit IRC16:53
zanebjpeeler: could you review https://review.openstack.org/#/c/123291/ when you have a moment?16:53
*** andreaf has quit IRC16:55
*** Drago2 has joined #heat16:55
*** andreaf has joined #heat16:56
*** packet has joined #heat16:57
*** sarob_away is now known as sarob16:57
*** Drago has quit IRC16:59
*** harlowja_at_home has quit IRC17:01
*** f13o has quit IRC17:04
*** lazy_prince has quit IRC17:08
zanebcoolsvap|afk: are you working on Bug #1355669 ? I've added it to our -rc1 list, so we need a patch asap17:11
uvirtbotLaunchpad bug 1355669 in heat "Heat list sort-keys are not matching with the API response, need to make it consistent" [Medium,Triaged] https://launchpad.net/bugs/135566917:11
*** tspatzier has joined #heat17:11
*** saurabhs has joined #heat17:12
*** tspatzier has quit IRC17:13
*** derekh has quit IRC17:14
*** ramishra has joined #heat17:14
*** Drago2 has quit IRC17:27
*** Drago has joined #heat17:27
jpeelerzaneb: done17:28
zanebthanks17:28
*** adrienverge has quit IRC17:28
*** ramishra has quit IRC17:34
*** Drago has quit IRC17:37
*** Drago1 has quit IRC17:42
openstackgerritZane Bitter proposed a change to openstack/heat: Deprecate HARestarter resource type  https://review.openstack.org/12182417:46
*** alexheneveld has joined #heat17:54
*** jamiehannaford has quit IRC17:54
*** sarob is now known as sarob_away17:55
*** yassine has quit IRC17:58
*** sballe_ has joined #heat17:59
*** harlowja_away is now known as harlowja17:59
*** gokrokve_ has joined #heat18:01
*** gokrokve_ has quit IRC18:05
*** gokrokve has quit IRC18:05
*** gokrokve has joined #heat18:05
*** alexheneveld has quit IRC18:06
openstackgerritZane Bitter proposed a change to openstack/heat: Handle clients that don't accept auth_url=None  https://review.openstack.org/12448118:07
*** killer_prince has joined #heat18:09
*** killer_prince is now known as lazy_prince18:09
*** gokrokve has quit IRC18:10
*** che-arne has joined #heat18:12
*** jcoufal has quit IRC18:13
*** radez_g0n3 is now known as radez18:24
*** spzala has joined #heat18:26
*** fayablazer has quit IRC18:31
*** gokrokve has joined #heat18:31
*** ionutbalutoiu has joined #heat18:36
*** andreaf has quit IRC18:36
*** gokrokve has quit IRC18:36
*** andreaf has joined #heat18:37
Firespiritdoes anyone have a heat template that setup a windows server with chef-solo on it618:38
Firespirit?18:38
*** stannie has joined #heat18:39
*** jistr|afk is now known as jistr18:42
*** jistr has quit IRC18:42
*** alexheneveld has joined #heat18:51
*** alexheneveld has quit IRC18:53
*** tonisbones has quit IRC18:54
*** rm_work is now known as rm_work|away18:57
*** rm_work|away is now known as rm_work18:57
*** kebray has quit IRC19:01
*** kebray has joined #heat19:01
*** sabeen3 has quit IRC19:02
*** sarob_away is now known as sarob19:06
*** sabeen1 has joined #heat19:07
*** rushiagr_away is now known as rushiagr19:11
*** ckmvishnu has joined #heat19:21
*** andreaf has quit IRC19:21
*** andreaf has joined #heat19:22
ckmvishnuzaneb: Hi, any reason, bug: #1370185 moved from juno-rc1 to next?19:22
zanebckmvishnu: yes, we have too many bugs in rc1 ;)19:22
ckmvishnuoh, ok :)19:22
zanebckmvishnu: so we should still try to get the patches in, but we won't block on it19:23
zanebbasically anything that is targeted for -rc1 will block the release19:23
zanebwhich we want to happen by the end of the month19:23
ckmvishnuok19:24
*** boris-42 has joined #heat19:26
*** rushiagr is now known as rushiagr_away19:29
*** gokrokve has joined #heat19:32
*** sabeen3 has joined #heat19:36
*** gokrokve has quit IRC19:37
*** sabeen1 has quit IRC19:38
*** kebray has quit IRC19:43
*** kebray has joined #heat19:43
*** andreaf has quit IRC19:44
*** andreaf has joined #heat19:45
*** sarob is now known as sarob_away19:47
*** ckmvishnu has quit IRC19:47
*** jergerber has joined #heat20:07
*** rbowen has quit IRC20:11
*** brint has quit IRC20:12
*** rbowen has joined #heat20:14
*** hdd has quit IRC20:14
*** hdd has joined #heat20:15
*** hdd has quit IRC20:20
*** hdd has joined #heat20:24
*** JayJ__ has quit IRC20:30
*** rwsu has quit IRC20:31
*** JayJ__ has joined #heat20:31
*** gokrokve has joined #heat20:32
*** Murali has quit IRC20:32
*** DandyPandy_ is now known as DandyPandy20:33
*** morganfainberg is now known as morgan20:36
*** morgan is now known as morganfainberg20:37
*** gokrokve has quit IRC20:37
*** alexheneveld has joined #heat20:39
*** sarob_away is now known as sarob20:47
*** tomek_adamczewsk has joined #heat20:47
*** tomek_adamczewsk has quit IRC20:47
*** tomek_adamczewsk has joined #heat20:48
*** tomek_adamczewsk has quit IRC20:48
*** radez is now known as radez_g0n320:50
*** achampion has quit IRC20:51
*** jdob has quit IRC20:51
*** dimsum_ has quit IRC20:56
*** dimsum_ has joined #heat20:56
*** sarob is now known as sarob_away20:56
*** dimsum_ has quit IRC21:00
*** sabeen3 has quit IRC21:04
*** aweiteka has quit IRC21:12
*** sarob_away is now known as sarob21:13
*** alexheneveld has quit IRC21:21
*** dimsum_ has joined #heat21:21
*** alexheneveld has joined #heat21:28
*** andreaf has quit IRC21:31
*** EricGonc_ has joined #heat21:31
*** EricGonczer_ has quit IRC21:31
*** andreaf has joined #heat21:32
*** gokrokve has joined #heat21:32
*** EricGonc_ has quit IRC21:33
*** gokrokve has quit IRC21:33
*** gokrokve has joined #heat21:34
*** Murali_ has joined #heat21:38
*** gokrokve has quit IRC21:38
*** packet has quit IRC21:39
*** Murali_ has quit IRC21:39
*** akuznetsov has quit IRC21:39
*** akuznetsov has joined #heat21:41
*** vijendar has quit IRC21:42
*** jmckind has quit IRC21:42
*** david-lyle has quit IRC21:56
*** Drago1 has joined #heat21:57
*** enterprisedc has quit IRC21:57
*** enterprisedc has joined #heat21:59
*** rbowen is now known as rcb_wknd22:11
*** jergerber has quit IRC22:13
*** david-lyle has joined #heat22:17
*** andreaf has quit IRC22:19
*** andreaf has joined #heat22:19
*** david-lyle has quit IRC22:21
*** gokrokve has joined #heat22:32
*** hdd has quit IRC22:35
*** gokrokve has quit IRC22:37
*** achampion has joined #heat22:39
*** Drago1 has quit IRC22:39
*** rm_work is now known as rm_work|away22:40
*** kebray has quit IRC22:40
*** dimsum_ has quit IRC22:43
*** dimsum_ has joined #heat22:44
*** rwsu has joined #heat22:47
*** dimsum_ has quit IRC22:48
*** Drago1 has joined #heat22:49
*** adri1 has joined #heat22:52
adri1Hi22:56
adri1Anyone interested in having Cinder scheduler hints support in Heat for kilo?22:56
adri1https://review.openstack.org/#/c/122153/22:56
adri1https://review.openstack.org/#/c/122157/22:57
*** achampio1 has joined #heat22:59
*** achampion has quit IRC23:02
*** sergmelikyan has joined #heat23:04
*** EricGonczer_ has joined #heat23:05
*** Drago has joined #heat23:06
*** dimsum_ has joined #heat23:07
*** Drago has quit IRC23:07
*** EricGonczer_ has quit IRC23:09
*** JayJ__ has quit IRC23:20
*** rwsu has quit IRC23:30
*** gokrokve has joined #heat23:32
*** adri1 has quit IRC23:36
openstackgerritA change was merged to openstack/heat: Default port policy to force replacement  https://review.openstack.org/12169323:36
*** gokrokve has quit IRC23:36
*** Qiming has joined #heat23:59

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