*** mikeit_ has quit IRC | 00:00 | |
*** mikeit_ has joined #heat | 00:02 | |
*** sdake_ has joined #heat | 00:07 | |
*** sdake has quit IRC | 00:11 | |
*** serg_melikyan has joined #heat | 00:11 | |
*** serg_melikyan has quit IRC | 00:16 | |
*** mikeit_ has quit IRC | 00:18 | |
*** mikeitt has joined #heat | 00:21 | |
*** EricGonczer_ has joined #heat | 00:25 | |
openstackgerrit | Merged openstack/heat: Add min_adjustment_step property to ScalingPolicy https://review.openstack.org/177148 | 00:26 |
---|---|---|
*** EricGonc_ has joined #heat | 00:28 | |
*** Raj1 has joined #heat | 00:30 | |
*** mikeitt has quit IRC | 00:31 | |
*** EricGonczer_ has quit IRC | 00:31 | |
*** mikeit has joined #heat | 00:32 | |
*** Raj1 has quit IRC | 00:38 | |
*** liusheng has joined #heat | 00:41 | |
*** FL1SK has quit IRC | 00:52 | |
*** cody-somerville has quit IRC | 00:54 | |
*** huangtianhua has joined #heat | 01:14 | |
huangtianhua | morning | 01:16 |
*** EricGonczer_ has joined #heat | 01:21 | |
*** EricGonc_ has quit IRC | 01:22 | |
*** EricGonczer_ has quit IRC | 01:23 | |
*** sdake has joined #heat | 01:24 | |
*** sdake_ has quit IRC | 01:26 | |
*** sdake_ has joined #heat | 01:27 | |
*** sdake has quit IRC | 01:30 | |
*** erkules_ has joined #heat | 01:42 | |
*** erkules has quit IRC | 01:45 | |
*** gokrokve has joined #heat | 01:57 | |
*** Yanyanhu has joined #heat | 01:58 | |
*** dimsum__ has quit IRC | 02:04 | |
*** liusheng has quit IRC | 02:04 | |
ramishra | morning all | 02:06 |
*** kebray has joined #heat | 02:08 | |
*** sabeen1 has quit IRC | 02:17 | |
*** achanda has quit IRC | 02:25 | |
*** mikeit has quit IRC | 02:38 | |
*** sdake_ is now known as sdake | 02:44 | |
*** Qiming has joined #heat | 02:44 | |
*** FL1SK has joined #heat | 02:53 | |
*** dimsum__ has joined #heat | 03:05 | |
openstackgerrit | huangtianhua proposed openstack/heat: Do constraint validation for None value property https://review.openstack.org/174728 | 03:09 |
*** dimsum__ has quit IRC | 03:10 | |
*** coolsvapl is now known as coolsvap | 03:22 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add validation to set either uuid, network_id or port https://review.openstack.org/179574 | 03:23 |
asalkeld | stevebaker: what are you going to do about the meeting times? | 03:24 |
asalkeld | (just wondering if will be able to make them) | 03:25 |
asalkeld | might have to miss an odd one | 03:25 |
*** achanda has joined #heat | 03:26 | |
*** LiJiansheng has joined #heat | 03:26 | |
*** zzxwill has joined #heat | 03:26 | |
*** liusheng has joined #heat | 03:27 | |
*** achanda has quit IRC | 03:31 | |
sdake | hey guys | 03:33 |
sdake | have question | 03:33 |
sdake | using wait conditions with neutron | 03:33 |
sdake | my host is 10.10.10.100 | 03:33 |
sdake | my vm is 10.10.10.5 | 03:33 |
stevebaker | asalkeld: I can try continuing the morning slot for now - I'll have to pop out for school run at 30 minute mark for 10 minutes | 03:33 |
sdake | my vm has a float of 192.168.1.172 | 03:33 |
sdake | how do I signal heat-cfn when it has 10.10.10.100 address programmed in? | 03:34 |
sdake | is there a proxy of some sort? | 03:34 |
stevebaker | asalkeld: as for the late slot, I can't see myself ever making that, either I'll ask someone else to run it or we can negotiate a different time | 03:34 |
asalkeld | stevebaker: ok- you should attend both, just make it more convenient for yourself | 03:35 |
stevebaker | sdake: you can set heat.conf heat_waitcondition_server_url to something your vm can reach | 03:36 |
stevebaker | asalkeld: I should. | 03:37 |
sdake | stevebaker in the case of neutron, what do people typically set that to? | 03:37 |
stevebaker | sdake: my devstack just works, its set to the HOST_IP | 03:37 |
stevebaker | sdake: same for my rdo | 03:38 |
sdake | I realize devstack works fantastic | 03:38 |
stevebaker | sdake: it should need to be different from your catalog endpoints unless you have some proxy setup | 03:39 |
stevebaker | sdake: you just need to debug your vm->host connectivity | 03:39 |
sdake | I"m just not sure what to set it to that I can access from inside the vm | 03:39 |
sdake | the vm can't access the host - neutron is designed this way | 03:39 |
openstackgerrit | huangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation https://review.openstack.org/178494 | 03:41 |
sdake | neutron guys wrote neutron-metadata server to deal wit hthe problem | 03:43 |
sdake | I'd be interested to see people using heat with neutron with wait conditions in production | 03:45 |
sdake | and know how they did it ;) | 03:45 |
sdake | neturon-metadata is a proxy to the nova api | 03:47 |
sdake | it runs in the namespace of the network or some nonsense | 03:48 |
openstackgerrit | huangtianhua proposed openstack/heat: Not allow delete a snapshot in snapshotting https://review.openstack.org/178038 | 03:49 |
asalkeld | this needs to get in -> https://review.openstack.org/#/c/159444/ (convergence-traversal) | 03:49 |
openstackgerrit | huangtianhua proposed openstack/heat: Move openstack resources tests to heat/tests/openstack/ https://review.openstack.org/178074 | 03:50 |
asalkeld | sirushti: rebase -> https://review.openstack.org/#/c/167324/ | 03:51 |
asalkeld | sdake: so why can | 03:54 |
asalkeld | sdake: so why can't a vm access the public api? | 03:54 |
sdake | the public apis run on a different network from the vm networks i guess | 03:54 |
asalkeld | wait cond. is just the heat-api | 03:54 |
asalkeld | that seems like a fail | 03:55 |
asalkeld | maybe you need to use a different network:-O | 03:55 |
sdake | if someon ecould tell me the magic incantation I'd do it | 03:55 |
sdake | keep in mind i'm using kolla not devstack | 03:55 |
sdake | so I can't use that masquarade hack | 03:55 |
sirushti | asalkeld, will do | 03:59 |
asalkeld | sdake: https://github.com/openstack-dev/devstack/blob/master/lib/neutron-legacy#L584 | 04:00 |
* asalkeld not a networking guru | 04:01 | |
asalkeld | but seems to make sense that if you can access the "internet", you should be able to access the waitcond_url | 04:02 |
sdake | asalkeld here is our init script | 04:05 |
sdake | http://ur1.ca/kagzl -> http://paste.fedoraproject.org/218063/71229414 | 04:05 |
sdake | i can access the internet | 04:05 |
*** will has joined #heat | 04:06 | |
sdake | I think I have a workaround by running heat-api-cfn on a different node | 04:06 |
sdake | the problem is my machine where I am running doesn't have a 192.168.1.100 address | 04:06 |
sdake | i can run heat-api-cfn on 11.11.11.101 | 04:07 |
sdake | which has a second interface 192.168.1.101 | 04:07 |
sdake | and wait condition to 192.168.1.101 | 04:08 |
sdake | so my wife tells me | 04:08 |
asalkeld | :-) | 04:08 |
sdake | "People wouldn't hate openstack if neutron didn't blow so much." | 04:08 |
sdake | She followed that zinger up with | 04:08 |
sdake | "But your company didn't build its empire because networking is easy" | 04:08 |
asalkeld | touche | 04:08 |
asalkeld | and you are asking for networking help here:-O | 04:09 |
asalkeld | off you go now ... | 04:09 |
sdake | you ahve to have a dedicated node on the flat network for running heat-api-cfn | 04:10 |
sdake | it can't be the same node as the network nodes | 04:10 |
*** kebray has quit IRC | 04:10 | |
sdake | all in one = pain in the ass | 04:10 |
*** AlecTaylor has joined #heat | 04:23 | |
*** AlecTaylor has left #heat | 04:23 | |
sdake | ls | 04:28 |
*** Raj1 has joined #heat | 04:35 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add validation to set one of uuid,network_id, or port https://review.openstack.org/179574 | 04:36 |
*** Raj1 has quit IRC | 04:40 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add support status for current_size ASG attribute https://review.openstack.org/179695 | 04:43 |
*** KanagarajM has joined #heat | 04:53 | |
*** achanda has joined #heat | 05:02 | |
KanagarajM | good morning all ! | 05:04 |
*** erkules_ is now known as erkules | 05:06 | |
*** erkules has joined #heat | 05:06 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add validation to set one of network, port or uuid https://review.openstack.org/179574 | 05:12 |
*** rakesh_hs has joined #heat | 05:17 | |
*** huangtianhua has quit IRC | 05:18 | |
*** jprovazn has joined #heat | 05:20 | |
*** gokrokve has quit IRC | 05:37 | |
*** gokrokve has joined #heat | 05:37 | |
*** gokrokve has quit IRC | 05:42 | |
*** hdd has joined #heat | 05:42 | |
*** Qiming has quit IRC | 05:49 | |
*** Qiming has joined #heat | 05:50 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Allow creating lightweight stacks https://review.openstack.org/159774 | 05:56 |
*** nkhare has joined #heat | 05:56 | |
*** Yanyanhu has quit IRC | 05:57 | |
*** Qiming_ has joined #heat | 05:57 | |
*** Yanyanhu has joined #heat | 05:57 | |
*** inc0 has joined #heat | 05:57 | |
inc0 | good morning everyone | 05:57 |
sirushti | asalkeld, ^This is a dependency for 167324 btw | 05:57 |
*** Qiming has quit IRC | 05:58 | |
will | I've developed a heat resource plug-in and deployed it under /usr/lib/heat/cms_heat_plugin. Why couldn't it be automatically deployed to /usr/lib/python2.6/site-packages/cms_heat_plugin from /usr/lib/heat/cms_heat_plugin after restarting heat service? | 05:58 |
inc0 | asalkeld, have you seen my email at openstack-dev? http://lists.openstack.org/pipermail/openstack-dev/2015-April/062992.html This is something I'd like to incubate in heat | 05:59 |
inc0 | regarding versioned objects | 05:59 |
asalkeld | sirushti: yeah I want to get started on those other convergence bps | 05:59 |
asalkeld | inc0: hi, yeah | 05:59 |
asalkeld | i'll have another look | 05:59 |
inc0 | thank you, I'd appreciate any feedback before going to specs;) | 06:00 |
sirushti | asalkeld, sure | 06:01 |
asalkeld | inc0: why not heat-engine gets rpc message of too-new-message and just bounces it (sends it on assuming eventually a heat-engine will be able to deal with it) | 06:02 |
inc0 | asalkeld, when we'll have only one engine in new version, we'll lose HA this way | 06:03 |
asalkeld | inc0: but it's only for a short time | 06:03 |
inc0 | because message will bounce indefinetly until it lands on this particular engine | 06:03 |
asalkeld | whilst upgrading | 06:03 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex https://review.openstack.org/179631 | 06:03 |
asalkeld | therefore not "indefinetly" | 06:03 |
inc0 | theoretically indefinetly:) | 06:04 |
inc0 | I mean it might never land on this engine for all we know | 06:04 |
asalkeld | nova uses this mechanism | 06:04 |
inc0 | ofc, if we accelerate upgrades, we'll lessen chance of this happening | 06:04 |
inc0 | but nova doesn't really support complete no-downtime upgrade right now | 06:04 |
inc0 | you *have* to put down all conductors during upgrade | 06:05 |
*** tspatzier has joined #heat | 06:05 | |
inc0 | or you risk losing rpc messages | 06:05 |
asalkeld | you have to at least pause whilst the db is being upgraded | 06:05 |
inc0 | well, you can do some replication magic to compensate and lessen this downtime | 06:06 |
inc0 | and having to upgrade another service at the same time (possibly all services if everyone takes this approach) | 06:07 |
inc0 | will complicate upgrade procedure | 06:07 |
inc0 | and that means errors, omitted services and so on - all will add to downtime | 06:07 |
asalkeld | so I don't see why having (or not having conductor) is important | 06:07 |
*** gokrokve has joined #heat | 06:08 | |
asalkeld | imo we are in the same situation | 06:08 |
inc0 | conductor takes care about vo communication | 06:08 |
inc0 | and nova assumes it is *always* up to date | 06:08 |
asalkeld | for nova the compute services are *many*, thus it simply reduces the scope of the syncronisation | 06:09 |
inc0 | if we'll assume that engine is *always* up to date, we don't have upgrade problem whatsoever:)_ | 06:09 |
*** gokrokve has quit IRC | 06:09 | |
asalkeld | so we upgrade heat-engine (rolling, before the db) | 06:09 |
*** gokrokve has joined #heat | 06:09 | |
asalkeld | then do a db sync | 06:09 |
asalkeld | then upgrade the api | 06:10 |
inc0 | actually I'd make db sync first;) | 06:10 |
*** tspatzier__ has joined #heat | 06:10 | |
asalkeld | inc0: then there is no point to your oslo objects | 06:10 |
asalkeld | they only support backwards versions | 06:10 |
asalkeld | not forward | 06:10 |
asalkeld | so the code needs to be newer than the db | 06:11 |
asalkeld | agree? | 06:11 |
asalkeld | (well I agree with myself;) | 06:12 |
inc0 | currently yeah ;) | 06:12 |
*** tspatzier has quit IRC | 06:12 | |
inc0 | but you'll never support newer version | 06:12 |
inc0 | as you don't really know what have happened | 06:13 |
will | asalkeld: I've developed a heat resource plug-in and deployed it under /usr/lib/heat/cms_heat_plugin. Why couldn't it be automatically deployed to /usr/lib/python2.6/site-packages/cms_heat_plugin from /usr/lib/heat/cms_heat_plugin after restarting heat service? Please help take a look:) | 06:13 |
*** Qiming__ has joined #heat | 06:13 | |
inc0 | they have sense with RPC, nosql and might have sense with db | 06:13 |
asalkeld | inc0: exactly, so upgrade heat-engine first then db sync | 06:13 |
inc0 | if we'll make incompatible db change | 06:13 |
inc0 | if changes are all compatible, they're pretty much useless | 06:14 |
inc0 | (from db perspective) | 06:14 |
asalkeld | will: just add a path to the plugin_dirs in heat.conf | 06:14 |
inc0 | with compatibility of db changes, we'll risk losing some info if we make call to new service and it will have to drop few columns | 06:15 |
inc0 | main benefit from vo for us is actually RPC | 06:15 |
asalkeld | inc0: but i said upgrade api last, so hopefully new features will not be used until after the api is upgraded | 06:16 |
*** Qiming_ has quit IRC | 06:16 | |
inc0 | yup | 06:16 |
will | asalkeld: #plugin_dirs=/usr/lib64/heat,/usr/lib/heat, uncomment it? | 06:16 |
asalkeld | unless there is some major re-architecture internally | 06:16 |
asalkeld | will: yip and append the path you need | 06:17 |
will | asalkeld: Great, will try. Thanks Angus:) | 06:17 |
asalkeld | ok | 06:17 |
inc0 | but, back to the case at hand:) in terms of RPC calls - I think we need backporting | 06:19 |
asalkeld | so what's the deal with backports? | 06:21 |
*** huangtianhua has joined #heat | 06:21 | |
asalkeld | inc0: i replied - you can just continue there | 06:21 |
inc0 | cool, thank you | 06:21 |
asalkeld | (to the ml thread) | 06:21 |
*** sdake_ has joined #heat | 06:22 | |
asalkeld | sorry about the delay, i have been meaning to respond | 06:22 |
will | asalkeld: I uncommented the plugin_dirs in file /etc/heat/heat.conf and restarted heat service with "cd /etc/init.d;for i in $(ls openstack-heat*); do service $i restart; done". But the plug-in wasn't deployed to /usr/lib/python2.6/site-packages/. Why? | 06:22 |
inc0 | no worries, it was holiday in Poland anyway, do I'd reply today;) | 06:22 |
asalkeld | will: did you add /usr/lib/python2.6/site-packages/cms_heat_plugin to that list (plugin_dirs) | 06:24 |
will | asalkeld: The heat service was restarted successfully. http://paste.openstack.org/show/214825/ | 06:24 |
asalkeld | will: what do you mean by "it didn't deploy" | 06:25 |
asalkeld | heat won't do a pip install of the package | 06:25 |
zzxwill | No. The line says "# List of directories to search for plug-ins. (list value)", so I just list the plug-in path /usr/lib/heat | 06:25 |
asalkeld | it will load resource types in the directories that you tell it about | 06:25 |
*** sdake has quit IRC | 06:25 | |
zzxwill | 'deploy' means the plugin in /usr/lib/heat/heat_plugin should be copied to /usr/lib/python2.6/site-packages/heat_plugin after heat restarting | 06:26 |
zzxwill | asalkeld: Where should I put after I developed a plugin? | 06:27 |
asalkeld | zzxwill: no, heat does not copy anything | 06:27 |
asalkeld | you need to put the plugin where you want it | 06:28 |
asalkeld | then you tell heat where it is | 06:28 |
zzxwill | But if I didn't manually copied the plugin-in to /usr/lib/python2.6/site-packages/heat_plugin, heat command will fail. | 06:28 |
zzxwill | ERROR: Timeout while waiting on RPC response - topic: "engine", RPC method: "list_resource_types" info: "HT-DB71657 <unknown>" | 06:28 |
asalkeld | zzxwill: can you tell me exactly what you plugin_dirs is? | 06:30 |
asalkeld | zzxwill: actually it looks like the client will need a proper python package | 06:33 |
asalkeld | zzxwill: follow this model: https://github.com/openstack/heat/tree/master/contrib/heat_barbican | 06:33 |
asalkeld | (make a python package and install it) | 06:34 |
*** sdake_ is now known as sdake | 06:35 | |
openstackgerrit | Merged openstack/heat: Add support status for current_size ASG attribute https://review.openstack.org/179695 | 06:35 |
*** dimsum__ has joined #heat | 06:42 | |
asalkeld | I am off to pick up kids from school, be back later | 06:44 |
*** dimsum__ has quit IRC | 06:47 | |
*** jcoufal has joined #heat | 06:55 | |
*** noa-koffman has joined #heat | 06:57 | |
*** hdd has quit IRC | 06:59 | |
*** hdd has joined #heat | 07:00 | |
openstackgerrit | huangtianhua proposed openstack/heat: Not allow to delete in-progress snapshot https://review.openstack.org/178038 | 07:00 |
*** ifarkas has joined #heat | 07:02 | |
*** gcivitella has joined #heat | 07:05 | |
*** Qiming__ is now known as Qiming | 07:05 | |
*** alanf-mc has joined #heat | 07:07 | |
*** alanf-mc_ has joined #heat | 07:08 | |
*** alanf-mc has quit IRC | 07:12 | |
*** inc0 has quit IRC | 07:12 | |
*** sdake has quit IRC | 07:21 | |
*** LimorStotland has joined #heat | 07:23 | |
*** achanda has quit IRC | 07:23 | |
*** achanda has joined #heat | 07:26 | |
*** zzxwill has quit IRC | 07:31 | |
*** asalkeld has quit IRC | 07:36 | |
*** alanf-mc_ has quit IRC | 07:37 | |
*** achanda has quit IRC | 07:37 | |
*** chlong has quit IRC | 07:37 | |
*** alanf-mc has joined #heat | 07:37 | |
*** serg_melikyan has joined #heat | 07:38 | |
*** serg_melikyan has quit IRC | 07:41 | |
*** Yanyanhu has quit IRC | 07:47 | |
*** Yanyan has joined #heat | 07:50 | |
*** funzo_ has joined #heat | 07:50 | |
*** funzo has quit IRC | 07:50 | |
openstackgerrit | huangtianhua proposed openstack/python-heatclient: Add an option to generate template based on resource type https://review.openstack.org/178544 | 07:51 |
*** alanf-mc has quit IRC | 07:51 | |
*** asalkeld has joined #heat | 07:53 | |
*** tspatzier__ is now known as tspatzier | 07:55 | |
*** jistr has joined #heat | 07:59 | |
*** Qiming has quit IRC | 08:02 | |
*** serg_melikyan has joined #heat | 08:08 | |
*** bdossant has joined #heat | 08:08 | |
*** yuntong1 has quit IRC | 08:25 | |
*** LimorStotland has quit IRC | 08:32 | |
*** serg_melikyan has quit IRC | 08:36 | |
*** alexpilotti has quit IRC | 08:45 | |
openstackgerrit | Merged openstack/heat: Remove empty properties from workflow definition https://review.openstack.org/179040 | 08:46 |
openstackgerrit | Merged openstack/heat: Add unit tests for mistral workflow https://review.openstack.org/179162 | 08:47 |
*** tlashchova has joined #heat | 08:50 | |
*** alexpilotti has joined #heat | 08:54 | |
*** Yanyan has quit IRC | 09:00 | |
*** serg_melikyan has joined #heat | 09:07 | |
*** hdd has quit IRC | 09:16 | |
*** hdd has joined #heat | 09:18 | |
*** LimorStotland has joined #heat | 09:25 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Wait for the stack lock to be released https://review.openstack.org/179325 | 09:29 |
*** Yanyanhu has joined #heat | 09:37 | |
*** Qiming has joined #heat | 09:39 | |
*** Yanyanhu has quit IRC | 09:42 | |
*** serg_melikyan has quit IRC | 09:45 | |
*** Qiming_ has joined #heat | 09:47 | |
*** Qiming has quit IRC | 09:49 | |
*** zzxwill has joined #heat | 09:52 | |
*** dimsum__ has joined #heat | 09:53 | |
*** BManojlovic has joined #heat | 09:53 | |
*** ishant has joined #heat | 10:07 | |
*** Qiming__ has joined #heat | 10:08 | |
*** Qiming_ has quit IRC | 10:11 | |
*** Qiming__ is now known as Qiming | 10:22 | |
*** inc0 has joined #heat | 10:29 | |
*** Qiming_ has joined #heat | 10:29 | |
*** Qiming has quit IRC | 10:31 | |
*** ishant|2 has joined #heat | 10:35 | |
*** ishant has quit IRC | 10:38 | |
*** huangtianhua has quit IRC | 10:41 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add remaining_executions attribute to OS::Mistral::CronTrigger https://review.openstack.org/177308 | 10:42 |
*** serg_melikyan has joined #heat | 10:45 | |
*** vijayagurug has joined #heat | 10:50 | |
*** serg_melikyan has quit IRC | 10:50 | |
*** nkhare has quit IRC | 11:10 | |
*** zzxwill has quit IRC | 11:19 | |
*** will has quit IRC | 11:21 | |
*** ishant has joined #heat | 11:22 | |
*** ishant|2 has quit IRC | 11:25 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Cinder volume encryption support https://review.openstack.org/168675 | 11:28 |
*** nkhare has joined #heat | 11:28 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Property Group https://review.openstack.org/172386 | 11:34 |
*** jdob has joined #heat | 11:40 | |
*** dimsum__ is now known as dims | 11:41 | |
*** alexpilotti has quit IRC | 11:51 | |
*** KanagarajM has quit IRC | 12:10 | |
*** vijayagurug has left #heat | 12:11 | |
*** hdd has quit IRC | 12:12 | |
*** serg_melikyan has joined #heat | 12:14 | |
*** shakamunyi has quit IRC | 12:18 | |
openstackgerrit | Ishant Tyagi proposed openstack/heat: Add type field to the resource attributes schema https://review.openstack.org/173179 | 12:19 |
*** ishant has quit IRC | 12:20 | |
*** htruta has joined #heat | 12:21 | |
*** lee__ has joined #heat | 12:25 | |
*** LimorStotland has quit IRC | 12:25 | |
*** nkhare has quit IRC | 12:26 | |
*** LiJiansheng has quit IRC | 12:28 | |
*** EricGonczer_ has joined #heat | 12:31 | |
*** hdd has joined #heat | 12:31 | |
*** alexpilotti has joined #heat | 12:35 | |
*** nkhare has joined #heat | 12:39 | |
*** radez_g0n3 is now known as radez | 12:44 | |
*** mikeit has joined #heat | 12:53 | |
*** inc0 has quit IRC | 12:55 | |
*** links has joined #heat | 12:56 | |
*** sdake has joined #heat | 12:57 | |
*** jaypipes has joined #heat | 12:58 | |
*** EricGonczer_ has quit IRC | 12:58 | |
*** Qiming__ has joined #heat | 12:59 | |
openstackgerrit | Rob Pothier proposed openstack/heat: Add Magnum client plugin https://review.openstack.org/174029 | 13:01 |
openstackgerrit | Rob Pothier proposed openstack/heat: Add BayModel and Bay to Magnum client plugin https://review.openstack.org/179771 | 13:01 |
*** Qiming_ has quit IRC | 13:02 | |
*** zzxwill has joined #heat | 13:05 | |
*** signed8bit has joined #heat | 13:09 | |
*** jpeeler has joined #heat | 13:10 | |
*** dyasny has joined #heat | 13:10 | |
*** zzxwill has quit IRC | 13:12 | |
*** LimorStotland has joined #heat | 13:13 | |
*** dims has quit IRC | 13:14 | |
*** dims has joined #heat | 13:15 | |
*** alexpilotti has quit IRC | 13:16 | |
*** hdd has quit IRC | 13:17 | |
*** hdd has joined #heat | 13:18 | |
*** aweiteka has joined #heat | 13:22 | |
*** jcoufal_ has joined #heat | 13:24 | |
*** lee__ has quit IRC | 13:24 | |
*** jcoufal has quit IRC | 13:27 | |
*** sdake_ has joined #heat | 13:31 | |
*** pm90_ has joined #heat | 13:34 | |
*** pm90_ has quit IRC | 13:34 | |
*** sdake has quit IRC | 13:34 | |
*** pm90_ has joined #heat | 13:35 | |
*** coolsvap is now known as coolsvap|afk | 13:37 | |
*** charlesr has joined #heat | 13:43 | |
*** vijayagurug has joined #heat | 13:53 | |
*** vijayagurug has left #heat | 13:53 | |
*** chlong has joined #heat | 13:58 | |
*** rpothier has joined #heat | 13:59 | |
*** LimorStotland has quit IRC | 14:01 | |
*** nkhare has quit IRC | 14:04 | |
*** zz_naotok has quit IRC | 14:04 | |
*** Drago has joined #heat | 14:04 | |
*** Drago has quit IRC | 14:04 | |
*** Drago has joined #heat | 14:05 | |
*** charlesr has quit IRC | 14:05 | |
*** zz_naotok has joined #heat | 14:06 | |
*** chlong has quit IRC | 14:08 | |
*** nkhare has joined #heat | 14:18 | |
*** signed8bit has joined #heat | 14:19 | |
*** chlong has joined #heat | 14:27 | |
*** pm90_ has quit IRC | 14:31 | |
*** jprovazn has quit IRC | 14:33 | |
*** gokrokve_ has joined #heat | 14:34 | |
*** nkhare has quit IRC | 14:34 | |
*** jdob has quit IRC | 14:36 | |
*** Qiming_ has joined #heat | 14:37 | |
*** gokrokve has quit IRC | 14:37 | |
*** jprovazn has joined #heat | 14:37 | |
*** Qiming__ has quit IRC | 14:40 | |
*** LimorStotland has joined #heat | 14:40 | |
*** packet has joined #heat | 14:41 | |
*** rakesh_hs has quit IRC | 14:44 | |
*** Drago has quit IRC | 14:47 | |
*** alexpilotti has joined #heat | 14:53 | |
*** Qiming_ has quit IRC | 14:55 | |
*** gokrokve_ has quit IRC | 14:55 | |
*** gokrokve has joined #heat | 14:55 | |
*** links has quit IRC | 14:56 | |
*** gokrokve has quit IRC | 14:57 | |
*** gokrokve has joined #heat | 14:58 | |
*** Raj1 has joined #heat | 15:00 | |
*** sdake has joined #heat | 15:01 | |
*** sdake__ has joined #heat | 15:03 | |
*** sdake_ has quit IRC | 15:03 | |
*** Raj1 has quit IRC | 15:03 | |
*** Raj1 has joined #heat | 15:04 | |
*** randallburt has joined #heat | 15:06 | |
*** Drago has joined #heat | 15:06 | |
*** sdake has quit IRC | 15:07 | |
*** Drago has quit IRC | 15:07 | |
openstackgerrit | Rob Pothier proposed openstack/heat: Add Magnum client plugin https://review.openstack.org/174029 | 15:07 |
*** Drago has joined #heat | 15:07 | |
*** jaime49 has joined #heat | 15:10 | |
*** kebray has joined #heat | 15:10 | |
*** LimorStotland has quit IRC | 15:12 | |
*** Tango has joined #heat | 15:12 | |
*** charlesr has joined #heat | 15:13 | |
*** LimorStotland has joined #heat | 15:13 | |
*** spzala has joined #heat | 15:14 | |
*** pm90_ has joined #heat | 15:15 | |
*** LimorStotland has quit IRC | 15:16 | |
*** dsneddon has joined #heat | 15:17 | |
*** jcoufal_ has quit IRC | 15:18 | |
*** jaime49 has quit IRC | 15:18 | |
*** jaime49 has joined #heat | 15:18 | |
*** BManojlovic has quit IRC | 15:20 | |
*** charlesr has quit IRC | 15:25 | |
*** hdd has quit IRC | 15:27 | |
*** jprovazn has quit IRC | 15:28 | |
*** jprovazn has joined #heat | 15:29 | |
*** sabeen has joined #heat | 15:29 | |
*** maishsk has joined #heat | 15:32 | |
*** serg_melikyan has quit IRC | 15:49 | |
*** serg_melikyan has joined #heat | 15:49 | |
*** htruta has quit IRC | 15:50 | |
*** htruta has joined #heat | 15:53 | |
*** hdd has joined #heat | 15:55 | |
*** bdossant has quit IRC | 15:56 | |
*** maishsk has quit IRC | 15:58 | |
*** sabeen2 has joined #heat | 15:58 | |
*** sanjayu has joined #heat | 15:59 | |
*** randallburt has quit IRC | 16:00 | |
*** maishsk has joined #heat | 16:01 | |
*** gokrokve_ has joined #heat | 16:01 | |
*** gokrokve_ has quit IRC | 16:01 | |
*** sabeen has quit IRC | 16:01 | |
*** gokrokve has quit IRC | 16:04 | |
*** pm90_ has quit IRC | 16:05 | |
*** mikeit has quit IRC | 16:06 | |
*** gokrokve has joined #heat | 16:06 | |
*** gokrokve has quit IRC | 16:06 | |
*** pm90_ has joined #heat | 16:08 | |
*** tspatzier has quit IRC | 16:11 | |
*** maishsk has quit IRC | 16:13 | |
*** hdd has quit IRC | 16:17 | |
*** maishsk has joined #heat | 16:27 | |
*** maishsk has quit IRC | 16:40 | |
*** rdo has quit IRC | 16:41 | |
*** pm90_ has quit IRC | 16:41 | |
*** Raj1 has quit IRC | 16:42 | |
*** serg_melikyan has quit IRC | 16:44 | |
*** hdd has joined #heat | 16:44 | |
*** cody-somerville has joined #heat | 16:45 | |
*** jaime49 has quit IRC | 16:46 | |
*** Raj1 has joined #heat | 16:46 | |
*** pm90_ has joined #heat | 16:49 | |
*** gokrokve has joined #heat | 16:50 | |
*** hdd has quit IRC | 16:53 | |
*** maishsk has joined #heat | 16:54 | |
*** rdo has joined #heat | 16:54 | |
*** sdake__ is now known as sdake | 16:58 | |
*** Raj1 has quit IRC | 16:59 | |
*** alanf-mc has joined #heat | 17:00 | |
*** Tross1 has joined #heat | 17:04 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Custom constrain for keystone service https://review.openstack.org/178583 | 17:07 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: heat_keystone README update for service and endpoint https://review.openstack.org/178586 | 17:07 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone endpoint https://review.openstack.org/178585 | 17:07 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone service https://review.openstack.org/178584 | 17:07 |
*** achanda has joined #heat | 17:11 | |
*** pm90_ has quit IRC | 17:13 | |
*** jistr has quit IRC | 17:15 | |
*** pm90_ has joined #heat | 17:17 | |
*** gcivitella has quit IRC | 17:21 | |
*** gokrokve has quit IRC | 17:27 | |
*** harlowja has joined #heat | 17:34 | |
*** gokrokve has joined #heat | 17:41 | |
*** alextricity has joined #heat | 17:41 | |
alextricity | shardy: Hey buddy are you around? | 17:42 |
*** alanf-mc has quit IRC | 17:42 | |
*** alanf-mc has joined #heat | 17:43 | |
*** gokrokve has quit IRC | 17:45 | |
alextricity | Does anybody know if nested stacks within resourceGroups have access to the parents parameters/ | 17:45 |
*** gokrokve has joined #heat | 17:45 | |
*** sanjayu has quit IRC | 17:50 | |
*** sabeen2 has quit IRC | 17:58 | |
*** harlowja has quit IRC | 17:59 | |
*** harlowja_ has joined #heat | 17:59 | |
*** randallburt has joined #heat | 18:01 | |
*** chlong has quit IRC | 18:02 | |
therve | alextricity, I'd be really surprised. What's your usecase? | 18:03 |
*** EmilienM is now known as EmilienM|mtg | 18:05 | |
alextricity | Oh, i'm just going through this blog here:http://hardysteven.blogspot.com/2014/09/using-heat-resourcegroup-resources.html | 18:07 |
alextricity | Creating multiple servers part of group with attached volumes | 18:07 |
*** serg_melikyan has joined #heat | 18:08 | |
*** jcoufal has joined #heat | 18:08 | |
*** maishsk has quit IRC | 18:08 | |
*** packet has quit IRC | 18:09 | |
*** maishsk has joined #heat | 18:10 | |
*** Marga_ has joined #heat | 18:12 | |
*** jaime49 has joined #heat | 18:13 | |
*** jaime49 has joined #heat | 18:15 | |
*** jaime49 has quit IRC | 18:15 | |
*** chlong has joined #heat | 18:15 | |
*** jaime49 has joined #heat | 18:15 | |
*** jtomasek has quit IRC | 18:15 | |
*** sabeen has joined #heat | 18:18 | |
*** Raj1 has joined #heat | 18:21 | |
*** EmilienM|mtg is now known as EmilienM | 18:21 | |
*** Raj1 has quit IRC | 18:22 | |
*** Raj1 has joined #heat | 18:22 | |
*** serg_melikyan has quit IRC | 18:28 | |
*** serg_melikyan has joined #heat | 18:30 | |
*** sdake_ has joined #heat | 18:30 | |
*** jaime49 has left #heat | 18:34 | |
*** sdake has quit IRC | 18:34 | |
*** sdake_ is now known as sdake | 18:34 | |
*** boris-42 has joined #heat | 18:37 | |
*** gokrokve has quit IRC | 18:44 | |
*** gokrokve has joined #heat | 18:48 | |
*** radez is now known as radez_g0n3 | 19:01 | |
*** Marga_ has quit IRC | 19:04 | |
*** hdd has joined #heat | 19:05 | |
*** chlong has quit IRC | 19:07 | |
*** pm90_ has quit IRC | 19:08 | |
*** sdake_ has joined #heat | 19:09 | |
*** pm90_ has joined #heat | 19:09 | |
*** alextricity has quit IRC | 19:10 | |
*** madskier has joined #heat | 19:13 | |
*** sdake has quit IRC | 19:13 | |
*** vahidh has joined #heat | 19:20 | |
*** alexpilotti has quit IRC | 19:29 | |
*** pm90_ has quit IRC | 19:29 | |
*** pm90_ has joined #heat | 19:29 | |
*** randallburt has quit IRC | 19:30 | |
*** EricGonczer_ has joined #heat | 19:35 | |
*** EricGonczer_ has quit IRC | 19:40 | |
*** EricGonczer_ has joined #heat | 19:41 | |
*** EricGonc_ has joined #heat | 19:51 | |
*** EricGonczer_ has quit IRC | 19:56 | |
*** jcoufal has quit IRC | 20:00 | |
*** jasond has joined #heat | 20:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/179903 | 20:02 |
*** kebray has quit IRC | 20:03 | |
*** kebray has joined #heat | 20:05 | |
*** serg_melikyan has quit IRC | 20:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/179916 | 20:08 |
*** radez_g0n3 is now known as radez | 20:14 | |
*** jprovazn has quit IRC | 20:19 | |
*** Raj1 has quit IRC | 20:22 | |
*** Raj1 has joined #heat | 20:23 | |
*** htruta has quit IRC | 20:26 | |
*** boris-42 has quit IRC | 20:30 | |
*** ramishra has quit IRC | 20:30 | |
*** Trozz has quit IRC | 20:31 | |
*** gondoi has quit IRC | 20:31 | |
*** Trozz has joined #heat | 20:31 | |
*** htruta has joined #heat | 20:35 | |
*** pm90_ has quit IRC | 20:35 | |
*** Marga_ has joined #heat | 20:35 | |
*** gondoi has joined #heat | 20:35 | |
*** ramishra has joined #heat | 20:35 | |
*** boris-42 has joined #heat | 20:36 | |
*** randallburt has joined #heat | 20:37 | |
*** dyasny has quit IRC | 20:38 | |
*** kebray has quit IRC | 20:43 | |
*** sdake has joined #heat | 20:45 | |
*** sdake_ has quit IRC | 20:49 | |
*** aweiteka has quit IRC | 20:50 | |
*** sdake_ has joined #heat | 20:52 | |
*** sdake has quit IRC | 20:56 | |
*** spzala has quit IRC | 20:59 | |
*** aweiteka has joined #heat | 21:02 | |
*** hdd has quit IRC | 21:02 | |
*** kebray has joined #heat | 21:06 | |
*** madskier has quit IRC | 21:06 | |
*** vahidh has quit IRC | 21:11 | |
*** kebray has quit IRC | 21:11 | |
*** Raj1 has quit IRC | 21:16 | |
*** kebray has joined #heat | 21:17 | |
*** hdd has joined #heat | 21:19 | |
*** Raj1 has joined #heat | 21:19 | |
*** randallburt has quit IRC | 21:19 | |
*** hdd has quit IRC | 21:20 | |
*** Raj1 has quit IRC | 21:21 | |
*** Raj1 has joined #heat | 21:21 | |
*** pm90_ has joined #heat | 21:22 | |
*** aweiteka has quit IRC | 21:25 | |
*** radez is now known as radez_g0n3 | 21:25 | |
*** serg_melikyan has joined #heat | 21:26 | |
*** Raj1 has quit IRC | 21:27 | |
*** rpothier has quit IRC | 21:38 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Encrypt Heat template hidden parameters https://review.openstack.org/97900 | 21:40 |
*** jasond has quit IRC | 21:41 | |
*** Raj1 has joined #heat | 21:43 | |
openstackgerrit | Merged openstack/heat: Generate stack events for stack state transitions https://review.openstack.org/177961 | 21:43 |
*** EricGonczer_ has joined #heat | 21:48 | |
*** EricGonc_ has quit IRC | 21:51 | |
*** pm90_ has quit IRC | 21:52 | |
*** randallburt has joined #heat | 21:52 | |
*** harlowja_ has quit IRC | 22:06 | |
*** harlowja has joined #heat | 22:07 | |
*** Raj1 has quit IRC | 22:11 | |
*** Raj1 has joined #heat | 22:12 | |
*** LiJiansheng has joined #heat | 22:19 | |
*** spzala has joined #heat | 22:31 | |
*** cody-somerville has quit IRC | 22:44 | |
*** Raj1 has quit IRC | 22:54 | |
*** randallburt has quit IRC | 22:55 | |
asalkeld | morning | 23:01 |
stevebaker | morning | 23:01 |
*** serg_melikyan has quit IRC | 23:04 | |
*** sdake has joined #heat | 23:04 | |
*** serg_melikyan has joined #heat | 23:06 | |
*** sdake_ has quit IRC | 23:08 | |
*** serg_melikyan has quit IRC | 23:08 | |
*** Marga_ has quit IRC | 23:09 | |
*** Marga_ has joined #heat | 23:12 | |
*** maishsk has quit IRC | 23:13 | |
*** cody-somerville has joined #heat | 23:14 | |
*** maishsk has joined #heat | 23:15 | |
*** Marga_ has quit IRC | 23:15 | |
*** kebray has quit IRC | 23:27 | |
*** Raj1 has joined #heat | 23:28 | |
*** chlong has joined #heat | 23:30 | |
*** Raj1 has quit IRC | 23:33 | |
*** Marga_ has joined #heat | 23:38 | |
*** gokrokve has quit IRC | 23:39 | |
*** dims_ has joined #heat | 23:42 | |
*** dims has quit IRC | 23:44 | |
*** Qiming has joined #heat | 23:46 | |
*** cody-somerville has quit IRC | 23:49 | |
*** signed8bit is now known as signed8bit_ZZZzz | 23:50 | |
*** Qiming has quit IRC | 23:51 | |
*** sdake_ has joined #heat | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!