*** Qiming has joined #heat | 00:04 | |
*** randallburt has joined #heat | 00:11 | |
*** zns has quit IRC | 00:14 | |
*** achanda has quit IRC | 00:15 | |
*** achanda has joined #heat | 00:15 | |
*** alexheneveld has joined #heat | 00:16 | |
*** Qiming has quit IRC | 00:17 | |
*** achanda has quit IRC | 00:19 | |
*** rushiagr is now known as rushiagr_away | 00:20 | |
*** swygue has quit IRC | 00:24 | |
*** alexheneveld has quit IRC | 00:37 | |
*** swygue has joined #heat | 00:48 | |
*** JayJ has joined #heat | 00:53 | |
*** sarob has quit IRC | 00:54 | |
*** sarob has joined #heat | 00:55 | |
*** sarob has quit IRC | 00:59 | |
*** packet has quit IRC | 00:59 | |
*** Putns has quit IRC | 01:00 | |
*** swygue has quit IRC | 01:04 | |
*** nanjj has joined #heat | 01:05 | |
*** Marga_ has joined #heat | 01:06 | |
*** fbo has quit IRC | 01:07 | |
*** asalkeld has quit IRC | 01:14 | |
*** asalkeld has joined #heat | 01:14 | |
*** Qiming has joined #heat | 01:16 | |
*** randallburt has quit IRC | 01:22 | |
*** Yanyanhu has joined #heat | 01:26 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Update docs to reflect HOT version support. https://review.openstack.org/131159 | 01:27 |
---|---|---|
*** kebray has joined #heat | 01:35 | |
*** kebray has quit IRC | 01:35 | |
Qiming | stevebaker, two minutes? | 01:35 |
*** kebray has joined #heat | 01:36 | |
*** justin-8 has joined #heat | 01:37 | |
*** Marga_ has quit IRC | 01:37 | |
*** kebray has quit IRC | 01:37 | |
*** justin-8_ has quit IRC | 01:40 | |
*** kebray has joined #heat | 01:40 | |
*** Tross has quit IRC | 01:43 | |
*** bitblt has quit IRC | 01:44 | |
*** spzala has quit IRC | 01:47 | |
*** asalkeld has quit IRC | 01:52 | |
*** sgordon_ has quit IRC | 01:53 | |
*** asalkeld has joined #heat | 02:01 | |
*** fbo has joined #heat | 02:01 | |
*** erkules_ has joined #heat | 02:05 | |
*** nosnos has joined #heat | 02:06 | |
*** erkules has quit IRC | 02:07 | |
*** dims__ has quit IRC | 02:14 | |
*** dims__ has joined #heat | 02:15 | |
*** dims__ has quit IRC | 02:17 | |
*** morganfainberg is now known as only_zuul | 02:18 | |
*** only_zuul is now known as morganfainberg | 02:18 | |
stevebaker | Qiming: hi | 02:19 |
*** LiJiansheng has joined #heat | 02:20 | |
Qiming | stevebaker, two questions, one of which is solved | 02:20 |
Qiming | just noticed some patches on removing 'instance_user', that was something I was about to work on | 02:21 |
Qiming | I'm glad someone else has taken over | 02:21 |
Qiming | another question is about test case | 02:21 |
stevebaker | Qiming: did you see my comment on the tempest changes required? without doing that we would need a flag day to switch over | 02:22 |
Qiming | do you have a pointer teaching me how to mock a method labeled with '@classmethod'? | 02:22 |
Qiming | stevebaker, I saw that | 02:22 |
stevebaker | Qiming: you could just do ClassName.methodname = mock.Mock() | 02:23 |
Qiming | that is all? | 02:23 |
stevebaker | pretty much | 02:23 |
Qiming | ah, I'm glad I asked, thanks! | 02:23 |
stevebaker | I'm sure shardy wouldn't mind if you took over the instance_user change, especially the related tempest changes | 02:24 |
asalkeld | stevebaker, re: software-config-swift-signal | 02:24 |
asalkeld | would that be hardcoded in the template? | 02:24 |
Qiming | okay | 02:24 |
*** lazy_prince has quit IRC | 02:25 | |
asalkeld | stevebaker, from my comment in the spec "this would not make the template very portable if the user has to hardcode this in their template. Would it at all be possible for heat to figure out the best approach?" | 02:25 |
stevebaker | asalkeld: it just adds an option to the signal_transport property | 02:25 |
asalkeld | stevebaker, couldn't we just do the right thing? | 02:26 |
asalkeld | so if i grab a template and move clouds where there is no zaqar | 02:26 |
asalkeld | i have to edit the template | 02:26 |
asalkeld | (which is sucky) | 02:26 |
stevebaker | asalkeld: sure, there could be a later blueprint which adds an AUTO option which checks for zaqar, then swift, then enabled heat-api-cfn, then heat-api. | 02:27 |
stevebaker | asalkeld: in the meantime you could just make it a template property | 02:27 |
asalkeld | er, how about just have no option | 02:27 |
stevebaker | i mean a template parameter | 02:27 |
asalkeld | (no property) | 02:27 |
asalkeld | it is only auto | 02:28 |
asalkeld | as a user why do i care | 02:28 |
asalkeld | it must just work | 02:28 |
asalkeld | IMHO | 02:28 |
stevebaker | asalkeld: because there are real tradeoffs that the user might want to influence (unauthenticated secret webhook vs authenticated message vs authenticated heat api call) | 02:28 |
asalkeld | mmmm, i think this should be default AUTO | 02:29 |
stevebaker | asalkeld: also, what is installed on the server image, they might hard-code to one method | 02:29 |
stevebaker | asalkeld: absolutely, default AUTO when it exists | 02:29 |
asalkeld | can you add it from the start? | 02:29 |
asalkeld | i'd like to reduce the usability issues before there are new ones | 02:30 |
stevebaker | that could cause more unexpected breakages than it solves. As soon as AUTO is the default and TEMP_URL exists, an image which hasn't been rebuilt with the new swift enabled hook will break. | 02:31 |
stevebaker | asalkeld: maybe after a suitable period with a deprecation warning the default could switch to AUTO | 02:32 |
asalkeld | stevebaker, can't we require glance tags? | 02:32 |
asalkeld | so feature tags that say what the image supports | 02:33 |
*** joe__ has quit IRC | 02:33 | |
asalkeld | maybe go to the extent of failing the create/update if those do not exist | 02:33 |
asalkeld | this needs to be discoverable | 02:34 |
stevebaker | sure, a bit of work is required for that | 02:34 |
asalkeld | just tweak the image building instructions | 02:34 |
asalkeld | and in your validate do a glance metadata get | 02:35 |
asalkeld | stevebaker, you did say somewhere that we could install the agent in the userdata | 02:35 |
asalkeld | is that real? | 02:35 |
stevebaker | yep https://review.openstack.org/#/c/119282/ | 02:36 |
*** Marga_ has joined #heat | 02:39 | |
asalkeld | seems like we are heading for and uber big server resources that sets up networking and installs the guest tooling | 02:41 |
asalkeld | maybe just call it OS::Heat::Server | 02:41 |
*** vijendar has joined #heat | 02:43 | |
*** kebray has quit IRC | 02:43 | |
*** asalkeld has quit IRC | 02:46 | |
*** asalkeld has joined #heat | 02:46 | |
*** dims__ has joined #heat | 02:47 | |
*** kebray has joined #heat | 02:48 | |
*** dims__ has quit IRC | 02:52 | |
*** killer_prince has joined #heat | 02:55 | |
*** killer_prince is now known as lazy_prince | 02:55 | |
stevebaker | asalkeld: yeah, it would need something like your __id__ template resource property though | 02:55 |
*** sgordon_ has joined #heat | 02:56 | |
asalkeld | yeah | 02:56 |
openstackgerrit | A change was merged to openstack/python-heatclient: Allow mock-based patching in shell tests https://review.openstack.org/131190 | 03:00 |
*** Marga_ has quit IRC | 03:02 | |
*** Marga_ has joined #heat | 03:03 | |
*** tonisbones has joined #heat | 03:05 | |
openstackgerrit | A change was merged to openstack/python-heatclient: Fix shell tests for Python 3.4 https://review.openstack.org/131191 | 03:07 |
openstackgerrit | A change was merged to openstack/python-heatclient: Fix event tests for Python 3.4 https://review.openstack.org/131192 | 03:08 |
openstackgerrit | A change was merged to openstack/python-heatclient: Fix template_utils tests for Python 3.4 https://review.openstack.org/131193 | 03:08 |
*** tonisbones has quit IRC | 03:10 | |
*** JayJ has quit IRC | 03:12 | |
*** Qi has joined #heat | 03:16 | |
*** Qi is now known as Guest19627 | 03:16 | |
*** tchaypo has joined #heat | 03:19 | |
*** Guest19627 has quit IRC | 03:19 | |
*** zz_naotok is now known as naotok | 03:24 | |
*** jrist has quit IRC | 03:26 | |
*** sgordon_ has quit IRC | 03:26 | |
*** qizhang has joined #heat | 03:26 | |
*** mburns has quit IRC | 03:43 | |
*** mburns has joined #heat | 03:44 | |
*** nosnos has quit IRC | 03:46 | |
*** nosnos has joined #heat | 03:46 | |
*** nosnos has quit IRC | 03:51 | |
*** nkhare has joined #heat | 04:12 | |
*** nanjj has quit IRC | 04:14 | |
*** jergerber has quit IRC | 04:17 | |
*** harlowja is now known as harlowja_away | 04:21 | |
*** nosnos has joined #heat | 04:27 | |
*** alexheneveld has joined #heat | 04:41 | |
*** alexheneveld has quit IRC | 04:46 | |
*** alexheneveld has joined #heat | 04:49 | |
*** achanda has joined #heat | 04:49 | |
*** kebray has quit IRC | 04:49 | |
*** kebray has joined #heat | 04:49 | |
*** kebray has quit IRC | 04:53 | |
*** morganfainberg is now known as mightbestevemar | 04:55 | |
*** elynn has joined #heat | 04:59 | |
*** dsneddon has quit IRC | 05:01 | |
*** nanjj has joined #heat | 05:03 | |
*** links has joined #heat | 05:03 | |
*** mightbestevemar is now known as morganfainberg | 05:04 | |
*** elynn has quit IRC | 05:08 | |
*** elynn has joined #heat | 05:13 | |
*** nanjj has quit IRC | 05:13 | |
*** nanjj has joined #heat | 05:14 | |
elynn | Hi all :) | 05:14 |
*** sarob has joined #heat | 05:19 | |
*** sanjayu has joined #heat | 05:21 | |
*** sarob has quit IRC | 05:25 | |
elynn | Anybody knows why heat-keystone-setup-domain using keystone v3 instead of v2? | 05:26 |
*** sarob has joined #heat | 05:26 | |
morganfainberg | elynn, because domains don't exist in keystone v2.0 | 05:26 |
elynn | ok... | 05:27 |
elynn | Do you know how to use --insecure or os-cert option in keystone v3? | 05:27 |
morganfainberg | elynn, those are client-specific options | 05:28 |
morganfainberg | --insecure should only mean don't check the server cert validity (if SSL is ued) | 05:28 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Move creation of custom env into enironment module https://review.openstack.org/131638 | 05:28 |
elynn | It seems v3 doesn't support insecure or cacert as client parameters | 05:28 |
morganfainberg | let me check what os-cert means | 05:28 |
*** rushiagr_away is now known as rushiagr | 05:29 | |
morganfainberg | os-cacert? | 05:29 |
morganfainberg | is this with heatclient or keystoneclient? | 05:29 |
elynn | --os_cacert | 05:29 |
elynn | with keystoneclient | 05:29 |
morganfainberg | --os_cacert i think isn't the right option | 05:29 |
morganfainberg | --os-cacert should be. | 05:30 |
elynn | --os_key --os_cert | 05:30 |
morganfainberg | underscores aren't the CLI options iirc | 05:30 |
morganfainberg | OS_CACERT would be the env variable | 05:30 |
morganfainberg | sec | 05:30 |
*** sarob has quit IRC | 05:30 | |
elynn | https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v3/client.py#L45 | 05:30 |
*** rakesh_hs has joined #heat | 05:31 | |
morganfainberg | those are options for the HTTPClient object | 05:31 |
elynn | It seems keystoneclient doesn't accept insecure or cacert | 05:31 |
morganfainberg | those are not cli options | 05:31 |
morganfainberg | you linked to | 05:31 |
asalkeld | Qiming, i think that function name needs to change | 05:32 |
asalkeld | get_custom_environment | 05:32 |
morganfainberg | elynn, the cli options are registered from https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/session.py#L660-L690 | 05:32 |
Qiming | asalkeld, suggestions? | 05:32 |
asalkeld | Qiming, """Build a sensible environment for the nested stack. | 05:32 |
morganfainberg | elynn, what version of keystoneclient are you using? | 05:33 |
asalkeld | Qiming, build_nested_resource_environment | 05:33 |
asalkeld | or something shorter | 05:33 |
*** reed has quit IRC | 05:33 | |
elynn | I'm using keystoneclient 0.11.0 | 05:33 |
morganfainberg | ok | 05:33 |
morganfainberg | and what does the command line look like that is trying to be invoked? (you can omit passwords etc) | 05:34 |
Qiming | asalkeld, it seems to me more like just a function that can be used for nested stacks, but may be there could be other usages? | 05:34 |
Qiming | I can fix the comment to avoid confusion | 05:34 |
asalkeld | Qiming, afaik it's just for nested stacks | 05:34 |
elynn | morganfainberg: How to use session with client v3? | 05:35 |
morganfainberg | elynn, the session object is used by keystoneclient | 05:35 |
elynn | In https://github.com/openstack/heat/blob/master/bin/heat-keystone-setup-domain | 05:35 |
asalkeld | Qiming, maybe: get_nested_stack_environment | 05:35 |
morganfainberg | oh i see | 05:35 |
elynn | above file seems only using client v3 , not using session() | 05:36 |
Qiming | if it is only for nested stack, then we may just leave it in stack_resource.py ? | 05:36 |
asalkeld | Qiming, I am ok with that, tho' I have thought once or twice about moving it | 05:37 |
asalkeld | Qiming, do you need to move it? | 05:37 |
asalkeld | https://review.openstack.org/#/c/131337/1/heat/engine/stack_resource.py | 05:37 |
asalkeld | i have that ^ | 05:37 |
Qiming | asalkeld, it is about this https://review.openstack.org/#/c/53313/23/heat/engine/resources/remote_stack.py | 05:37 |
asalkeld | Qiming, ok yeah you might need it there | 05:38 |
morganfainberg | elynn, that looks like it needs to be updated to support the session object | 05:38 |
Qiming | a suggestion from zaneb, which I agree to | 05:38 |
asalkeld | Qiming, but we need to figure out the behaviour we want there | 05:38 |
elynn | morganfainberg: Is there any example for how to using session in keystoneclient? | 05:39 |
asalkeld | Qiming, one question is why "PARAMETERS: properties.Schema(" and not environment | 05:39 |
morganfainberg | elynn, this is jamielennox's patch that converts cinderclient over to using the session object: https://review.openstack.org/#/c/131098/ | 05:40 |
asalkeld | Qiming, i am not sure of that myself tho' | 05:40 |
morganfainberg | erm | 05:40 |
morganfainberg | wait | 05:40 |
morganfainberg | no | 05:40 |
Qiming | asalkeld, right, need a second thought on that | 05:40 |
morganfainberg | elynn, that converts *nova* over to use cinderclient with a session object | 05:40 |
morganfainberg | elynn, http://www.jamielennox.net/blog/2014/09/15/how-to-use-keystoneclient-sessions/ this is a good primer on how to use sessions | 05:41 |
asalkeld | Qiming, great job taking that patch up | 05:41 |
asalkeld | really needs doing | 05:41 |
morganfainberg | elynn, there needs to be better/more documentation on this. | 05:41 |
Qiming | asalkeld, if it is not treated as a nested stack, either 'properties' or 'parameters' would be okay for me | 05:41 |
elynn | Thanks morganfainberg : D, I will have a look at it. | 05:42 |
* morganfainberg apologizes on behalf of Keystone | 05:42 | |
morganfainberg | elynn, i mostly work on Keystone so less familiar with specifics in heat | 05:42 |
asalkeld | Qiming, so let's assume it's a stand alone resource (i think that is right) | 05:43 |
elynn | morganfainberg, Great! I will reach you if I have any questions about keystone ha! | 05:43 |
Qiming | asalkeld, since it is a regular resource, calling that as 'properties' would make sense | 05:43 |
morganfainberg | elynn, FYI you can also ask in #openstack-keystone | 05:43 |
asalkeld | basically this is a heat::stack resource as so should look like our api | 05:43 |
asalkeld | Qiming, not really | 05:43 |
Qiming | however, the resource is named 'remote_stack', so users won't be confused if it is called 'parameters' | 05:43 |
asalkeld | Qiming, our api says parameters and environment | 05:44 |
morganfainberg | elynn, also we're all hopping on planes to head to the Paris summit in the next couple days, might get really quiet in IRC for a week or so while we work on lineing up the Kilo development cycle | 05:44 |
Qiming | asalkeld, I see | 05:44 |
elynn | morganfainberg, Have a nice trip on Paris :D | 05:44 |
morganfainberg | elynn, I sure will :) | 05:44 |
asalkeld | Qiming, it's our version of : http://docs.openstack.org/developer/heat/template_guide/cfn.html#AWS::CloudFormation::Stack | 05:45 |
Qiming | okay, so your previous question is about why we are not allowing environment to be specified? | 05:46 |
asalkeld | Qiming, maybe it should match this: https://github.com/openstack/python-heatclient/blob/master/heatclient/v1/shell.py#L101-L107 | 05:46 |
asalkeld | with the timeout_mins | 05:47 |
Qiming | asalkeld, remote_stack.py line 126-135 | 05:47 |
asalkeld | yip, so the question is "to what extent do we provide those options to the user" | 05:49 |
Qiming | IMO the API call is consistent, though the current code silently provides a derived env based on the stack | 05:49 |
asalkeld | also the "files" | 05:49 |
asalkeld | Qiming, anything you can do is an improvement | 05:50 |
Qiming | asalkeld, I agree those are all possible requirements | 05:50 |
asalkeld | Qiming, we can chat about some more at summit too | 05:50 |
asalkeld | Qiming, you going to be there? | 05:50 |
Qiming | sure. | 05:50 |
asalkeld | cool | 05:50 |
Qiming | yes, presenting on behalf of our customer, :) | 05:51 |
Qiming | asalkeld, and I have a demo about VM HA and cross-region scaling | 05:51 |
asalkeld | ooo, nice | 05:52 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Move creation of custom env into enironment module https://review.openstack.org/131638 | 05:55 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/131643 | 06:01 |
*** saju_m has joined #heat | 06:02 | |
*** jyoti-ranjan has joined #heat | 06:02 | |
*** saju_m has quit IRC | 06:11 | |
*** achanda has quit IRC | 06:12 | |
*** alexheneveld has joined #heat | 06:14 | |
*** achanda has joined #heat | 06:14 | |
*** achanda has quit IRC | 06:20 | |
skraynev | good morning guys | 06:22 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Update docs to reflect HOT version support. https://review.openstack.org/131159 | 06:23 |
*** achanda has joined #heat | 06:25 | |
*** saju_m has joined #heat | 06:29 | |
*** lazy_prince has quit IRC | 06:38 | |
*** achanda has quit IRC | 06:39 | |
*** Marga_ has quit IRC | 06:46 | |
*** killer_prince has joined #heat | 06:46 | |
*** killer_prince is now known as lazy_prince | 06:46 | |
*** arun_ has joined #heat | 06:47 | |
arun_ | How to specify network(neutron) in heat template in havana ? | 06:49 |
arun_ | - uuid doesnt work | 06:50 |
asalkeld | arun_, i'd suggest looking for examples here: https://github.com/openstack/heat-templates/tree/master/hot | 06:50 |
*** lazy_prince has quit IRC | 06:50 | |
arun_ | thank you asalkad....I am looking into it | 06:51 |
asalkeld | np | 06:53 |
asalkeld | hi skraynev | 06:53 |
*** killer_prince has joined #heat | 06:59 | |
*** killer_prince is now known as lazy_prince | 06:59 | |
*** julienvey has joined #heat | 07:06 | |
*** ishant has joined #heat | 07:07 | |
*** cmyster has joined #heat | 07:11 | |
*** cmyster has quit IRC | 07:11 | |
*** cmyster has joined #heat | 07:11 | |
*** saju_m has quit IRC | 07:12 | |
*** nanjj has quit IRC | 07:12 | |
*** cmyster has quit IRC | 07:15 | |
*** jprovazn has joined #heat | 07:17 | |
*** saju_m has joined #heat | 07:17 | |
*** lazy_prince has quit IRC | 07:20 | |
*** lazy_prince has joined #heat | 07:21 | |
*** nosnos has quit IRC | 07:25 | |
*** nosnos has joined #heat | 07:27 | |
*** tomek_adamczewsk has joined #heat | 07:30 | |
*** cmyster has joined #heat | 07:36 | |
*** julienvey has quit IRC | 07:42 | |
*** cmyster has quit IRC | 07:46 | |
*** cmyster has joined #heat | 07:47 | |
*** cmyster has quit IRC | 07:47 | |
*** cmyster has joined #heat | 07:47 | |
*** jstrachan has joined #heat | 07:48 | |
*** erkules_ is now known as erkules | 07:53 | |
*** julienvey has joined #heat | 07:57 | |
*** lazy_prince has quit IRC | 07:58 | |
*** pasquier-s has joined #heat | 07:59 | |
*** julienvey has quit IRC | 08:02 | |
*** jstrachan has quit IRC | 08:04 | |
*** killer_prince has joined #heat | 08:05 | |
*** killer_prince is now known as lazy_prince | 08:06 | |
*** jcoufal has joined #heat | 08:07 | |
*** jstrachan has joined #heat | 08:07 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Adds multi-region support for stack resource https://review.openstack.org/53313 | 08:07 |
*** gokrokve has joined #heat | 08:09 | |
*** lazy_prince has quit IRC | 08:10 | |
*** jstrachan has quit IRC | 08:14 | |
*** tomek_adamczewsk has quit IRC | 08:14 | |
*** jstrachan has joined #heat | 08:15 | |
*** killer_prince has joined #heat | 08:19 | |
*** killer_prince is now known as lazy_prince | 08:19 | |
*** rushiagr is now known as rushiagr_away | 08:27 | |
Qiming | asalkeld, submitted a patch to remote-stack for review, though I have not got a email notification on it: https://review.openstack.org/#/c/53313/24 | 08:27 |
asalkeld | Qiming, nice i'll check it out | 08:28 |
*** ckmvishnu has joined #heat | 08:28 | |
*** k4n0 has joined #heat | 08:28 | |
asalkeld | Qiming, Co-Authored-By: name <name@example.com | 08:29 |
asalkeld | put both you and Bartosz under that | 08:29 |
*** arun_ has quit IRC | 08:30 | |
*** cmyster has quit IRC | 08:34 | |
pfreund_ | Hi, I would like to create in a hot template the equivalent of "create IAM user who can only write and read in a specific bucket". Is it possible to do that ? | 08:35 |
pfreund_ | it's already done for the container of course | 08:36 |
pfreund_ | but I don't know how to create the user and policy | 08:36 |
*** lazy_prince has quit IRC | 08:39 | |
*** lazy_prince has joined #heat | 08:39 | |
*** cmyster has joined #heat | 08:39 | |
*** rushiagr_away is now known as rushiagr | 08:39 | |
*** tspatzier has joined #heat | 08:42 | |
*** stannie1 has joined #heat | 08:44 | |
jamielennox | elynn: if you're still here: http://www.jamielennox.net/blog/2014/09/15/how-to-use-keystoneclient-sessions/ is probably best current doc | 08:50 |
elynn | aha! than you jamielennox :D | 08:51 |
jamielennox | elynn: it's by no means a complete doc and we need to write some more but it will hopefully get you started | 08:51 |
elynn | I'm trying to add cert support in heat-keystone-setup-domain which use keystoneclient v3 instead of v2, now I think I find some way to do it. | 08:52 |
elynn | Your blog helps me a lot ! | 08:52 |
jamielennox | oh - morganfainberg linked you to that earlier, i didn't make it that far through the conversation | 08:52 |
jamielennox | elynn: anything particular you want some help with? | 08:53 |
*** hdd has joined #heat | 08:53 | |
elynn | jamielennox: I see that there are two options in session.py one is "verify" and the other is "insecure" | 08:54 |
elynn | What's the difference between them? | 08:54 |
jamielennox | so Session.__init__ only takes verify and it uses verify in the same way that requests does | 08:55 |
jamielennox | False is insecure, True is use system CA, a string is a path to a ca cert | 08:55 |
jamielennox | that is unfortunately not something we can represent very well in a config file or CLI line | 08:56 |
jamielennox | so if you look at https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/session.py#L475 | 08:56 |
jamielennox | anything that loads from CLI or CONF lets you set insecure= cacert= etc and then it converts it into the verify= param to pass to __init__ | 08:57 |
jamielennox | so if you are writing an application you should just use verify (it overrides the others), if you are loading from a CLI or are porting something that already takes cacert, insecure etc then you should just pass those options through and let Session pick the right one | 08:58 |
elynn | jamielennox, Now I get it! | 08:59 |
shardy | morning all | 09:00 |
elynn | morning shardy :) | 09:00 |
shardy | elynn: Is there some reason you can't just use python-openstackclient? | 09:01 |
*** cmyster has quit IRC | 09:01 | |
*** cmyster has joined #heat | 09:01 | |
shardy | elynn: heat-keystone-setup-domain was only ever supposed to be a temporary thing, because tripleo didn't have openstackclient in their images yet | 09:02 |
shardy | AFAIK everyone should be moving to openstackclient instead of using it, so FWIW, I'd rather see the effort go into making openstackclient do what you need | 09:02 |
elynn | shardy: No, just that we have heat-keystone-setup-domain and it's convenient to use it. | 09:03 |
shardy | elynn: Hmm, OK - perhaps we should consider replacing it with a shell script which wraps openstackclient at some point then | 09:04 |
shardy | elynn: If you want to enhance it, that's fine, I just wanted to point out that, long term, that effort may be misplaced | 09:04 |
*** jistr has joined #heat | 09:06 | |
*** derekh has joined #heat | 09:07 | |
elynn | cookbook from chef using this tool to setup heat domain user. But it can support cert file as parameter in our environment. | 09:07 |
elynn | so I consider enhance it a little | 09:07 |
*** pas-ha has joined #heat | 09:07 | |
shardy | elynn: Ok, fair enough, perhaps in future you might consider migrating that cookbook to openstackclient :) | 09:08 |
elynn | shardy: just for temporary, maybe both this tool and cookbook will change in the future :D | 09:09 |
*** fayablazer has joined #heat | 09:11 | |
*** tomek_adamczewsk has joined #heat | 09:12 | |
*** dims__ has joined #heat | 09:15 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Adds multi-region support for stack resource https://review.openstack.org/53313 | 09:18 |
*** dims__ has quit IRC | 09:19 | |
*** elynn has quit IRC | 09:21 | |
*** sarob has joined #heat | 09:27 | |
*** saju_m has quit IRC | 09:28 | |
*** andersonvom has joined #heat | 09:29 | |
*** Putns has joined #heat | 09:29 | |
*** cmyster has quit IRC | 09:30 | |
*** sarob has quit IRC | 09:32 | |
*** qizhang has quit IRC | 09:34 | |
*** cmyster has joined #heat | 09:35 | |
*** cmyster has quit IRC | 09:35 | |
*** cmyster has joined #heat | 09:35 | |
*** Yanyanhu has quit IRC | 09:40 | |
*** achanda has joined #heat | 09:40 | |
*** andrearosa has quit IRC | 09:43 | |
*** lazy_prince has quit IRC | 09:43 | |
*** achanda has quit IRC | 09:44 | |
*** jyoti-ranjan has quit IRC | 09:45 | |
*** gokrokve has quit IRC | 09:47 | |
*** sanjayu has quit IRC | 09:47 | |
*** sanjayu has joined #heat | 09:49 | |
*** mkerrin has quit IRC | 09:49 | |
*** joe__ has joined #heat | 09:53 | |
*** joe__ has quit IRC | 09:53 | |
*** Qiming has quit IRC | 09:54 | |
*** mkerrin has joined #heat | 09:54 | |
*** elynn has joined #heat | 09:54 | |
pas-ha | morning all | 09:54 |
*** saju_m has joined #heat | 09:57 | |
*** elynn has quit IRC | 09:58 | |
*** cmyster has quit IRC | 09:58 | |
*** gokrokve has joined #heat | 10:00 | |
*** gokrokve has quit IRC | 10:06 | |
*** gokrokve has joined #heat | 10:06 | |
*** cmyster has joined #heat | 10:06 | |
*** gokrokve has quit IRC | 10:11 | |
*** julienvey has joined #heat | 10:11 | |
*** Marga_ has joined #heat | 10:11 | |
*** sanjayu has quit IRC | 10:13 | |
*** saju_m has quit IRC | 10:13 | |
*** sanjayu has joined #heat | 10:15 | |
*** eoutin has joined #heat | 10:16 | |
*** tomek_adamczewsk has quit IRC | 10:19 | |
*** jyoti-ranjan has joined #heat | 10:21 | |
*** tomek_adamczewsk has joined #heat | 10:23 | |
*** cmyster has quit IRC | 10:24 | |
*** gokrokve has joined #heat | 10:25 | |
*** cmyster has joined #heat | 10:25 | |
*** gokrokve has quit IRC | 10:25 | |
*** gokrokve has joined #heat | 10:26 | |
*** saju_m has joined #heat | 10:26 | |
*** dims__ has joined #heat | 10:30 | |
*** gokrokve has quit IRC | 10:30 | |
*** gokrokve has joined #heat | 10:30 | |
*** gokrokve has quit IRC | 10:32 | |
*** gokrokve has joined #heat | 10:33 | |
*** gokrokve has quit IRC | 10:35 | |
*** gokrokve has joined #heat | 10:35 | |
*** rushiagr is now known as rushiagr_away | 10:39 | |
*** gokrokve has quit IRC | 10:40 | |
*** maishsk has joined #heat | 10:41 | |
* maishsk says hello to everyone | 10:42 | |
asalkeld | hi maishsk | 10:42 |
maishsk | asalkeld: Hello to you too | 10:42 |
maishsk | I do not remember is I asked this before but perhaps you can help me | 10:42 |
asalkeld | sure, or others here | 10:43 |
maishsk | How would you go about deploying a Heat stack - say two web servers, based on the same 'template' and make sure that they are deployed to different AZ's for redundancy? | 10:43 |
therve | If you use AZs, just specify them when you start the server? | 10:46 |
*** andrearosa has joined #heat | 10:46 | |
*** Marga_ has quit IRC | 10:46 | |
*** Marga_ has joined #heat | 10:46 | |
*** blinky_ghost has joined #heat | 10:47 | |
openstackgerrit | Ethan Lynn proposed a change to openstack/heat: Add CERT file support in heat-keystone-setup-domain https://review.openstack.org/131698 | 10:48 |
*** elynn has joined #heat | 10:49 | |
*** asalkeld has quit IRC | 10:51 | |
*** saju_m has quit IRC | 10:52 | |
maishsk | I did not explain properly then | 10:52 |
maishsk | OS::Heat::AutoScalingGroup | 10:52 |
*** cmyster has quit IRC | 10:52 | |
maishsk | easier if I paste - one sec | 10:53 |
*** killer_prince has joined #heat | 10:54 | |
*** killer_prince is now known as lazy_prince | 10:54 | |
maishsk | http://paste.openstack.org/show/126413/ | 10:56 |
*** cdent has joined #heat | 10:56 | |
therve | You cannot (yet) specify different AZs in a group | 10:56 |
therve | Possibly you can use scheduler hints to do something a bit similar | 10:57 |
shardy | maishsk: AZ spanning for scaling groups is being worked on, but the code hasn't yet landed: | 10:58 |
shardy | https://review.openstack.org/#/c/117987/ | 10:58 |
*** ifarkas has joined #heat | 10:58 | |
therve | I hope we'll find a better solution :/ | 10:58 |
shardy | Yeah, I was just pointing out that folks are working on solving it ;) | 10:59 |
maishsk | therve: Why do you say hope for a better solution? | 10:59 |
*** Qiming has joined #heat | 11:00 | |
therve | maishsk, 1) Because groups aren't nova specific, whereas AZs are. 2) Because the implementation in that patch is suboptimal, to put it nicely. | 11:00 |
maishsk | shardy: thanks | 11:00 |
maishsk | therve: Does it work? | 11:00 |
*** gokrokve has joined #heat | 11:01 | |
therve | I don't know. | 11:01 |
shardy | therve: FYI the spec has two +2's, so you may want to add your objections there, if you have specific concerns other than the way it's implemented | 11:04 |
*** saju_m has joined #heat | 11:04 | |
shardy | https://review.openstack.org/#/c/105907/12 | 11:05 |
*** nkhare_ has joined #heat | 11:05 | |
*** gokrokve has quit IRC | 11:05 | |
*** Marga_ has quit IRC | 11:05 | |
*** asalkeld has joined #heat | 11:06 | |
*** gokrokve has joined #heat | 11:06 | |
*** julienvey has quit IRC | 11:06 | |
*** nkhare has quit IRC | 11:08 | |
*** rpothier has joined #heat | 11:09 | |
maishsk | Isn't it done this way in AWS ? | 11:10 |
*** gokrokve has quit IRC | 11:10 | |
maishsk | (or did I just say something really really wrong ... :) ) | 11:10 |
*** boris-42 has quit IRC | 11:11 | |
shardy | maishsk: Yes, but AWS autoscaling can only scale instances, whereas the native AutoScalingGroup can scale out any resource | 11:13 |
*** higgins has quit IRC | 11:14 | |
*** higgins has joined #heat | 11:15 | |
maishsk | But other resources would you scale out? | 11:15 |
maishsk | shardy: theoretically speaking - that would probably be the only thing that you want to scale | 11:16 |
shardy | Anything you like, for example scale out heat stacks, containing an instance, network resources, volumes, object storage, whatever | 11:16 |
maishsk | but you wouldn't scale out networks or storage etc. | 11:17 |
maishsk | the only other thing it would scale is another stack | 11:17 |
maishsk | which would in turn call other resources | 11:17 |
maishsk | but all of those other objects don't scale in a heat template anyways | 11:18 |
maishsk | shardy: or do they? | 11:18 |
maishsk | actually better to ask - should they? | 11:18 |
shardy | maishsk: OS::Heat::AutoScalingGroup can scale out heat stacks | 11:18 |
*** sgordon_ has joined #heat | 11:19 | |
asalkeld | maishsk, up to you to make sure your architecture makes sense | 11:19 |
maishsk | I am just trying to think of a use case here | 11:20 |
maishsk | for example | 11:20 |
maishsk | If I would want to scale storage. | 11:21 |
maishsk | that would mean that I either need more performance or space | 11:21 |
shardy | https://github.com/openstack/heat-templates/blob/master/openshift-origin/F19/hot-template/openshift-scalable-cpu-nbgears/nodeinstance.yaml | 11:21 |
shardy | There's an example, you can scale out a unit which defines an openshift node | 11:22 |
shardy | the node template contains a server, software configuration, and network (port/floating IP) | 11:22 |
*** elynn has quit IRC | 11:22 | |
shardy | obviously you have to make sure the combination of resources, e.g the unit of scaling, makes sense | 11:22 |
maishsk | then Ceilometer would need to recognize an event that I am running out of space and scale the volume - by adding a nother one | 11:22 |
maishsk | I am pretty sure that is not possible - at least today | 11:23 |
maishsk | shardy: that is what I am saying - which other unit of scaling is there - besides instances and other templates\ | 11:23 |
maishsk | nothing else is currently viable | 11:24 |
shardy | maishsk: Your volume use-case is already possible, although it would require metrics from inside the instance | 11:24 |
*** rushiagr_away is now known as rushiagr | 11:25 | |
maishsk | Now I get it | 11:25 |
maishsk | and because AZ's are nova centric | 11:26 |
maishsk | it other components are not aware of AZ's - so this is the problem? | 11:26 |
*** ckmvishnu has left #heat | 11:27 | |
*** sarob has joined #heat | 11:28 | |
*** pasquier-s has quit IRC | 11:31 | |
*** sarob has quit IRC | 11:32 | |
*** andreaf_ has joined #heat | 11:33 | |
*** blinky_ghost has quit IRC | 11:35 | |
*** andreaf_ is now known as andreaf | 11:36 | |
*** EricGonczer_ has joined #heat | 11:36 | |
*** nkhare_ has quit IRC | 11:37 | |
*** lazy_prince is now known as killer_prince | 11:44 | |
*** gokrokve has joined #heat | 11:47 | |
*** julienvey has joined #heat | 11:53 | |
*** pmallya has joined #heat | 11:54 | |
*** pmallya has quit IRC | 11:57 | |
*** pmallya has joined #heat | 11:57 | |
asalkeld | meeting coming up | 11:58 |
*** pmally___ has joined #heat | 12:04 | |
*** pmallya has quit IRC | 12:05 | |
*** naotok is now known as zz_naotok | 12:07 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Move creation of custom env to environment module https://review.openstack.org/131638 | 12:11 |
*** tspatzier has quit IRC | 12:15 | |
*** nosnos has quit IRC | 12:15 | |
*** tspatzier has joined #heat | 12:15 | |
*** tspatzier has quit IRC | 12:16 | |
*** jdob has joined #heat | 12:19 | |
*** killer_prince has quit IRC | 12:20 | |
*** JayJ has joined #heat | 12:20 | |
*** gokrokve has quit IRC | 12:21 | |
*** pmally___ has quit IRC | 12:21 | |
*** pmallya_ has joined #heat | 12:22 | |
*** dims__ has quit IRC | 12:24 | |
*** blinky_ghost has joined #heat | 12:24 | |
*** dims__ has joined #heat | 12:24 | |
*** JayJ has quit IRC | 12:25 | |
maishsk | asalkeld: Great to see that you are heading the central HA discussion | 12:25 |
asalkeld | maishsk, hope it helps | 12:26 |
*** JayJ has joined #heat | 12:26 | |
maishsk | I hope so | 12:26 |
maishsk | It is something that originated at a presentation I gave a while back | 12:26 |
asalkeld | maishsk, so this is ha of the services | 12:27 |
asalkeld | not of guests | 12:27 |
maishsk | correct Services | 12:27 |
maishsk | guests have to take care of themselves | 12:27 |
maishsk | :) | 12:27 |
asalkeld | better integration with pacemaker ocf scripts etc.. | 12:27 |
asalkeld | ok, I am going to head off to bed... getting late | 12:28 |
asalkeld | night all | 12:28 |
*** asalkeld has quit IRC | 12:28 | |
maishsk | asalkeld: g'night - see you in Paris next week! | 12:28 |
skraynev | asalkeld: bye | 12:28 |
Qiming | I have a different thought about having guests to take care of themselves | 12:29 |
Qiming | guest availability is supported from vmware, from cloudstack, from azure, iiuc | 12:29 |
Qiming | pacemaker/corosync way of handling it has two issues: 1) scalability, 2) another software stack to manage | 12:30 |
*** JayJ has quit IRC | 12:30 | |
*** sanjayu has quit IRC | 12:31 | |
*** sanjayu has joined #heat | 12:33 | |
maishsk | Qiming: there was a whole discussion on the ML - have you been following? | 12:33 |
Qiming | yes, I followed that | 12:33 |
Qiming | it has been a constant question that gets the same answer always: nova will not do this, other services should do; heat should not do this, it's nova's job ... | 12:35 |
Qiming | then: openstack should not do this, leave to linux-ha | 12:35 |
maishsk | I know... One the basics requests that always come up in the beginning of OpenStack talks with any customer | 12:38 |
maishsk | What we need is someone to decide. | 12:38 |
maishsk | Who should do this? and pass that mandate to the appropriate group | 12:39 |
Qiming | yes | 12:39 |
*** pasquier-s has joined #heat | 12:42 | |
openstackgerrit | Pratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 12:43 |
*** gokrokve has joined #heat | 12:44 | |
*** tonisbones has joined #heat | 12:44 | |
*** vijendar has quit IRC | 12:45 | |
*** gokrokve has quit IRC | 12:45 | |
*** vijendar has joined #heat | 12:45 | |
*** Drago has joined #heat | 12:45 | |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Add nested_depth to internal _create_stack RPC interface https://review.openstack.org/115732 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Add nested_depth column to stack table https://review.openstack.org/115730 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: engine service add nested_depth to create_stack https://review.openstack.org/115731 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: engine service add stack_user_project_id to create_stack interface https://review.openstack.org/118136 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Add user_creds_id to _create_stack RPC interface https://review.openstack.org/116335 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Add stack_user_project_id to _create_stack RPC interface https://review.openstack.org/118137 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: engine service add user_creds_id to create_stack interface https://review.openstack.org/116334 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: StackResource add show_deleted option to nested() accessor method https://review.openstack.org/116333 | 12:45 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: StackResource add force_reload to nested() accessor method https://review.openstack.org/116332 | 12:45 |
*** saju_m has quit IRC | 12:46 | |
*** inc0 has joined #heat | 12:47 | |
*** Krast has joined #heat | 12:48 | |
*** EricGonczer_ has quit IRC | 12:49 | |
*** radez_g0n3 is now known as radez | 12:51 | |
*** Drago has quit IRC | 12:51 | |
openstackgerrit | Pratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 12:58 |
*** LiJiansheng has quit IRC | 12:59 | |
jdandrea | stevebaker: Yes! keystone catalog is terrific. I don't know why I didn't pick that for the paste. | 13:04 |
*** aweiteka has joined #heat | 13:04 | |
*** Drago has joined #heat | 13:09 | |
inc0 | is meeting happening today? | 13:09 |
*** sanjayu has quit IRC | 13:12 | |
*** julienvey has quit IRC | 13:12 | |
*** ishant has quit IRC | 13:12 | |
*** spzala has joined #heat | 13:16 | |
*** gokrokve has joined #heat | 13:24 | |
*** julienvey has joined #heat | 13:25 | |
jdandrea | inc0: Happened. (I was hoping to make my first one, but fate conspired against me.) Minutes: http://eavesdrop.openstack.org/meetings/heat/2014/heat.2014-10-29-12.00.log.html | 13:28 |
* jdandrea is going to miss all the pastry in Paris. Le sigh. | 13:29 | |
inc0 | thank you | 13:29 |
inc0 | jdandrea, don't worry, we'll make sure that you'll know exactly how tasty that was | 13:32 |
*** hdd has quit IRC | 13:33 | |
Qiming | it could be HOT | 13:35 |
jdandrea | inc0: yw ... oh, thank you. Yes, please keep me in the loop on that. :-p | 13:36 |
jdandrea | Qiming: HOT pastry? :-D | 13:37 |
inc0 | new resource type | 13:37 |
*** jasond has joined #heat | 13:37 | |
jdandrea | OS::Hot::Pastry | 13:37 |
inc0 | resauce | 13:37 |
inc0 | le sauce | 13:37 |
jdandrea | Ha! Someone should get right on that. | 13:38 |
* jdandrea thinks about the Summit, if it's ever in Austin, TX: OS::Hot::Sauce | 13:38 | |
*** hdd has joined #heat | 13:38 | |
Qiming | lol | 13:38 |
skraynev | guys, I see you are preparing some tasty dishes for party ? | 13:38 |
skraynev | do not forget about OS::Cold:Beer please :) | 13:39 |
jdandrea | "It's 17:00 somewhere." | 13:40 |
inc0 | its 3pm here, so feel free to drink on my accounyt | 13:42 |
*** zns has joined #heat | 13:42 | |
*** cdent has quit IRC | 13:43 | |
*** Krast has quit IRC | 13:43 | |
skraynev | solution: move your clock and enjoy ;) | 13:43 |
skraynev | or come to somebody who enjoys | 13:44 |
jdandrea | WIN. | 13:44 |
*** ramishra has joined #heat | 13:45 | |
openstackgerrit | Pratik Mallya proposed a change to openstack/heat: Pass status reason when trove misbehaves https://review.openstack.org/131563 | 13:46 |
*** cdent has joined #heat | 13:47 | |
*** rushiagr is now known as rushiagr_away | 13:47 | |
*** kebray has joined #heat | 13:51 | |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Fix error raising in cfn with wrong output section https://review.openstack.org/131222 | 13:54 |
*** pas-ha has quit IRC | 13:55 | |
openstackgerrit | Peter Razumovsky proposed a change to openstack/heat: Fix error raising in cfn with wrong output section https://review.openstack.org/131222 | 13:58 |
*** EricGonczer_ has joined #heat | 13:59 | |
*** zns has quit IRC | 13:59 | |
*** sarob has joined #heat | 13:59 | |
*** hdd has quit IRC | 14:00 | |
*** inc0 has quit IRC | 14:01 | |
*** sarob_ has joined #heat | 14:04 | |
*** zns has joined #heat | 14:04 | |
*** ramishra has quit IRC | 14:04 | |
*** sarob has quit IRC | 14:05 | |
*** ramishra has joined #heat | 14:05 | |
*** pas-ha has joined #heat | 14:07 | |
*** elynn has joined #heat | 14:08 | |
therve | shardy, I haven't made comments on that review, because I don't have an alternative solution unfortunately | 14:09 |
*** ramishra has quit IRC | 14:10 | |
shardy | therve: Ok, fair enough :) | 14:11 |
therve | I can still argue on it I guess, but I'm not sure how useful it'll be | 14:11 |
*** andreaf has quit IRC | 14:11 | |
*** andreaf has joined #heat | 14:12 | |
*** jyoti-ranjan has quit IRC | 14:13 | |
*** Marga_ has joined #heat | 14:15 | |
*** jyoti-ranjan has joined #heat | 14:15 | |
*** pas-ha has quit IRC | 14:20 | |
*** elynn has quit IRC | 14:20 | |
*** jyoti-ranjan has quit IRC | 14:20 | |
*** mkollaro has joined #heat | 14:21 | |
*** pas-ha has joined #heat | 14:22 | |
*** links has quit IRC | 14:26 | |
*** jyoti-ranjan has joined #heat | 14:31 | |
*** jyoti-ranjan has quit IRC | 14:34 | |
*** zns has quit IRC | 14:48 | |
*** Marga_ has quit IRC | 14:49 | |
*** kitch_ has joined #heat | 14:52 | |
*** jasond has quit IRC | 14:52 | |
jdandrea | Can anyone recommend a crystal clear tutorial on how pymox works? I keep looking at the Heat tests and my eyes kind of glaze over. Google's docs aren't helping. (I know, "It's easy when you know how!") | 14:53 |
*** pmallya_ has quit IRC | 14:54 | |
*** dsneddon has joined #heat | 14:55 | |
openstackgerrit | Rob Pothier proposed a change to openstack/heat: Support vnic_type in OS::Neutron::Port https://review.openstack.org/129353 | 14:56 |
*** thedodd has joined #heat | 14:56 | |
*** hdd has joined #heat | 14:56 | |
*** pmallya_ has joined #heat | 14:57 | |
*** pmallya_ has quit IRC | 14:57 | |
*** pmallya has joined #heat | 14:58 | |
*** jcoufal has quit IRC | 14:58 | |
*** sarob_ has quit IRC | 14:59 | |
*** sarob has joined #heat | 15:00 | |
*** jcoufal has joined #heat | 15:01 | |
*** spzala has quit IRC | 15:03 | |
*** pas-ha has quit IRC | 15:04 | |
*** sarob has quit IRC | 15:06 | |
*** sarob has joined #heat | 15:07 | |
*** Qiming has quit IRC | 15:07 | |
*** rushiagr_away is now known as rushiagr | 15:08 | |
*** dsneddon is now known as dsneddon|mtg | 15:10 | |
*** sarob has quit IRC | 15:12 | |
jdandrea | Re: Previous Q, Martin Fowler to the rescue: http://martinfowler.com/articles/mocksArentStubs.html | 15:12 |
*** aweiteka has quit IRC | 15:13 | |
*** pas-ha has joined #heat | 15:15 | |
*** randallburt has joined #heat | 15:21 | |
*** randallburt has quit IRC | 15:21 | |
*** jprovazn has quit IRC | 15:21 | |
*** inc0 has joined #heat | 15:21 | |
*** randallburt has joined #heat | 15:21 | |
*** Marga_ has joined #heat | 15:23 | |
*** aweiteka has joined #heat | 15:28 | |
*** Drago has quit IRC | 15:32 | |
*** reed has joined #heat | 15:33 | |
*** Drago has joined #heat | 15:43 | |
*** maishsk has left #heat | 15:44 | |
skraynev | g'night all | 15:46 |
*** ifarkas has quit IRC | 15:48 | |
*** gokrokve has quit IRC | 15:50 | |
*** spzala has joined #heat | 15:52 | |
*** mkollaro has quit IRC | 15:57 | |
*** jinxly has quit IRC | 15:58 | |
*** pmallya has quit IRC | 16:00 | |
*** alexheneveld has quit IRC | 16:00 | |
*** k4n0 has quit IRC | 16:03 | |
*** pmallya has joined #heat | 16:05 | |
*** pmallya has quit IRC | 16:05 | |
*** pmallya_ has joined #heat | 16:06 | |
*** kebray has quit IRC | 16:06 | |
*** sarob has joined #heat | 16:07 | |
*** sarob_ has joined #heat | 16:09 | |
*** vijendar has quit IRC | 16:11 | |
*** blinky_ghost_ has joined #heat | 16:11 | |
*** vijendar has joined #heat | 16:11 | |
*** alexheneveld has joined #heat | 16:12 | |
*** sarob has quit IRC | 16:12 | |
*** blinky_ghost has quit IRC | 16:14 | |
*** reed has quit IRC | 16:15 | |
*** Tross has joined #heat | 16:15 | |
*** hdd has quit IRC | 16:16 | |
*** hdd has joined #heat | 16:18 | |
*** eoutin has quit IRC | 16:18 | |
*** blinky_ghost_ has quit IRC | 16:20 | |
*** zz_gondoi is now known as gondoi | 16:24 | |
*** Murali__ has joined #heat | 16:25 | |
*** pas-ha has quit IRC | 16:32 | |
*** Marga__ has joined #heat | 16:32 | |
*** alexheneveld has quit IRC | 16:34 | |
*** Marga_ has quit IRC | 16:34 | |
*** gokrokve has joined #heat | 16:35 | |
*** gokrokve has quit IRC | 16:36 | |
*** zhiyan has quit IRC | 16:36 | |
*** Marga__ has quit IRC | 16:37 | |
*** serverascode__ has quit IRC | 16:37 | |
*** ipolyzos has quit IRC | 16:38 | |
*** Michalik has quit IRC | 16:39 | |
*** gokrokve has joined #heat | 16:39 | |
*** gokrokve has quit IRC | 16:40 | |
*** saurabhs has joined #heat | 16:41 | |
*** reed has joined #heat | 16:43 | |
*** alexheneveld has joined #heat | 16:49 | |
*** julienvey has quit IRC | 16:54 | |
*** julienvey has joined #heat | 16:55 | |
*** jcoufal has quit IRC | 16:55 | |
*** julienvey has quit IRC | 16:59 | |
*** jstrachan_ has joined #heat | 17:00 | |
*** vijendar has quit IRC | 17:01 | |
*** vijendar has joined #heat | 17:01 | |
therve | Has someone seen "AttributeError: 'module' object has no attribute 'client_plugin'" running the tests? | 17:01 |
therve | It seems to happen on weird conditions | 17:02 |
*** rpothier has quit IRC | 17:02 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Add snapshot restore HTTP API https://review.openstack.org/92125 | 17:02 |
*** jstrachan has quit IRC | 17:03 | |
*** randallburt has quit IRC | 17:03 | |
*** rakesh_hs has quit IRC | 17:04 | |
*** jstrachan has joined #heat | 17:04 | |
*** inc0 has quit IRC | 17:04 | |
*** aweiteka has quit IRC | 17:05 | |
*** Marga_ has joined #heat | 17:05 | |
*** thedodd has quit IRC | 17:05 | |
*** jstrachan_ has quit IRC | 17:06 | |
*** randallburt has joined #heat | 17:07 | |
*** blinky_ghost__ has joined #heat | 17:08 | |
*** hdd has quit IRC | 17:09 | |
*** randallburt has quit IRC | 17:10 | |
openstackgerrit | A change was merged to openstack/heat: Update docs to reflect HOT version support. https://review.openstack.org/131159 | 17:11 |
openstackgerrit | Steven Hardy proposed a change to openstack/python-heatclient: Move to oslo.serialization https://review.openstack.org/131826 | 17:11 |
openstackgerrit | Steven Hardy proposed a change to openstack/python-heatclient: Convert strutils to oslo.utils.encodeutils https://review.openstack.org/131827 | 17:11 |
openstackgerrit | Steven Hardy proposed a change to openstack/python-heatclient: Convert importutils to oslo.utils https://review.openstack.org/131828 | 17:12 |
openstackgerrit | Steven Hardy proposed a change to openstack/python-heatclient: Sync oslo and purge remaining deprecated modules https://review.openstack.org/131829 | 17:12 |
*** _shaps_ has quit IRC | 17:13 | |
*** Marga_ has quit IRC | 17:14 | |
*** dsneddon|mtg is now known as dsneddon | 17:15 | |
*** harlowja_away is now known as harlowja | 17:16 | |
*** tomek_adamczewsk has quit IRC | 17:17 | |
*** jstrachan has quit IRC | 17:17 | |
*** aweiteka has joined #heat | 17:18 | |
*** harlowja_ has joined #heat | 17:21 | |
*** harlowja has quit IRC | 17:21 | |
*** achanda has joined #heat | 17:23 | |
*** derekh has quit IRC | 17:25 | |
*** hdd has joined #heat | 17:27 | |
*** jcoufal has joined #heat | 17:27 | |
*** thedodd has joined #heat | 17:30 | |
*** dsneddon has quit IRC | 17:34 | |
*** dsneddon has joined #heat | 17:34 | |
*** achanda has quit IRC | 17:35 | |
*** andreaf has quit IRC | 17:35 | |
*** andreaf has joined #heat | 17:35 | |
*** hdd has quit IRC | 17:36 | |
*** jistr has quit IRC | 17:37 | |
openstackgerrit | Ryan Brown proposed a change to openstack/heat: Add a preview endpoint for stack updates https://review.openstack.org/122473 | 17:37 |
*** kebray has joined #heat | 17:37 | |
*** kebray has quit IRC | 17:39 | |
*** kebray has joined #heat | 17:40 | |
*** jamielennox is now known as jamielennox|away | 17:40 | |
*** beekneemech has joined #heat | 17:44 | |
*** bnemec has quit IRC | 17:44 | |
*** blinky_ghost__ has quit IRC | 17:45 | |
*** blinky_ghost__ has joined #heat | 17:46 | |
*** achanda has joined #heat | 17:48 | |
*** serverascode__ has joined #heat | 17:48 | |
*** pasquier-s has quit IRC | 17:48 | |
*** fayablazer has quit IRC | 17:49 | |
*** alexheneveld has quit IRC | 17:50 | |
*** achanda has quit IRC | 17:51 | |
*** dsneddon has quit IRC | 17:54 | |
*** harlowja_ has quit IRC | 17:55 | |
*** dsneddon has joined #heat | 17:55 | |
*** harlowja has joined #heat | 17:56 | |
*** spzala has quit IRC | 17:57 | |
*** zhiyan has joined #heat | 18:00 | |
*** Michalik has joined #heat | 18:00 | |
*** EricGonczer_ has quit IRC | 18:02 | |
*** EricGonczer_ has joined #heat | 18:02 | |
*** ipolyzos has joined #heat | 18:03 | |
*** julienvey has joined #heat | 18:07 | |
*** EricGonczer_ has quit IRC | 18:09 | |
*** dsneddon has quit IRC | 18:15 | |
*** dsneddon has joined #heat | 18:17 | |
*** andreaf has quit IRC | 18:17 | |
*** spzala has joined #heat | 18:23 | |
*** julienvey has quit IRC | 18:23 | |
*** Marga_ has joined #heat | 18:24 | |
*** fbo has quit IRC | 18:24 | |
*** Drago has quit IRC | 18:29 | |
*** thedodd has quit IRC | 18:29 | |
*** Marga_ has quit IRC | 18:31 | |
*** gondoi is now known as zz_gondoi | 18:34 | |
*** bitblt has joined #heat | 18:36 | |
*** dsneddon has quit IRC | 18:36 | |
*** randallburt has joined #heat | 18:37 | |
*** randallburt has joined #heat | 18:37 | |
*** thedodd has joined #heat | 18:37 | |
*** dsneddon has joined #heat | 18:37 | |
*** aweiteka has quit IRC | 18:40 | |
*** fbo has joined #heat | 18:41 | |
*** Drago has joined #heat | 18:46 | |
*** alexheneveld has joined #heat | 18:51 | |
*** achanda has joined #heat | 18:52 | |
*** aweiteka has joined #heat | 18:55 | |
*** __TheDodd__ has joined #heat | 18:57 | |
*** dsneddon has quit IRC | 18:57 | |
*** achanda has quit IRC | 18:57 | |
*** tomek_adamczewsk has joined #heat | 18:58 | |
*** thedodd has quit IRC | 18:58 | |
*** dsneddon has joined #heat | 18:58 | |
*** sabeen1 has joined #heat | 19:02 | |
*** sabeen2 has quit IRC | 19:03 | |
*** EricGonczer_ has joined #heat | 19:04 | |
*** sabeen1 has quit IRC | 19:06 | |
*** sabeen1 has joined #heat | 19:06 | |
*** inc0 has joined #heat | 19:09 | |
*** rushiagr is now known as rushiagr_away | 19:10 | |
*** blinky_ghost__ has quit IRC | 19:18 | |
*** dsneddon has quit IRC | 19:18 | |
*** dsneddon has joined #heat | 19:19 | |
*** tomek_adamczewsk has quit IRC | 19:20 | |
*** tomek_adamczewsk has joined #heat | 19:20 | |
*** jcoufal has quit IRC | 19:30 | |
*** Tross has quit IRC | 19:31 | |
*** julienvey has joined #heat | 19:34 | |
*** cdent has quit IRC | 19:35 | |
*** Murali__ has quit IRC | 19:36 | |
*** aweiteka has quit IRC | 19:37 | |
*** sabeen1 has quit IRC | 19:38 | |
*** julienvey has quit IRC | 19:38 | |
*** mkollaro has joined #heat | 19:38 | |
*** sabeen1 has joined #heat | 19:40 | |
*** inc0 has quit IRC | 19:46 | |
*** EricGonczer_ has quit IRC | 19:47 | |
*** beekneemech is now known as bnemec | 19:48 | |
*** aweiteka has joined #heat | 19:49 | |
*** alexheneveld has quit IRC | 19:53 | |
*** Marga_ has joined #heat | 19:56 | |
*** achanda has joined #heat | 19:59 | |
*** alexheneveld has joined #heat | 20:05 | |
*** Marga_ has quit IRC | 20:05 | |
*** Marga_ has joined #heat | 20:06 | |
*** vdreamarkitex has joined #heat | 20:10 | |
*** tspatzier has joined #heat | 20:23 | |
*** spzala has quit IRC | 20:23 | |
*** Murali_ has joined #heat | 20:24 | |
*** devx_ is now known as devx | 20:26 | |
*** adam_g_gone is now known as adam_g | 20:30 | |
*** kitch_ has quit IRC | 20:31 | |
*** mkollaro has quit IRC | 20:45 | |
*** achanda has quit IRC | 20:50 | |
*** stannie1 has quit IRC | 20:52 | |
*** hdd has joined #heat | 20:55 | |
*** Tross has joined #heat | 20:55 | |
-openstackstatus- NOTICE: Restarting gerrit to get fixed CI javascript | 20:56 | |
stevebaker | morning | 20:58 |
*** jdob has quit IRC | 20:58 | |
*** hdd has quit IRC | 20:59 | |
*** alexheneveld has quit IRC | 21:06 | |
*** hdd has joined #heat | 21:06 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement update of AWS::EC2::SecurityGroup rules https://review.openstack.org/88548 | 21:06 |
*** Drago has quit IRC | 21:07 | |
*** sarob_ has quit IRC | 21:08 | |
*** Marga_ has quit IRC | 21:09 | |
*** kebray has quit IRC | 21:09 | |
*** alexpilotti has quit IRC | 21:13 | |
*** alexpilotti has joined #heat | 21:14 | |
*** alexpilotti has quit IRC | 21:16 | |
*** Marga_ has joined #heat | 21:16 | |
*** JayJ has joined #heat | 21:17 | |
*** alexheneveld has joined #heat | 21:23 | |
*** achanda has joined #heat | 21:24 | |
*** tchaypo has left #heat | 21:27 | |
*** aweiteka has quit IRC | 21:29 | |
*** hdd has quit IRC | 21:31 | |
ccrouch | zaneb: ping | 21:32 |
ccrouch | call ? | 21:32 |
zaneb | oh yeah | 21:32 |
*** devx is now known as XveD | 21:41 | |
*** julienvey has joined #heat | 21:42 | |
*** openstackgerrit has quit IRC | 21:50 | |
*** andersonvom has quit IRC | 21:53 | |
*** julienvey has quit IRC | 22:02 | |
*** achanda_ has joined #heat | 22:04 | |
*** julienvey has joined #heat | 22:07 | |
*** achanda has quit IRC | 22:08 | |
*** randallburt has quit IRC | 22:15 | |
*** vijendar has quit IRC | 22:15 | |
*** Marga_ has quit IRC | 22:22 | |
*** pmallya_ has quit IRC | 22:23 | |
*** asalkeld has joined #heat | 22:26 | |
asalkeld | morning | 22:27 |
*** Drago has joined #heat | 22:27 | |
*** dims_ has joined #heat | 22:28 | |
*** dims_ has quit IRC | 22:29 | |
*** dims_ has joined #heat | 22:30 | |
*** dims__ has quit IRC | 22:31 | |
*** achanda_ has quit IRC | 22:34 | |
*** __TheDodd__ has quit IRC | 22:37 | |
*** tspatzier has quit IRC | 22:46 | |
*** tspatzier has joined #heat | 22:49 | |
*** tspatzier has quit IRC | 22:49 | |
*** hdd has joined #heat | 22:52 | |
*** achanda has joined #heat | 22:58 | |
*** alexheneveld has quit IRC | 23:00 | |
*** julienvey has quit IRC | 23:00 | |
*** dims_ has quit IRC | 23:05 | |
*** dims__ has joined #heat | 23:06 | |
*** hdd has quit IRC | 23:12 | |
*** JayJ has quit IRC | 23:31 | |
*** Tross has quit IRC | 23:44 | |
*** Marga_ has joined #heat | 23:50 | |
*** Drago has quit IRC | 23:52 | |
*** Marga_ has quit IRC | 23:57 | |
*** Tross has joined #heat | 23:57 | |
*** Tross has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!