Firespirit | hello? | 00:00 |
---|---|---|
*** Qiming has quit IRC | 00:01 | |
stevebaker | Firespirit: that is the output from the networks attribute? Try the 'addresses' attribute, then you might just need to use the 'first_address' attribute | 00:02 |
Firespirit | yes its' the network attribute output. so i replace network in my temaplate by first_address | 00:03 |
Firespirit | or { get_attr: [rdv_server, networks, first_address] } | 00:03 |
Firespirit | oh | 00:04 |
Firespirit | it's working | 00:05 |
Firespirit | awesome | 00:05 |
*** mandre has joined #heat | 00:05 | |
stevebaker | Firespirit: read the attributes section of http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server | 00:05 |
*** achampio1 has joined #heat | 00:07 | |
Firespirit | will try this | 00:08 |
Firespirit | http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::SecurityGroup | 00:08 |
*** hdd has quit IRC | 00:09 | |
*** achampion has quit IRC | 00:09 | |
*** Murali_ has quit IRC | 00:10 | |
*** gokrokve has joined #heat | 00:10 | |
*** julienvey has quit IRC | 00:10 | |
*** Murali__ has joined #heat | 00:11 | |
*** gokrokve has quit IRC | 00:13 | |
*** jergerber has quit IRC | 00:13 | |
*** Murali__ has quit IRC | 00:16 | |
*** tango has quit IRC | 00:16 | |
*** dims has quit IRC | 00:20 | |
*** dims has joined #heat | 00:21 | |
*** liuhang has joined #heat | 00:22 | |
*** dims has quit IRC | 00:25 | |
*** andreaf has quit IRC | 00:26 | |
*** andreaf has joined #heat | 00:26 | |
*** rdo has quit IRC | 00:28 | |
*** alexpilotti has quit IRC | 00:30 | |
*** rdo has joined #heat | 00:30 | |
*** boxidau has joined #heat | 00:41 | |
*** boxidau has quit IRC | 00:43 | |
*** boxidau1 has joined #heat | 00:43 | |
*** achampio1 has quit IRC | 00:44 | |
*** gokrokve has joined #heat | 00:44 | |
*** achampion has joined #heat | 00:44 | |
*** alexpilotti has joined #heat | 00:44 | |
*** gokrokve has quit IRC | 00:45 | |
*** gokrokve has joined #heat | 00:45 | |
*** LiJiansheng has joined #heat | 00:47 | |
*** boxidau1 has left #heat | 00:49 | |
*** alexpilotti has quit IRC | 00:49 | |
*** dims has joined #heat | 01:07 | |
*** tomek_adamczewsk has joined #heat | 01:08 | |
*** dims_ has joined #heat | 01:09 | |
*** dims has quit IRC | 01:13 | |
*** Qiming has joined #heat | 01:13 | |
*** killer_prince is now known as lazy_prince | 01:18 | |
*** Edward-Zhang has joined #heat | 01:23 | |
Firespirit | hi all | 01:23 |
Firespirit | how i can know if a heat resource is available in my infra | 01:23 |
Firespirit | because i try to create a stack and i got this message: ERROR: Unknown resource Type : OS::Neutron::SecurityGroup | 01:23 |
stevebaker | Firespirit: heat resource-type-list | 01:29 |
*** hdd has joined #heat | 01:29 | |
Firespirit | wow we have almost all the neutron but not the security group one... i will need to use the aws one | 01:30 |
stevebaker | Firespirit: yes, this is one AWS resource which is acceptable to use | 01:31 |
*** tomek_adamczewsk has quit IRC | 01:32 | |
Firespirit | stevebaker: do you want to be my friend :D | 01:33 |
stevebaker | Firespirit: I'm about to go on holiday, dont rely on me ;) | 01:33 |
Firespirit | stevebaker: hehe lucky are you! crazy work time ahead for me and no possibilities for holliday until christmas lol | 01:34 |
Qiming | stevebaker, don't come to my country, the air pollution is terrible these days, ;) | 01:34 |
*** EricGonczer_ has joined #heat | 01:34 | |
Firespirit | qiming: i assume you come from china :) i went 2 time time in the past in shanghai... it's an impressive city | 01:35 |
Qiming | Firespirit, sounds like too easy a guess, :D | 01:36 |
stevebaker | Qiming: a brief layover in Guangzhou on the way to Paris | 01:37 |
Qiming | stevebaker, short period exposure won't kill you for sure | 01:38 |
lazy_prince | is it possible to force delete a failed stack created by heat..? | 01:39 |
stevebaker | Qiming: I'm sure | 01:39 |
stevebaker | lazy_prince: delete should work, unless there are underlying resources which wont delete for some reason | 01:39 |
lazy_prince | stevebaker: i tried that and the delete failed for some resources. How do i clean it up..? | 01:40 |
stevebaker | lazy_prince: look at the errors, try to delete the resources manually using their respective cli tools | 01:41 |
stevebaker | lazy_prince: then attempt the stack delete again | 01:41 |
Firespirit | stevebaker: 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 |
stevebaker | Firespirit: {get_resource: group_resource} <- same for all resources | 01:42 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: FloatingIP updateable port_id, fixed_ip_address https://review.openstack.org/122568 | 01:43 |
*** nosnos has joined #heat | 01:45 | |
*** JayJ_ has joined #heat | 01:46 | |
*** JayJ_ has quit IRC | 01:46 | |
*** JayJ_ has joined #heat | 01:47 | |
*** erkules_ has joined #heat | 01:48 | |
*** erkules has quit IRC | 01:49 | |
*** Yanyanhu has joined #heat | 01:49 | |
*** EricGonczer_ has quit IRC | 01:50 | |
*** andreaf has quit IRC | 01:52 | |
*** erkules_ is now known as erkules | 01:54 | |
Firespirit | ERROR: The specified reference "SecGroupRDV" (in rdv_server.Properties.security_groups[0]) is incorrect. | 01:57 |
Firespirit | {get_resource: SecGroupRDV} like you mention stevebaker | 01:57 |
*** hdd has quit IRC | 01:58 | |
stevebaker | Firespirit: gist your template? | 01:58 |
Firespirit | https://gist.github.com/anonymous/78f50cc89b37d339cdb6 | 01:59 |
Firespirit | i found my issue :facepalm | 02:01 |
Firespirit | hum maybe not lol now i get a stack creation error | 02:03 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Include credentials for heat calling self https://review.openstack.org/123292 | 02:07 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Add keystone v2 keypair methods https://review.openstack.org/123291 | 02:07 |
*** JayJ_ has quit IRC | 02:10 | |
*** julienvey has joined #heat | 02:11 | |
*** JayJ__ has joined #heat | 02:14 | |
Firespirit | stevebaker: can i get log when my stack-create failed? | 02:14 |
stevebaker | heat event-list | 02:14 |
Firespirit | yeah i just found it :) | 02:15 |
*** julienvey has quit IRC | 02:16 | |
Firespirit | security_groups expected a list :) i fix it in my temlplate | 02:17 |
Firespirit | i start to understand better how it's working | 02:17 |
*** Qiming_ has joined #heat | 02:18 | |
Firespirit | now i need to install chef-solo on the server :) | 02:19 |
*** Drago has joined #heat | 02:19 | |
Firespirit | and copy file | 02:19 |
openstackgerrit | A change was merged to openstack/heat-templates: HOT for MSSQL Server with unit tests https://review.openstack.org/120289 | 02:21 |
*** Qiming has quit IRC | 02:21 | |
*** packet has joined #heat | 02:23 | |
*** Drago has quit IRC | 02:23 | |
*** packet has quit IRC | 02:23 | |
*** packet has joined #heat | 02:23 | |
*** Drago has joined #heat | 02:23 | |
*** sdake_ has joined #heat | 02:27 | |
openstackgerrit | A change was merged to openstack/heat-specs: Add a file folder 'juno' for juno bp-specs https://review.openstack.org/123093 | 02:31 |
*** gokrokve has quit IRC | 02:33 | |
*** Drago has quit IRC | 02:33 | |
*** LiJiansheng has quit IRC | 02:35 | |
*** LiJiansheng has joined #heat | 02:36 | |
*** julienvey has joined #heat | 02:36 | |
*** KanagarajM has joined #heat | 02:37 | |
*** harlowja is now known as harlowja_away | 02:38 | |
asalkeld | fighter jets buzzing brisbane | 02:39 |
asalkeld | g20 madness | 02:39 |
*** ramishra has joined #heat | 02:39 | |
*** JayJ__ has quit IRC | 02:39 | |
*** julienvey has quit IRC | 02:41 | |
*** justin-8_ has joined #heat | 02:53 | |
*** nosnos has quit IRC | 02:55 | |
*** justin-8 has quit IRC | 02:56 | |
*** nosnos_ has joined #heat | 02:56 | |
*** nosnos_ has quit IRC | 02:57 | |
*** nosnos has joined #heat | 02:57 | |
*** julienvey has joined #heat | 02:59 | |
*** sdake_ has quit IRC | 03:00 | |
*** nosnos has quit IRC | 03:01 | |
*** ramishra has quit IRC | 03:01 | |
*** hdd has joined #heat | 03:02 | |
*** sdake has quit IRC | 03:02 | |
*** julienvey has quit IRC | 03:05 | |
*** KanagarajM has quit IRC | 03:05 | |
*** sdake_ has joined #heat | 03:05 | |
*** KanagarajM has joined #heat | 03:05 | |
*** Edward-Zhang has quit IRC | 03:08 | |
*** Edward-Zhang has joined #heat | 03:08 | |
*** blomquisg has joined #heat | 03:10 | |
*** dims_ has quit IRC | 03:11 | |
*** asalkeld is now known as asalkeld_lunch | 03:11 | |
*** packet has quit IRC | 03:11 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/heat-specs: Update spec to support spice and rdp console type https://review.openstack.org/109909 | 03:17 |
*** ramishra has joined #heat | 03:23 | |
*** KanagarajM has quit IRC | 03:24 | |
*** KanagarajM has joined #heat | 03:25 | |
*** lazy_prince is now known as killer_prince | 03:28 | |
*** liuhang has quit IRC | 03:32 | |
*** andersonvom has quit IRC | 03:34 | |
*** Qiming__ has joined #heat | 03:34 | |
*** Qiming_ has quit IRC | 03:38 | |
*** dsneddon has quit IRC | 03:40 | |
*** dsneddon has joined #heat | 03:41 | |
*** andersonvom has joined #heat | 03:42 | |
*** alexpilotti has joined #heat | 03:46 | |
*** hdd has quit IRC | 03:49 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/123699 | 03:53 |
*** zhiyan has quit IRC | 03:54 | |
*** blomquisg has quit IRC | 03:55 | |
KanagarajM | asalkeld_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 #heat | 03:57 | |
*** andersonvom has quit IRC | 03:58 | |
*** alexpilotti has quit IRC | 04:00 | |
*** ramishra_ has joined #heat | 04:07 | |
*** Qiming__ has quit IRC | 04:07 | |
*** Qiming__ has joined #heat | 04:07 | |
*** ramishra has quit IRC | 04:08 | |
*** jyoti-ranjan has joined #heat | 04:10 | |
*** mburns has quit IRC | 04:11 | |
*** dims has joined #heat | 04:12 | |
*** sdake has joined #heat | 04:15 | |
*** mburns has joined #heat | 04:15 | |
*** asalkeld_lunch is now known as asalkeld | 04:16 | |
asalkeld | KanagarajM, ok - lets only add that when someone really wants it | 04:16 |
*** dims has quit IRC | 04:17 | |
asalkeld | KanagarajM, what is your use case? | 04:17 |
*** nikunj2512 has joined #heat | 04:22 | |
KanagarajM | asalkeld_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 well | 04:22 |
asalkeld | ok, are all the other service doing this in contrib? | 04:23 |
asalkeld | the rest api parth | 04:23 |
KanagarajM | asalkeld_lunch: i see that cinder and nova is doing via contrib | 04:24 |
asalkeld | well nova it | 04:24 |
asalkeld | well nova it's an extension not "contrib" | 04:24 |
*** killer_prince is now known as lazy_prince | 04:24 | |
asalkeld | there is very little in contrib in nova | 04:24 |
KanagarajM | asalkeld_lunch: 1 sec | 04:25 |
asalkeld | nova is smoke and mirrors | 04:26 |
asalkeld | not easy to find things:( | 04:26 |
asalkeld | https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/server_groups.py | 04:27 |
asalkeld | kinda contrib | 04:27 |
asalkeld | tho' KanagarajM we don't have an extension mechanism (for the rest api) | 04:28 |
*** nosnos has joined #heat | 04:28 | |
asalkeld | and i don't think nova devs like the extension stuff | 04:28 |
KanagarajM | asalkeld: in nova, i found at https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/services.py | 04:28 |
asalkeld | so i am not really infavor of that | 04:28 |
asalkeld | i'd rather just put it in properly (not as an extension) | 04:29 |
KanagarajM | asalkeld: ok. I will add as another api given RBAC to only 'admin' role. | 04:31 |
asalkeld | ok, sounds good | 04:31 |
KanagarajM | asalkeld: ok. I will update the blue print with this information in place. | 04:32 |
asalkeld | thanks KanagarajM | 04:32 |
KanagarajM | asalkeld: Thanks asalkeld. | 04:33 |
*** liuhang has joined #heat | 04:33 | |
KanagarajM | asalkeld: 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 |
openstackgerrit | Kanagaraj Manickam proposed a change to openstack/heat-specs: heat-manage service list https://review.openstack.org/122597 | 04:39 |
*** akuznetsov has quit IRC | 04:45 | |
*** akuznetsov has joined #heat | 04:47 | |
sdake | stevebaker still around? | 04:48 |
*** lazy_prince is now known as killer_prince | 04:48 | |
*** daneyon_ has joined #heat | 04:49 | |
*** KanagarajM has quit IRC | 04:49 | |
*** rakesh_hs has joined #heat | 04:49 | |
*** daneyon has quit IRC | 04:50 | |
*** KanagarajM has joined #heat | 04:52 | |
*** cody-somerville has quit IRC | 04:54 | |
*** ckmvishnu has joined #heat | 04:54 | |
*** gokrokve has joined #heat | 04:59 | |
*** julienvey has joined #heat | 05:00 | |
*** killer_prince is now known as lazy_prince | 05:02 | |
*** julienvey has quit IRC | 05:05 | |
*** KanagarajM has quit IRC | 05:05 | |
*** tomek_adamczewsk has joined #heat | 05:06 | |
*** nkhare has joined #heat | 05:11 | |
*** KanagarajM has joined #heat | 05:13 | |
*** KanagarajM has quit IRC | 05:18 | |
*** kopparam has joined #heat | 05:21 | |
*** tomek_adamczewsk has quit IRC | 05:24 | |
*** sdake_ has quit IRC | 05:27 | |
*** KanagarajM has joined #heat | 05:31 | |
*** liuhang has quit IRC | 05:33 | |
*** vdreamarkitex has quit IRC | 05:37 | |
*** gokrokve_ has joined #heat | 05:40 | |
*** rushiagr_away is now known as rushiagr | 05:41 | |
*** liuhang has joined #heat | 05:42 | |
*** KanagarajM has quit IRC | 05:42 | |
*** gokrokve has quit IRC | 05:43 | |
*** Yanyan has joined #heat | 05:44 | |
*** gokrokve_ has quit IRC | 05:45 | |
*** Yanyanhu has quit IRC | 05:47 | |
*** sanjayu has joined #heat | 05:49 | |
*** KanagarajM has joined #heat | 05:50 | |
*** kopparam has quit IRC | 05:51 | |
*** jprovazn has joined #heat | 05:51 | |
*** kopparam has joined #heat | 05:51 | |
*** kopparam has quit IRC | 05:56 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/124281 | 06:01 |
*** kopparam has joined #heat | 06:04 | |
*** tspatzier has joined #heat | 06:12 | |
*** gokrokve has joined #heat | 06:15 | |
*** gokrokve has quit IRC | 06:20 | |
Firespirit | someone still here? | 06:24 |
*** DinaBelova has quit IRC | 06:27 | |
*** uvirtbot has quit IRC | 06:28 | |
*** piccata has quit IRC | 06:28 | |
*** fabbione has quit IRC | 06:29 | |
*** SergeyLukjanov has quit IRC | 06:29 | |
*** fabbione has joined #heat | 06:29 | |
*** KanagarajM has quit IRC | 06:29 | |
*** piccata has joined #heat | 06:29 | |
*** nkhare has quit IRC | 06:29 | |
*** tank100 has quit IRC | 06:29 | |
Firespirit | what i should put for mountpoin value with os::cinder::volumeattachment for windows server | 06:29 |
*** tank100 has joined #heat | 06:31 | |
*** SergeyLukjanov has joined #heat | 06:35 | |
*** pas-ha has joined #heat | 06:35 | |
*** DinaBelova has joined #heat | 06:37 | |
*** k4n0 has joined #heat | 06:37 | |
*** uvirtbot has joined #heat | 06:43 | |
*** nkhare has joined #heat | 06:43 | |
asalkeld | Firespirit, woah - honestly don't know | 06:44 |
asalkeld | https://github.com/openstack/heat-templates/tree/master/hot/Windows | 06:45 |
asalkeld | you could look there ^ | 06:45 |
skraynev | Morning | 06:46 |
asalkeld | hi skraynev | 06:46 |
skraynev | good morning asalkeld | 06:46 |
asalkeld | pretty much beer-o-clock for me | 06:46 |
asalkeld | 5pm friday | 06:46 |
asalkeld | :-) | 06:46 |
asalkeld | happy beer-o-clock stevebaker | 06:47 |
skraynev | asalkeld: heh. so, good beer time ;) | 06:47 |
asalkeld | thanks | 06:48 |
skraynev | np | 06:48 |
pas-ha | morning all | 06:54 |
*** coolsvap|afk is now known as coolsvap | 06:55 | |
*** nkhare has quit IRC | 06:57 | |
asalkeld | hi pas-ha | 06:58 |
*** rcb_afk has quit IRC | 06:59 | |
*** ramishra_ has quit IRC | 07:00 | |
*** rcb_afk has joined #heat | 07:00 | |
pas-ha | asalkeld, how's beer? :) tried Foster's once, was good.. hmm... but still 8 hours to go. | 07:00 |
skraynev | hey pas-ha | 07:01 |
*** julienvey has joined #heat | 07:01 | |
asalkeld | all good | 07:01 |
skraynev | pas-ha: sound like you suggest to start to drink exactly now ;) | 07:02 |
*** dims has joined #heat | 07:02 | |
pas-ha | no, as I said, I have still >=8 hours until that wonderful moment ;) | 07:03 |
*** julienvey has quit IRC | 07:05 | |
*** sgran has quit IRC | 07:06 | |
*** Edward-Zhang has quit IRC | 07:06 | |
*** dims has quit IRC | 07:07 | |
skraynev | pas-ha: oh.. I hoped that you also make be a sponsor of it ;) | 07:09 |
pas-ha | lol | 07:10 |
*** sgran has joined #heat | 07:10 | |
* pas-ha backs to serious mode | 07:10 | |
skraynev | therve: I am not sure that correct understand your comment and reason of -2 for https://review.openstack.org/#/c/117473/6 | 07:10 |
pas-ha | we have quite some code duplication | 07:10 |
pas-ha | that is nova_utils vs nova client plugin | 07:11 |
therve | skraynev, There is already a handle_delete_snapshot method | 07:11 |
*** f13o has quit IRC | 07:12 | |
pas-ha | if 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-ha | skraynev, looks like the is a "not" missed in therve's comment as "Unfortunately you can *not* do" | 07:13 |
pas-ha | therve, right? | 07:13 |
therve | pas-ha, Damn, thanks | 07:13 |
therve | That's right | 07:13 |
skraynev | therve: it works in same way and do the same functions - I agree with it. however it has different confused name. | 07:14 |
therve | skraynev, So first "confused name" is confusing :) | 07:14 |
therve | confusing name maybe. | 07:14 |
skraynev | sure :) | 07:15 |
*** kopparam has quit IRC | 07:15 | |
therve | skraynev, Then your branch simply breaks the snapshot deletion policy for cinder volume | 07:15 |
*** boris-42 has quit IRC | 07:15 | |
therve | I guess I could write a test to show you | 07:15 |
*** piccata has quit IRC | 07:15 | |
*** piccata has joined #heat | 07:16 | |
*** gokrokve has joined #heat | 07:16 | |
skraynev | therve: 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 IRC | 07:21 | |
pas-ha | therve, skraynev I presume we need to get https://review.openstack.org/#/c/113158/ in to have it guarded | 07:25 |
therve | skraynev, http://paste.openstack.org/show/115512/ | 07:27 |
therve | pas-ha, Possibly yeah | 07:27 |
*** jistr has joined #heat | 07:28 | |
pas-ha | could any of the heat-core correct the status of this blueprint https://blueprints.launchpad.net/heat/+spec/vnc-console-attr | 07:30 |
pas-ha | its status says implemented, although the actual change to add the console attr is still on review | 07:31 |
therve | Done | 07:31 |
pas-ha | therve, thanks | 07:31 |
*** Putns has joined #heat | 07:36 | |
*** justin-8 has joined #heat | 07:39 | |
*** nkhare has joined #heat | 07:41 | |
*** justin-8_ has quit IRC | 07:41 | |
*** ramishra has joined #heat | 07:42 | |
*** reed has quit IRC | 07:43 | |
pas-ha | also, about duplication between nova_utils and nova client plugin - the copy in the plugin is completely lacking unit tests | 07:49 |
*** kopparam has joined #heat | 07:50 | |
*** blues-man has joined #heat | 07:58 | |
*** jcoufal has joined #heat | 07:59 | |
*** bdossant_ has quit IRC | 08:01 | |
*** Qiming_ has joined #heat | 08:01 | |
*** bdossant has joined #heat | 08:01 | |
*** Qiming__ has quit IRC | 08:04 | |
*** yassine has joined #heat | 08:08 | |
*** justin-8 has quit IRC | 08:11 | |
*** justin-8 has joined #heat | 08:11 | |
openstackgerrit | A change was merged to openstack/heat: Resolve AWS::EC2::Instance AZ output to a value if not specified https://review.openstack.org/103020 | 08:13 |
*** gokrokve has joined #heat | 08:15 | |
*** gokrokve has quit IRC | 08:17 | |
*** gokrokve has joined #heat | 08:17 | |
*** fayablazer has joined #heat | 08:20 | |
*** gokrokve has quit IRC | 08:21 | |
*** f13o has joined #heat | 08:28 | |
*** sorantis has joined #heat | 08:30 | |
*** unmeshg has joined #heat | 08:31 | |
*** derekh has joined #heat | 08:35 | |
*** lazy_prince has quit IRC | 08:37 | |
*** mandre has quit IRC | 08:44 | |
*** killer_prince has joined #heat | 08:46 | |
*** killer_prince is now known as lazy_prince | 08:46 | |
*** KanagarajM has joined #heat | 08:47 | |
*** piccata has quit IRC | 08:50 | |
*** piccata has joined #heat | 08:52 | |
*** MohitS has joined #heat | 08:54 | |
*** ramishra has quit IRC | 08:57 | |
*** julienvey has joined #heat | 08:59 | |
*** lazy_prince has quit IRC | 09:06 | |
*** lazy_prince has joined #heat | 09:06 | |
*** ramishra has joined #heat | 09:15 | |
*** lsmola has joined #heat | 09:15 | |
*** gokrokve has joined #heat | 09:16 | |
*** gokrokve has quit IRC | 09:17 | |
*** gokrokve has joined #heat | 09:18 | |
*** gokrokve has quit IRC | 09:22 | |
*** Qiming_ has quit IRC | 09:24 | |
*** Yanyan has quit IRC | 09:24 | |
*** andreaf has joined #heat | 09:28 | |
*** justin-8 has quit IRC | 09:30 | |
*** justin-8 has joined #heat | 09:31 | |
skraynev | therve: thx for the example. I really missed, that it these functions expects different parameters (state vs snapshot_id) | 09:32 |
*** tiantian has quit IRC | 09:33 | |
skraynev | therve: So I probably should re-work this patch and rename this function more carefully. | 09:34 |
*** sorantis has quit IRC | 09:34 | |
*** tiantian has joined #heat | 09:34 | |
skraynev | therve: 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 IRC | 09:50 | |
therve | skraynev, We should implement it for servers too | 09:54 |
therve | skraynev, One suggestion I made in the review would be renaming stack snapshot to stack backup | 09:54 |
therve | It may conflict with other stuff though | 09:55 |
skraynev | Yeah. 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 |
skraynev | re-naming to 'backup' sounds like temporary solution. | 09:59 |
skraynev | because 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 #heat | 10:02 | |
*** nosnos has quit IRC | 10:09 | |
*** nosnos has joined #heat | 10:09 | |
*** kopparam has quit IRC | 10:10 | |
*** jprovazn has quit IRC | 10:14 | |
*** gokrokve has joined #heat | 10:16 | |
*** kopparam has joined #heat | 10:18 | |
*** kopparam has quit IRC | 10:20 | |
*** gokrokve has quit IRC | 10:21 | |
*** kopparam has joined #heat | 10:21 | |
*** Qiming has joined #heat | 10:22 | |
*** jamiehannaford has joined #heat | 10:35 | |
*** dims has joined #heat | 10:37 | |
*** ibalutoiu has joined #heat | 10:48 | |
*** tspatzier has quit IRC | 10:57 | |
openstackgerrit | Visnusaran Murugan proposed a change to openstack/heat: Validation to avoid duplicate stack names per tenant https://review.openstack.org/123397 | 10:58 |
*** tspatzier has joined #heat | 10:59 | |
*** vijendar has joined #heat | 10:59 | |
ckmvishnu | Qiming: rollback done if stack store fails. also added db_api to delete template. please have a look. | 11:02 |
Qiming | ckmvishnu, thanks! | 11:03 |
therve | skraynev, I don't know what you mean by "it does not solve issue with similar functionality" | 11:05 |
*** jprovazn has joined #heat | 11:08 | |
ckmvishnu | Qiming: sorry. mistook you for huangtianhua. | 11:08 |
Qiming | ckmvishnu, doesn't matter, I will take a look at it when possible | 11:09 |
ckmvishnu | Qiming: thanks | 11:09 |
*** jistr has quit IRC | 11:10 | |
*** jistr has joined #heat | 11:14 | |
*** tomek_adamczewsk has joined #heat | 11:15 | |
openstackgerrit | Ionut-Madalin Balutoiu proposed a change to openstack/heat-templates: HOT for IIS with Drupal https://review.openstack.org/120202 | 11:28 |
*** tomek_adamczewsk has quit IRC | 11:31 | |
*** ckmvishnu has quit IRC | 11:31 | |
*** asalkeld has quit IRC | 11:33 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Fix heat.engine.clients.has_client https://review.openstack.org/124372 | 11:35 |
*** tomek_adamczewsk has joined #heat | 11:35 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Fix barbican plugin registration https://review.openstack.org/124374 | 11:37 |
*** ibalutoiu has quit IRC | 11:38 | |
*** liuhang has quit IRC | 11:40 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Fix usage of client in Barbican resources https://review.openstack.org/124377 | 11:44 |
*** k4n0 has quit IRC | 11:46 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Fix usage of client in Barbican resources https://review.openstack.org/124377 | 11:49 |
*** asalkeld has joined #heat | 11:50 | |
*** blues-man has quit IRC | 11:50 | |
*** kopparam has quit IRC | 11:51 | |
*** kopparam has joined #heat | 11:52 | |
skraynev | therve: 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 |
therve | skraynev, They don't do the same thing at all | 11:54 |
therve | handle_delete_snapshot deletes backup from cinder | 11:55 |
skraynev | therve: I know. You demonstrated me it. | 11:55 |
therve | handle_snapshot_delete deletes volume from cinder, and creates a backup | 11:55 |
therve | skraynev, So there is no similar functionality? | 11:55 |
Firespirit | hi 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 |
skraynev | yes. | 11:56 |
skraynev | therve: ^ | 11:56 |
*** sorantis_ has joined #heat | 11:56 | |
therve | So there is no issue? :) | 11:57 |
*** kopparam has quit IRC | 11:57 | |
therve | Except confusing names | 11:57 |
skraynev | therve: It depends what we want to do during deletion policy. | 11:57 |
*** sorantis has quit IRC | 11:58 | |
*** sorantis_ is now known as sorantis | 11:58 | |
therve | skraynev, You mean what we want do when we delete a volume with snapshot deletion policy? | 11:59 |
skraynev | Exactly! :) | 11:59 |
therve | skraynev, It's not up to discussion AFAICT | 12:00 |
skraynev | thx, that understand my ugly phrases ;) | 12:00 |
therve | At least, we won't *delete* a backup in that phase | 12:00 |
*** LiJiansheng has quit IRC | 12:01 | |
skraynev | therve: Oh. So deletion policy == Snapshot does not related with current snapshot functionality (presented in handle_delete_snapshot) ? | 12:01 |
*** LiJiansheng has joined #heat | 12:02 | |
therve | skraynev, Not at all | 12:02 |
*** tomek_adamczewsk has quit IRC | 12:04 | |
*** kopparam has joined #heat | 12:06 | |
skraynev | therve: Urgh... It was the main reason why I did this change. I think that it is related and should use new methods. | 12:07 |
skraynev | my fail | 12:07 |
skraynev | but one more reason to rename and understand how they should communicate (or be different things with different names) | 12:08 |
*** kopparam_ has joined #heat | 12:09 | |
*** nikunj2512 has quit IRC | 12:09 | |
*** htruta has joined #heat | 12:10 | |
*** kopparam has quit IRC | 12:11 | |
*** achampion has quit IRC | 12:11 | |
*** LiJiansheng has quit IRC | 12:12 | |
*** dmakogon_ is now known as denis_makogon | 12:13 | |
*** kopparam_ has quit IRC | 12:14 | |
*** vdreamarkitex has joined #heat | 12:17 | |
*** radez_g0n3 is now known as radez | 12:17 | |
*** achampion has joined #heat | 12:19 | |
*** unmeshg has quit IRC | 12:19 | |
*** slagle has quit IRC | 12:20 | |
*** slagle has joined #heat | 12:20 | |
asalkeld | g'night all | 12:23 |
*** nosnos has quit IRC | 12:24 | |
*** asalkeld has quit IRC | 12:24 | |
*** hdd has joined #heat | 12:24 | |
*** nosnos has joined #heat | 12:24 | |
*** EricGonczer_ has joined #heat | 12:25 | |
*** achampio1 has joined #heat | 12:26 | |
*** nkhare has quit IRC | 12:28 | |
*** sgordon_ has joined #heat | 12:28 | |
*** nkhare has joined #heat | 12:29 | |
*** achampion has quit IRC | 12:29 | |
*** nosnos has quit IRC | 12:29 | |
Firespirit | hi 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 #heat | 12:31 | |
*** vijendar has quit IRC | 12:32 | |
*** jdob has joined #heat | 12:33 | |
*** achampio1 has quit IRC | 12:33 | |
*** tomek_adamczewsk has joined #heat | 12:37 | |
*** kopparam has joined #heat | 12:38 | |
*** lazy_prince has quit IRC | 12:41 | |
*** tspatzier has quit IRC | 12:41 | |
*** kopparam has quit IRC | 12:43 | |
*** coolsvap is now known as coolsvap|afk | 12:44 | |
*** ramishra has quit IRC | 12:46 | |
*** tomek_adamczewsk has quit IRC | 12:48 | |
*** sorantis has quit IRC | 12:53 | |
*** ramishra has joined #heat | 12:56 | |
*** tonisbones has joined #heat | 12:56 | |
*** dims has quit IRC | 12:58 | |
*** sorantis has joined #heat | 12:58 | |
*** dims has joined #heat | 12:59 | |
*** rakesh_hs has quit IRC | 13:01 | |
*** killer_prince has joined #heat | 13:01 | |
*** killer_prince is now known as lazy_prince | 13:01 | |
*** nkhare has quit IRC | 13:03 | |
*** jmckind has joined #heat | 13:04 | |
*** blues-man has joined #heat | 13:06 | |
*** MohitS has quit IRC | 13:10 | |
*** stannie has joined #heat | 13:11 | |
*** gokrokve has joined #heat | 13:16 | |
*** liuhang has joined #heat | 13:18 | |
*** gokrokve has quit IRC | 13:21 | |
*** achampion has joined #heat | 13:21 | |
*** sorantis has quit IRC | 13:22 | |
*** tomek_adamczewsk has joined #heat | 13:29 | |
*** bdossant_ has joined #heat | 13:31 | |
*** bdossant has quit IRC | 13:34 | |
*** sanjayu has quit IRC | 13:37 | |
*** tomek_adamczewsk has quit IRC | 13:42 | |
*** rushiagr is now known as rushiagr_away | 13:43 | |
*** bdossant_ has quit IRC | 13:43 | |
*** bdossant has joined #heat | 13:44 | |
*** blues-man has quit IRC | 13:45 | |
*** blues-man has joined #heat | 13:46 | |
*** blues-man has quit IRC | 13:47 | |
*** tomek_adamczewsk has joined #heat | 13:47 | |
*** tomek_adamczewsk has quit IRC | 14:00 | |
*** tomek_adamczewsk has joined #heat | 14:01 | |
*** tomek_adamczews1 has joined #heat | 14:04 | |
*** hdd has quit IRC | 14:06 | |
*** swygue has joined #heat | 14:06 | |
*** tomek_adamczewsk has quit IRC | 14:06 | |
*** liuhang has quit IRC | 14:11 | |
openstackgerrit | Thomas Herve proposed a change to openstack/python-heatclient: Implement snapshot operations https://review.openstack.org/124412 | 14:12 |
openstackgerrit | Thomas Herve proposed a change to openstack/python-heatclient: Implement restore operation https://review.openstack.org/124413 | 14:12 |
*** andreaf has quit IRC | 14:16 | |
*** andreaf has joined #heat | 14:17 | |
*** dims has quit IRC | 14:19 | |
*** blues-man has joined #heat | 14:19 | |
*** dims has joined #heat | 14:21 | |
*** mattt has joined #heat | 14:21 | |
*** dims has quit IRC | 14:25 | |
*** david-lyle has joined #heat | 14:25 | |
*** andreaf has quit IRC | 14:26 | |
*** andreaf has joined #heat | 14:27 | |
*** ramishra has quit IRC | 14:31 | |
*** dims has joined #heat | 14:32 | |
*** dims has quit IRC | 14:32 | |
*** MohitS has joined #heat | 14:33 | |
*** dims has joined #heat | 14:33 | |
*** dims has quit IRC | 14:34 | |
*** dims has joined #heat | 14:35 | |
*** dims has quit IRC | 14:35 | |
*** blomquisg has joined #heat | 14:37 | |
*** vijendar has joined #heat | 14:40 | |
*** tomek_adamczews1 has quit IRC | 14:41 | |
*** ramishra has joined #heat | 14:41 | |
*** dims has joined #heat | 14:42 | |
*** dims has quit IRC | 14:42 | |
*** dimsum_ has joined #heat | 14:43 | |
*** dimsum_ has quit IRC | 14:43 | |
*** tomek_adamczewsk has joined #heat | 14:45 | |
*** dimsum_ has joined #heat | 14:45 | |
*** tomek_adamczewsk has quit IRC | 14:45 | |
*** tomek_adamczewsk has joined #heat | 14:46 | |
*** tomek_adamczewsk has quit IRC | 14:46 | |
*** hdd has joined #heat | 14:50 | |
*** tomek_adamczewsk has joined #heat | 14:53 | |
*** tomek_adamczewsk has quit IRC | 14:53 | |
*** hdd has quit IRC | 14:56 | |
*** hdd has joined #heat | 14:58 | |
*** julienvey has quit IRC | 15:00 | |
*** julienvey has joined #heat | 15:00 | |
*** julienvey has quit IRC | 15:01 | |
*** julienve_ has joined #heat | 15:01 | |
*** bdossant has quit IRC | 15:02 | |
*** tomek_adamczewsk has joined #heat | 15:03 | |
*** tomek_adamczewsk has quit IRC | 15:03 | |
*** tango has joined #heat | 15:04 | |
*** radez is now known as radez_g0n3 | 15:05 | |
*** rakesh_hs has joined #heat | 15:11 | |
*** rcb_afk has quit IRC | 15:12 | |
*** rbowen has joined #heat | 15:12 | |
*** adrienverge has joined #heat | 15:13 | |
*** daneyon_ has quit IRC | 15:15 | |
*** daneyon has joined #heat | 15:16 | |
*** jyoti-ranjan has quit IRC | 15:16 | |
*** MohitS has quit IRC | 15:16 | |
*** jyoti-ranjan has joined #heat | 15:16 | |
*** gokrokve has joined #heat | 15:16 | |
*** kebray has joined #heat | 15:19 | |
*** ckmvishnu has joined #heat | 15:19 | |
*** gokrokve has quit IRC | 15:20 | |
*** andersonvom has joined #heat | 15:21 | |
*** rakesh_hs has quit IRC | 15:22 | |
*** EricGonczer_ has quit IRC | 15:22 | |
*** anteaya has quit IRC | 15:23 | |
*** EricGonczer_ has joined #heat | 15:24 | |
*** Drago has joined #heat | 15:25 | |
*** jprovazn has quit IRC | 15:25 | |
*** jyoti-ranjan has quit IRC | 15:26 | |
*** Drago has quit IRC | 15:28 | |
*** Drago has joined #heat | 15:28 | |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params https://review.openstack.org/124442 | 15:29 |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Add tests for list_stacks and count_stacks params https://review.openstack.org/124442 | 15:30 |
*** Qiming has quit IRC | 15:35 | |
*** gokrokve has joined #heat | 15:36 | |
*** andreaf has quit IRC | 15:41 | |
*** andreaf has joined #heat | 15:42 | |
*** JayJ__ has quit IRC | 15:43 | |
*** JayJ__ has joined #heat | 15:44 | |
*** Murali has joined #heat | 15:45 | |
*** julienve_ has quit IRC | 15:48 | |
*** harlowja_at_home has joined #heat | 15:51 | |
*** ibalutoiu has joined #heat | 15:52 | |
*** ibalutoiu has quit IRC | 15:52 | |
*** ionutbalutoiu has joined #heat | 15:53 | |
*** Drago has quit IRC | 15:57 | |
*** Drago has joined #heat | 15:58 | |
*** Drago has quit IRC | 15:58 | |
*** Drago has joined #heat | 15:58 | |
*** bnemec is now known as beekneemech | 16:00 | |
*** reed has joined #heat | 16:04 | |
*** ionutbalutoiu has quit IRC | 16:08 | |
*** alexheneveld has quit IRC | 16:19 | |
*** sergmelikyan has quit IRC | 16:21 | |
*** cody-somerville has joined #heat | 16:22 | |
*** ckmvishnu has quit IRC | 16:22 | |
*** Drago has quit IRC | 16:25 | |
*** Drago has joined #heat | 16:28 | |
*** Drago has quit IRC | 16:29 | |
*** Drago has joined #heat | 16:30 | |
*** denis_makogon has quit IRC | 16:31 | |
*** tomek_adamczewsk has joined #heat | 16:32 | |
*** tomek_adamczewsk has quit IRC | 16:32 | |
*** blues-man has quit IRC | 16:34 | |
*** Drago has quit IRC | 16:34 | |
*** anteaya has joined #heat | 16:34 | |
*** Drago has joined #heat | 16:35 | |
*** Drago1 has joined #heat | 16:35 | |
*** tomek_adamczewsk has joined #heat | 16:36 | |
*** tomek_adamczewsk has quit IRC | 16:36 | |
*** Drago has quit IRC | 16:37 | |
*** Drago has joined #heat | 16:37 | |
*** Drago has quit IRC | 16:37 | |
*** pas-ha has quit IRC | 16:40 | |
*** Drago has joined #heat | 16:41 | |
*** Drago has quit IRC | 16:42 | |
*** ramishra has quit IRC | 16:42 | |
*** Drago has joined #heat | 16:43 | |
*** jistr is now known as jistr|afk | 16:45 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add console_url atttribute to server resource https://review.openstack.org/124463 | 16:45 |
*** mkollaro has quit IRC | 16:47 | |
*** stannie has quit IRC | 16:53 | |
zaneb | jpeeler: could you review https://review.openstack.org/#/c/123291/ when you have a moment? | 16:53 |
*** andreaf has quit IRC | 16:55 | |
*** Drago2 has joined #heat | 16:55 | |
*** andreaf has joined #heat | 16:56 | |
*** packet has joined #heat | 16:57 | |
*** sarob_away is now known as sarob | 16:57 | |
*** Drago has quit IRC | 16:59 | |
*** harlowja_at_home has quit IRC | 17:01 | |
*** f13o has quit IRC | 17:04 | |
*** lazy_prince has quit IRC | 17:08 | |
zaneb | coolsvap|afk: are you working on Bug #1355669 ? I've added it to our -rc1 list, so we need a patch asap | 17:11 |
uvirtbot | Launchpad 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/1355669 | 17:11 |
*** tspatzier has joined #heat | 17:11 | |
*** saurabhs has joined #heat | 17:12 | |
*** tspatzier has quit IRC | 17:13 | |
*** derekh has quit IRC | 17:14 | |
*** ramishra has joined #heat | 17:14 | |
*** Drago2 has quit IRC | 17:27 | |
*** Drago has joined #heat | 17:27 | |
jpeeler | zaneb: done | 17:28 |
zaneb | thanks | 17:28 |
*** adrienverge has quit IRC | 17:28 | |
*** ramishra has quit IRC | 17:34 | |
*** Drago has quit IRC | 17:37 | |
*** Drago1 has quit IRC | 17:42 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Deprecate HARestarter resource type https://review.openstack.org/121824 | 17:46 |
*** alexheneveld has joined #heat | 17:54 | |
*** jamiehannaford has quit IRC | 17:54 | |
*** sarob is now known as sarob_away | 17:55 | |
*** yassine has quit IRC | 17:58 | |
*** sballe_ has joined #heat | 17:59 | |
*** harlowja_away is now known as harlowja | 17:59 | |
*** gokrokve_ has joined #heat | 18:01 | |
*** gokrokve_ has quit IRC | 18:05 | |
*** gokrokve has quit IRC | 18:05 | |
*** gokrokve has joined #heat | 18:05 | |
*** alexheneveld has quit IRC | 18:06 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Handle clients that don't accept auth_url=None https://review.openstack.org/124481 | 18:07 |
*** killer_prince has joined #heat | 18:09 | |
*** killer_prince is now known as lazy_prince | 18:09 | |
*** gokrokve has quit IRC | 18:10 | |
*** che-arne has joined #heat | 18:12 | |
*** jcoufal has quit IRC | 18:13 | |
*** radez_g0n3 is now known as radez | 18:24 | |
*** spzala has joined #heat | 18:26 | |
*** fayablazer has quit IRC | 18:31 | |
*** gokrokve has joined #heat | 18:31 | |
*** ionutbalutoiu has joined #heat | 18:36 | |
*** andreaf has quit IRC | 18:36 | |
*** gokrokve has quit IRC | 18:36 | |
*** andreaf has joined #heat | 18:37 | |
Firespirit | does anyone have a heat template that setup a windows server with chef-solo on it6 | 18:38 |
Firespirit | ? | 18:38 |
*** stannie has joined #heat | 18:39 | |
*** jistr|afk is now known as jistr | 18:42 | |
*** jistr has quit IRC | 18:42 | |
*** alexheneveld has joined #heat | 18:51 | |
*** alexheneveld has quit IRC | 18:53 | |
*** tonisbones has quit IRC | 18:54 | |
*** rm_work is now known as rm_work|away | 18:57 | |
*** rm_work|away is now known as rm_work | 18:57 | |
*** kebray has quit IRC | 19:01 | |
*** kebray has joined #heat | 19:01 | |
*** sabeen3 has quit IRC | 19:02 | |
*** sarob_away is now known as sarob | 19:06 | |
*** sabeen1 has joined #heat | 19:07 | |
*** rushiagr_away is now known as rushiagr | 19:11 | |
*** ckmvishnu has joined #heat | 19:21 | |
*** andreaf has quit IRC | 19:21 | |
*** andreaf has joined #heat | 19:22 | |
ckmvishnu | zaneb: Hi, any reason, bug: #1370185 moved from juno-rc1 to next? | 19:22 |
zaneb | ckmvishnu: yes, we have too many bugs in rc1 ;) | 19:22 |
ckmvishnu | oh, ok :) | 19:22 |
zaneb | ckmvishnu: so we should still try to get the patches in, but we won't block on it | 19:23 |
zaneb | basically anything that is targeted for -rc1 will block the release | 19:23 |
zaneb | which we want to happen by the end of the month | 19:23 |
ckmvishnu | ok | 19:24 |
*** boris-42 has joined #heat | 19:26 | |
*** rushiagr is now known as rushiagr_away | 19:29 | |
*** gokrokve has joined #heat | 19:32 | |
*** sabeen3 has joined #heat | 19:36 | |
*** gokrokve has quit IRC | 19:37 | |
*** sabeen1 has quit IRC | 19:38 | |
*** kebray has quit IRC | 19:43 | |
*** kebray has joined #heat | 19:43 | |
*** andreaf has quit IRC | 19:44 | |
*** andreaf has joined #heat | 19:45 | |
*** sarob is now known as sarob_away | 19:47 | |
*** ckmvishnu has quit IRC | 19:47 | |
*** jergerber has joined #heat | 20:07 | |
*** rbowen has quit IRC | 20:11 | |
*** brint has quit IRC | 20:12 | |
*** rbowen has joined #heat | 20:14 | |
*** hdd has quit IRC | 20:14 | |
*** hdd has joined #heat | 20:15 | |
*** hdd has quit IRC | 20:20 | |
*** hdd has joined #heat | 20:24 | |
*** JayJ__ has quit IRC | 20:30 | |
*** rwsu has quit IRC | 20:31 | |
*** JayJ__ has joined #heat | 20:31 | |
*** gokrokve has joined #heat | 20:32 | |
*** Murali has quit IRC | 20:32 | |
*** DandyPandy_ is now known as DandyPandy | 20:33 | |
*** morganfainberg is now known as morgan | 20:36 | |
*** morgan is now known as morganfainberg | 20:37 | |
*** gokrokve has quit IRC | 20:37 | |
*** alexheneveld has joined #heat | 20:39 | |
*** sarob_away is now known as sarob | 20:47 | |
*** tomek_adamczewsk has joined #heat | 20:47 | |
*** tomek_adamczewsk has quit IRC | 20:47 | |
*** tomek_adamczewsk has joined #heat | 20:48 | |
*** tomek_adamczewsk has quit IRC | 20:48 | |
*** radez is now known as radez_g0n3 | 20:50 | |
*** achampion has quit IRC | 20:51 | |
*** jdob has quit IRC | 20:51 | |
*** dimsum_ has quit IRC | 20:56 | |
*** dimsum_ has joined #heat | 20:56 | |
*** sarob is now known as sarob_away | 20:56 | |
*** dimsum_ has quit IRC | 21:00 | |
*** sabeen3 has quit IRC | 21:04 | |
*** aweiteka has quit IRC | 21:12 | |
*** sarob_away is now known as sarob | 21:13 | |
*** alexheneveld has quit IRC | 21:21 | |
*** dimsum_ has joined #heat | 21:21 | |
*** alexheneveld has joined #heat | 21:28 | |
*** andreaf has quit IRC | 21:31 | |
*** EricGonc_ has joined #heat | 21:31 | |
*** EricGonczer_ has quit IRC | 21:31 | |
*** andreaf has joined #heat | 21:32 | |
*** gokrokve has joined #heat | 21:32 | |
*** EricGonc_ has quit IRC | 21:33 | |
*** gokrokve has quit IRC | 21:33 | |
*** gokrokve has joined #heat | 21:34 | |
*** Murali_ has joined #heat | 21:38 | |
*** gokrokve has quit IRC | 21:38 | |
*** packet has quit IRC | 21:39 | |
*** Murali_ has quit IRC | 21:39 | |
*** akuznetsov has quit IRC | 21:39 | |
*** akuznetsov has joined #heat | 21:41 | |
*** vijendar has quit IRC | 21:42 | |
*** jmckind has quit IRC | 21:42 | |
*** david-lyle has quit IRC | 21:56 | |
*** Drago1 has joined #heat | 21:57 | |
*** enterprisedc has quit IRC | 21:57 | |
*** enterprisedc has joined #heat | 21:59 | |
*** rbowen is now known as rcb_wknd | 22:11 | |
*** jergerber has quit IRC | 22:13 | |
*** david-lyle has joined #heat | 22:17 | |
*** andreaf has quit IRC | 22:19 | |
*** andreaf has joined #heat | 22:19 | |
*** david-lyle has quit IRC | 22:21 | |
*** gokrokve has joined #heat | 22:32 | |
*** hdd has quit IRC | 22:35 | |
*** gokrokve has quit IRC | 22:37 | |
*** achampion has joined #heat | 22:39 | |
*** Drago1 has quit IRC | 22:39 | |
*** rm_work is now known as rm_work|away | 22:40 | |
*** kebray has quit IRC | 22:40 | |
*** dimsum_ has quit IRC | 22:43 | |
*** dimsum_ has joined #heat | 22:44 | |
*** rwsu has joined #heat | 22:47 | |
*** dimsum_ has quit IRC | 22:48 | |
*** Drago1 has joined #heat | 22:49 | |
*** adri1 has joined #heat | 22:52 | |
adri1 | Hi | 22:56 |
adri1 | Anyone interested in having Cinder scheduler hints support in Heat for kilo? | 22:56 |
adri1 | https://review.openstack.org/#/c/122153/ | 22:56 |
adri1 | https://review.openstack.org/#/c/122157/ | 22:57 |
*** achampio1 has joined #heat | 22:59 | |
*** achampion has quit IRC | 23:02 | |
*** sergmelikyan has joined #heat | 23:04 | |
*** EricGonczer_ has joined #heat | 23:05 | |
*** Drago has joined #heat | 23:06 | |
*** dimsum_ has joined #heat | 23:07 | |
*** Drago has quit IRC | 23:07 | |
*** EricGonczer_ has quit IRC | 23:09 | |
*** JayJ__ has quit IRC | 23:20 | |
*** rwsu has quit IRC | 23:30 | |
*** gokrokve has joined #heat | 23:32 | |
*** adri1 has quit IRC | 23:36 | |
openstackgerrit | A change was merged to openstack/heat: Default port policy to force replacement https://review.openstack.org/121693 | 23:36 |
*** gokrokve has quit IRC | 23:36 | |
*** Qiming has joined #heat | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!