*** andreaf has quit IRC | 00:01 | |
*** andreaf has joined #heat | 00:01 | |
*** ramishra has joined #heat | 00:02 | |
*** hdd has quit IRC | 00:04 | |
*** ramishra has quit IRC | 00:07 | |
*** JayJ has joined #heat | 00:09 | |
*** ccrouch has quit IRC | 00:10 | |
*** ccrouch has joined #heat | 00:10 | |
*** kfox1111 has joined #heat | 00:12 | |
*** sdake_ has joined #heat | 00:12 | |
*** JayJ has quit IRC | 00:13 | |
*** ccrouch has quit IRC | 00:14 | |
*** Qiming has joined #heat | 00:15 | |
kfox1111 | sdake_: have you tried using systemd inside docker? I've gotten it to work following a blog article. Made it really easy to just yum install the rdo packages and not have to write startup scripts. should help simplify the kolla containers? | 00:16 |
---|---|---|
asalkeld | kfox1111, where is that write up? | 00:16 |
kfox1111 | hold on. let me see if I can dig it up... | 00:17 |
asalkeld | i struggled with that for a while - there were docker and systemd bugs related to it | 00:17 |
asalkeld | i just used supervisord | 00:18 |
asalkeld | https://github.com/asalkeld/openstack-docker-agents | 00:18 |
asalkeld | not the best | 00:18 |
sdake_ | kfox1111 I tried the systemd stuff but found it clunky | 00:19 |
sdake_ | and we need to do things like create databases, register keystone stuff | 00:19 |
sdake_ | so we can't just use the startup scripts | 00:19 |
asalkeld | systemd seems heavy for docker | 00:19 |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Make sure that AutoScalingGroup depends on the launch config https://review.openstack.org/125251 | 00:20 |
kfox1111 | sdake_: yeah, but those activities probably should not be occuring in the docker container? I use to run mythtv, and it did somethign similar... | 00:20 |
sdake_ | systemd requires a priveleged container, - k8s does not register priv containers | 00:20 |
kfox1111 | the client would update the db if it wasn't new enough. | 00:20 |
kfox1111 | once I upgraded the client on a laptop by mistake, and my whole system went down. :/ | 00:20 |
sdake_ | :( | 00:20 |
*** Putns has quit IRC | 00:21 | |
sdake_ | the idea of a k8s container is it is idempotent and does all setup needed to operate | 00:22 |
sdake_ | even if that setup involves modifying the contents of another container | 00:22 |
asalkeld | that doesn't sound good | 00:22 |
sdake_ | works fine | 00:23 |
asalkeld | "modifing other containers" | 00:23 |
sdake_ | (setup of a db for example) | 00:23 |
kfox1111 | works fine until it doesnt. :/ | 00:23 |
sdake_ | what is bust is there is no persistent storage in k8s | 00:23 |
sdake_ | so db contianer dies, there goes openstack | 00:23 |
kfox1111 | :/ | 00:23 |
sdake_ | also devices have no namespacing so cinder doesn't work | 00:24 |
kfox1111 | I guess you could always dump/restore from backups in that case. | 00:24 |
sdake_ | well the idea is they will implement persistent storage | 00:24 |
sdake_ | they just have not done so yet | 00:24 |
asalkeld | dudes don't you have your own channel? ;) | 00:24 |
sdake_ | #tripleo | 00:24 |
sdake_ | asalkeld laying down the law | 00:25 |
asalkeld | stevebaker, you see why this is broke: https://review.openstack.org/#/c/118948/ | 00:25 |
asalkeld | says everything is good but not | 00:25 |
asalkeld | weird | 00:25 |
asalkeld | i'll go look in #tripelo | 00:25 |
*** Qiming has quit IRC | 00:26 | |
stevebaker | asalkeld: If you toggle CI you will see a message about previous change failed to merge | 00:26 |
stevebaker | asalkeld: root fail https://review.openstack.org/#/c/126459/1 | 00:27 |
kfox1111 | asalkeld: The repo's here: https://github.com/jervine/docker-fedora20-systemd. I can't find the article now. A very similar looking one is here though: http://developerblog.redhat.com/2014/05/05/running-systemd-within-docker-container/ | 00:27 |
*** sabeen1 has joined #heat | 00:27 | |
asalkeld | thanks stevebaker | 00:27 |
asalkeld | i'll check it out kfox1111 | 00:27 |
kfox1111 | I was really surprised when I was able to ssh into the docker vm, and shutdown -h now, and it worked as you would hope. :) | 00:28 |
kfox1111 | s/vm/container/ | 00:28 |
kfox1111 | bleh. :) | 00:28 |
stevebaker | kfox1111: do you still need to run it as a privileged container? | 00:29 |
kfox1111 | stevebaker: not entirely sure. redhat 7 ships an older version of docker. 1.2 looks like it can run unprivileged. not sure what bits redhat has backported. | 00:29 |
kfox1111 | tried to use the binary from docker for 1.2, but selinux threw a fit. :/ | 00:30 |
*** ccrouch has joined #heat | 00:32 | |
*** kopparam has joined #heat | 00:33 | |
asalkeld | check-heat-dsvm-functional seems broken now | 00:33 |
asalkeld | StackResourceBuildErrorException: Resource SmokeServer in stack CfnInitIntegrationTest-617912667/9df3b65f-a643-483c-bd80-8efd487c840c is in CREATE_FAILED status due to 'FlavorMissing: The Flavor ID (m1.micro) could not be found.' | 00:34 |
*** lazy_prince has quit IRC | 00:36 | |
*** killer_prince has joined #heat | 00:37 | |
*** killer_prince is now known as lazy_prince | 00:37 | |
*** kopparam has quit IRC | 00:38 | |
stevebaker | asalkeld: can you show me a change where that happens? | 00:38 |
asalkeld | https://review.openstack.org/#/c/118909/8 | 00:39 |
asalkeld | http://logs.openstack.org/09/118909/8/check/check-heat-dsvm-functional/2bd1bf0/ | 00:39 |
*** harlowja_ has quit IRC | 00:40 | |
stevebaker | asalkeld: the fix only merged one hour ago, it should work on recheck | 00:40 |
asalkeld | ok, cool | 00:40 |
*** harlowja has joined #heat | 00:41 | |
*** kfox1111 has quit IRC | 00:42 | |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Add volume backup/restore integration test https://review.openstack.org/113158 | 00:43 |
*** aweiteka has joined #heat | 00:49 | |
*** zns has joined #heat | 00:55 | |
*** aweiteka has quit IRC | 00:55 | |
*** gokrokve has joined #heat | 00:56 | |
*** sarob has quit IRC | 00:57 | |
*** JayJ has joined #heat | 01:10 | |
*** JayJ has quit IRC | 01:14 | |
*** hdd has joined #heat | 01:19 | |
*** Drago1 has joined #heat | 01:20 | |
*** Drago1 has quit IRC | 01:25 | |
*** lazy_prince is now known as killer_prince | 01:25 | |
*** Qiming has joined #heat | 01:29 | |
*** Qiming_ has joined #heat | 01:29 | |
*** Qiming_ has quit IRC | 01:29 | |
*** dsneddon_ has quit IRC | 01:32 | |
*** ramishra has joined #heat | 01:32 | |
*** kopparam has joined #heat | 01:34 | |
*** dsneddon_ has joined #heat | 01:34 | |
*** dimsum_ has quit IRC | 01:35 | |
*** erkules_ has joined #heat | 01:36 | |
*** dimsum_ has joined #heat | 01:36 | |
*** ramishra has quit IRC | 01:37 | |
*** erkules has quit IRC | 01:38 | |
*** kopparam has quit IRC | 01:39 | |
*** dimsum_ has quit IRC | 01:40 | |
*** spzala has quit IRC | 01:43 | |
*** sarob has joined #heat | 01:44 | |
*** zns has quit IRC | 01:45 | |
*** ramishra has joined #heat | 01:47 | |
*** andreaf has quit IRC | 01:50 | |
*** andreaf has joined #heat | 01:50 | |
*** andreaf has quit IRC | 01:50 | |
*** andreaf has joined #heat | 01:51 | |
*** nosnos has joined #heat | 01:51 | |
*** JayJ has joined #heat | 01:51 | |
*** gokrokve_ has joined #heat | 01:52 | |
*** jamielennox has joined #heat | 01:54 | |
*** gokrokve has quit IRC | 01:55 | |
*** gokrokve_ has quit IRC | 01:56 | |
*** ramishra has quit IRC | 01:56 | |
*** ramishra has joined #heat | 02:00 | |
*** hdd has quit IRC | 02:04 | |
*** kebray has joined #heat | 02:09 | |
*** kebray has quit IRC | 02:09 | |
*** kebray has joined #heat | 02:10 | |
*** ramishra has quit IRC | 02:12 | |
*** ramishra has joined #heat | 02:12 | |
*** ramishra has quit IRC | 02:20 | |
*** ramishra has joined #heat | 02:21 | |
stevebaker | asalkeld: its been a long time since I've run the autoscaling functional test, but I don't recall seeing this http://logs.openstack.org/89/112189/16/check/check-heat-dsvm-functional/f6f4fe7/console.html#_2014-10-08_00_09_57_933 | 02:29 |
asalkeld | easy fix | 02:30 |
asalkeld | remove the --watch (and Ref) from the server | 02:30 |
stevebaker | I wonder why it used to work | 02:30 |
asalkeld | we just switched to ceilometer by default | 02:31 |
asalkeld | that --watch thing is old history and not needed | 02:31 |
stevebaker | asalkeld: actually I'm using boto directly in a python script | 02:32 |
stevebaker | https://review.openstack.org/#/c/112189/16/heat_integrationtests/scenario/test_autoscaling.yaml | 02:32 |
*** JayJ has quit IRC | 02:32 | |
asalkeld | stevebaker, don't do the "watch" thing | 02:33 |
asalkeld | rather: | 02:33 |
stevebaker | asalkeld: so do I specify an AlarmName at all? | 02:33 |
asalkeld | no | 02:33 |
asalkeld | https://github.com/openstack/heat-cfntools/blob/master/bin/cfn-push-stats#L256 | 02:33 |
asalkeld | you need to retrieve the nova metadata | 02:34 |
asalkeld | and put that into the dimensions | 02:34 |
stevebaker | what, all of it? | 02:34 |
asalkeld | strictly you only need to grab the tags you are matching on | 02:35 |
*** kopparam has joined #heat | 02:35 | |
asalkeld | so "metering.*" | 02:35 |
*** ccrouch has quit IRC | 02:35 | |
stevebaker | asalkeld: hey, I don't suppose you could fix up and own that test? Its in danger of lingering on my queue | 02:36 |
asalkeld | sure | 02:36 |
asalkeld | so why not just use cfntools? | 02:37 |
asalkeld | is this a cirros? | 02:37 |
*** ramishra has quit IRC | 02:38 | |
*** ramishra has joined #heat | 02:38 | |
stevebaker | I wanted the metric to change on all servers in a synchronised way to switch from scaling up to scaling down. The trigger is by doing a stack update with changed metadata. Writing it in python seemed easiest | 02:39 |
*** kopparam has quit IRC | 02:39 | |
asalkeld | interesting | 02:40 |
*** ramishra has quit IRC | 02:43 | |
*** harlowja is now known as harlowja_away | 02:44 | |
*** Yanyanhu has joined #heat | 02:46 | |
*** reed has quit IRC | 02:46 | |
*** reed has joined #heat | 02:47 | |
*** Yanyan has joined #heat | 02:49 | |
*** ramishra has joined #heat | 02:50 | |
*** Yanyanhu has quit IRC | 02:53 | |
*** ananta has joined #heat | 02:57 | |
*** ananta_ has quit IRC | 02:59 | |
*** ananta has quit IRC | 03:00 | |
*** hdd has joined #heat | 03:01 | |
*** cmyster_out is now known as cmyster | 03:01 | |
cmyster | morning | 03:01 |
*** ramishra has quit IRC | 03:14 | |
*** ramishra has joined #heat | 03:14 | |
*** Yanyan has quit IRC | 03:16 | |
*** kebray has quit IRC | 03:28 | |
*** nosnos has quit IRC | 03:30 | |
*** EricGonczer_ has joined #heat | 03:32 | |
*** kebray has joined #heat | 03:33 | |
openstackgerrit | Abhishek Chanda proposed a change to openstack/heat: Use the new keystonemiddleware module https://review.openstack.org/126752 | 03:35 |
*** EricGonczer_ has quit IRC | 03:36 | |
*** kopparam has joined #heat | 03:36 | |
*** rushiagr_away is now known as rushiagr | 03:37 | |
asalkeld | stevebaker, if i take over a review from you do i add myself as the co-author or you? | 03:37 |
asalkeld | checking here: https://wiki.openstack.org/wiki/GitCommitMessages | 03:37 |
stevebaker | kernal folk have a header for that, looking | 03:38 |
stevebaker | Co-Authored-By: name <name@example.com> | 03:38 |
asalkeld | stevebaker, yeah i know the format | 03:38 |
stevebaker | I guess I would be the co-author | 03:39 |
asalkeld | just wondering what the author assumption would be - ok | 03:39 |
stevebaker | whatever you choose I won't be offended | 03:39 |
asalkeld | :) | 03:40 |
asalkeld | just good to know | 03:40 |
*** kebray has quit IRC | 03:40 | |
*** kopparam has quit IRC | 03:40 | |
asalkeld | i noramally do this, just wondering if i have it the right way around | 03:40 |
*** kebray has joined #heat | 03:40 | |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Move test_autoscaling from tempest to heat https://review.openstack.org/112189 | 03:43 |
*** ramishra has quit IRC | 03:45 | |
*** andreaf has quit IRC | 03:46 | |
*** andreaf has joined #heat | 03:47 | |
*** ajc_ has joined #heat | 03:50 | |
*** rushiagr is now known as rushiagr_away | 03:51 | |
*** ramishra has joined #heat | 03:55 | |
*** zns has joined #heat | 03:58 | |
*** hdd has quit IRC | 04:00 | |
*** pas-ha has quit IRC | 04:02 | |
*** ananta has joined #heat | 04:03 | |
*** lazy_prince has joined #heat | 04:05 | |
*** ramishra has quit IRC | 04:05 | |
cmyster | asalkeld: regarding your patch, its the same code as it was in tempest right ? | 04:07 |
asalkeld | cmyster, it's just a fix of stevebaker patch | 04:07 |
asalkeld | which came from temest | 04:08 |
asalkeld | tempest | 04:08 |
stevebaker | cmyster: yes | 04:08 |
stevebaker | already deleted from tempest | 04:08 |
cmyster | nice | 04:09 |
cmyster | I will start uploading patches to those tests as soon as I'm done with this test planing for Juno | 04:09 |
stevebaker | cmyster: great to hear! | 04:12 |
cmyster | stevebaker: the idea is great indeed, the time to do it however... | 04:12 |
stevebaker | heh | 04:13 |
cmyster | but yes I have declared and proclaimed to the guys here at the office that I am moving to upload tests in heat | 04:13 |
*** ccrouch has joined #heat | 04:15 | |
cmyster | stevebaker: my goal is yting to get as much test plans as possible during the holidays we have here and then see what can be automated | 04:15 |
*** gokrokve has joined #heat | 04:15 | |
stevebaker | cmyster: you've said it out loud, you *have* to do it now ;) | 04:15 |
cmyster | and I will, but when ;) | 04:15 |
cmyster | nah nah I am dedicated for it, I just need to get this red tape in order | 04:16 |
*** lazy_prince has quit IRC | 04:16 | |
*** killer_prince is now known as lazy_prince | 04:18 | |
*** gokrokve has quit IRC | 04:18 | |
*** gokrokve has joined #heat | 04:18 | |
*** nosnos has joined #heat | 04:19 | |
cmyster | and now, coffee | 04:20 |
*** dimsum_ has joined #heat | 04:26 | |
*** ananta has quit IRC | 04:28 | |
openstackgerrit | A change was merged to openstack/heat: Enable breaking test for adopt operation https://review.openstack.org/125912 | 04:28 |
openstackgerrit | A change was merged to openstack/heat: Refactor template simple_parse https://review.openstack.org/120471 | 04:28 |
*** dimsum_ has quit IRC | 04:30 | |
*** sdake_ has quit IRC | 04:32 | |
*** kopparam has joined #heat | 04:36 | |
*** rushiagr_away is now known as rushiagr | 04:36 | |
*** kopparam has quit IRC | 04:42 | |
*** erkules_ is now known as erkules | 04:45 | |
*** sdake_ has joined #heat | 04:46 | |
*** mikal has quit IRC | 04:49 | |
*** cody-somerville has quit IRC | 04:52 | |
*** ramishra has joined #heat | 04:52 | |
*** gokrokve_ has joined #heat | 05:01 | |
skraynev | Good Morning | 05:03 |
skraynev | asalkeld hi ;) | 05:03 |
*** gokrokve has quit IRC | 05:04 | |
*** gokrokve_ has quit IRC | 05:06 | |
*** cody-somerville has joined #heat | 05:07 | |
*** zns has quit IRC | 05:07 | |
*** ananta has joined #heat | 05:08 | |
*** zns has joined #heat | 05:10 | |
*** rakesh_hs has joined #heat | 05:11 | |
*** nkhare has joined #heat | 05:13 | |
*** gokrokve has joined #heat | 05:15 | |
cmyster | morning skraynev | 05:17 |
*** zns has quit IRC | 05:17 | |
skraynev | morning cmyster | 05:18 |
cmyster | o/ | 05:18 |
*** andreaf has quit IRC | 05:20 | |
*** andreaf has joined #heat | 05:20 | |
asalkeld | hi skraynev | 05:23 |
*** ramishra has quit IRC | 05:26 | |
*** gokrokve has quit IRC | 05:27 | |
*** gokrokve has joined #heat | 05:27 | |
*** lazy_prince has quit IRC | 05:28 | |
*** jamielennox has quit IRC | 05:29 | |
*** dsneddon_ has quit IRC | 05:30 | |
*** dsneddon_ has joined #heat | 05:30 | |
*** gokrokve has quit IRC | 05:32 | |
*** kebray has quit IRC | 05:34 | |
*** rakesh_hs has quit IRC | 05:35 | |
*** rakesh_hs has joined #heat | 05:36 | |
*** kopparam has joined #heat | 05:36 | |
*** ajc_ has quit IRC | 05:36 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Make InstanceGroup subclass of ResourceGroup https://review.openstack.org/119619 | 05:37 |
Qiming | skraynev, thanks for reviewing and commenting #119619, I would hope to have this initial patch set merged first and then figure out a more elegant revision later | 05:39 |
*** jamielennox has joined #heat | 05:40 | |
skraynev | Qiming: sure, because at the first look it seems controversial (check that we have required property) ;) | 05:41 |
Qiming | yep, it's historical problem, we have resource_def, resource, launch_configuraion for virtually the same ting | 05:43 |
Qiming | s/ting/thing/ | 05:43 |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Rework the way the matching metadata is created https://review.openstack.org/126800 | 05:43 |
asalkeld | skraynev, esp. for you ^ | 05:43 |
skraynev | asalkeld: yahoo!!! :) | 05:45 |
skraynev | thx | 05:45 |
asalkeld | np | 05:46 |
asalkeld | stevebaker, i think i need to set this: https://github.com/openstack-dev/devstack/blob/master/lib/ceilometer#L168 | 05:46 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove _environment method from ASG. https://review.openstack.org/120409 | 05:46 |
asalkeld | does that happen in pre_....sh | 05:46 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove timeout from ResourceGroup method call. https://review.openstack.org/120676 | 05:48 |
skraynev | asalkeld: is it related with deprecation CWlite ? or it's another thing? | 05:48 |
asalkeld | yeah, the functional tests will now use ceilometer | 05:48 |
*** killer_prince has joined #heat | 05:48 | |
*** killer_prince is now known as lazy_prince | 05:49 | |
asalkeld | i am not totally convinced my self:-O | 05:49 |
skraynev | yeah. ok. | 05:49 |
*** ananta has quit IRC | 05:51 | |
*** mspreitz has joined #heat | 05:54 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/124281 | 06:01 |
asalkeld | why is the above deleting all the .po files? | 06:02 |
*** sdake_ has quit IRC | 06:03 | |
*** lazy_prince2 has joined #heat | 06:05 | |
skraynev | I have only guess: may be it's related with using oslo LE_, LW_, etc. But will be better to ask guys who familiar with work algorithm of this Bot. | 06:06 |
*** reed has quit IRC | 06:07 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove unncecessary child_params parameter. https://review.openstack.org/120756 | 06:08 |
*** sergmelikyan has joined #heat | 06:09 | |
*** liusheng has joined #heat | 06:10 | |
*** coolsvap|afk has quit IRC | 06:10 | |
*** zns has joined #heat | 06:11 | |
*** coolsvap has joined #heat | 06:14 | |
*** dimsum_ has joined #heat | 06:15 | |
*** mspreitz has quit IRC | 06:18 | |
*** Putns has joined #heat | 06:19 | |
*** dimsum_ has quit IRC | 06:20 | |
*** ramishra has joined #heat | 06:20 | |
*** lazy_prince2 has quit IRC | 06:21 | |
*** asalkeld has quit IRC | 06:23 | |
*** lazy_prince has quit IRC | 06:23 | |
*** lazy_prince has joined #heat | 06:23 | |
*** zns has quit IRC | 06:24 | |
*** sanjayu has joined #heat | 06:30 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove unncecessary child_params parameter. https://review.openstack.org/120756 | 06:34 |
*** shakamunyi has joined #heat | 06:35 | |
*** asalkeld has joined #heat | 06:40 | |
*** jprovazn has joined #heat | 06:41 | |
*** my_openstack_use has joined #heat | 06:45 | |
*** ramishra has quit IRC | 06:46 | |
*** ishant has joined #heat | 06:47 | |
*** ramishra has joined #heat | 06:48 | |
*** Drago2 has joined #heat | 06:50 | |
*** ramishra has quit IRC | 06:50 | |
*** sanjayu has quit IRC | 06:51 | |
*** tspatzier has joined #heat | 06:52 | |
*** Drago2 has quit IRC | 06:54 | |
*** ramishra has joined #heat | 06:54 | |
*** ifarkas has joined #heat | 07:01 | |
*** sorantis has joined #heat | 07:02 | |
*** pasquier-s has joined #heat | 07:04 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Further split autoscaling code https://review.openstack.org/123481 | 07:05 |
*** k4n0 has joined #heat | 07:08 | |
*** ananta has joined #heat | 07:09 | |
*** ramishra has quit IRC | 07:12 | |
*** kopparam has quit IRC | 07:12 | |
*** ifarkas has quit IRC | 07:13 | |
*** cmyster has quit IRC | 07:16 | |
*** cmyster has joined #heat | 07:16 | |
*** cmyster has joined #heat | 07:16 | |
*** lazy_prince has quit IRC | 07:17 | |
*** shakamunyi has quit IRC | 07:18 | |
*** ifarkas has joined #heat | 07:18 | |
*** shakamunyi has joined #heat | 07:19 | |
*** jstrachan has joined #heat | 07:19 | |
*** ramishra has joined #heat | 07:19 | |
*** ramishra has quit IRC | 07:23 | |
*** ramishra has joined #heat | 07:24 | |
*** ktaube has joined #heat | 07:28 | |
*** asalkeld is now known as asalkeld_afk | 07:29 | |
*** ramishra has quit IRC | 07:30 | |
*** ramishra has joined #heat | 07:30 | |
*** andreaf has quit IRC | 07:32 | |
*** andreaf has joined #heat | 07:32 | |
*** ramishra has quit IRC | 07:35 | |
*** ramishra has joined #heat | 07:35 | |
*** Krast has joined #heat | 07:38 | |
*** sanjayu has joined #heat | 07:39 | |
*** ramishra has quit IRC | 07:49 | |
openstackgerrit | Huruifeng proposed a change to openstack/heat-templates: Enable support for software component https://review.openstack.org/117210 | 07:52 |
*** kopparam has joined #heat | 07:56 | |
shardy | morning all | 07:57 |
Qiming | morning, shardy | 07:57 |
*** andreaf has quit IRC | 07:58 | |
*** andreaf has joined #heat | 07:58 | |
*** ifarkas has quit IRC | 07:58 | |
*** jstrachan has quit IRC | 08:00 | |
*** jcoufal has joined #heat | 08:03 | |
*** ifarkas has joined #heat | 08:03 | |
*** jstrachan has joined #heat | 08:03 | |
*** derekh has joined #heat | 08:07 | |
*** sanjayu has quit IRC | 08:09 | |
*** jstrachan has quit IRC | 08:09 | |
*** jistr has joined #heat | 08:10 | |
*** jstrachan has joined #heat | 08:12 | |
openstackgerrit | Visnusaran Murugan proposed a change to openstack/heat: Validation to avoid duplicate stack names per tenant https://review.openstack.org/123397 | 08:12 |
*** jistr has quit IRC | 08:12 | |
*** jistr has joined #heat | 08:20 | |
*** jstrachan has quit IRC | 08:21 | |
*** jstrachan has joined #heat | 08:22 | |
*** shakamunyi has quit IRC | 08:24 | |
*** kevinbenton has quit IRC | 08:28 | |
openstackgerrit | Visnusaran Murugan proposed a change to openstack/heat: Validation to avoid duplicate stack names per tenant https://review.openstack.org/123397 | 08:29 |
*** lazy_prince has joined #heat | 08:31 | |
*** jcoufal has quit IRC | 08:35 | |
*** cmyster is now known as cmyster_out | 08:36 | |
*** kevinbenton has joined #heat | 08:36 | |
*** jcoufal has joined #heat | 08:37 | |
*** LiJiansheng has joined #heat | 08:44 | |
*** fayablazer has joined #heat | 08:47 | |
*** ramishra has joined #heat | 08:50 | |
*** Krast has quit IRC | 08:52 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove _environment method from ASG. https://review.openstack.org/120409 | 08:53 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove timeout from ResourceGroup method call. https://review.openstack.org/120676 | 08:54 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Remove unncecessary child_params parameter. https://review.openstack.org/120756 | 08:54 |
*** ramishra has quit IRC | 08:54 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Further split autoscaling code https://review.openstack.org/123481 | 08:54 |
*** Krast has joined #heat | 09:01 | |
*** Krast has quit IRC | 09:04 | |
*** jamiehannaford has joined #heat | 09:05 | |
*** Krast has joined #heat | 09:05 | |
*** dsneddon_ has quit IRC | 09:06 | |
*** ckmvishnu has joined #heat | 09:07 | |
*** ramishra has joined #heat | 09:08 | |
*** dsneddon_ has joined #heat | 09:09 | |
*** cinerama` has quit IRC | 09:09 | |
*** ramishra_ has joined #heat | 09:11 | |
*** jstrachan has quit IRC | 09:12 | |
*** unmeshg has joined #heat | 09:12 | |
*** rushiagr is now known as rushiagr_away | 09:12 | |
*** ramishra has quit IRC | 09:13 | |
*** andreaf has quit IRC | 09:14 | |
*** jstrachan has joined #heat | 09:14 | |
*** andreaf has joined #heat | 09:14 | |
*** ramishra_ has quit IRC | 09:15 | |
*** ramishra has joined #heat | 09:15 | |
*** ramishra has quit IRC | 09:16 | |
*** cdent has joined #heat | 09:17 | |
*** daneyon has quit IRC | 09:18 | |
*** cinerama has joined #heat | 09:18 | |
*** rushiagr_away is now known as rushiagr | 09:19 | |
*** Adri2000 has quit IRC | 09:29 | |
*** Adri2000 has joined #heat | 09:31 | |
*** jstrachan_ has joined #heat | 09:31 | |
*** ishant has quit IRC | 09:33 | |
*** mkollaro has joined #heat | 09:35 | |
*** jstrachan has quit IRC | 09:35 | |
*** ananta|2 has joined #heat | 09:35 | |
*** jstrachan has joined #heat | 09:37 | |
*** jstrachan_ has quit IRC | 09:38 | |
*** ananta has quit IRC | 09:38 | |
*** jstrachan_ has joined #heat | 09:41 | |
*** jstrachan has quit IRC | 09:44 | |
*** Qiming has quit IRC | 09:59 | |
openstackgerrit | Kanagaraj Manickam proposed a change to openstack/heat-specs: heat-manage service list https://review.openstack.org/122597 | 10:07 |
*** nosnos has quit IRC | 10:09 | |
skraynev | therve: thx for unblocking ;) | 10:10 |
*** killer_prince has joined #heat | 10:15 | |
*** mkollaro has quit IRC | 10:16 | |
*** jistr has quit IRC | 10:17 | |
*** Krast has quit IRC | 10:22 | |
*** jistr has joined #heat | 10:22 | |
*** asalkeld_afk is now known as asalkeld | 10:23 | |
*** killer_prince has quit IRC | 10:24 | |
*** amakarov_away is now known as amakarov | 10:28 | |
*** lazy_prince has quit IRC | 10:30 | |
*** killer_prince has joined #heat | 10:32 | |
*** killer_prince is now known as lazy_prince | 10:32 | |
*** nosnos has joined #heat | 10:38 | |
*** asalkeld_ has joined #heat | 10:42 | |
*** jstrachan has joined #heat | 10:43 | |
*** jstrachan_ has quit IRC | 10:45 | |
*** asalkeld has quit IRC | 10:45 | |
*** unmeshg has quit IRC | 10:47 | |
*** dimsum_ has joined #heat | 10:54 | |
*** dimsum_ has quit IRC | 10:55 | |
*** dimsum_ has joined #heat | 10:55 | |
*** jroyall has joined #heat | 10:57 | |
*** alexpilotti has joined #heat | 10:58 | |
openstackgerrit | A change was merged to openstack/heat: Make sure that property defaults are converted correctly https://review.openstack.org/124943 | 10:59 |
openstackgerrit | A change was merged to openstack/heat: Use properties in ceilometer alarm not parsed_template('Properties') https://review.openstack.org/124944 | 11:01 |
openstackgerrit | A change was merged to openstack/heat: Rework the way the matching metadata is created https://review.openstack.org/126800 | 11:03 |
*** sorantis has quit IRC | 11:07 | |
*** openstack has joined #heat | 14:13 | |
*** kopparam has quit IRC | 14:15 | |
*** kopparam has joined #heat | 14:16 | |
*** kebray has quit IRC | 14:18 | |
*** hdd has joined #heat | 14:20 | |
*** sabeen1 has quit IRC | 14:20 | |
*** kopparam has quit IRC | 14:20 | |
*** rushiagr_away is now known as rushiagr | 14:21 | |
*** rakesh_hs2 has quit IRC | 14:22 | |
*** rakesh_hs has joined #heat | 14:23 | |
*** vijendar has quit IRC | 14:29 | |
*** reed has joined #heat | 14:36 | |
*** jasond has joined #heat | 14:38 | |
*** reed has quit IRC | 14:39 | |
*** reed has joined #heat | 14:39 | |
*** rakesh_hs has quit IRC | 14:43 | |
*** EricGonczer_ has joined #heat | 14:44 | |
*** shakamunyi has joined #heat | 14:44 | |
*** sjmc7 has joined #heat | 14:45 | |
*** jprovazn has quit IRC | 14:47 | |
*** che-arne has joined #heat | 14:49 | |
*** shakamunyi has quit IRC | 14:50 | |
*** ktaube has quit IRC | 14:51 | |
*** alexpilotti has quit IRC | 14:53 | |
*** spzala has joined #heat | 14:58 | |
*** zns has quit IRC | 14:59 | |
*** dsneddon_ has quit IRC | 15:01 | |
openstackgerrit | A change was merged to openstack/heat: Imported Translations from Transifex https://review.openstack.org/124281 | 15:01 |
*** dsneddon_ has joined #heat | 15:02 | |
*** zns has joined #heat | 15:02 | |
*** mkollaro has quit IRC | 15:05 | |
*** vijendar has joined #heat | 15:09 | |
*** shakamunyi has joined #heat | 15:15 | |
*** ananta has joined #heat | 15:22 | |
*** andreaf has quit IRC | 15:25 | |
*** kfox1111 has joined #heat | 15:31 | |
*** EricGonc_ has joined #heat | 15:31 | |
*** EricGonczer_ has quit IRC | 15:31 | |
*** simonc has joined #heat | 15:37 | |
*** alexpilotti has joined #heat | 15:40 | |
*** gokrokve has quit IRC | 15:41 | |
*** jcoufal has quit IRC | 15:41 | |
*** alexpilotti has quit IRC | 15:42 | |
*** alexpilotti has joined #heat | 15:42 | |
*** ananta has left #heat | 15:46 | |
*** ifarkas has quit IRC | 15:54 | |
*** ananta has joined #heat | 15:54 | |
*** sdake_ has joined #heat | 15:55 | |
*** sdake_ has quit IRC | 15:55 | |
*** sdake_ has joined #heat | 15:55 | |
*** sdake_ has quit IRC | 15:56 | |
*** pas-ha has quit IRC | 15:56 | |
*** sdake_ has joined #heat | 15:56 | |
*** sdake_ has quit IRC | 15:56 | |
*** sdake_ has joined #heat | 15:56 | |
*** k4n0 has quit IRC | 16:00 | |
*** rushiagr is now known as rushiagr_away | 16:01 | |
*** sanjayu has quit IRC | 16:01 | |
*** Drago has joined #heat | 16:03 | |
*** pas-ha has joined #heat | 16:04 | |
*** Drago has quit IRC | 16:09 | |
*** bdossant has quit IRC | 16:10 | |
uberj | is OS::Heat::HARestarter being deprecated? what should we be using instead? | 16:10 |
*** packet has joined #heat | 16:11 | |
*** aweiteka has quit IRC | 16:13 | |
*** gokrokve has joined #heat | 16:14 | |
zaneb | uberj: yes, eventually, and there is no replacement yet | 16:17 |
jdandrea | uberj: https://review.openstack.org/#/c/121824/1 | 16:18 |
openstackgerrit | A change was merged to openstack/heat: Rework autoscaling group current_size attribute https://review.openstack.org/126459 | 16:20 |
openstackgerrit | A change was merged to openstack/heat: Move some AutoScalingGroup validation tests to a separate file https://review.openstack.org/118908 | 16:20 |
openstackgerrit | A change was merged to openstack/heat: Convert the autoscaling policy tests into unit tests https://review.openstack.org/118909 | 16:20 |
uberj | ack | 16:20 |
jdandrea | :) | 16:21 |
*** jistr has quit IRC | 16:22 | |
*** pas-ha has quit IRC | 16:23 | |
*** tspatzier has quit IRC | 16:23 | |
*** kebray has joined #heat | 16:24 | |
*** coolsvap is now known as coolsvap|afk | 16:24 | |
openstackgerrit | A change was merged to openstack/heat: Rewrite AutoScalingGroup adjustment tests as unit tests https://review.openstack.org/118948 | 16:25 |
*** aweiteka has joined #heat | 16:28 | |
uberj | hmm, so what *is* the HARestarter substitute method? an autoscaling group of one maybe? | 16:31 |
*** ramishra has joined #heat | 16:33 | |
*** gokrokve has quit IRC | 16:33 | |
*** gokrokve has joined #heat | 16:33 | |
*** Drago has joined #heat | 16:34 | |
*** Drago1 has joined #heat | 16:40 | |
*** pasquier-s has quit IRC | 16:40 | |
*** Drago1 has quit IRC | 16:43 | |
*** ananta has left #heat | 16:45 | |
*** shakamunyi has quit IRC | 16:46 | |
*** ishant has joined #heat | 16:46 | |
*** daneyon has joined #heat | 16:48 | |
*** daneyon has quit IRC | 16:48 | |
*** daneyon has joined #heat | 16:48 | |
*** Qiming_ has joined #heat | 16:58 | |
*** fayablazer has quit IRC | 16:58 | |
*** derekh has quit IRC | 16:59 | |
*** Qiming has quit IRC | 17:00 | |
*** zns has quit IRC | 17:04 | |
*** amakarov is now known as amakarov_away | 17:08 | |
shardy | uberj: Yes, if that works for your use-case | 17:08 |
*** mspreitz has joined #heat | 17:08 | |
shardy | uberj: like zaneb just said, there is no direct replacement which does *exactly* the same thing yet, but in some cases that solution will work fine | 17:08 |
mspreitz | sounds interesting, what are we talking about? | 17:09 |
shardy | mspreitz: uberj is asking about HARestarter deprecation | 17:09 |
mspreitz | thanks. | 17:09 |
mspreitz | So you are confirming my hesitancy to commit to a replacement that looks a lot like HARestarter. | 17:10 |
mspreitz | That's the essence of my answer to Angus' suggestion. | 17:10 |
shardy | mspreitz: well it's still under discussion, the question was would an autoscaling group of size one be an appropriate replacement, and my reponse was if that works for you, yes | 17:11 |
mspreitz | shardy: yes... | 17:11 |
shardy | mspreitz: I know your requirements are not satisfied by that though | 17:11 |
mspreitz | maybe I misunderstood then... | 17:11 |
mspreitz | My suggested way to ensure a smooth transition is to immediately add health maint. to ASGs. If someone wants it for a single thing, they can make a scaling group of size 1. | 17:12 |
mspreitz | It's a bit hacky, but it will get the job done. | 17:12 |
mspreitz | Having health maint only for ASGs satisfies my users' needs for health. My main issue has been only that we have to have transition period(s). For the sake of users. | 17:13 |
shardy | mspreitz: I don't think anyone disagrees with that | 17:14 |
mspreitz | Great. | 17:14 |
openstackgerrit | Ryan Brown proposed a change to openstack/heat: Add a preview endpoint for stack updates https://review.openstack.org/122473 | 17:14 |
shardy | The issue is just that we don't want to build out HARestarter to the point where proper continuous convergence is blocked by it | 17:14 |
mspreitz | I was not aware of a proposal to "build out" HARestarter. I am not sure I know what you mean by that. | 17:15 |
shardy | If we can make incremental steps to offer an alternative solution we should mitigate any flag-day migration fears | 17:15 |
shardy | mspreitz: several folks have showed up with enhancement ideas, which is one of the main reasons for wanting to deprecate it | 17:16 |
mspreitz | shardy: OK, got it. | 17:17 |
shardy | mspreitz: If we can figure out the notification which defines "health" and add support for it to AutoScalingGroup, that sounds like a very positive step | 17:17 |
mspreitz | My take-away from last week's heat chat is that some developers were concerned that there might not be an incremental path, and there might have to be one release with HARestarter and the next release without it. | 17:17 |
shardy | It is the metric we use I am unclear of atm | 17:17 |
*** zns has joined #heat | 17:18 | |
*** ramishra has quit IRC | 17:18 | |
mspreitz | I think OpenStack already has one clear way to define health, it is in Neutron. I think we should just use that. | 17:18 |
mspreitz | It is is the state of a pool member, as determined by the checking defined through OS::Neutron::HealthMonitor | 17:18 |
uberj | mspreitz: wouldn't ceilometer also be a place for health stats? | 17:18 |
mspreitz | Neutron detects the health, and now it puts it into Ceilometer | 17:19 |
mspreitz | That last step was news in Juno | 17:19 |
mspreitz | broken for the last month by a bug | 17:19 |
mspreitz | but now working again, as far as I know | 17:19 |
uberj | oh thats neat | 17:19 |
shardy | mspreitz: intersting, I'm not familiar with that feature, got any links? | 17:19 |
mspreitz | sure, just a sec... | 17:20 |
mspreitz | https://review.openstack.org/#/c/95784/ added the link between Neutron and Ceilometer | 17:20 |
mspreitz | the meter in question is named network.services.lb.member | 17:20 |
mspreitz | (there is another new meter with "health" in its name, but, amazingly, it is not the one you want) | 17:21 |
mspreitz | https://bugs.launchpad.net/python-ceilometerclient/+bug/1364760 and https://bugs.launchpad.net/python-ceilometerclient/+bug/1357343 are about breaks in alarm evaluation in Ceilometer | 17:21 |
uvirtbot | Launchpad bug 1364760 in python-ceilometerclient "alarm evaluator fails because unicode object not callable (dup-of: 1357343)" [Undecided,New] | 17:21 |
uvirtbot | Launchpad bug 1357343 in python-ceilometerclient "ceilometer-alarm-evaluator fails after sometime with giving 401" [Medium,Fix committed] | 17:21 |
mspreitz | https://bugs.launchpad.net/ceilometer/+bug/1361818 is about break in the link from Neutron to Ceilometer | 17:21 |
uvirtbot | Launchpad bug 1361818 in ceilometer "network discovery errors because of missing keystone" [High,Fix released] | 17:21 |
mspreitz | https://bugs.launchpad.net/horizon/+bug/1364133 might confuse you when you look at things with Horizon | 17:22 |
uvirtbot | Launchpad bug 1364133 in horizon "[Heat] Neutron LBaaS vip invisible in dashboard" [Undecided,New] | 17:22 |
mspreitz | https://bugs.launchpad.net/ceilometer/+bug/1357869 caused duplicate Samples in Ceilometer | 17:22 |
uvirtbot | Launchpad bug 1357869 in ceilometer "duplicate samples for network.services.lb.member" [Medium,Fix released] | 17:22 |
*** aweiteka has quit IRC | 17:23 | |
shardy | mspreitz: Ok, so it's only something which works with LBaaS then, not for any grouped instances? | 17:23 |
mspreitz | Neutron's health monitoring is part of its "pool" functionality ... Interestingly, it is independent of actually load balancing any application traffic... but it IS part of the LBaaS | 17:24 |
mspreitz | You can have Neutron monitor something without it being in an ASG | 17:24 |
mspreitz | but the monitored thing has to have an associated OS::Neutron::PoolMember | 17:24 |
mspreitz | so it has to be in a Neutron "pool" | 17:24 |
*** jstrachan has quit IRC | 17:28 | |
mspreitz | So I have a question for the assembled masses on a different topic: updates to Nova servers... | 17:28 |
mspreitz | Through Heat I see that a server's image can be updated without replacement but not its metadata | 17:28 |
mspreitz | That is the opposite of what I am finding when I look at the doc for the nova API | 17:28 |
mspreitz | what am I missing? | 17:28 |
mspreitz | oops.. | 17:28 |
mspreitz | I meant userdata in the first | 17:29 |
mspreitz | and metadata in the second | 17:29 |
mspreitz | So, first correct question: how does heat update a server's image? | 17:29 |
ryansb | Is there something I can put in a commit message to denote change dependency across projects? I have a heatclient change that depends on a heat change. | 17:29 |
mspreitz | What Nova API is used for that? | 17:29 |
therve | Updating a server's image imply deleting the server | 17:29 |
therve | There is a nova rebuild API to do this IIRC | 17:30 |
openstackgerrit | Ryan Brown proposed a change to openstack/python-heatclient: Add CLI option for update dry-run https://review.openstack.org/126957 | 17:31 |
mspreitz | therve: interesting. http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server says image can be updated without replacement | 17:32 |
shardy | mspreitz: see image_update_policy | 17:32 |
mspreitz | I guess that's techically correct because rebuild keeps the same server ID? | 17:33 |
shardy | mspreitz: Yeah that's a docs nit due to allowing it to be updated for rebuild | 17:33 |
openstackgerrit | Ryan Brown proposed a change to openstack/python-heatclient: Add CLI option for update dry-run https://review.openstack.org/126957 | 17:33 |
shardy | mspreitz: thanks for the info re Neutron btw, was afk for a moment there | 17:34 |
mspreitz | you're welcome. I am going AFK now for a meeting. | 17:34 |
therve | mspreitz, I guess my phrasing was incorrect. It doesn't delete the server, it rebuilds it. | 17:34 |
therve | But that means rebooting. | 17:34 |
mspreitz | therve: got it, thanks | 17:34 |
*** aweiteka has joined #heat | 17:35 | |
*** kebray_ has joined #heat | 17:35 | |
*** kebray has quit IRC | 17:38 | |
*** pas-ha has joined #heat | 17:39 | |
*** mkulke has quit IRC | 17:40 | |
*** dsneddon_ has quit IRC | 17:49 | |
*** JayJ has quit IRC | 17:49 | |
*** JayJ has joined #heat | 17:50 | |
*** reed has quit IRC | 17:50 | |
*** dsneddon_ has joined #heat | 17:50 | |
*** randallburt has joined #heat | 17:54 | |
*** randallburt has quit IRC | 17:54 | |
*** randallburt has joined #heat | 17:54 | |
*** gokrokve has quit IRC | 17:59 | |
*** gokrokve has joined #heat | 17:59 | |
*** spzala has quit IRC | 17:59 | |
*** vijendar has quit IRC | 18:03 | |
*** dimsum_ has quit IRC | 18:06 | |
*** dimsum_ has joined #heat | 18:06 | |
mspreitz | shardy: I am back. So what do you think of the idea of adding to OS::Heat::AutoScalingGroup the functionality of maintaining health as determined by Neutron for an OS::Neutron::PoolMember (when the user provides a member atttribute name that reveals the PoolMember)? | 18:08 |
*** dimsum_ has quit IRC | 18:11 | |
*** Qiming_ has quit IRC | 18:13 | |
*** Qiming_ has joined #heat | 18:13 | |
*** harlowja_away is now known as harlowja | 18:14 | |
therve | mspreitz, If this is ceilometer, presumably there is not much to do. | 18:17 |
therve | Mainly dedicated delete? | 18:17 |
therve | Which may be a big task by itself though, especially given the alarm interface | 18:18 |
*** flyemsafe has joined #heat | 18:18 | |
mspreitz | therve: Ceilometer is the messenger. The reactor is in Heat code. My reason for pushing the health main. issue right now is to enable users to start getting HARestarter out of their templates ASAP --- even if we continue to use it under the covers for a while. | 18:21 |
*** swygue has quit IRC | 18:21 | |
mspreitz | My recommended initial implementation is with a nested stack that follows the PoolMember - Alarm - HARestarter pattern that I have outlined. When a better alternative to HARestarter comes along then we can design the better implementation for health ASG | 18:22 |
therve | Well, that hardly covers what HARestarter does | 18:22 |
mspreitz | I do not think we have to provide a fully general replacement for HARestarter today | 18:23 |
mspreitz | My informers tell me that AWS users use ASGs to get health maint. | 18:23 |
mspreitz | My users ask for no more. | 18:23 |
mspreitz | The big hurry is to get current users of HARestarter to stop using it. | 18:24 |
mspreitz | I mean, to stop explicitly using it in their templates | 18:24 |
therve | Allowing replacement of specific unit in an autoscaling group would be a good step | 18:25 |
mspreitz | My recommendation is to generalize OS::Heat::ASG so that it can (if requested) maintain the health of every member individually. Again, I think current users need nothing more general. if we provide only that, then I think all current users of HARestarter can remove it from their templates and use our generalized ASG intead. | 18:27 |
mspreitz | I am deliberately proposing something that is restricted... | 18:28 |
mspreitz | so that we are sure it will remain reasonable to implement and resonable to use. | 18:28 |
*** serg_melikyan has joined #heat | 18:35 | |
kfox1111 | so, i have run into yet another case where I'd like to run some code on heat stack destroy... has anyone implemented a resource to call a webservice on destroy yet? | 18:38 |
mspreitz | kfox1111: not that I know of. You know you can get one of your OS::Nova::Server to make a call at resource destroy time using OS::Heat::SoftwareConfig & SoftwareDeployment, right? | 18:42 |
*** dimsum_ has joined #heat | 18:43 | |
*** ishant has quit IRC | 18:48 | |
*** serg_melikyan has quit IRC | 18:53 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Add custom get_temp_url to RackspaceSwiftClient https://review.openstack.org/126971 | 18:55 |
*** jistr has joined #heat | 18:59 | |
*** spzala has joined #heat | 19:03 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Add custom get_temp_url to RackspaceSwiftClient https://review.openstack.org/126971 | 19:05 |
*** jamiehannaford has quit IRC | 19:11 | |
*** tspatzier has joined #heat | 19:14 | |
*** vijendar has joined #heat | 19:17 | |
*** tspatzier has quit IRC | 19:23 | |
*** kfox1111 has quit IRC | 19:29 | |
openstackgerrit | A change was merged to openstack/heat: Add OSprofiler integration into Heat https://review.openstack.org/118115 | 19:35 |
randallburt | DandyPandy: ping. what does "groupmod -g '999' heat-dev returned 4, expected 0" mean? | 19:35 |
randallburt | whoops. | 19:35 |
randallburt | please ignore | 19:35 |
*** tango has joined #heat | 19:41 | |
*** Qiming_ has quit IRC | 19:41 | |
*** mkollaro has joined #heat | 19:50 | |
*** asalkeld has joined #heat | 19:55 | |
*** dsneddon_ has quit IRC | 19:56 | |
asalkeld | morning | 19:57 |
*** dsneddon_ has joined #heat | 19:58 | |
stevebaker | morning | 19:58 |
*** simonc_ has joined #heat | 19:58 | |
*** Drago1 has joined #heat | 19:59 | |
*** tspatzier has joined #heat | 20:00 | |
*** simonc_ has quit IRC | 20:00 | |
*** Drago1 has quit IRC | 20:04 | |
*** crose has quit IRC | 20:06 | |
*** jistr has quit IRC | 20:08 | |
*** alexpilotti has quit IRC | 20:09 | |
*** Drago1 has joined #heat | 20:09 | |
*** aweiteka has quit IRC | 20:09 | |
*** Drago1 has quit IRC | 20:14 | |
*** Drago has quit IRC | 20:16 | |
*** crose has joined #heat | 20:19 | |
*** mspreitz has quit IRC | 20:19 | |
*** kebray_ has quit IRC | 20:32 | |
*** alexpilotti has joined #heat | 20:43 | |
*** dimsum_ has quit IRC | 20:45 | |
*** dimsum_ has joined #heat | 20:45 | |
*** kebray has joined #heat | 20:49 | |
*** dimsum_ has quit IRC | 20:49 | |
*** ryansb has quit IRC | 20:52 | |
*** ryansb has joined #heat | 20:52 | |
openstackgerrit | Christian Berendt proposed a change to openstack/python-heatclient: Remove extraneous vim editor configuration comments https://review.openstack.org/127011 | 20:53 |
skraynev | g'night all :) | 20:59 |
stevebaker | skraynev: \o | 20:59 |
ryansb | \o | 20:59 |
*** crose has quit IRC | 21:00 | |
pas-ha | from me too, see you all tomorrow | 21:00 |
asalkeld | night guys | 21:00 |
*** pas-ha has quit IRC | 21:01 | |
* asalkeld getting coffee | 21:01 | |
asalkeld | finally | 21:01 |
stevebaker | asalkeld: you should do a cold brew the night before | 21:02 |
asalkeld | for sure | 21:02 |
*** rpothier has quit IRC | 21:05 | |
stevebaker | I keep meaning to try that on trips because zomgamericancoffeesobad | 21:07 |
uberj | stevebaker: come to Portland, we have all sorts of hand crafted hipster coffee. | 21:09 |
ryansb | stevebaker: the secret is to avoid any coffee shop that's a franchise | 21:09 |
ryansb | also can confirm: Portland coffee is great. | 21:10 |
stevebaker | and the hotel coffee | 21:10 |
sjmc7 | you've opened a can of worms with this one :) | 21:10 |
uberj | ryansb: have you tried the clover machine coffee at Starbucks? | 21:10 |
zaneb | I don't generally drink coffee, but hotel coffee is terrible everywhere | 21:10 |
uberj | I'm the first one to say Starbucks coffee sucks, but that machine... changes everything | 21:10 |
ryansb | Haven't been to starbucks in years, I get my beans from local roasters & brew my own whenever possible | 21:11 |
uberj | starbucks bought this startup that created a new way to brew coffee | 21:11 |
uberj | http://www.starbucks.com/coffee/learn/clover | 21:11 |
*** crose has joined #heat | 21:13 | |
ryansb | hrm, that's actually really cool. | 21:13 |
*** jdob has quit IRC | 21:14 | |
sjmc7 | i will second that it's a massive improvement. and watching it in action is fun | 21:14 |
*** gokrokve has quit IRC | 21:16 | |
ryansb | TIL. thanks, uberj. | 21:18 |
uberj | I do what I can to contribute back to the Openstack community | 21:19 |
*** mkollaro has quit IRC | 21:21 | |
*** tonisbones has quit IRC | 21:22 | |
*** tspatzier has quit IRC | 21:28 | |
*** Ugallu has quit IRC | 21:29 | |
*** alexpilotti has quit IRC | 21:30 | |
*** jasond has quit IRC | 21:32 | |
*** sgordon_ has quit IRC | 21:34 | |
*** EricGonc_ has quit IRC | 21:35 | |
*** gokrokve has joined #heat | 21:36 | |
*** gokrokve has quit IRC | 21:40 | |
*** gokrokve has joined #heat | 21:40 | |
*** shardy is now known as shardy_z | 21:41 | |
*** kebray has quit IRC | 21:41 | |
*** radez is now known as radez_g0n3 | 21:42 | |
*** cdent has quit IRC | 21:54 | |
*** packet has quit IRC | 21:55 | |
jdandrea | Are there any example scripts that use the python heatclient module? I'm fumbling through it and got as far as creating a stack, but not much further. (Looking at heatclient source is not helping in this case.) | 21:55 |
*** asalkeld has quit IRC | 21:57 | |
*** JayJ has quit IRC | 22:00 | |
*** jmckind has quit IRC | 22:03 | |
*** rwsu has quit IRC | 22:05 | |
*** packet has joined #heat | 22:07 | |
*** asalkeld has joined #heat | 22:10 | |
*** packet has quit IRC | 22:10 | |
*** rwsu has joined #heat | 22:17 | |
*** shakamunyi has joined #heat | 22:22 | |
stevebaker | asalkeld: have you seen https://bugs.launchpad.net/heat/+bug/1377681 ? | 22:25 |
uvirtbot | Launchpad bug 1377681 in heat "stack update action doesn't take effect" [Undecided,New] | 22:25 |
asalkeld | looking | 22:25 |
stevebaker | jdandrea: the best way to learn how to use heatclient as a lib is to do what heatclient.v1.shell does | 22:26 |
*** kebray has joined #heat | 22:27 | |
*** kebray has quit IRC | 22:27 | |
*** kebray has joined #heat | 22:28 | |
*** JayJ has joined #heat | 22:28 | |
stevebaker | asalkeld: I can't remember if pre_test_hook.sh is run early enough to set https://github.com/openstack-dev/devstack/blob/master/lib/ceilometer#L168 | 22:30 |
stevebaker | asalkeld: if not it will have to be in the project-config repo | 22:31 |
asalkeld | stevebaker, i am not sure if i need it tho' | 22:31 |
asalkeld | we are not testing built in metrics yet | 22:31 |
asalkeld | so it should be ok for now | 22:31 |
asalkeld | i need to debug some more, i am not getting any metrics coming out of the guest atm | 22:32 |
asalkeld | brb: school run | 22:32 |
*** mikal has joined #heat | 22:35 | |
*** shakamunyi has quit IRC | 22:35 | |
*** flyemsafe has quit IRC | 22:37 | |
*** crose has quit IRC | 22:46 | |
*** JayJ has quit IRC | 22:48 | |
*** JayJ has joined #heat | 22:48 | |
*** Putns has quit IRC | 22:50 | |
*** swygue has joined #heat | 22:52 | |
asalkeld | stevebaker, you come to the brisbane tripelo meetup? | 22:58 |
asalkeld | should we try not clash with it? | 22:58 |
stevebaker | is there one? when? | 22:58 |
asalkeld | i thought you said there was | 22:59 |
asalkeld | ok, probably a false alarm | 22:59 |
asalkeld | nice to have you around tho' | 22:59 |
*** swygue has quit IRC | 23:00 | |
*** andreaf has joined #heat | 23:05 | |
stevebaker | yes, I should come to the heat one this time, if there is one | 23:16 |
asalkeld | maybe we can even offer Moscow :-O | 23:17 |
asalkeld | been to Moscow stevebaker | 23:17 |
asalkeld | that would be a flight | 23:17 |
stevebaker | I haven't | 23:17 |
*** andreaf has quit IRC | 23:18 | |
asalkeld | we also have an office in france | 23:18 |
*** swygue has joined #heat | 23:26 | |
*** andreaf has joined #heat | 23:32 | |
*** EricGonczer_ has joined #heat | 23:36 | |
*** gokrokve has quit IRC | 23:37 | |
openstackgerrit | Nikki Vinayan proposed a change to openstack/heat: Working on doc bug about attributes on resource name Closes-bug: 1377016 https://review.openstack.org/127079 | 23:41 |
*** randallburt has quit IRC | 23:43 | |
*** EricGonczer_ has quit IRC | 23:48 | |
*** erkules has joined #heat | 23:49 | |
*** dimsum_ has joined #heat | 23:50 | |
*** zns has quit IRC | 23:52 | |
*** dimsum_ has quit IRC | 23:54 | |
*** sjmc7 has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!