*** matsuhashi has joined #heat | 00:01 | |
*** asalkeld has joined #heat | 00:11 | |
*** e0ne has joined #heat | 00:17 | |
*** shakamunyi has joined #heat | 00:31 | |
*** shakamunyi has quit IRC | 00:37 | |
*** IlyaE has quit IRC | 00:43 | |
*** mestery has joined #heat | 00:48 | |
*** IlyaE has joined #heat | 01:06 | |
*** RockKuo_ has joined #heat | 01:11 | |
*** nati_ueno has joined #heat | 01:12 | |
*** derekh has quit IRC | 01:15 | |
*** mkollaro has quit IRC | 01:34 | |
*** nosnos has joined #heat | 01:41 | |
*** slagle has joined #heat | 01:43 | |
*** arbylee has joined #heat | 01:54 | |
*** e0ne has quit IRC | 02:01 | |
*** nati_ueno has quit IRC | 02:21 | |
openstackgerrit | A change was merged to openstack/heat: Fix missed whitespace in attribute description https://review.openstack.org/85935 | 02:26 |
---|---|---|
*** e0ne has joined #heat | 02:27 | |
*** e0ne has quit IRC | 02:30 | |
*** e0ne_ has joined #heat | 02:30 | |
*** alexheneveld has joined #heat | 02:34 | |
asalkeld | SpamapS, were you interested in a heat resource like a nodepool? I need one for image building | 02:35 |
asalkeld | just want to make sure if I make something, it can be reused by others | 02:35 |
SpamapS | asalkeld: hm. | 02:39 |
SpamapS | asalkeld: wouldn't autoscaling groups suffice? | 02:39 |
asalkeld | SpamapS, part of | 02:39 |
asalkeld | so was thinking of marconi queue | 02:39 |
asalkeld | and autoscale group | 02:40 |
asalkeld | but one question was cleaning up the used servers | 02:40 |
asalkeld | so I can send jobs to the servers and they run a job and shutdown | 02:41 |
*** zhiyan_ is now known as zhiyan | 02:41 | |
asalkeld | then heat needs to clean up it't understanding of what's part of the group | 02:41 |
asalkeld | (so hopefully this is just a template, and doesn't need changes to heat) | 02:43 |
SpamapS | asalkeld: ok so your scaling factor is queue depth right? | 02:48 |
SpamapS | asalkeld: I've not kept track of how you feed in your own metrics to Heat/Ceilometer for this, but it seems like that is what you want. | 02:49 |
asalkeld | SpamapS, initially I'll ignore that - but it could be used to determine the scaling factor, yes | 02:49 |
SpamapS | asalkeld: actually now that I think about it my, my idea of an ephemeral server that goes away when you're done with it would work as an autoscaling group w/ 0 min servers | 02:50 |
asalkeld | SpamapS, sure - just a big latency | 02:50 |
asalkeld | we could get smarter and make 10 servers and suspend them | 02:51 |
asalkeld | then resume on new jobs | 02:51 |
*** alexheneveld has quit IRC | 02:52 | |
openstackgerrit | A change was merged to openstack/python-heatclient: Sync oslo incubator https://review.openstack.org/84989 | 02:53 |
SpamapS | asalkeld: this is why we use image based deployments frankly. | 02:58 |
SpamapS | asalkeld: need more? boot more. :) | 02:58 |
asalkeld | yip | 02:58 |
*** metral_zzz is now known as metral | 03:04 | |
*** ramishra has joined #heat | 03:09 | |
lifeless | asalkeld: latency on VMs should be pretty liow | 03:15 |
asalkeld | lifeless, yeah - it kinda depends tho' | 03:15 |
asalkeld | hardware, is the glance image close to the compute node etc.. | 03:16 |
asalkeld | that would be a nice nova hint (start it where you don't have to copy the image to) | 03:17 |
*** alexheneveld has joined #heat | 03:20 | |
*** arbylee has quit IRC | 03:21 | |
*** nati_ueno has joined #heat | 03:23 | |
lifeless | asalkeld: thats what the image cache is for :) | 03:23 |
lifeless | asalkeld: you could use an affinity group to get vms scheduled onto hypervisors likely to have the image cached | 03:24 |
lifeless | (also that would be a nice scheduler auto tunining thing) | 03:24 |
asalkeld | yeah | 03:25 |
*** alexheneveld has quit IRC | 03:30 | |
*** matsuhashi has quit IRC | 03:31 | |
*** nati_ueno has quit IRC | 03:35 | |
openstackgerrit | A change was merged to openstack/heat: Replace str with six.text_type https://review.openstack.org/81956 | 03:45 |
openstackgerrit | A change was merged to openstack/heat: Avoid referencing Message.__str__ in exceptions https://review.openstack.org/75796 | 03:45 |
openstackgerrit | A change was merged to openstack/heat: Tidy up urlfetch.py exception handling https://review.openstack.org/81960 | 03:47 |
openstackgerrit | A change was merged to openstack/heat: Replace str with six.text_type in tests https://review.openstack.org/75797 | 03:47 |
*** nosnos has quit IRC | 03:49 | |
*** nati_ueno has joined #heat | 03:50 | |
*** nati_ueno has quit IRC | 04:05 | |
*** zhiyan is now known as zhiyan_ | 04:07 | |
*** e0ne_ has quit IRC | 04:27 | |
openstackgerrit | Liang Chen proposed a change to openstack/heat: Enable lazy translation in unit tests https://review.openstack.org/75798 | 04:34 |
openstackgerrit | Liang Chen proposed a change to openstack/heat: Re-enable lazy translation https://review.openstack.org/75800 | 04:34 |
*** matsuhashi has joined #heat | 04:38 | |
*** akuznetsov has joined #heat | 04:41 | |
*** akuznetsov has quit IRC | 04:41 | |
*** nosnos has joined #heat | 04:48 | |
*** akuznetsov has joined #heat | 04:51 | |
*** chandan_kumar has joined #heat | 04:52 | |
*** alexheneveld has joined #heat | 05:00 | |
*** IlyaE has quit IRC | 05:02 | |
*** skraynev_afk is now known as skraynev | 05:12 | |
skraynev | Morning | 05:12 |
*** asalkeld has quit IRC | 05:26 | |
*** nosnos_ has joined #heat | 05:36 | |
*** nosnos has quit IRC | 05:36 | |
openstackgerrit | A change was merged to openstack/heat: Allow complex scheduler hints for AWS Instance https://review.openstack.org/85089 | 05:36 |
*** nati_ueno has joined #heat | 05:42 | |
*** zhiyan_ is now known as zhiyan | 05:43 | |
*** asalkeld has joined #heat | 05:47 | |
*** jprovazn has joined #heat | 05:47 | |
*** IlyaE has joined #heat | 05:50 | |
*** nati_ueno has quit IRC | 05:56 | |
*** matsuhas_ has joined #heat | 06:00 | |
*** matsuhashi has quit IRC | 06:03 | |
*** tomek_adamczewsk has quit IRC | 06:08 | |
openstackgerrit | Jenkins proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/83957 | 06:09 |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Removing default version for templates https://review.openstack.org/83380 | 06:16 |
*** TonyBurn has joined #heat | 06:21 | |
*** nosnos has joined #heat | 06:32 | |
*** alexheneveld has quit IRC | 06:32 | |
*** nosnos_ has quit IRC | 06:32 | |
*** matsuhas_ has quit IRC | 06:37 | |
*** matsuhashi has joined #heat | 06:37 | |
*** matsuhashi has joined #heat | 06:38 | |
*** sdake_ has joined #heat | 06:41 | |
*** sdake_ has quit IRC | 06:41 | |
*** sdake_ has joined #heat | 06:41 | |
*** e0ne has joined #heat | 06:42 | |
skraynev | stevebaker: are you still here? | 06:46 |
shardy | morning all | 06:47 |
*** tomek_adamczewsk has joined #heat | 06:48 | |
sdake_ | evening folks | 06:50 |
sdake_ | bedtime enjoy :) | 06:50 |
skraynev | sdake_: heh.. please don't tell me about bedtime... morning is very cloudy and rainy , so I would prefer to continue this sweet time in bed. :) | 06:51 |
*** nkhare has joined #heat | 06:55 | |
sdake_ | shouldn't read mailing lists before bedtime | 06:58 |
sdake_ | "please ad dscheduler to heat" | 06:58 |
* sdake_ groans and passes out | 06:58 | |
therve | Good morning! | 06:59 |
*** liang has joined #heat | 07:11 | |
*** e0ne_ has joined #heat | 07:11 | |
*** e0ne has quit IRC | 07:14 | |
*** tspatzier has joined #heat | 07:29 | |
*** e0ne_ has quit IRC | 07:32 | |
*** e0ne has joined #heat | 07:33 | |
*** e0ne has quit IRC | 07:37 | |
*** tomek_adamczewsk has quit IRC | 07:39 | |
*** tomek_adamczewsk has joined #heat | 07:41 | |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Using attribute schema for building documentation https://review.openstack.org/86803 | 07:41 |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Deprecate first_address attribute of Server https://review.openstack.org/86526 | 07:41 |
*** tspatzier has quit IRC | 07:42 | |
*** e0ne has joined #heat | 07:43 | |
*** IlyaE has quit IRC | 07:44 | |
*** ifarkas has joined #heat | 07:44 | |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Do not use suppport message if it's None https://review.openstack.org/87184 | 07:54 |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Using attribute schema for building documentation https://review.openstack.org/86803 | 07:57 |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Deprecate first_address attribute of Server https://review.openstack.org/86526 | 07:57 |
*** jistr has joined #heat | 08:02 | |
*** yassine has joined #heat | 08:04 | |
*** sergmelikyan has quit IRC | 08:08 | |
*** sergmelikyan has joined #heat | 08:08 | |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Use correct output value in documentation https://review.openstack.org/87186 | 08:13 |
*** alexpilotti has joined #heat | 08:16 | |
*** ifarkas has quit IRC | 08:35 | |
*** ramishra has quit IRC | 08:36 | |
*** ramishra has joined #heat | 08:36 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/python-heatclient: Add --dry-run option to stack abandon command https://review.openstack.org/84680 | 08:38 |
*** che-arne has joined #heat | 08:39 | |
*** ifarkas has joined #heat | 08:39 | |
*** rpothier__ has joined #heat | 08:47 | |
openstackgerrit | Zhang Yang proposed a change to openstack/heat: Allow DesiredCapacity to be zero https://review.openstack.org/87204 | 08:50 |
*** rpothier_ has quit IRC | 08:50 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/python-heatclient: Add --dry-run option to stack abandon command https://review.openstack.org/84680 | 08:54 |
*** rpothier__ has quit IRC | 08:55 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/heat: Add dry_run option to stack abandon https://review.openstack.org/84664 | 09:07 |
*** cmyster has joined #heat | 09:18 | |
*** cmyster has joined #heat | 09:18 | |
*** derekh has joined #heat | 09:21 | |
*** mkollaro has joined #heat | 09:25 | |
cmyster | morning | 09:27 |
cmyster | noo even | 09:27 |
cmyster | n | 09:27 |
*** DaveJ__ has joined #heat | 09:30 | |
*** zhiyan is now known as zhiyan_ | 09:30 | |
*** ramishra has quit IRC | 09:33 | |
*** ramishra has joined #heat | 09:36 | |
shardy | Hi cmyster | 09:38 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Don't ignore event creation errors https://review.openstack.org/87212 | 09:39 |
*** yassine has quit IRC | 09:48 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix inaccurate error_msg for InvalidTemplateVersion https://review.openstack.org/81761 | 09:49 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Use correct order of arguments to assertEqual https://review.openstack.org/82498 | 09:54 |
*** nanjj has joined #heat | 09:56 | |
*** Goneri has quit IRC | 09:58 | |
nanjj | https://review.openstack.org/#/c/84269/ | 10:00 |
nanjj | looks like baker is removing the last depends on heat-cfn-api | 10:00 |
therve | "Last" | 10:05 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Use cinder API for volume attach and detach https://review.openstack.org/86638 | 10:08 |
nanjj | I mean to make everything work without heat-cfn-api running | 10:08 |
*** liang has quit IRC | 10:10 | |
therve | nanjj, We still don't have wait conditions AFAIK | 10:11 |
nanjj | deployment + nova server | 10:12 |
nanjj | no need wait condition | 10:12 |
shardy | therve: software deployments can work with the native signal API AFAIK | 10:12 |
therve | Oh okay | 10:12 |
shardy | but yeah the actual WaitConditionHandle resource won't | 10:13 |
therve | Also, alarms :) | 10:13 |
therve | (I have a patch up for review for that!) | 10:13 |
shardy | therve: Oh really, got a link? | 10:13 |
therve | shardy, https://review.openstack.org/#/c/87111/ | 10:13 |
shardy | therve: I was thinking of taking a look at that, you've beaten me to it ;) | 10:13 |
nanjj | shardy: software deployments is using os-collect-config, and os-collect-config depends on cfn-api | 10:13 |
therve | https://review.openstack.org/#/c/87110/ is the ceilometer counter part | 10:14 |
shardy | nanjj: SoftwareDeployments can use any agent, can't they? | 10:14 |
shardy | nanjj: depending on the hook script you use? | 10:14 |
shardy | therve: nice! I'll try it out later :) | 10:16 |
shardy | therve: I added eglynn to the ceilometer review as we were talking about this recently at a meetup | 10:16 |
nanjj | shardy: http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/resources/server.py#n362 | 10:16 |
therve | shardy, Cool, please do! | 10:16 |
nanjj | shardy: so yes, if these tools could work like os-collect-config | 10:17 |
*** nanjj has quit IRC | 10:24 | |
*** mkollaro has quit IRC | 10:25 | |
*** mkollaro has joined #heat | 10:32 | |
*** pas-ha has joined #heat | 10:32 | |
pas-ha | morning all | 10:32 |
*** cmyster_ has joined #heat | 10:34 | |
pas-ha | I'm still not sure I get the schema behaviour. So, if the property is not required and has no default, it will still be present in self.properties upon resource creation if omitted from the template, and its value willl be None., | 10:34 |
pas-ha | is it so? | 10:34 |
shardy | pas-ha: yes | 10:35 |
pas-ha | always None, or dependent on property type (0, '', []...)? | 10:35 |
shardy | pas-ha: always None IIRC | 10:36 |
pas-ha | shardy: ok, thanks | 10:36 |
shardy | there was some discussion about type dependent alternatives to None a while back, but AFAIK it's still None for everything now | 10:36 |
*** cmyster has quit IRC | 10:36 | |
*** asalkeld has quit IRC | 10:40 | |
openstackgerrit | A change was merged to openstack/python-heatclient: Deprecate preview --create-timeout in favor of --timeout https://review.openstack.org/82727 | 10:40 |
*** matsuhashi has quit IRC | 10:40 | |
*** matsuhashi has joined #heat | 10:41 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add datastore properties to OS::Trove::Instance https://review.openstack.org/60532 | 10:42 |
*** tspatzier has joined #heat | 10:45 | |
*** david-lyle has joined #heat | 10:46 | |
*** matsuhashi has quit IRC | 10:50 | |
*** matsuhas_ has joined #heat | 10:52 | |
*** chandan_kumar has quit IRC | 10:55 | |
*** edimmaz has joined #heat | 10:56 | |
*** matsuhas_ has quit IRC | 11:00 | |
*** yassine has joined #heat | 11:01 | |
*** matsuhas_ has joined #heat | 11:04 | |
*** slagle has quit IRC | 11:09 | |
*** chandan_kumar has joined #heat | 11:09 | |
openstackgerrit | Thomas Spatzier proposed a change to openstack/heat: Move some template validation to Template class https://review.openstack.org/83984 | 11:10 |
*** slagle has joined #heat | 11:11 | |
*** tspatzier has quit IRC | 11:14 | |
*** matsuhas_ has quit IRC | 11:15 | |
*** chandan_kumar has quit IRC | 11:16 | |
*** matsuhashi has joined #heat | 11:16 | |
*** nkhare has quit IRC | 11:24 | |
*** SnowDust has joined #heat | 11:28 | |
SnowDust | hi zaneb | 11:28 |
*** chandan_kumar has joined #heat | 11:31 | |
*** cmyster has joined #heat | 11:34 | |
*** cmyster has joined #heat | 11:34 | |
*** e0ne has quit IRC | 11:36 | |
*** cmyster_ has quit IRC | 11:37 | |
*** e0ne has joined #heat | 11:37 | |
*** e0ne has quit IRC | 11:41 | |
*** david-lyle has quit IRC | 11:41 | |
*** RockKuo_ has quit IRC | 11:46 | |
*** matsuhashi has quit IRC | 11:46 | |
*** faramir has joined #heat | 11:48 | |
*** matsuhashi has joined #heat | 11:51 | |
*** rbuilta has joined #heat | 11:52 | |
cmyster | hi... quasi-afk here, on a week off | 11:53 |
*** ramishra has quit IRC | 11:58 | |
openstackgerrit | Dimitri Mazmanov proposed a change to openstack/heat: Fix wrongly printed count of received handled conditions https://review.openstack.org/87251 | 12:00 |
*** nosnos has quit IRC | 12:01 | |
*** ramishra has joined #heat | 12:01 | |
*** bgorski has joined #heat | 12:01 | |
*** lipinski has joined #heat | 12:06 | |
*** e0ne has joined #heat | 12:07 | |
*** rpothier has joined #heat | 12:07 | |
*** e0ne_ has joined #heat | 12:09 | |
*** e0ne has quit IRC | 12:09 | |
*** jstrachan has joined #heat | 12:09 | |
*** SnowDust has quit IRC | 12:16 | |
*** e0ne_ has quit IRC | 12:27 | |
*** e0ne has joined #heat | 12:27 | |
*** zhiyan_ is now known as zhiyan | 12:27 | |
*** matsuhashi has quit IRC | 12:29 | |
*** matsuhashi has joined #heat | 12:30 | |
*** matsuhashi has quit IRC | 12:34 | |
*** zhiyan is now known as zhiyan_ | 12:36 | |
*** zhiyan_ is now known as zhiyan | 12:36 | |
*** goneri has joined #heat | 12:37 | |
*** jdob has joined #heat | 12:38 | |
*** matsuhashi has joined #heat | 12:42 | |
openstackgerrit | Ryo Miki proposed a change to openstack/heat: Restore resource_id from backup_stack when delete https://review.openstack.org/86232 | 12:46 |
*** jstrachan has quit IRC | 12:51 | |
*** erecio has joined #heat | 12:51 | |
*** jstrachan has joined #heat | 12:51 | |
*** erecio has quit IRC | 12:52 | |
*** erecio has joined #heat | 12:53 | |
*** erecio has quit IRC | 12:53 | |
*** tspatzier has joined #heat | 13:04 | |
*** cmyster_ has joined #heat | 13:04 | |
*** matsuhashi has quit IRC | 13:06 | |
*** blamar has joined #heat | 13:07 | |
*** cmyster has quit IRC | 13:08 | |
*** matsuhas_ has joined #heat | 13:10 | |
*** jpeeler has joined #heat | 13:12 | |
*** jpeeler has quit IRC | 13:12 | |
*** jpeeler has joined #heat | 13:12 | |
*** blomquisg has joined #heat | 13:13 | |
*** rpothier_ has joined #heat | 13:17 | |
*** ramishra has quit IRC | 13:18 | |
*** erecio has joined #heat | 13:18 | |
*** rpothier has quit IRC | 13:20 | |
*** achampion has quit IRC | 13:23 | |
*** randallburt has joined #heat | 13:25 | |
*** randallburt has joined #heat | 13:26 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Remove unused arguments for stack-preview command https://review.openstack.org/87268 | 13:27 |
zaneb | stevebaker: Danke | 13:27 |
*** kgriffs|afk is now known as kgriffs | 13:30 | |
*** tspatzier has quit IRC | 13:33 | |
*** aweiteka has joined #heat | 13:37 | |
*** faramir has quit IRC | 13:37 | |
*** sballe has joined #heat | 13:40 | |
*** matsuhas_ has quit IRC | 13:42 | |
*** pafuent has joined #heat | 13:46 | |
*** jasond` has joined #heat | 13:48 | |
openstackgerrit | Jun Jie Nan proposed a change to openstack/python-heatclient: Fix empty resource list index out of range error https://review.openstack.org/87269 | 13:48 |
*** rpothier_ has quit IRC | 13:50 | |
*** rpothier has joined #heat | 13:51 | |
*** matsuhashi has joined #heat | 13:52 | |
*** vijendar has joined #heat | 13:52 | |
*** matsuhashi has quit IRC | 13:54 | |
*** pafuent has quit IRC | 13:54 | |
*** skraynev is now known as skraynev_afk | 13:55 | |
*** mestery_ has joined #heat | 13:58 | |
*** mestery has quit IRC | 13:58 | |
*** zns has joined #heat | 14:00 | |
*** zns has quit IRC | 14:00 | |
*** zns has joined #heat | 14:00 | |
bgorski | How to access instance using software config? | 14:01 |
*** tspatzier has joined #heat | 14:03 | |
*** rpothier has quit IRC | 14:05 | |
*** denis_makogon has quit IRC | 14:05 | |
therve | bgorski, What do you mean? | 14:07 |
bgorski | nevermind | 14:07 |
bgorski | just ec2-user is not created on the instance | 14:07 |
therve | The config default has changed | 14:07 |
therve | If you use devstack | 14:07 |
*** denis_makogon has joined #heat | 14:08 | |
therve | bgorski, I posted a comment on one of your patch btw | 14:08 |
*** rwsu has joined #heat | 14:09 | |
bgorski | therve, I know , thank you for that | 14:10 |
*** achampion has joined #heat | 14:10 | |
bgorski | therve, right now I need to create some template for my company | 14:10 |
bgorski | therve, but I hope in the near future will be able to get back to the multi-region stuff | 14:11 |
*** sjmc7 has joined #heat | 14:11 | |
therve | OK, that'd be nice :) | 14:11 |
*** TonyBurn has quit IRC | 14:12 | |
zigo | I saw that heat-cfntools has still not been updated, and latest release (eg: 1.2.6) still declares not supporting pbr >= 0.6 | 14:13 |
zigo | Will there be a new release of heat-cfntools soon? | 14:13 |
*** kgriffs is now known as kgriffs|afk | 14:15 | |
shardy | zigo: probably a question for stevebaker ^^ when he wakes up, as IIRC he's tagged most of the heat-cfntools releases | 14:15 |
shardy | zigo: if you need a new release to fix the pbr dependency then I'm sure we can do one | 14:16 |
SpamapS | Yeah... wow lots of stuff has landed since 1.2.6 | 14:16 |
*** beekneemech is now known as bnemec | 14:18 | |
*** pafuent has joined #heat | 14:21 | |
*** kgriffs|afk is now known as kgriffs | 14:23 | |
*** rpothier has joined #heat | 14:24 | |
*** pafuent has left #heat | 14:24 | |
*** pafuent has joined #heat | 14:24 | |
zigo | shardy: The issue is that when Icehouse will be released, heat-cfntools will not work because of the dependencies not matching. | 14:25 |
zigo | So yes, please do tag a release. | 14:25 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Add database model to store snapshots https://review.openstack.org/87277 | 14:30 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Add RPC method to snapshot stacks https://review.openstack.org/87278 | 14:30 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Add APIs to create and manipulate snapshots https://review.openstack.org/87279 | 14:30 |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Implement snapshots for servers and images https://review.openstack.org/87280 | 14:30 |
*** andrew_plunk has joined #heat | 14:31 | |
*** zns has quit IRC | 14:31 | |
*** mestery_ is now known as mestery | 14:32 | |
*** zns has joined #heat | 14:33 | |
*** dims has quit IRC | 14:35 | |
*** rpothier has quit IRC | 14:37 | |
*** rpothier has joined #heat | 14:37 | |
*** kgriffs is now known as kgriffs_666 | 14:39 | |
*** alexheneveld has joined #heat | 14:40 | |
*** kgriffs_666 is now known as kgriffs | 14:40 | |
*** andersonvom has joined #heat | 14:42 | |
*** dims has joined #heat | 14:42 | |
*** erecio has quit IRC | 14:44 | |
*** cdent has joined #heat | 14:48 | |
*** IlyaE has joined #heat | 14:51 | |
*** TonyBurn has joined #heat | 14:51 | |
*** zz_gondoi is now known as gondoi | 14:54 | |
*** ifarkas has quit IRC | 14:54 | |
sdake | morning | 14:54 |
*** zhiyan is now known as zhiyan_ | 14:54 | |
therve | randallburt, Isn't created_at good enough? | 14:56 |
therve | Hi sdake | 14:56 |
randallburt | therve: checking | 14:56 |
sdake | howdy therve | 14:56 |
edimmaz | hi! I’m trying to submit my first bug fix. So my first review got -1ed :) I’ve thought of two ways fixing this, which i wrote in a comment. https://review.openstack.org/#/c/87251/ could you guys give your feedback? thanks very much! | 14:57 |
randallburt | therve: doh! I forgot the HeatBase. Sorry about that. | 14:57 |
*** jstrachan_ has joined #heat | 14:57 | |
therve | randallburt, No problem :) | 14:58 |
*** jstrachan_ has quit IRC | 14:58 | |
*** gondoi is now known as zz_gondoi | 14:58 | |
*** jstrachan_ has joined #heat | 14:59 | |
sdake | edimmaz -1 is a normal part of the development proceess don't be discouraged | 14:59 |
sdake | the -1 votes were just "please change this part" | 14:59 |
sdake | the best way to handle reviews is through the review service (gerrit) unless something critical needs to be acted on immediately | 15:00 |
edimmaz | sdake, of course not! On the contrary, it helps me to do things the openstack way | 15:00 |
edimmaz | ok | 15:00 |
*** jstrachan has quit IRC | 15:00 | |
sdake | edimmaz just change as you see fit and submit a new patch - it will either be +2, or -1 again, and repeat | 15:00 |
sdake | sooner or later you will get there :) | 15:00 |
shardy | edimmaz: welcome! As sdake says, -1 is good, it means someone is looking at your patch :) | 15:00 |
*** samstav has joined #heat | 15:00 | |
randallburt | edimmaz: fwiw, the first option seems a little disruptive, but that's just a first blush. Thanks for the fix, btw! | 15:00 |
edimmaz | Thanks, guys! | 15:00 |
edimmaz | so I’m allowed to commit as much as i can :) | 15:01 |
*** zaneb has quit IRC | 15:01 | |
randallburt | edimmaz: yup | 15:01 |
*** aweiteka has quit IRC | 15:01 | |
*** tspatzier has quit IRC | 15:02 | |
edimmaz | randallburt: thank you! | 15:02 |
randallburt | np | 15:02 |
*** zz_gondoi is now known as gondoi | 15:03 | |
*** alexheneveld has quit IRC | 15:05 | |
*** zaneb has joined #heat | 15:07 | |
zigo | stevebaker: FYI, heat-cfntools *must* support python-psutil >= 1.0, but it doesn't seem the case in the requirements.txt | 15:08 |
openstackgerrit | Dimitri Mazmanov proposed a change to openstack/heat: Fix wrongly printed count of received handled conditions. The WaitConditionTimeout message was using size of the reason string as input instead of the actual number of status reasons. https://review.openstack.org/87293 | 15:09 |
*** andersonvom has quit IRC | 15:09 | |
*** andersonvom has joined #heat | 15:10 | |
*** chandan_kumar has quit IRC | 15:11 | |
*** nanjj has joined #heat | 15:12 | |
nanjj | shardy: hi | 15:12 |
openstackgerrit | Dimitri Mazmanov proposed a change to openstack/heat: Fix wrongly printed count of received handled conditions. https://review.openstack.org/87293 | 15:13 |
*** dims has quit IRC | 15:13 | |
nanjj | shardy: You approved some downstream patches, but seemly we should review from upstream patches like https://review.openstack.org/#/c/79758/ and https://review.openstack.org/#/c/70297/ | 15:13 |
shardy | nanjj: hi! | 15:13 |
shardy | nanjj: You mean I reviewed the queue backwards? | 15:14 |
* shardy did do that | 15:14 | |
nanjj | shardy: You approved the queue backwards :-) | 15:14 |
*** nijaba has quit IRC | 15:14 | |
sdake | zigo it is like 2am where stevebaker is now | 15:14 |
*** nijaba has joined #heat | 15:15 | |
*** nijaba has quit IRC | 15:15 | |
*** nijaba has joined #heat | 15:15 | |
sdake | zigo might I suggest you compose an email with your suggestions for heat-cfntools, IIRC he handles the releases | 15:15 |
shardy | nanjj: Yeah I suppose I did, nevermind we'll just have to re-approve if the queue gets rebased | 15:15 |
sdake | and may or may not see this backscroll | 15:15 |
sdake | sbaker@redhat.com | 15:15 |
zigo | sdake: Let me guess: Australia ? :) | 15:15 |
sdake | new zealand | 15:15 |
shardy | nanjj: When I started I didn't realize it was such a long queue of dependent patches | 15:15 |
zigo | sdake: Ok. I'm just hoping he will read the backlog, that's it... | 15:15 |
nanjj | shardy: I mean the two at the head are more important | 15:16 |
nanjj | shardy: the examples I gave are less important | 15:16 |
* zigo shoots an quick email. | 15:16 | |
nanjj | especially the first one | 15:17 |
shardy | nanjj: uh, OK | 15:17 |
*** edimmaz has left #heat | 15:17 | |
shardy | nanjj: I don't really see why there is a queue of 10 patches, a lot of it doesn't seem to actually be dependent and could be merged from different branches | 15:18 |
nanjj | shardy: my two examples depend on the shell hook | 15:18 |
*** sorantis has joined #heat | 15:18 | |
nanjj | I may discuss with steven baker tomorrow to take over the whole chain | 15:21 |
shardy | nanjj: what test case is Qiming Teng referring to in 79758? | 15:22 |
nanjj | I do not like the style of his examples actually :-) | 15:22 |
nanjj | shardy: maybe when run os-apply-config, the HEAT_CONF is genenrated to a one char file | 15:23 |
nanjj | actually after the patch https://review.openstack.org/#/c/85892/ merged, the problem should be gone | 15:24 |
* shardy is confused | 15:25 | |
nanjj | I returned deployments = [] in heat engine always | 15:25 |
sdake | shardy looks like openstackclients just need a bz | 15:26 |
nanjj | if no deployment found | 15:26 |
*** rpothier has quit IRC | 15:28 | |
nanjj | shardy: so {{deployment}} will be replaced to [] | 15:28 |
nanjj | shardy: not empty file(baker fix), or one char file(qi ming found) | 15:29 |
*** TonyBurn has quit IRC | 15:31 | |
*** nanjj has quit IRC | 15:31 | |
*** jstrachan_ has quit IRC | 15:32 | |
*** julienvey has joined #heat | 15:33 | |
*** alexheneveld has joined #heat | 15:33 | |
*** andrew_plunk has quit IRC | 15:35 | |
*** jmckind has joined #heat | 15:38 | |
*** dims has joined #heat | 15:39 | |
*** gokrokve has joined #heat | 15:40 | |
*** jprovazn is now known as jprovazn_bbl | 15:43 | |
sdake | shardy is there a fedora openstackclients package? | 15:44 |
shardy | sdake: RDO, yes | 15:44 |
sdake | ok i sent an update - it may or may not be useful :) | 15:44 |
shardy | sdake: thanks | 15:46 |
sdake | shardy usually it makes sense to tell the bugzilla admins which default ccs and assignee you want for the component | 15:47 |
sdake | they have literally 10's of thousands of components so don't know what to use by default in many cases :) | 15:47 |
*** pablosan has joined #heat | 15:47 | |
sdake | but I think the telling hte bugzilla admin takes place after creating the distriburtion bug | 15:47 |
*** andrew_plunk has joined #heat | 15:47 | |
*** andrew_plunk has left #heat | 15:47 | |
sdake | sorry I wasn't on teh ball yesterday with this, but it was sunday :) | 15:48 |
sdake | you guys are too fast :) | 15:48 |
*** tomek_adamczewsk has quit IRC | 15:48 | |
*** alexheneveld has quit IRC | 15:51 | |
*** dims has quit IRC | 15:52 | |
*** gondoi is now known as zz_gondoi | 15:55 | |
*** e0ne has quit IRC | 15:59 | |
randallburt | zaneb: regarding the custom resource; why not web hooks instead of relying on Marconi? (For some reason, my responses to the ML are unreadable). | 15:59 |
*** e0ne has joined #heat | 15:59 | |
zaneb | randallburt: web hooks are a security nightmare | 15:59 |
zaneb | Marconi is a nice solution, if it were available | 16:00 |
zaneb | but I agree it's worth considering | 16:00 |
zaneb | (webhooks) | 16:00 |
randallburt | zaneb: I don't disagree, but its not. And security around webhooks in this case can be greatly minimized. Operate on response status alone, for example. | 16:00 |
*** tspatzier has joined #heat | 16:00 | |
zaneb | the response comes back to a WaitCondition anyway... so I think we have that part under control | 16:01 |
randallburt | zaneb: or its a resource itself, no WaitCondition needed. | 16:02 |
zaneb | it's posting data to a random user-supplied URL that is questionable | 16:02 |
randallburt | zaneb: why would we post data? | 16:02 |
zaneb | randallburt: right, I didn't mean an actual WaitCondition. It's a WaitCondition under the hood, same as the software deployments | 16:03 |
randallburt | zaneb: this isn't software config; the only thing we'd track is state of the external "thing" and rely solely on response codes for that. | 16:03 |
randallburt | zaneb: ah, I see. | 16:03 |
zaneb | randallburt: we have to post data to the external thing to tell when it's time to do something | 16:03 |
*** e0ne has quit IRC | 16:03 | |
zaneb | tell *it | 16:03 |
randallburt | zaneb: I suppose there could be issues around attribute values, but that can be sorted with safe_parse maybe. | 16:03 |
*** tspatzier has quit IRC | 16:04 | |
randallburt | zaneb: maybe. I would be more concerned about getting data back. We don't have to send anything to the external thing other than "Its time to create one of these things you manage". | 16:04 |
zaneb | right, and that's the only part in which Marconi would be involved | 16:05 |
zaneb | (the "Its time to create one of these things you manage" part) | 16:05 |
*** dims has joined #heat | 16:05 | |
zaneb | or Delete or Update &c. | 16:05 |
randallburt | zaneb: k. I think its do-able without Marconi, though. IMO, the webhook method makes more sense for integration with third party services that live outside of openstack. Plus, you'd have to share the user credentials with the outside service (unless you want to send messages to every third party service over the same heat-managed queue which would be a Bad Thing). | 16:06 |
*** jergerber has joined #heat | 16:06 | |
*** alexheneveld has joined #heat | 16:08 | |
zaneb | iiuc in cfn the third-party service sets up the queue and cfn posts to it | 16:08 |
*** IlyaE has quit IRC | 16:09 | |
*** dims has quit IRC | 16:13 | |
lipinski | Is there a way to get rid of a DELETE_FAILED stack? I tried heat-manage purge_deleted, but that didn't help | 16:14 |
lipinski | The delete is failing because the stacks were created with heat as a service/endpoint, but now heat is standalone. The error is about EndpoitnNotFound: publicURL endpoint for orchestration not found. | 16:15 |
lipinski | It seems the resources were all deleted from the stack, however | 16:15 |
*** sorantis has quit IRC | 16:15 | |
lxsli | you can heat stack-abandon, but WARNING! you'll have to clean everything up yourself | 16:16 |
lipinski | you mean in the db? | 16:16 |
lxsli | No I mean any instances which still exist etc | 16:17 |
lipinski | instances are all gone. One stack entirely deleted except for a SoftwareConfig delete failed and another there's some ports laying around - I can clean that up. | 16:17 |
lipinski | I can't abandone one of them: ERROR: 'NoneType' object has no attribute 'get_abandon_data' | 16:18 |
*** akuznetsov has quit IRC | 16:19 | |
*** spzala has joined #heat | 16:19 | |
*** zz_gondoi is now known as gondoi | 16:19 | |
*** dims has joined #heat | 16:28 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Rackspace::Server::SSHWaitCondition resource https://review.openstack.org/85386 | 16:30 |
*** akuznetsov has joined #heat | 16:31 | |
*** cdent has quit IRC | 16:31 | |
*** chandan_kumar has joined #heat | 16:33 | |
*** rpothier has joined #heat | 16:34 | |
*** yassine has quit IRC | 16:40 | |
*** alexheneveld has quit IRC | 16:45 | |
*** rpothier has quit IRC | 16:47 | |
*** aweiteka has joined #heat | 16:47 | |
*** che-arne has quit IRC | 16:50 | |
*** harlowja_away is now known as harlowja | 16:54 | |
*** jistr has quit IRC | 16:55 | |
*** blomquisg has quit IRC | 17:03 | |
*** derekh has quit IRC | 17:03 | |
*** nati_ueno has joined #heat | 17:04 | |
*** Darnoth has joined #heat | 17:07 | |
*** alexheneveld has joined #heat | 17:11 | |
*** gokrokve_ has joined #heat | 17:16 | |
*** blomquisg has joined #heat | 17:17 | |
*** julienvey has quit IRC | 17:17 | |
*** yogesh has joined #heat | 17:19 | |
*** gokrokve has quit IRC | 17:19 | |
*** scollier has joined #heat | 17:26 | |
*** rpothier has joined #heat | 17:27 | |
*** SnowDust has joined #heat | 17:29 | |
*** randallburt has quit IRC | 17:30 | |
*** scollier has quit IRC | 17:35 | |
*** tspatzier has joined #heat | 17:35 | |
*** gokrokve_ has quit IRC | 17:37 | |
*** denis_makogon has quit IRC | 17:37 | |
*** dmakogon_ has joined #heat | 17:38 | |
*** andersonvom has quit IRC | 17:44 | |
*** tspatzier has quit IRC | 17:47 | |
*** mkollaro has quit IRC | 17:52 | |
*** jstrachan has joined #heat | 17:53 | |
*** tomek_adamczewsk has joined #heat | 17:54 | |
*** tspatzier has joined #heat | 17:57 | |
*** mkollaro has joined #heat | 17:57 | |
*** IlyaE has joined #heat | 17:58 | |
*** blomquisg has quit IRC | 18:01 | |
*** arbylee has joined #heat | 18:06 | |
*** arbylee has quit IRC | 18:06 | |
*** arbylee has joined #heat | 18:06 | |
*** jdob_ has joined #heat | 18:06 | |
*** nati_ueno has quit IRC | 18:08 | |
*** nati_ueno has joined #heat | 18:09 | |
*** rpothier has quit IRC | 18:10 | |
*** vijendar has quit IRC | 18:10 | |
*** tomek_adamczewsk has quit IRC | 18:13 | |
*** blomquisg has joined #heat | 18:14 | |
*** julienvey has joined #heat | 18:17 | |
*** pafuent has left #heat | 18:18 | |
lipinski | How do you get heat to log to /var/log/heat? | 18:19 |
lipinski | I set use_syslog to true in heat.conf, but it still won't log to anything but the terminal where heat-engine is started | 18:20 |
SnowDust | changing config in /etc/heat.conf does that for me | 18:20 |
*** blomquisg has quit IRC | 18:20 | |
*** e0ne has joined #heat | 18:20 | |
*** pafuent has joined #heat | 18:22 | |
*** IlyaE has quit IRC | 18:23 | |
lipinski | FYI _ found it. Needed to uncomment log_dir in /etc/heat/heat.conf. I assumed (incorrectly, apparently) that the commented out value was considered the default. | 18:24 |
*** andersonvom has joined #heat | 18:26 | |
*** tspatzier has quit IRC | 18:26 | |
SnowDust | lipinski : welcome ! | 18:28 |
*** shakayumi has joined #heat | 18:30 | |
*** shakayumi has quit IRC | 18:31 | |
*** sdake_ has quit IRC | 18:31 | |
*** tomek_adamczewsk has joined #heat | 18:32 | |
*** jdob has quit IRC | 18:33 | |
*** blomquisg has joined #heat | 18:33 | |
*** randallburt has joined #heat | 18:35 | |
*** SnowDust has quit IRC | 18:35 | |
*** tspatzier has joined #heat | 18:36 | |
*** e0ne has quit IRC | 18:37 | |
lipinski | How to debug heat stack-list getting ERROR: 401 Unauthorized? Trying to convert a working Heat to a standalone. | 18:37 |
lipinski | Was working before when I had a openstack service and endpoint configured | 18:37 |
lipinski | nothing in logs | 18:37 |
*** gokrokve has joined #heat | 18:39 | |
*** IlyaE has joined #heat | 18:40 | |
*** rpothier has joined #heat | 18:42 | |
*** e0ne has joined #heat | 18:42 | |
*** tspatzier has quit IRC | 18:45 | |
*** rpothier has quit IRC | 18:48 | |
kevinbenton | hi, does the heat api have a method to parse a template and return the available and required inputs? | 18:48 |
*** SnowDust has joined #heat | 18:48 | |
sdake | there is no input-list feature | 18:50 |
sdake | kevinbenton but it has been discussed briefly | 18:50 |
sdake | I don't think anyone was against it, just that nobody has implemented it | 18:50 |
*** jmckind has quit IRC | 18:50 | |
*** zns has quit IRC | 18:51 | |
kevinbenton | sdake: ok. i’m not familiar with the stacks interface for horizon. Do you know how it would prompt the user for inputs then? | 18:52 |
kevinbenton | sdake: or does it even have that capability? | 18:52 |
sdake | kevinbenton I am not certain on the details of the implementation but it does present the list of parameters to configure the stack | 18:52 |
sdake | kevinbenton the guy who implemented that (stevebaker) should be on in a couple hours on irc if you have questions about the impl | 18:53 |
*** zns has joined #heat | 18:53 | |
kevinbenton | sdake: okay. New Zealand time right? | 18:53 |
sdake | yup | 18:53 |
kevinbenton | ok, i’ll return later. thanks for the help | 18:53 |
sdake | enjoy | 18:53 |
*** ifarkas has joined #heat | 18:55 | |
*** jmckind has joined #heat | 18:56 | |
zaneb | SnowDust: pong | 18:57 |
*** julienvey has quit IRC | 18:57 | |
cmyster_ | kevinbenton: when you create a stack in Horizon and insert a template it will parse it and will as for properties | 18:59 |
cmyster_ | for example if you have a nova::server template and need to insert a flavor or image you will have that option | 19:00 |
cmyster_ | hi btw | 19:00 |
sdake | cmyster_ up late! | 19:00 |
*** nati_ueno has quit IRC | 19:01 | |
cmyster_ | hey sdake, back from the passover dinner | 19:01 |
cmyster_ | found this irssi window open, rest is history :) | 19:01 |
sdake | those open windows, that is how they always get you :) | 19:01 |
cmyster_ | word. | 19:02 |
*** nati_uen_ has joined #heat | 19:02 | |
*** yogesh has quit IRC | 19:03 | |
cmyster_ | speaking of horizon, it does not know if a field is optional or not, so if you don't supply info and it was a mandatory field, heat will fail and will not return a user friendly message. you get an OK for starting to create a stack but it will fail with no informative message. | 19:04 |
*** yogesh has joined #heat | 19:06 | |
*** yogesh has quit IRC | 19:06 | |
*** alexheneveld has quit IRC | 19:08 | |
*** yogesh has joined #heat | 19:08 | |
*** cmyster_ is now known as cmyster | 19:08 | |
*** cmyster has joined #heat | 19:08 | |
*** gondoi is now known as zz_gondoi | 19:09 | |
*** andersonvom has quit IRC | 19:12 | |
lipinski | Shouldn't OS_AUTH_OURL override auth_uri from heat.conf? | 19:16 |
*** cmyster has quit IRC | 19:18 | |
*** andersonvom has joined #heat | 19:21 | |
*** zz_gondoi is now known as gondoi | 19:22 | |
*** chandan_kumar has quit IRC | 19:22 | |
*** gondoi is now known as zz_gondoi | 19:36 | |
*** blomquisg has quit IRC | 19:38 | |
*** SnowDust has quit IRC | 19:38 | |
*** bgorski has quit IRC | 19:39 | |
*** vijendar has joined #heat | 19:41 | |
*** nati_uen_ has quit IRC | 19:47 | |
*** e0ne has quit IRC | 19:47 | |
*** e0ne has joined #heat | 19:48 | |
*** alexheneveld has joined #heat | 19:48 | |
*** pablosan is now known as zz_pablosan | 19:50 | |
*** e0ne has quit IRC | 19:50 | |
*** blomquisg has joined #heat | 19:50 | |
stevebaker | kevinbenton: the template-validate call returns data describing the parameters on success. Horizon uses this to build the ui | 19:54 |
*** alexheneveld has quit IRC | 19:58 | |
*** zz_gondoi is now known as gondoi | 19:58 | |
*** e0ne has joined #heat | 20:00 | |
*** jstrachan has quit IRC | 20:01 | |
*** yogesh has quit IRC | 20:01 | |
*** zz_pablosan is now known as pablosan | 20:03 | |
*** yogesh has joined #heat | 20:04 | |
*** jmckind has quit IRC | 20:06 | |
*** ifarkas has quit IRC | 20:07 | |
*** rbuilta has quit IRC | 20:07 | |
*** e0ne has quit IRC | 20:09 | |
*** e0ne has joined #heat | 20:10 | |
*** e0ne has quit IRC | 20:11 | |
*** akuznetsov has quit IRC | 20:11 | |
*** e0ne has joined #heat | 20:11 | |
*** e0ne has quit IRC | 20:16 | |
*** e0ne has joined #heat | 20:17 | |
*** jprovazn_bbl has quit IRC | 20:17 | |
*** e0ne_ has joined #heat | 20:20 | |
*** tspatzier has joined #heat | 20:20 | |
*** e0ne has quit IRC | 20:20 | |
*** akuznetsov has joined #heat | 20:20 | |
*** gokrokve has quit IRC | 20:21 | |
*** akuznetsov has quit IRC | 20:22 | |
*** jdob has joined #heat | 20:24 | |
*** tomek_adamczewsk has quit IRC | 20:25 | |
lipinski | Is there any way to workaround this bug? Or hack the engine code to ge tthis to work? https://bugs.launchpad.net/heat/+bug/1302578 | 20:26 |
uvirtbot | Launchpad bug 1302578 in heat "Required credentials are missing when heat-engine calls heatclient operations" [High,Triaged] | 20:26 |
lipinski | I'm trying to get standalone to work with softwareconfig/cloudconfig resources. | 20:26 |
*** vijendar has quit IRC | 20:26 | |
*** cody-somerville has joined #heat | 20:27 | |
*** e0ne_ has quit IRC | 20:30 | |
stevebaker | lipinski: my comment suggests a proper fix for that, somebody needs to contribute it | 20:30 |
stevebaker | zigo: hey, still about? | 20:30 |
*** e0ne has joined #heat | 20:30 | |
sdake | stevebaker I think zigo is in EU | 20:31 |
sdake | stevebaker he had a couple qs for you but my memory fails me :( | 20:31 |
sdake | might try email | 20:31 |
shardy | sdake: wanted a new heat-cfntools release due to dependency issues | 20:32 |
sdake | shardy thanks :) | 20:32 |
sdake | shardy is my hash list :) | 20:32 |
*** vijendar has joined #heat | 20:32 | |
*** nati_ueno has joined #heat | 20:32 | |
sdake | someone else was complaining about heat-cfntools related to pbr dependency as well requesting a new release | 20:32 |
*** e0ne has quit IRC | 20:33 | |
*** gokrokve has joined #heat | 20:35 | |
kevinbenton | stevebaker: so is that something happening in the heat api, or is that specific horizon code? | 20:35 |
stevebaker | kevinbenton: the data is returned in the template-validate heat-api call. horizon uses that data to build the ui | 20:37 |
kevinbenton | stevebaker: great, that’s stackmanager.validate, right? http://docs.openstack.org/developer/python-heatclient/ref/v1/stacks.html | 20:38 |
stevebaker | kevinbenton: yes | 20:43 |
kevinbenton | stevebaker: thanks | 20:43 |
*** cody-somerville has quit IRC | 20:45 | |
*** tomek_adamczewsk has joined #heat | 20:48 | |
*** nati_ueno has quit IRC | 20:48 | |
*** aweiteka has quit IRC | 20:48 | |
*** nati_uen_ has joined #heat | 20:52 | |
*** lindsayk has joined #heat | 20:55 | |
*** jdob_ has quit IRC | 20:56 | |
*** nati_uen_ has quit IRC | 20:56 | |
stevebaker | zaneb: do you want to start running the heat meetings? I don't think there is enough icehouse business left which needs me to | 20:58 |
zaneb | stevebaker: sure | 20:59 |
zaneb | my medium-term plan is to spread it around a bit | 20:59 |
*** nati_ueno has joined #heat | 21:00 | |
lipinski | stevebaker: I tried implementing somewhat what you suggested for bug 1302578. I hard-coded that engine/clients.py heat() sends the username/password from the context. That is not resolving the issue. | 21:00 |
uvirtbot | Launchpad bug 1302578 in heat "Required credentials are missing when heat-engine calls heatclient operations" [High,Triaged] https://launchpad.net/bugs/1302578 | 21:00 |
randallburt | did I miss election results? | 21:01 |
*** nati_ueno has quit IRC | 21:01 | |
*** nati_ueno has joined #heat | 21:02 | |
sdake | zane was elected for heat | 21:03 |
sdake | but ya, the elections closed a couple days ago I believe | 21:03 |
sdake | heat/orchestration program ;-) | 21:03 |
randallburt | cool. congrats, zaneb! | 21:04 |
stevebaker | lipinski: there might not be credentials in the context, the credentials may need to come from the stack user_creds. You might need to pass the stack to the heat() method | 21:04 |
stevebaker | zaneb: I can continue doing the project meeting until icehouse is out | 21:04 |
zaneb | randallburt: cheers | 21:04 |
lipinski | I checked with logger that the creds are in the context at that point. Didn't know if I was missing something esle. Still getting 401 Unauthorized upon SoftwareConfig CREATE | 21:05 |
zaneb | stevebaker: I am relaxed either way :) icehouse will be out this week right? | 21:05 |
zaneb | wouldn't want to deprive you of your last meeting ;) | 21:05 |
lipinski | stevebaker: in engine/clients.py, heat() setting args.username=con.username and password=con.password. | 21:08 |
lipinski | do I need to change args.token? | 21:08 |
stevebaker | lipinski: you may as well use the token from the context | 21:09 |
stevebaker | lipinski: oh wait, not for standalone | 21:09 |
lipinski | right - what would the token be for standalne? Would None work, or do I remove that arg? | 21:10 |
*** pafuent has left #heat | 21:10 | |
stevebaker | lipinski: just don't specify it | 21:11 |
*** randallburt has quit IRC | 21:12 | |
*** jdob has quit IRC | 21:17 | |
*** sdake_ has joined #heat | 21:27 | |
lipinski | stevebaker: sweet - that did it. Excellent. I'll work on the rest of the code for passing the auth method through the context, etc. | 21:28 |
lipinski | Never submitted any code changes before. Can you point me to a doc on how to go about doing that? | 21:28 |
*** pablosan has quit IRC | 21:29 | |
shardy | lipinski: https://wiki.openstack.org/wiki/Heat/DevelopmentProcess | 21:30 |
lipinski | shardy: Thanks. Wasn't sure if there was Heat-specific stuff, or if it followed general Openstackk process | 21:31 |
lipinski | will look through that wiki | 21:31 |
shardy | lipinski: That's basically just a collection of links to openstack processes | 21:32 |
shardy | nothing heat-specific really :) | 21:32 |
*** jasond` has quit IRC | 21:32 | |
stevebaker | lipinski: we have you in our clutches now ;) | 21:35 |
lipinski | works for me. Unfortunately I'm fairly new at Python, and the company I work for uses ancient version control. Bit of a learning curve for me here... | 21:37 |
lipinski | Glad to contribute, if I can... | 21:37 |
*** vijendar has quit IRC | 21:37 | |
sdake | lipinski the first thing you want to read is https://wiki.openstack.org/wiki/Gerrit_Workflow | 21:38 |
sdake | everything else you can pick up pretty easily based upon just following those steps | 21:38 |
*** FL1SK has quit IRC | 21:41 | |
*** FL1SK has joined #heat | 21:42 | |
*** achampion has quit IRC | 21:46 | |
*** asalkeld has joined #heat | 21:49 | |
*** dims has quit IRC | 21:57 | |
*** lindsayk has quit IRC | 21:58 | |
*** lindsayk has joined #heat | 21:58 | |
*** SnowDust has joined #heat | 21:59 | |
*** lindsayk has joined #heat | 22:00 | |
*** lindsayk has quit IRC | 22:06 | |
*** tspatzier has quit IRC | 22:08 | |
*** lindsayk has joined #heat | 22:08 | |
*** dims has joined #heat | 22:11 | |
*** gondoi is now known as zz_gondoi | 22:11 | |
*** arbylee has quit IRC | 22:13 | |
*** lindsayk has quit IRC | 22:19 | |
*** lindsayk has joined #heat | 22:19 | |
*** tomek_adamczewsk has quit IRC | 22:21 | |
*** rpothier has joined #heat | 22:21 | |
*** slagle has quit IRC | 22:22 | |
*** slagle has joined #heat | 22:23 | |
*** blomquisg has quit IRC | 22:25 | |
*** SnowDust has quit IRC | 22:25 | |
*** jergerber has quit IRC | 22:27 | |
*** Michalik- has joined #heat | 22:31 | |
*** akuznetsov has joined #heat | 22:34 | |
*** yogesh has quit IRC | 22:36 | |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Check resources are in expected states https://review.openstack.org/58641 | 22:37 |
*** akuznetsov has quit IRC | 22:37 | |
*** blomquisg has joined #heat | 22:37 | |
*** arbylee has joined #heat | 22:37 | |
*** gokrokve has quit IRC | 22:38 | |
*** _FL1SK has joined #heat | 22:38 | |
*** derekh has joined #heat | 22:39 | |
*** andersonvom has quit IRC | 22:39 | |
*** arbylee has joined #heat | 22:41 | |
*** arbylee has quit IRC | 22:43 | |
*** FL1SK has quit IRC | 22:43 | |
*** arbylee has joined #heat | 22:43 | |
*** gokrokve has joined #heat | 22:46 | |
*** gokrokve has quit IRC | 22:48 | |
*** nati_ueno has quit IRC | 22:49 | |
*** nati_ueno has joined #heat | 22:49 | |
*** blomquisg has quit IRC | 22:52 | |
*** dims has quit IRC | 22:57 | |
*** achampion has joined #heat | 22:58 | |
*** sjmc7 has quit IRC | 23:00 | |
*** achampio1 has joined #heat | 23:05 | |
*** blomquisg has joined #heat | 23:06 | |
*** IlyaE has quit IRC | 23:07 | |
*** achampion has quit IRC | 23:08 | |
*** connie has joined #heat | 23:08 | |
*** mkollaro has quit IRC | 23:12 | |
*** arbylee1 has joined #heat | 23:15 | |
*** arbylee has quit IRC | 23:19 | |
*** blomquisg has quit IRC | 23:20 | |
*** gokrokve has joined #heat | 23:21 | |
*** nati_ueno has quit IRC | 23:21 | |
*** dims has joined #heat | 23:22 | |
*** nati_ueno has joined #heat | 23:22 | |
*** blamar has quit IRC | 23:31 | |
*** blomquisg has joined #heat | 23:35 | |
*** nati_ueno has quit IRC | 23:40 | |
*** IlyaE has joined #heat | 23:42 | |
*** nati_ueno has joined #heat | 23:42 | |
*** sballe has quit IRC | 23:46 | |
*** brint has quit IRC | 23:56 | |
*** brint has joined #heat | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!