openstackgerrit | A change was merged to openstack/heat: Gate-supporting files for functional tests https://review.openstack.org/116529 | 00:01 |
---|---|---|
*** tango has quit IRC | 00:04 | |
*** sballe has joined #heat | 00:04 | |
*** alexheneveld has joined #heat | 00:05 | |
Qiming | stevebaker, around? | 00:05 |
stevebaker | Qiming: yes | 00:05 |
Qiming | hi, could you help check this: https://bugs.launchpad.net/heat/+bug/1361128 | 00:06 |
uvirtbot | Launchpad bug 1361128 in heat "ignore_not_found not working on ceilometer client" [Undecided,New] | 00:06 |
Qiming | stevebaker, it only happens using the lastest ceilometerclient code | 00:06 |
*** reed_ has quit IRC | 00:06 | |
*** sballe__ has quit IRC | 00:07 | |
stevebaker | Qiming: Could you come up with a fix which checks for both kinds of NotFound exception, and attach python-ceilometerclient to that bug? | 00:08 |
Qiming | stevebaker, if I change http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/clients/os/ceilometer.py#n15 into "ceilometerclient.openstack.common.apiclient import exceptoins as exc" | 00:08 |
Qiming | and http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/clients/os/ceilometer.py#n45 into "return isinstance(ex, exc.NotFound)", problem is solved | 00:09 |
Qiming | but it looked so ugly to me .... | 00:09 |
Qiming | my feeling is that Heat is not supposed to import modules from "ceilometerclient.openstack...", maybe I'm missing something | 00:11 |
*** sballe has quit IRC | 00:12 | |
stevebaker | so if exceptions used to be raised from ceilometerclient.exc but are now raised from apiclient.exceptions then this is a library API break which they should fix. As long as we depend on the version of ceilometerclient which switched to apiclient.exceptions then we can switch over to importing that instead | 00:12 |
*** alexheneveld has quit IRC | 00:13 | |
Qiming | stevebaker, so it looks more like a ceilometer defect | 00:13 |
stevebaker | Qiming: yes, their types in .exc should map to the new types | 00:14 |
Qiming | stevebaker, thanks, will try communicate this to ceilometer guys | 00:14 |
stevebaker | Qiming: but we may as well switch over to the other package | 00:15 |
Qiming | at the same time, importing modules from ceilometerclient.openstack...apiclient will be a temp hack | 00:15 |
Qiming | stevebaker: it smells that API client calls are being consolidated into apiclient in oslo, though | 00:17 |
stevebaker | Qiming: yes, there needs to be backwards compatibility taken into account though | 00:18 |
Qiming | stevebaker: got it, thanks. | 00:18 |
Qiming | stevebaker: got to run now, 08:18 here in Beijing, ttyl | 00:19 |
stevebaker | Qiming: \o | 00:20 |
*** asalkeld has quit IRC | 00:24 | |
*** Qiming has quit IRC | 00:24 | |
*** saju_m has quit IRC | 00:36 | |
*** asalkeld has joined #heat | 00:36 | |
*** reed_ has joined #heat | 00:52 | |
*** alexpilotti has quit IRC | 01:04 | |
*** reed_ has quit IRC | 01:07 | |
*** sabeen has quit IRC | 01:07 | |
openstackgerrit | Miguel Grinberg proposed a change to openstack/heat: boolean parameter type is not recognized in the API https://review.openstack.org/116762 | 01:12 |
*** Qiming has joined #heat | 01:19 | |
*** erkules_ has joined #heat | 01:30 | |
*** erkules has quit IRC | 01:32 | |
*** sjmc7 has quit IRC | 01:40 | |
*** nosnos has joined #heat | 01:44 | |
*** achampion has joined #heat | 01:49 | |
Qiming | review.openstack.org:29418 is down? | 01:50 |
*** achampio1 has quit IRC | 01:52 | |
asalkeld | Qiming, working for me | 01:53 |
Qiming | asalkeld, thanks for confirmation, checking | 01:54 |
asalkeld | np | 01:54 |
*** Yanyanhu has joined #heat | 02:01 | |
*** sdake_ has joined #heat | 02:01 | |
*** miguelgrinberg has joined #heat | 02:04 | |
*** shakamunyi has quit IRC | 02:05 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Correct function name to handle_snapshot_delete https://review.openstack.org/116765 | 02:12 |
asalkeld | would all agree to "assert() is for catching programming errors"? | 02:13 |
asalkeld | this looks odd to me: https://review.openstack.org/#/c/106054/21/heat/engine/service.py | 02:14 |
*** gokrokve_ has quit IRC | 02:15 | |
asalkeld | stevebaker, did you get to the bottom of the functionaltests/ vs. tests/functional/ | 02:21 |
*** shakamunyi has joined #heat | 02:23 | |
*** david-lyle has quit IRC | 02:31 | |
stevebaker | asalkeld: no, zaneb doesn't want it in the heat namespace but hasn't made a suggestion for what package they should be in | 02:34 |
asalkeld | so I am more interested in what qa want | 02:34 |
asalkeld | as they are pushing this | 02:35 |
asalkeld | we should fit into the grand scheme of things | 02:35 |
stevebaker | asalkeld: sdague prefers the convention being established, heat.tests.functional, heat.tests.unit. Attempts to get sdague and zaneb in the same chat room were not successful | 02:36 |
asalkeld | I'd go with sdague | 02:36 |
stevebaker | asalkeld: you're right, that assert is bogus | 02:36 |
asalkeld | zane just likes been different :-O | 02:37 |
*** Tross has joined #heat | 02:37 | |
stevebaker | asalkeld: no, he has a valid point, but valid points with concrete alternative suggestions are much more useful ;) | 02:37 |
asalkeld | what's the point? | 02:38 |
asalkeld | it needs to be in a seperate package? | 02:38 |
*** Tross1 has joined #heat | 02:38 | |
*** sabeen has joined #heat | 02:39 | |
*** Tross has quit IRC | 02:39 | |
asalkeld | shrug - I am just so over doing things "differently" | 02:39 |
*** Tross1 has quit IRC | 02:39 | |
stevebaker | functional tests run against whatever random cloud you've sourced credentials for, so packaging them along with unit tests and the rest of the heat source tree is misleading/confusing | 02:40 |
asalkeld | well the worst would be if each project was different | 02:41 |
Qiming | telnet review.openstack.org 29418 --> connect to address 23.253.232.87: Connection timed out | 02:41 |
*** Tross has joined #heat | 02:41 | |
asalkeld | and you had to read on each project how to run it's fuct. test | 02:41 |
Qiming | am I trying the correct IP ? | 02:41 |
asalkeld | Qiming, don't you use "ssh" | 02:42 |
Qiming | asalkeld: ssh: connect to host review.openstack.org port 29418: Network is unreachable | 02:42 |
asalkeld | ssh review.openstack.org | 02:42 |
asalkeld | Permission denied (publickey). | 02:43 |
asalkeld | Qiming, has a broken internet | 02:43 |
asalkeld | :-( | 02:43 |
Qiming | asalkeld, trying to find out if DNS is telling me the correct IP | 02:43 |
asalkeld | last 2 traceroute entries: | 02:44 |
asalkeld | 22 aggr160b-4-core4.dfw2.rackspace.net (72.32.218.39) 217.469 ms aggr160b-4-core3.dfw2.rackspace.net (72.32.218.35) 215.680 ms aggr160b-4-core4.dfw2.rackspace.net (72.32.218.39) 213.564 ms | 02:44 |
asalkeld | 23 review.openstack.org (23.253.232.87) 217.206 ms !X 214.920 ms !X 218.055 ms !X | 02:44 |
Qiming | thanks, asalkeld, that means my IP resolution is correct | 02:45 |
asalkeld | maybe a blocked port? | 02:45 |
Qiming | asalkeld, checking | 02:45 |
*** saju_m has joined #heat | 02:47 | |
Qiming | tbh, feeling embarassed/frustrated/offended/irritated working behind the great wall ... | 02:47 |
asalkeld | seems like the great firewall :O | 02:48 |
asalkeld | must be a hell of a firewall config;) | 02:48 |
Qiming | why ... ? using google means I'm plotting a rebellion? covering the ears/eyes of others then nothing happened? i'm speechless | 02:51 |
*** ramishra has joined #heat | 02:51 | |
*** gokrokve has joined #heat | 02:53 | |
*** nosnos has quit IRC | 02:54 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/105166 | 02:54 |
*** KanagarajM has joined #heat | 03:03 | |
*** saju_m has quit IRC | 03:08 | |
*** ramishra has quit IRC | 03:10 | |
*** ramishra has joined #heat | 03:11 | |
*** saju_m has joined #heat | 03:17 | |
elynn | @Qiming, You can use http password instead ssh to access review.openstack.org | 03:21 |
*** saju_m has quit IRC | 03:21 | |
*** LiJiansheng has joined #heat | 03:27 | |
Qiming | elynn, I'm trying to check in code, will that work? | 03:29 |
*** arbylee1 has quit IRC | 03:30 | |
*** ramishra has quit IRC | 03:30 | |
*** zns has joined #heat | 03:32 | |
*** ramishra has joined #heat | 03:35 | |
elynn | @Qiming, change git config ,use htts://<yourname>@review.openstack.org/ instead of ssh://<yourname>@review.openstack.org:29418 to access review.openstack.org | 03:37 |
*** tiantian has quit IRC | 03:37 | |
*** huangtianhua has joined #heat | 03:37 | |
*** bmahalakshmi has joined #heat | 03:38 | |
*** huangtianhua is now known as tiantian | 03:38 | |
*** ramishra has quit IRC | 03:44 | |
*** harlowja is now known as harlowja_away | 03:47 | |
*** samstav_ has quit IRC | 03:48 | |
*** harlowja_away is now known as harlowja | 03:48 | |
*** tiantian has quit IRC | 03:52 | |
*** huangtianhua has joined #heat | 03:52 | |
*** akuznetsov has joined #heat | 03:55 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix failed to delete the EIP resource https://review.openstack.org/102758 | 03:55 |
*** david-lyle has joined #heat | 04:02 | |
*** ccrouch has joined #heat | 04:06 | |
*** david-lyle has quit IRC | 04:07 | |
*** nosnos has joined #heat | 04:12 | |
*** rakesh_hs has joined #heat | 04:41 | |
*** chandankumar has joined #heat | 04:43 | |
Qiming | elynn, thanks, trying | 04:46 |
*** ramishra has joined #heat | 04:50 | |
*** tnurlygayanov has quit IRC | 04:52 | |
sdake_ | qiming you may need https raather then htts ;) | 04:53 |
Qiming | sdake_, error: Failed to connect to 2001:4800:7815:104:3bc3:d7f6:ff03:bf5d: Network is unreachable while accessing https://tengqm@review.openstack.org:29418/openstack/heat.git/info/refs | 04:54 |
Qiming | there must be something between me and the server | 04:54 |
Qiming | the ping result is actually not so bad: 64 bytes from review.openstack.org (23.253.232.87): icmp_seq=1 ttl=39 time=388 ms | 04:55 |
*** pasquier-s has joined #heat | 05:03 | |
*** david-lyle has joined #heat | 05:03 | |
*** bmahalakshmi has quit IRC | 05:03 | |
*** zns has quit IRC | 05:07 | |
*** david-lyle has quit IRC | 05:07 | |
*** ckmvishnu has joined #heat | 05:09 | |
*** nikunj2512 has joined #heat | 05:09 | |
*** dsneddon has quit IRC | 05:11 | |
sdake_ | qiming are you located in china? | 05:15 |
sdake_ | i have a few friends in china who have trouble accessing openstack services because of the firewall located there | 05:16 |
*** shakamunyi has quit IRC | 05:16 | |
sdake_ | not really friends more like aquantences | 05:16 |
sdake_ | but you get the idea :) | 05:16 |
*** KanagarajM has quit IRC | 05:17 | |
*** chandankumar has quit IRC | 05:18 | |
*** huangtianhua has quit IRC | 05:21 | |
openstackgerrit | A change was merged to openstack/heat: Provide access to outputs from OS::Heat::AutoScalingGroup https://review.openstack.org/115428 | 05:24 |
*** kopparam has joined #heat | 05:25 | |
Qiming | sdake_, it used to work a few days before | 05:25 |
Qiming | sdake_, it is REALLY frustrating, when google, blogspot, twiter, facebook, youtube ... seems something on mars, you heard of it but cannot access it | 05:27 |
skraynev | good morning | 05:30 |
asalkeld | hi skraynev | 05:30 |
*** cmyster has quit IRC | 05:30 | |
skraynev | hi asalkeld :) | 05:30 |
*** ckmvishnu has left #heat | 05:31 | |
*** kebray has quit IRC | 05:31 | |
*** chandankumar has joined #heat | 05:32 | |
*** yoyo_ has joined #heat | 05:32 | |
yoyo_ | can someone provide me heat template for launch instance from volume | 05:32 |
asalkeld | yoyo_, have you looked heat-templates repo? | 05:33 |
asalkeld | I haven't tried that | 05:33 |
yoyo_ | I have seen basic heat template for launch instance | 05:35 |
yoyo_ | but i want heat template for launch instance from volume | 05:35 |
yoyo_ | can you provide some help in this | 05:36 |
*** KanagarajM has joined #heat | 05:36 | |
asalkeld | yoyo_, http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server | 05:38 |
asalkeld | volume_id : String | 05:38 |
asalkeld | The ID of the volume to boot from. Only one of volume_id or snapshot_id should be provided. | 05:38 |
asalkeld | yoyo_, I have never used that - so I am just guessing | 05:39 |
yoyo_ | i have seen this link, but is any template you can provide for this? | 05:41 |
yoyo_ | any already built template on githib or somewhere else | 05:41 |
*** ramishra has quit IRC | 05:43 | |
*** unmeshg has joined #heat | 05:43 | |
*** ramishra has joined #heat | 05:43 | |
asalkeld | not that i know of | 05:47 |
*** ishant has joined #heat | 05:50 | |
*** arbylee has joined #heat | 05:50 | |
*** saju_m has joined #heat | 05:53 | |
sdake_ | qiming ya its irritating - althoug hI have been to beijing and seen the great wall - china rocks | 05:57 |
*** k4n0 has joined #heat | 05:57 | |
sdake_ | been to the emporers palace | 05:57 |
sdake_ | place is huge | 05:57 |
Qiming | sdake_, I promised you before I will show you the REAL great wall if you come to BJ again | 05:58 |
sdake_ | oh i think we had this conversation :) | 05:58 |
sdake_ | brain = busted | 05:58 |
Qiming | yes. | 05:58 |
sdake_ | stevebaker around? | 05:58 |
Qiming | but, now I'm seriously considering a bold move -- move to other countries | 05:58 |
*** gokrokve has quit IRC | 06:00 | |
skraynev | Qiming: are you big fun of traveling? ;) | 06:00 |
Qiming | skraynev, 100% | 06:01 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/116796 | 06:01 |
Qiming | skraynev, not biz trip, :) | 06:01 |
skraynev | Qiming: sure :) | 06:02 |
*** david-lyle has joined #heat | 06:04 | |
*** Tross has quit IRC | 06:08 | |
*** ckmvishnu has joined #heat | 06:08 | |
*** david-lyle has quit IRC | 06:08 | |
*** akuznetsov has quit IRC | 06:13 | |
*** huangtianhua has joined #heat | 06:14 | |
*** asalkeld has quit IRC | 06:14 | |
*** arbylee has quit IRC | 06:15 | |
*** lazy_prince has quit IRC | 06:17 | |
*** akuznetsov has joined #heat | 06:19 | |
openstackgerrit | Mike Spreitzer proposed a change to openstack/heat: Implement AZ spanning for ASGs https://review.openstack.org/116139 | 06:23 |
*** jprovazn has joined #heat | 06:26 | |
*** gokrokve has joined #heat | 06:27 | |
*** gokrokve has quit IRC | 06:28 | |
*** gokrokve has joined #heat | 06:29 | |
*** ramishra has quit IRC | 06:29 | |
*** ramishra has joined #heat | 06:30 | |
*** killer_prince has joined #heat | 06:30 | |
*** killer_prince is now known as lazy_prince | 06:30 | |
*** gokrokve has quit IRC | 06:30 | |
*** asalkeld has joined #heat | 06:30 | |
openstackgerrit | Zhenguo Niu proposed a change to openstack/heat: Fix typo https://review.openstack.org/116804 | 06:30 |
*** harlowja is now known as harlowja_away | 06:31 | |
*** gokrokve has joined #heat | 06:31 | |
*** justin-8 has joined #heat | 06:35 | |
*** gokrokve has quit IRC | 06:35 | |
*** huangtianhua has quit IRC | 06:36 | |
*** justin-8_ has joined #heat | 06:39 | |
*** justin-8 has quit IRC | 06:40 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix port residue when instance deletion https://review.openstack.org/115234 | 06:41 |
*** cmyster has joined #heat | 06:43 | |
*** Qiming has quit IRC | 06:53 | |
*** david-lyle has joined #heat | 07:05 | |
*** david-lyle has quit IRC | 07:09 | |
*** kopparam has quit IRC | 07:09 | |
*** jcoufal has joined #heat | 07:17 | |
*** asalkeld has quit IRC | 07:26 | |
*** sorantis has joined #heat | 07:27 | |
*** Qiming has joined #heat | 07:28 | |
*** gokrokve has joined #heat | 07:29 | |
*** asalkeld has joined #heat | 07:30 | |
*** gokrokve has quit IRC | 07:33 | |
*** Daviey has quit IRC | 07:34 | |
*** asalkeld has quit IRC | 07:38 | |
*** pas-ha has joined #heat | 07:39 | |
*** LiJiansheng has quit IRC | 07:41 | |
*** justin-8_ has quit IRC | 07:41 | |
pas-ha | morning all | 07:41 |
*** LiJiansheng has joined #heat | 07:42 | |
*** justin-8 has joined #heat | 07:42 | |
*** asalkeld has joined #heat | 07:47 | |
*** sdake_ has quit IRC | 07:47 | |
*** saju_m has quit IRC | 07:53 | |
*** jistr has joined #heat | 07:55 | |
*** Daviey has joined #heat | 07:55 | |
cmyster | morning | 07:57 |
*** david-lyle has joined #heat | 08:05 | |
*** kopparam has joined #heat | 08:06 | |
*** david-lyle has quit IRC | 08:10 | |
*** KanagarajM2 has joined #heat | 08:11 | |
*** KanagarajM has quit IRC | 08:12 | |
*** derekh has joined #heat | 08:23 | |
*** tomek_adamczewsk has joined #heat | 08:24 | |
*** yassine has joined #heat | 08:26 | |
*** yassine has quit IRC | 08:28 | |
*** yassine has joined #heat | 08:28 | |
openstackgerrit | unmesh-gurjar proposed a change to openstack/python-heatclient: Updated usage for stack-preview rollback param https://review.openstack.org/116822 | 08:29 |
*** gokrokve has joined #heat | 08:29 | |
*** mohits has joined #heat | 08:30 | |
*** yoyo_ has quit IRC | 08:30 | |
*** tiantian has joined #heat | 08:30 | |
*** gokrokve has quit IRC | 08:34 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix failed to delete the EIP resource https://review.openstack.org/102758 | 08:38 |
*** fayablazer has joined #heat | 08:38 | |
*** erkules_ is now known as erkules | 08:41 | |
*** slagun has joined #heat | 08:41 | |
*** alexpilotti has joined #heat | 08:46 | |
skraynev | shardy: I have some strange issue with autoscaling (after creating stack with template http://paste.openstack.org/show/100346/ - it's pure template just for testing that autoscaling work) | 08:50 |
skraynev | shardy: so problem is: I see only NODATA in heat-engine logs | 08:50 |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix port residue when instance deletion https://review.openstack.org/115234 | 08:50 |
skraynev | shardy: it happens before and after additional loading | 08:51 |
skraynev | shardy: in the same time this string https://github.com/openstack/heat/blob/master/heat/engine/watchrule.py#L318-L319 | 08:52 |
skraynev | shardy: reports me that value changes from 0-2 (if it vm has not load), to 100 (when I give some load) | 08:53 |
ckmvishnu | tiantian: Hi. Are you "huangtianhua"? Could not get your IRC handle from your launchpad profile. | 08:53 |
tiantian | <ckmvishnu>: yes :) | 08:54 |
ckmvishnu | tiantian: great. updated cloud_watch change that you had asked for. | 08:55 |
ckmvishnu | tiantian: :) | 08:55 |
skraynev | shardy: I tried restart heat-engine (and it leaded to changing state from NODATA to NORMAL (ALARM)) but It happened without any regularity.. | 08:56 |
slagun | Hi. I have a question regarding how Heat uses keystone trusts. Can someone help me with that? | 08:56 |
skraynev | shardy: so it looks very mysterious for me. | 08:56 |
shardy | slagun: I can probably help, but please read my blog post about it first, if you haven't already: | 08:56 |
skraynev | shardy: or I missed something important about how it should work | 08:56 |
shardy | http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-1-trusts.html | 08:57 |
slagun | shardy: yes, I have | 08:57 |
tiantian | <ckmvishnu>: Have a look :) | 08:57 |
slagun | Am I correct saying that Heat uses trust for deferred operations only and using supplied token for immediate operations (like create VM)? | 08:58 |
*** bdossant has joined #heat | 08:58 | |
shardy | slagun: Yes, although there is a bug (bug #1306294) which may result in using the trust during create in future, if the token expires when creating a really huge stack (or the token expiry is smaller than the stack create timeout) | 09:00 |
*** stannie has quit IRC | 09:00 | |
uvirtbot | Launchpad bug 1306294 in tripleo "Heat fails to re-authenticate when faced with authentication failure during stack operations" [High,In progress] https://launchpad.net/bugs/1306294 | 09:00 |
shardy | slagun: but right now, we only switch to the trust during deferred operations (e.g autoscaling adjustments) | 09:01 |
shardy | skraynev: Odd, is there a reason you're not using Ceilometer? | 09:01 |
shardy | I'd like to deprecate CWLiteAlarm ASAP as the internal watchrule implementation is not scalable | 09:01 |
shardy | Are you running more than one heat-engine? | 09:02 |
skraynev | shardy: it's old test in our deployment.. possibly I will migrate it on ceilometer (but need time to bring this idea to other folks) | 09:03 |
skraynev | shardy: no, just one | 09:03 |
shardy | skraynev: if you can see the data coming from cfn-push-stats, then when the periodic alarm evaluation happens, it should just work | 09:04 |
slagun | shardy: good. My question is what would happen if someone other than stack owner (another user in the same tenant) updates the stack. For example that someone could create auto-scaling group that will be scaled using quotas of the stack owner rather than the person that actually owns the resource. Is it expected behavior? | 09:04 |
shardy | normally where folks go wrong is firewalls blocking cfn-push-stats from heat-api-cloudwatch, and that doesn't appear to be your problem | 09:05 |
bdossant | hi! Can anyone tell me if in Juno will be possible to create heat users in a specific domain using keystone "Domain-specific Drivers" new feature? | 09:05 |
bdossant | using LDAP for the default domain and for example sql for the heat domain | 09:06 |
shardy | slagun: Yeah, there are some known issues wrt multiple users managing the lifecycle of a stack, atm the trust is created once, at creation, and all deferred operations impersonsate the user who did the create | 09:06 |
*** david-lyle has joined #heat | 09:06 | |
*** julienvey has joined #heat | 09:06 | |
shardy | There's not a method to update that trust to a new user right now, but there is a bug about it: | 09:06 |
shardy | bug #1308834 | 09:07 |
uvirtbot | Launchpad bug 1308834 in heat "403 on trusts delete causes DELETE_FAILED" [Medium,Triaged] https://launchpad.net/bugs/1308834 | 09:07 |
shardy | bdossant: As I understand it, yes, but really that's a question for the keystone folks :) | 09:08 |
shardy | I was told, recently, that it will be by ayoung | 09:08 |
shardy | bdossant: It shouldn't require any changes to heat, just a reconfiguration of keystone so the "heat" domain is backed by sql | 09:09 |
skraynev | shardy: I think so too. And can not understand why it does not work for me. So I continue debug it. Currently I just want to know all sequence of actions during scaling. have you any schema with this process? | 09:10 |
*** david-lyle has quit IRC | 09:10 | |
slagun | shardy: and one more question. Are there any plans (or it is possible already) to work with nested stacks as a first class citizens - have the same CRUD operations on *content* of nested stack as we have on enclosing one? | 09:12 |
shardy | skraynev: I don't have any detailed docs about it, only overview slides in my presentations repo on github | 09:12 |
shardy | slagun: It is already possible, you just need the ID of the nested stack (which is exposed via the physical_resource_id of the owning resource) | 09:12 |
skraynev | shrady: for me it looks like. creating watchrule -> getting data from cfn-push-stats -> storing this in db -> ? (reading/loading these data from db after cooldown period ) -> triggering scale after changing status | 09:12 |
shardy | slagun: also see my series posted which enables listing of stacks including nested stacks | 09:13 |
shardy | that makes seeing the required ID's a bit easier | 09:13 |
bdossant | shardy: yes im going to get more info from the keystone guys. I tried to configure this with the master branch but not with many luck. This will be a killer feature for CERN deployment... | 09:14 |
shardy | slagun: https://review.openstack.org/#/q/status:open+project:openstack/heat+branch:master+topic:bp/list-nested,n,z | 09:14 |
shardy | slagun: also see http://hardysteven.blogspot.co.uk/2013_08_01_archive.html | 09:15 |
shardy | bdossant: sounds good, I've not yet tried it myself, but I'd be very interested in some notes on how to do it when you get it working :) | 09:16 |
shardy | (a contribution to our docs would be even more awesome :) | 09:16 |
*** cmyster has quit IRC | 09:17 | |
slagun | shardy: thats awesome! Does it mean I can also create nested stack from HOT template from REST API request body (without providing http:/file: URL to it)? | 09:17 |
bdossant | shardy: sure why not :) | 09:18 |
shardy | skraynev: that's right, basically cfn-push-stats pushes the data in, and there's a periodic task (started in service.py) which then evaluates the data against the alarm criteria, by default this happens evey 60 seconds, configurable via heat.conf | 09:18 |
*** che-arne has joined #heat | 09:19 | |
shardy | skraynev: overall, it's a crude alarm mechanism, ceilometer is much better, but didn't exist when I wrote the watchrule stuff | 09:19 |
shardy | slagun: Not quite sure what you mean - do you mean create a stack and tell heat via the API that it's owned by some other stack? | 09:20 |
shardy | If so then no, that's not possible, because you must define the owning resource in the owning stack's template | 09:20 |
slagun | shardy: no, I mean to say "in stack X create stack 'resources: {resourceType: blabla}'" | 09:21 |
shardy | slagun: Oh you mean specify the template inline? | 09:22 |
slagun | shardy: exactly | 09:22 |
shardy | slagun: I'm not sure, that may already be possible if you do it via python-heatclient | 09:22 |
shardy | certainly it's something we can probably enable, if it doesn't work already | 09:23 |
skraynev | shardy: cool. I hope, that it will help me :) about ceilometer - I agree it will be better. | 09:23 |
slagun | shardy: so this is the new feature that is going to be introduced in Juno release? | 09:24 |
slagun | or this is something that was available earlier just only via REST API? | 09:25 |
slagun | also do nested stacks have keystone trusts of their own or they use parent stack trusts? | 09:26 |
*** cdent has joined #heat | 09:26 | |
shardy | slagun: during this cycle, we moved to the nested stacks using the parent trust, previously they all created their own new trust | 09:27 |
*** gokrokve has joined #heat | 09:29 | |
*** gokrokve has quit IRC | 09:31 | |
*** gokrokve has joined #heat | 09:31 | |
*** akuznetsov has quit IRC | 09:31 | |
*** Qiming has quit IRC | 09:32 | |
slagun | shardy: https://wiki.openstack.org/wiki/Heat/NestedStacks looks outdated. Does nested stack resources can reference resource in outer stack? | 09:35 |
*** gokrokve has quit IRC | 09:35 | |
*** SaD is now known as sergmelikyan | 09:39 | |
*** akuznetsov has joined #heat | 09:41 | |
*** akuznetsov has quit IRC | 09:41 | |
asalkeld | slagun, you can access the parent stack's metadata | 09:48 |
asalkeld | http://docs.openstack.org/developer/heat/template_guide/functions.html#fn-resourcefacade | 09:48 |
asalkeld | you could do what you want manually by passing in StackId as a parameter | 09:48 |
asalkeld | wiki's really do suck - we should delete and docs on the wiki | 09:50 |
asalkeld | s/and/any | 09:50 |
tiantian | <ckmvishnu>: done | 09:51 |
slagun | shardy: asalkeld: thanks for help! | 09:53 |
asalkeld | np | 09:53 |
*** sergmelikyan has quit IRC | 10:00 | |
*** mkollaro has joined #heat | 10:01 | |
*** sergmelikyan has joined #heat | 10:02 | |
*** sorantis has quit IRC | 10:02 | |
*** mkollaro1 has quit IRC | 10:03 | |
*** Yanyanhu has quit IRC | 10:04 | |
*** david-lyle has joined #heat | 10:07 | |
*** david-lyle has quit IRC | 10:12 | |
*** yassine has quit IRC | 10:12 | |
*** mkollaro has quit IRC | 10:24 | |
*** mkollaro1 has joined #heat | 10:24 | |
*** cmyster has joined #heat | 10:29 | |
*** gokrokve has joined #heat | 10:29 | |
*** gokrokve has quit IRC | 10:34 | |
*** ramishra has quit IRC | 10:50 | |
ckmvishnu | tiantian: does it mean that markers can only be uuid and not id? | 10:52 |
*** ramishra has joined #heat | 10:53 | |
ckmvishnu | tiantian: actual type check should have been in stack identifier and not in list_stack | 11:01 |
ckmvishnu | shardy: Do we take it up after this cycle? i can abandon this for now. | 11:02 |
ckmvishnu | shardy: agree that it changes a lot. | 11:03 |
*** nikunj2512 has quit IRC | 11:06 | |
*** sorantis has joined #heat | 11:07 | |
*** Qiming has joined #heat | 11:07 | |
*** david-lyle has joined #heat | 11:08 | |
openstackgerrit | Victor Sergeyev proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/105166 | 11:08 |
*** yassine has joined #heat | 11:11 | |
*** bml23 has joined #heat | 11:12 | |
bml23 | hi | 11:12 |
*** david-lyle has quit IRC | 11:12 | |
bml23 | is there a way to run scripts and decompress tar files inside the template yaml? | 11:13 |
*** renlt has joined #heat | 11:13 | |
*** denis_makogon has joined #heat | 11:13 | |
*** bvandenh has joined #heat | 11:14 | |
*** alexheneveld has joined #heat | 11:29 | |
*** gokrokve has joined #heat | 11:29 | |
*** LiJiansheng has quit IRC | 11:31 | |
*** gokrokve has quit IRC | 11:33 | |
*** cmyster has quit IRC | 11:35 | |
shardy | ckmvishnu: It's up to you - I'm not saying we *can't* merge it this cycle, just asking if the risks are justified | 11:35 |
shardy | If you share those concerns, you're free to mark the patch as work-in-progress while we discuss it | 11:35 |
shardy | bml23: can you be more specific, do you mean inside the instaces launched by heat or something else? | 11:36 |
shardy | instances I mean.. | 11:37 |
bml23 | I have to download a tarball, extract it and run a shell script from the tarball | 11:38 |
bml23 | can I specify this in the yaml file? | 11:38 |
ckmvishnu | shardy: sure. I address the in-line comments and push one final change. Let it be WIP for now. I'm ok with it. :) | 11:39 |
shardy | bml23: well yes, you can just specify a script in the instance user-data which can do whatever you want | 11:41 |
bml23 | shardy: Thank you. And the script gets run automatically? | 11:45 |
*** kopparam has quit IRC | 11:48 | |
*** cmyster has joined #heat | 11:56 | |
shardy | bml23: Provided the image you're using contains cloud-init, or something else which runs the script (e.g a cirros image) then yes | 11:57 |
*** alexheneveld has quit IRC | 11:57 | |
shardy | bml23: heat just passes the user-data to nova, which then boots the VM, so it's up to the image you boot to actually run the script | 11:57 |
bml23 | thanks | 11:57 |
shardy | typically that is done via cloud-init, which is included in nearly all cloud-images created for openstack use | 11:58 |
shardy | https://github.com/openstack/heat-templates/blob/master/hot/hello_world.yaml | 11:59 |
shardy | bml23: There's a simple example, replace "echo db_port" with whatever script you need | 11:59 |
shardy | https://github.com/openstack/heat-templates/blob/master/hot/F20/WordPress_Native.yaml | 11:59 |
shardy | Or that's a more real-world example which deploys wordpress | 12:00 |
*** ramishra has quit IRC | 12:01 | |
bml23 | Thank you very much. I think I've got it from here on :) | 12:02 |
*** alexheneveld has joined #heat | 12:02 | |
cmyster | shardy: hi whats up | 12:03 |
shardy | cmyster: hey | 12:05 |
cmyster | shardy: speaking of real live scenarios, have you seen this ever being used? OS::Nova::ServerGroup | 12:06 |
shardy | cmyster: No, but it's something I've been meaning to try out | 12:07 |
cmyster | shardy: ja, same here via a scenario. I see the api test in heat, but that's just something I cannot use. | 12:08 |
*** david-lyle has joined #heat | 12:08 | |
*** saju_m has joined #heat | 12:12 | |
*** saju_m has quit IRC | 12:12 | |
*** david-lyle has quit IRC | 12:13 | |
*** saju_m has joined #heat | 12:13 | |
*** urulama has joined #heat | 12:16 | |
cmyster | shardy: FYI http://lists.openstack.org/pipermail/openstack-dev/2014-April/031865.html | 12:17 |
*** KanagarajM2 has quit IRC | 12:18 | |
*** kopparam has joined #heat | 12:19 | |
*** praveenkumar has quit IRC | 12:23 | |
*** ckmvishnu has quit IRC | 12:24 | |
*** kopparam has quit IRC | 12:26 | |
*** yassine has quit IRC | 12:26 | |
*** bml_ has joined #heat | 12:29 | |
*** bml23 has quit IRC | 12:29 | |
*** gokrokve has joined #heat | 12:29 | |
*** jdob has joined #heat | 12:30 | |
*** mohits has quit IRC | 12:32 | |
*** yassine has joined #heat | 12:32 | |
openstackgerrit | A change was merged to openstack/python-heatclient: Update stack-preview usage text https://review.openstack.org/116331 | 12:33 |
*** gokrokve has quit IRC | 12:34 | |
asalkeld | SpamapS, should there be a trusty here: http://ppa.launchpad.net/tripleo/demo/ubuntu/dists/ | 12:38 |
*** praveenkumar has joined #heat | 12:39 | |
zaneb | asalkeld: for the record, I am against doing things differently too. I just think it's the other projects who should change :) | 12:41 |
*** denis_makogon has quit IRC | 12:41 | |
asalkeld | that's kinda the definition of "doing things differently" ;) | 12:42 |
*** tonisbones has joined #heat | 12:44 | |
*** akuznetsov has joined #heat | 12:44 | |
*** unmeshg has quit IRC | 12:45 | |
*** nosnos has quit IRC | 12:46 | |
*** k4n0 has quit IRC | 12:49 | |
*** arbylee has joined #heat | 12:52 | |
*** rpothier has joined #heat | 12:54 | |
asalkeld | g'night all | 13:02 |
*** asalkeld has quit IRC | 13:02 | |
skraynev | asalkeld: good night | 13:03 |
*** aweiteka has joined #heat | 13:06 | |
*** yassine has quit IRC | 13:06 | |
*** yassine has joined #heat | 13:07 | |
*** david-lyle has joined #heat | 13:09 | |
openstackgerrit | Mike Spreitzer proposed a change to openstack/heat: Implement AZ spanning for ASGs https://review.openstack.org/116139 | 13:10 |
*** ifarkas has quit IRC | 13:11 | |
*** david-lyle has quit IRC | 13:13 | |
*** yassine has quit IRC | 13:16 | |
*** ifarkas has joined #heat | 13:17 | |
*** htruta has joined #heat | 13:20 | |
*** kopparam has joined #heat | 13:22 | |
*** alexheneveld has quit IRC | 13:26 | |
*** kopparam has quit IRC | 13:26 | |
*** gokrokve has joined #heat | 13:29 | |
*** rakesh_hs2 has joined #heat | 13:32 | |
*** rakesh_hs has quit IRC | 13:33 | |
*** gokrokve has quit IRC | 13:33 | |
*** mkollaro1 is now known as mkollaro | 13:36 | |
cmyster | shardy: remember by any chance that bug you opened some time ago about property type validation ? | 13:36 |
*** yassine has joined #heat | 13:37 | |
cmyster | trying to find it... | 13:37 |
*** chandankumar has quit IRC | 13:38 | |
shardy | cmyster: bug #1317129 ? | 13:39 |
uvirtbot | Launchpad bug 1317129 in heat "Provider resource Integer/Number type mismatch" [Medium,Fix committed] https://launchpad.net/bugs/1317129 | 13:39 |
*** zz_gondoi is now known as gondoi | 13:39 | |
*** sballe has joined #heat | 13:39 | |
cmyster | yes I think so, | 13:40 |
cmyster | I'm having something else here, sec lemme paste | 13:40 |
*** Murali_ has joined #heat | 13:40 | |
*** BillArnold has joined #heat | 13:40 | |
*** chandankumar has joined #heat | 13:41 | |
cmyster | shardy: not exactly the same thing http://paste.openstack.org/show/100474/ | 13:42 |
cmyster | template-validate OKed it | 13:42 |
*** rakesh_hs has joined #heat | 13:43 | |
*** mkollaro has quit IRC | 13:43 | |
*** mkollaro has joined #heat | 13:43 | |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Additional exception type check for ceilo-client https://review.openstack.org/116896 | 13:44 |
shardy | cmyster: Hmm, if you choose a string type for the parameter, I'm not sure how we can validate that other than at runtime | 13:44 |
*** rakesh_hs2 has quit IRC | 13:44 | |
cmyster | with validate doing it like in real time :) but that probably not the case... | 13:45 |
shardy | Presumably you either need to pass a list in as a parameter, or put [ { get_param: group_a_policy } ] | 13:45 |
cmyster | yes its just me not paying attention, just thought that validate might be more sturdy then this | 13:45 |
shardy | cmyster: template-validate doesn't take parameters (stack-preview does though) | 13:45 |
cmyster | yup that caught it alright | 13:46 |
cmyster | shardy: if validate is weaker then preview, why is there a need to have it ? | 13:47 |
*** saju_m has quit IRC | 13:47 | |
cmyster | if both are being used for the same cause | 13:47 |
shardy | If you used a list type for the parameter (comma_delimited_list) that might work as you'd force the user to enter a list parameter | 13:47 |
shardy | cmyster: history and aws comaptibility basically | 13:48 |
cmyster | I see | 13:48 |
*** ishant has quit IRC | 13:48 | |
*** Murali_ has quit IRC | 13:48 | |
shardy | cmyster: we've had template-validate forever, stack-preview is a shiny new thing by comparison | 13:49 |
cmyster | it is | 13:49 |
cmyster | also validate is still in there :) | 13:49 |
*** Murali_ has joined #heat | 13:49 | |
*** alexheneveld has joined #heat | 13:52 | |
cmyster | also shardy, in that template I pasted, if I change the type and value to list in the parameters section it still won't work because list is not a valid type | 13:53 |
*** chandankumar has quit IRC | 13:53 | |
cmyster | I always put string there, but I thought that one can use the actual type that the property is defined to be | 13:54 |
*** chandankumar has joined #heat | 13:54 | |
*** jmckind has joined #heat | 13:55 | |
shardy | cmyster: comma_delimited_list | 13:55 |
shardy | http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#parameters-section | 13:55 |
cmyster | ah, check | 13:55 |
cmyster | thanks | 13:55 |
*** arbylee has quit IRC | 13:57 | |
*** denis_makogon has joined #heat | 13:57 | |
*** denis_makogon has quit IRC | 13:57 | |
*** david-lyle has joined #heat | 13:57 | |
*** arbylee has joined #heat | 13:57 | |
*** jprovazn has quit IRC | 13:58 | |
*** gokrokve has joined #heat | 14:00 | |
*** jprovazn has joined #heat | 14:00 | |
*** saju_m has joined #heat | 14:00 | |
*** alexheneveld has quit IRC | 14:00 | |
*** sorantis has quit IRC | 14:02 | |
*** saju_m has quit IRC | 14:02 | |
*** saju_m has joined #heat | 14:03 | |
*** sorantis has joined #heat | 14:03 | |
*** alexheneveld has joined #heat | 14:03 | |
*** sorantis has quit IRC | 14:04 | |
*** ccrouch1 has joined #heat | 14:04 | |
*** ccrouch has quit IRC | 14:05 | |
*** bml_ has quit IRC | 14:05 | |
*** aweiteka has quit IRC | 14:06 | |
*** chandankumar has quit IRC | 14:06 | |
*** alexheneveld has quit IRC | 14:07 | |
*** nkhare has joined #heat | 14:07 | |
*** alexheneveld has joined #heat | 14:08 | |
*** jasondotstar has joined #heat | 14:12 | |
*** saju_m has quit IRC | 14:14 | |
*** zns has joined #heat | 14:17 | |
*** aweiteka has joined #heat | 14:20 | |
*** kopparam has joined #heat | 14:23 | |
*** kopparam has quit IRC | 14:27 | |
*** mspreitz has joined #heat | 14:28 | |
*** vijendar has joined #heat | 14:29 | |
*** samstav has joined #heat | 14:30 | |
*** ekarlso has quit IRC | 14:31 | |
*** praveenkumar has quit IRC | 14:31 | |
*** rakesh_hs has quit IRC | 14:33 | |
*** vijendar has quit IRC | 14:34 | |
*** vijendar has joined #heat | 14:34 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix port residue when instance deletion https://review.openstack.org/115234 | 14:38 |
*** alexheneveld has quit IRC | 14:39 | |
*** samstav has quit IRC | 14:40 | |
*** samstav has joined #heat | 14:40 | |
*** denis_makogon has joined #heat | 14:41 | |
*** EricGonczer_ has joined #heat | 14:44 | |
*** kebray has joined #heat | 14:45 | |
*** praveenkumar has joined #heat | 14:46 | |
*** kebray has quit IRC | 14:46 | |
*** kebray has joined #heat | 14:46 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement CFN CancelUpdateStack action https://review.openstack.org/102852 | 14:50 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add RPC API for cancel update stack https://review.openstack.org/102851 | 14:50 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add Heat REST API action for cancel update stack https://review.openstack.org/116911 | 14:50 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Add 'cancel_update' action and command https://review.openstack.org/102854 | 14:51 |
*** saju_m has joined #heat | 14:52 | |
jdandrea | Given a Req-ID (like 3ed9a41e-29d5-4659-9776-d07089da8f00, seen in heat stack-show upon encountering an error) is it possible to locate info about that request? | 14:52 |
*** jdob has quit IRC | 14:52 | |
*** jdob has joined #heat | 14:53 | |
jdandrea | The full error: "Resource CREATE failed: Error: Resource CREATE failed: BadRequest: Invalid input received: Availability zone [my_az_here] is invalid (HTTP 400 (Request-ID: req- 3ed9a41e-29d5-4659-9776-d07089da8f00)" | 14:53 |
jdandrea | It's not necessarily nova, that's why I'm wondering. | 14:53 |
*** jprovazn has quit IRC | 14:57 | |
shardy | jdandrea: I think you'll need the patches from bug #1324065 | 14:58 |
uvirtbot | Launchpad bug 1324065 in heat "Needs support for x-openstack-request-id" [Medium,Fix released] https://launchpad.net/bugs/1324065 | 14:58 |
*** randallburt has joined #heat | 14:58 | |
*** sjmc7 has joined #heat | 14:59 | |
*** kebray has quit IRC | 15:02 | |
jdandrea | shardy: Thanks! | 15:03 |
openstackgerrit | A change was merged to openstack/heat: SoftwareDeployments move signal reason into resource plugin https://review.openstack.org/106825 | 15:04 |
*** reed has joined #heat | 15:05 | |
*** reed has quit IRC | 15:09 | |
*** reed has joined #heat | 15:12 | |
*** jdob has quit IRC | 15:12 | |
openstackgerrit | Steven Hardy proposed a change to openstack/heat-specs: Decouple Nested Stacks from parents https://review.openstack.org/113296 | 15:12 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Mark metadata_update RPC call deprecated https://review.openstack.org/106985 | 15:15 |
*** jdob has joined #heat | 15:16 | |
*** EricGonczer_ has quit IRC | 15:18 | |
*** alexheneveld has joined #heat | 15:21 | |
*** kebray has joined #heat | 15:21 | |
*** jpeeler has quit IRC | 15:21 | |
*** jpeeler has joined #heat | 15:22 | |
*** jpeeler has quit IRC | 15:22 | |
*** jpeeler has joined #heat | 15:22 | |
*** kopparam has joined #heat | 15:23 | |
*** achampio1 has joined #heat | 15:24 | |
*** achampion has quit IRC | 15:24 | |
*** renlt has quit IRC | 15:27 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix failed to delete the EIP resource https://review.openstack.org/102758 | 15:27 |
*** chandankumar has joined #heat | 15:27 | |
*** kopparam has quit IRC | 15:28 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Allow to decide between Nova-network and Neutron https://review.openstack.org/115968 | 15:28 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement OS::Sahara::NodeGroupTemplate resource https://review.openstack.org/100288 | 15:29 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement OS::Sahara::Cluster resource https://review.openstack.org/72336 | 15:29 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement OS::Sahara::ClusterTemplate resource https://review.openstack.org/101509 | 15:29 |
*** ekarlso has joined #heat | 15:30 | |
*** sdake_ has joined #heat | 15:30 | |
*** EricGonczer_ has joined #heat | 15:31 | |
*** zns has quit IRC | 15:33 | |
*** EricGonczer_ has quit IRC | 15:36 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Implement EC2 eip/eipassociation resources updatable https://review.openstack.org/107577 | 15:37 |
*** EricGonczer_ has joined #heat | 15:37 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Fix failed to delete the EIP resource https://review.openstack.org/102758 | 15:37 |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Implement EC2 eip/eipassociation resources updatable https://review.openstack.org/107577 | 15:38 |
*** achampion has joined #heat | 15:39 | |
*** ekarlso has quit IRC | 15:40 | |
*** lazy_prince is now known as killer_prince | 15:40 | |
*** achampio1 has quit IRC | 15:41 | |
*** bml23 has joined #heat | 15:42 | |
openstackgerrit | huangtianhua proposed a change to openstack/heat: Correct function name to handle_snapshot_delete https://review.openstack.org/116765 | 15:43 |
*** TVR_1 has joined #heat | 15:44 | |
*** cdent_ has joined #heat | 15:45 | |
*** cdent_ has quit IRC | 15:45 | |
*** dsneddon has joined #heat | 15:45 | |
*** cdent_ has joined #heat | 15:45 | |
zaneb | arbylee: is https://blueprints.launchpad.net/heat/+spec/stack-display-fields now complete? | 15:46 |
arbylee | zaneb: yes i believe so | 15:47 |
*** achampio1 has joined #heat | 15:47 | |
*** cdent has quit IRC | 15:48 | |
*** cdent_ is now known as cdent | 15:48 | |
zaneb | arbylee: sweet, thanks | 15:49 |
*** achampion has quit IRC | 15:50 | |
mspreitz | I think check-tripleo-novabm-overcloud-precise-nonha is flaky; is there a way I can get just that one to re-check my change? | 15:50 |
zaneb | sadly no | 15:52 |
zaneb | but it is non-voting, so... feel free to ignore it if it's just being flaky | 15:52 |
openstackgerrit | Qiming Teng proposed a change to openstack/heat: Additional exception type check for ceilo-client https://review.openstack.org/116896 | 15:52 |
*** achampion has joined #heat | 15:53 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add networks property to OS::Trove::Instance https://review.openstack.org/91088 | 15:54 |
*** bml23 has quit IRC | 15:54 | |
Qiming | skraynev, please help recheck https://review.openstack.org/#/c/116896/2, thanks. | 15:55 |
*** achampio1 has quit IRC | 15:55 | |
*** julienvey has quit IRC | 15:56 | |
*** bvandenh has quit IRC | 15:57 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Implement CFN CancelUpdateStack action https://review.openstack.org/102852 | 16:00 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add RPC API for cancel update stack https://review.openstack.org/102851 | 16:00 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add Heat REST API action for cancel update stack https://review.openstack.org/116911 | 16:00 |
*** tomek_adamczewsk has quit IRC | 16:03 | |
*** zns has joined #heat | 16:04 | |
*** randallburt has quit IRC | 16:05 | |
*** Qiming has quit IRC | 16:05 | |
*** jcoufal has quit IRC | 16:09 | |
*** reed has quit IRC | 16:10 | |
*** EricGonczer_ has quit IRC | 16:14 | |
*** nkhare has quit IRC | 16:20 | |
*** randallburt has joined #heat | 16:23 | |
*** kopparam has joined #heat | 16:24 | |
*** sballe has quit IRC | 16:24 | |
*** kopparam has quit IRC | 16:29 | |
*** sballe_ has joined #heat | 16:31 | |
*** cdent_ has joined #heat | 16:33 | |
*** ramishra has joined #heat | 16:33 | |
*** fayablazer has quit IRC | 16:33 | |
*** gokrokve_ has joined #heat | 16:35 | |
*** derekh has quit IRC | 16:36 | |
*** cdent has quit IRC | 16:36 | |
*** cdent_ is now known as cdent | 16:36 | |
*** kebray has quit IRC | 16:37 | |
*** sballe_ has quit IRC | 16:37 | |
*** gokrokve has quit IRC | 16:38 | |
*** pasquier-s has quit IRC | 16:39 | |
*** balles has joined #heat | 16:40 | |
*** pasquier-s has joined #heat | 16:41 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Unittests: Refactor Volume resources tests https://review.openstack.org/107362 | 16:43 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Deny updates to AWS::EC2::VolumeAttachment https://review.openstack.org/113809 | 16:43 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Check for error messages in volume tests https://review.openstack.org/115015 | 16:43 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Improve errors in Volume attach/detach tasks https://review.openstack.org/115014 | 16:43 |
*** ramishra has quit IRC | 16:45 | |
*** ramishra has joined #heat | 16:45 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/105166 | 16:46 |
*** sballe_ has joined #heat | 16:47 | |
*** saurabhs has joined #heat | 16:48 | |
*** ramishra has quit IRC | 16:51 | |
*** ramishra has joined #heat | 16:52 | |
*** pas-ha has quit IRC | 16:53 | |
*** ramishra has quit IRC | 16:56 | |
*** crose has joined #heat | 16:56 | |
*** cdent has quit IRC | 17:01 | |
*** killer_prince has quit IRC | 17:01 | |
*** killer_prince has joined #heat | 17:04 | |
*** killer_prince is now known as lazy_prince | 17:04 | |
*** saju_m has quit IRC | 17:05 | |
*** saju_m has joined #heat | 17:06 | |
*** jistr has quit IRC | 17:07 | |
shadower | anyone have time to look at this change? It's a two line fix: https://review.openstack.org/#/c/115379/4 | 17:07 |
shadower | zaneb, stevebaker ^ | 17:08 |
zaneb | +2, can't argue with that | 17:09 |
*** randallburt has quit IRC | 17:10 | |
shadower | thanks! | 17:10 |
*** zns has quit IRC | 17:11 | |
*** alexheneveld has quit IRC | 17:13 | |
*** ankurrr has left #heat | 17:13 | |
*** harlowja_away is now known as harlowja | 17:15 | |
*** saju_m has quit IRC | 17:16 | |
*** saju_m has joined #heat | 17:18 | |
*** aweiteka has quit IRC | 17:20 | |
*** tomek_adamczewsk has joined #heat | 17:22 | |
saurabhs | Hi, I have a heat stack which creates 4 ports on a nuetron network and then associates those ports with the 4 different VMs which it creates on nova, but I am intermittently running into an issue where in one of the VMs don't get network information in nova. when I do nova list or nova show, there is no network information show for that nova instances. | 17:22 |
saurabhs | but if I do neutron port-list the port for the instances shows up in the list. and nuetron port-show has the information about the instance with which the port is associated in the device_id field. | 17:23 |
saurabhs | has anybody seen this problem and have any work around for it | 17:23 |
*** kopparam has joined #heat | 17:25 | |
openstackgerrit | Mike Spreitzer proposed a change to openstack/heat-templates: Added simple samples that exercise autoscaling https://review.openstack.org/97366 | 17:25 |
*** bmahalakshmi has joined #heat | 17:26 | |
*** jprovazn has joined #heat | 17:29 | |
*** kopparam has quit IRC | 17:29 | |
*** reed has joined #heat | 17:30 | |
*** aweiteka has joined #heat | 17:33 | |
*** tomek_adamczewsk has quit IRC | 17:34 | |
*** daneyon has joined #heat | 17:35 | |
*** randallburt has joined #heat | 17:38 | |
jdob | shardy: ping | 17:39 |
shardy | jdob: Hi! | 17:39 |
jdob | howdy :) | 17:39 |
jdob | there's a way to pass in a single file to the heat client that contains all of the files for a stack (where "all" means all of the provider resources and environment), right? | 17:40 |
jdob | it's some sort of JSON dict? | 17:40 |
*** zns has joined #heat | 17:41 | |
shardy | jdob: Not AFAIK, no, although it might be something we want to add | 17:41 |
*** tango has joined #heat | 17:42 | |
jdob | hrm, maybe i'm nuts then. i swear I read about it a few weeks ago but can't find anything about the format | 17:42 |
shardy | jdob: you have to pass in the template and environment seperately, and heatclient then goes and resolves the file references in the templates and environment to populate the files map in the API request | 17:42 |
shardy | jdob: It's possible something new got merged and I just didn't spot it :) | 17:42 |
* shardy looks | 17:43 | |
jdob | :) | 17:43 |
*** bmahalakshmi has quit IRC | 17:44 | |
*** alexpilotti has quit IRC | 17:45 | |
*** gokrokve has joined #heat | 17:47 | |
shardy | jdob: Sorry, I can't spot anything other than bug #1334839 | 17:48 |
uvirtbot | Launchpad bug 1334839 in python-heatclient "stack creator should be able to pass files an input" [Undecided,New] https://launchpad.net/bugs/1334839 | 17:48 |
*** EricGonczer_ has joined #heat | 17:49 | |
jdob | ok, thanks for looking around shardy, appreciate it. if i remember why on earth I thought that was possible, I'll let you know :D | 17:49 |
shardy | If it's something you need it can probably be done fairly easily, it's just a case of deciding what format, e.g a big json map containing "template" "environment" and "files" keys vs something like a tarball | 17:49 |
*** arbylee1 has joined #heat | 17:50 | |
*** gokrokve_ has quit IRC | 17:50 | |
jdob | i was thinking the former. that's what i'll be returning from tuskar, a dict of file name to contents. for now, it's easy enough for tuskar to iterate that, write the files, and call the heat client | 17:51 |
jdob | i think :) | 17:51 |
jdob | i'll see how that goes and file a blueprint if necessary | 17:51 |
*** gokrokve has quit IRC | 17:51 | |
shardy | jdob: Ok, sounds good | 17:51 |
jdob | thanks again :D | 17:52 |
shardy | np! | 17:52 |
*** arbylee has quit IRC | 17:52 | |
*** arbylee1 has quit IRC | 17:52 | |
*** arbylee has joined #heat | 17:53 | |
*** che-arne has quit IRC | 17:53 | |
*** chandankumar has quit IRC | 17:53 | |
*** gondoi is now known as zz_gondoi | 18:00 | |
*** EricGonczer_ has quit IRC | 18:04 | |
*** jmckind has quit IRC | 18:05 | |
mspreitz | Is there a way to see all the logging from the individual tests in a SUCCESSFUL run of heat's `tox -epy27` ? | 18:12 |
openstackgerrit | Winnie Tsang proposed a change to openstack/python-heatclient: Add stack-update argument for reset parameters https://review.openstack.org/109465 | 18:15 |
openstackgerrit | Winnie Tsang proposed a change to openstack/python-heatclient: Add stack-update argument for patching parameters https://review.openstack.org/109105 | 18:15 |
mspreitz | OK, maybe the next will be an easier question... | 18:16 |
mspreitz | I see some code says foo.items(), and other coee says six.iteritems(foo). Does it matter which I use? | 18:16 |
ryansb | mspreitz: yeah, it does | 18:16 |
mspreitz | ryansb: which should I use? | 18:16 |
ryansb | items() | 18:16 |
ryansb | oh, wait, use six.iteritems(foo) | 18:17 |
mspreitz | OK, thanks | 18:17 |
ryansb | so dict.iteritems doesn't exist in py3, but six.iteritems(foo) behaves just like it | 18:17 |
ryansb | and works in both | 18:17 |
*** sballe__ has joined #heat | 18:17 | |
mspreitz | I figured it must be something like that | 18:17 |
ryansb | (dict.items exists in 2 and 3, but doesn't use an iterator) | 18:18 |
mspreitz | thanks | 18:18 |
ryansb | np | 18:18 |
*** sballe_ has quit IRC | 18:19 | |
*** gokrokve has joined #heat | 18:19 | |
*** EricGonczer_ has joined #heat | 18:19 | |
*** PsionTheory has joined #heat | 18:23 | |
*** balles has quit IRC | 18:25 | |
*** balles has joined #heat | 18:25 | |
*** kopparam has joined #heat | 18:26 | |
zaneb | mspreitz: six.iteritems(foo) avoids creating the whole list in memory at the same time... for a short list and/or small items, it probably doesn't matter either way | 18:27 |
mspreitz | zaneb: thanks | 18:27 |
*** EricGonczer_ has quit IRC | 18:27 | |
*** kopparam has quit IRC | 18:30 | |
*** alexheneveld has joined #heat | 18:32 | |
*** edmund has joined #heat | 18:32 | |
*** sgordon has joined #heat | 18:41 | |
*** sgordon has quit IRC | 18:41 | |
*** sgordon has joined #heat | 18:41 | |
*** bvandenh has joined #heat | 18:45 | |
*** kebray has joined #heat | 18:51 | |
*** urulama is now known as urulama-afk | 18:53 | |
*** sabeen has quit IRC | 18:56 | |
*** jasondotstar has quit IRC | 18:56 | |
*** sabeen has joined #heat | 18:56 | |
*** krt_ has joined #heat | 18:58 | |
*** reed has quit IRC | 19:01 | |
*** randallburt has quit IRC | 19:01 | |
*** krt_ has quit IRC | 19:02 | |
*** zns has quit IRC | 19:03 | |
*** harlowja has quit IRC | 19:06 | |
*** zns has joined #heat | 19:06 | |
*** harlowja has joined #heat | 19:08 | |
*** jistr has joined #heat | 19:14 | |
jasond` | zaneb: ping | 19:19 |
zaneb | o/ | 19:20 |
jasond` | zaneb: hey, i tried out your "update after failure" patchset | 19:20 |
zaneb | uh oh :D | 19:20 |
jasond` | i thought i would be able to update a "create failed" stack, but i can't because i didn't have rollback enabled | 19:20 |
jasond` | if i enable rollback, the stack is deleted after creation fails | 19:21 |
*** EricGonczer_ has joined #heat | 19:21 | |
jasond` | is this supposed to cover that use case? | 19:21 |
zaneb | yeah, you should be able to update it again if rollback was disabled | 19:22 |
zaneb | where is that check, do you know? | 19:22 |
jasond` | getting a "State invalid for UPDATE" | 19:22 |
jasond` | thought it was at https://review.openstack.org/#/c/112938/2/heat/engine/stack.py | 19:22 |
zaneb | so the create had FAILED, or was still IN_PROGRESS? | 19:24 |
jasond` | CREATE_FAILED, but yeah, still trying to figure out which code path it's taking | 19:25 |
*** kopparam has joined #heat | 19:26 | |
*** Murali__ has joined #heat | 19:28 | |
*** tomek_adamczewsk has joined #heat | 19:29 | |
*** kopparam has quit IRC | 19:31 | |
*** Murali_ has quit IRC | 19:31 | |
stevebaker | morning | 19:33 |
stevebaker | shardy: hey, you about? | 19:33 |
*** kebray has quit IRC | 19:34 | |
jasond` | zaneb: it turns out i grabbed the first patch in your series when i meant to grab the last. sorry for the false alarm. | 19:35 |
zaneb | haha, no worries :) | 19:35 |
dekozo | i cant get heat to create new instances, i'm trying to stress the instances via the load balancer, it seems to be passing the requests to the only instance i have from start, could someone tell me a way to check what's going on? | 19:36 |
zaneb | jasond`: I'll be interested to hear how you get along, in any event | 19:37 |
jpeeler | stevebaker: when you have a few, can you review https://review.openstack.org/#/c/116143/ and then release heat-cfntools? if you don't want to release, okay - just thought i would ask. | 19:37 |
*** andersonvom has joined #heat | 19:39 | |
*** jrist_ is now known as jrist | 19:41 | |
stevebaker | jpeeler: yep, I'll take a look | 19:44 |
*** daneyon has quit IRC | 19:45 | |
*** daneyon has joined #heat | 19:45 | |
dekozo | i think perhaps i didnt configure the healthmonitor correctly | 19:46 |
*** mspreitz has quit IRC | 19:49 | |
*** daneyon has quit IRC | 19:50 | |
shardy | stevebaker: Hey, am now | 19:50 |
*** yassine has quit IRC | 19:52 | |
*** Murali__ has quit IRC | 19:53 | |
*** Murali has joined #heat | 19:53 | |
stevebaker | shardy: I've found why it is not possible to have deployments in one provider resource and servers in another. The nested stacks have different stack_user_project_ids so the deployments-for-server query returns empty. I'd like to change it so that a stack_user_project_id is created up-front for the root stack, and all nested stacks inherit that project id | 20:00 |
shardy | stevebaker: Ok, sounds fine to me, similar to the change I made recently where the trust (user_creds record) is inherited from the parent | 20:01 |
shardy | stevebaker: I'll also need to add it to the RPC interface like the owner and user_creds_id in my series currently posted | 20:02 |
stevebaker | shardy: yeah, I'll get a change up soon so you can take a look | 20:03 |
shardy | stevebaker: Sounds good, I'm happy to rebase my stuff on that change as it should hopefully be fairly simple | 20:03 |
*** shakamunyi has joined #heat | 20:04 | |
stevebaker | shardy: probably just need to add a stack_user_project_id rpc arg | 20:05 |
shardy | stevebaker: Yeah, should be pretty easy | 20:05 |
*** jistr has quit IRC | 20:06 | |
shardy | I was playing with the idea of passing the root stack ID down the tree instead, but couldn't work out a way to make the retrieval efficient when loading the nested stacks, so opted to just pass each bit of data down the tree instead | 20:06 |
*** tomek_adamczewsk has quit IRC | 20:10 | |
*** shakamunyi has quit IRC | 20:11 | |
*** randallburt has joined #heat | 20:12 | |
openstackgerrit | Randall Burt proposed a change to openstack/heat: Allow resource groups of 0 resources https://review.openstack.org/117015 | 20:12 |
*** tonisbones has quit IRC | 20:13 | |
*** EricGonczer_ has quit IRC | 20:16 | |
*** tomek_adamczewsk has joined #heat | 20:17 | |
jasond` | zaneb: it worked! | 20:18 |
*** saju_m has quit IRC | 20:18 | |
zaneb | w00t! | 20:19 |
*** jprovazn has quit IRC | 20:19 | |
zaneb | awesome, thanks jasond` :)) | 20:19 |
*** EricGonczer_ has joined #heat | 20:19 | |
jasond` | zaneb: stopped nova-api, created http://paste.openstack.org/show/100633/, then started nova-api and updated with the same template | 20:19 |
jasond` | np | 20:19 |
zaneb | cool | 20:20 |
*** sabeen has quit IRC | 20:20 | |
zaneb | new patch sets are coming today too | 20:20 |
zaneb | so we should be able to merge very soon | 20:20 |
jasond` | great, will try to help with reviews | 20:20 |
*** alexpilotti has joined #heat | 20:21 | |
*** alexheneveld has quit IRC | 20:21 | |
dekozo | does anyone know if i have to do anything special in order to make heat autoscaling work? i have an image with my application deployed and i've used some example templates modified | 20:23 |
*** EricGonczer_ has quit IRC | 20:24 | |
*** bvandenh has quit IRC | 20:24 | |
openstackgerrit | A change was merged to openstack/heat: Use empty list in list_join for validation https://review.openstack.org/115379 | 20:25 |
*** kopparam has joined #heat | 20:27 | |
*** kopparam has quit IRC | 20:31 | |
*** tomek_adamczewsk has quit IRC | 20:32 | |
*** arbylee1 has joined #heat | 20:34 | |
*** arbylee has quit IRC | 20:34 | |
*** arbylee1 has quit IRC | 20:35 | |
*** arbylee has joined #heat | 20:35 | |
*** jistr has joined #heat | 20:42 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/105166 | 20:49 |
*** morganfainberg is now known as morganfainberg_Z | 20:49 | |
tango | zaneb: Hi Zane | 20:56 |
*** zz_gondoi is now known as gondoi | 20:57 | |
*** jdob has quit IRC | 20:59 | |
*** BillArnold has quit IRC | 21:01 | |
zaneb | tango: I'm in the project meeting atm, but I can keep half an eye out on this channel | 21:02 |
tango | zaneb: I can ping you later, need to ask you some questions | 21:02 |
*** stevelle has quit IRC | 21:03 | |
*** kebray has joined #heat | 21:14 | |
*** shakamunyi has joined #heat | 21:20 | |
*** jistr has quit IRC | 21:21 | |
*** kopparam has joined #heat | 21:28 | |
*** aweiteka has quit IRC | 21:29 | |
*** FL1SK has quit IRC | 21:29 | |
*** FL1SK has joined #heat | 21:30 | |
*** stevelle has joined #heat | 21:31 | |
*** kopparam has quit IRC | 21:32 | |
*** morganfainberg_Z is now known as morganfainberg | 21:33 | |
*** mspreitz has joined #heat | 21:35 | |
*** mspreitz has quit IRC | 21:41 | |
*** mspreitz has joined #heat | 21:41 | |
openstackgerrit | Randall Burt proposed a change to openstack/heat: Allow for setting ViP ID https://review.openstack.org/115710 | 21:42 |
*** harlowja is now known as harlowja_away | 21:43 | |
*** zns has quit IRC | 21:46 | |
*** kebray has quit IRC | 21:50 | |
zaneb | tango: still around? | 21:56 |
*** rpothier has quit IRC | 21:57 | |
*** asalkeld has joined #heat | 21:57 | |
*** harlowja_away is now known as harlowja | 22:00 | |
*** cinerama` is now known as cinerama | 22:00 | |
*** blues-man has joined #heat | 22:05 | |
*** vijendar has quit IRC | 22:05 | |
*** Murali has quit IRC | 22:05 | |
*** alexpilotti has quit IRC | 22:06 | |
tango | zaneb: Went to get my coffee | 22:06 |
tango | So I just want to double check on your conment about the PATCH rest api for https://review.openstack.org/#/c/109284/ | 22:07 |
*** slagun has left #heat | 22:07 | |
blues-man | hi all | 22:07 |
zaneb | tango: sure | 22:08 |
tango | zaneb: To implement this, I can add the PATCH api, then in the heat client, check if the user has specified the --existing-parameter option | 22:09 |
zaneb | yeah, that's basically what I was thinking | 22:10 |
tango | zaneb: if so, then the client would call the PATCH api. If not, then the client would call the usual PUT api | 22:10 |
zaneb | +1 | 22:10 |
zaneb | it's a shame we can't change the default client behaviour :/ | 22:10 |
tango | zaneb: right, and the PATCH api would not need to pass along the flag existing-parameter | 22:10 |
tango | zaneb: Yeah I figure it would be a breaking change if we modify the existing PUT for stack-update | 22:11 |
zaneb | you'd have to pass something over RPC to indicate whether it was a PATCH or PUT request | 22:11 |
tango | zaneb: right | 22:11 |
tango | zaneb: we would still need some flag, but at least the PATCH call would not have it | 22:12 |
zaneb | yep ++ | 22:12 |
tango | Sounds good, I will make the change and upload the new patches | 22:13 |
zaneb | cool, thanks tango | 22:13 |
tango | trying to make the deadline next week | 22:13 |
zaneb | yeah, we are cutting it fine on a lot of things | 22:13 |
zaneb | as usual | 22:13 |
zaneb | just remember, the gate will be a logjam next week | 22:14 |
tango | yep | 22:14 |
zaneb | to keep it interesting ;) | 22:14 |
*** PsionTheory has quit IRC | 22:16 | |
blues-man | hi zaneb thanks again :) | 22:17 |
zaneb | blues-man: hey, no worries | 22:17 |
openstackgerrit | Miguel Grinberg proposed a change to openstack/heat: boolean parameter type is not recognized in the API https://review.openstack.org/116762 | 22:18 |
zaneb | what is this oslo.config>=1.4.0.0a3 that we now depend on | 22:19 |
*** jdandrea_ has joined #heat | 22:21 | |
*** abramley has quit IRC | 22:22 | |
*** abramley_ has joined #heat | 22:22 | |
*** jdandrea has quit IRC | 22:22 | |
*** jdandrea_ is now known as jdandrea | 22:22 | |
*** abramley_ is now known as abramley | 22:23 | |
*** larsks has quit IRC | 22:23 | |
*** larsks has joined #heat | 22:24 | |
*** crose has quit IRC | 22:24 | |
*** slagle_ has joined #heat | 22:25 | |
*** zbitter has joined #heat | 22:26 | |
*** lvh_ has joined #heat | 22:26 | |
*** jasond`` has joined #heat | 22:27 | |
*** kopparam has joined #heat | 22:29 | |
*** tsufiev has quit IRC | 22:29 | |
*** tsufiev_ has joined #heat | 22:29 | |
*** uvirtbot` has joined #heat | 22:32 | |
*** sballe_ has joined #heat | 22:32 | |
*** gokrokve_ has joined #heat | 22:33 | |
*** kopparam has quit IRC | 22:33 | |
*** samstav_ has joined #heat | 22:35 | |
*** mkollaro1 has joined #heat | 22:36 | |
*** gondoi is now known as zz_gondoi | 22:36 | |
*** andreaf_ has joined #heat | 22:36 | |
*** zz_gondoi is now known as gondoi | 22:36 | |
*** pbelanyi_ has joined #heat | 22:36 | |
*** sjmc7 has quit IRC | 22:36 | |
*** huangtianhua has joined #heat | 22:36 | |
*** andreaf_ has quit IRC | 22:36 | |
*** sballe__ has quit IRC | 22:36 | |
*** david-ly_ has joined #heat | 22:36 | |
*** andreaf_ has joined #heat | 22:37 | |
*** justin-8_ has joined #heat | 22:37 | |
*** zaneb has quit IRC | 22:37 | |
*** slagle has quit IRC | 22:37 | |
*** lvh has quit IRC | 22:37 | |
*** xmltok has quit IRC | 22:37 | |
*** skraynev has quit IRC | 22:37 | |
*** uvirtbot has quit IRC | 22:37 | |
*** jasond` has quit IRC | 22:37 | |
*** pbelanyi has quit IRC | 22:37 | |
*** zbitter is now known as zaneb | 22:38 | |
*** david-lyle has quit IRC | 22:38 | |
zaneb | well, I can't install the unit test environment with tox, so fingers crossed all those patches I just pushed work :/ | 22:39 |
*** andreaf has quit IRC | 22:40 | |
*** tango|2 has joined #heat | 22:40 | |
*** radez_g0` has joined #heat | 22:40 | |
SpamapS | zaneb: whats bork? | 22:41 |
*** sballe_ has quit IRC | 22:41 | |
*** cyli_ has joined #heat | 22:42 | |
*** otoolee has quit IRC | 22:42 | |
*** slagle_ has quit IRC | 22:43 | |
*** gokrokve has quit IRC | 22:43 | |
*** sdake_ has quit IRC | 22:43 | |
*** samstav has quit IRC | 22:43 | |
*** mkollaro has quit IRC | 22:43 | |
*** tiantian has quit IRC | 22:43 | |
*** justin-8 has quit IRC | 22:43 | |
*** cyli has quit IRC | 22:43 | |
*** openstackgerrit has quit IRC | 22:43 | |
*** ryansb has quit IRC | 22:43 | |
*** radez_g0n3 has quit IRC | 22:43 | |
*** pscheie has quit IRC | 22:43 | |
*** lsmola has quit IRC | 22:43 | |
zaneb | SpamapS: everything. oslo.messaging needs some version not on pypi, the postgres client won't install and some C thing won't compile | 22:43 |
*** chmouel_ has quit IRC | 22:43 | |
*** greghaynes has quit IRC | 22:43 | |
*** tiantian has joined #heat | 22:43 | |
*** tango has quit IRC | 22:43 | |
*** huangtianhua has quit IRC | 22:43 | |
*** pasquier-s_ has joined #heat | 22:43 | |
*** greghaynes has joined #heat | 22:43 | |
*** chmouel has joined #heat | 22:43 | |
*** pscheie has joined #heat | 22:43 | |
*** otoolee- has joined #heat | 22:44 | |
*** sballe has joined #heat | 22:44 | |
*** sdake_ has joined #heat | 22:44 | |
*** lsmola has joined #heat | 22:45 | |
*** ryansb has joined #heat | 22:45 | |
*** pasquier-s has quit IRC | 22:46 | |
*** skraynev has joined #heat | 22:47 | |
*** gondoi is now known as zz_gondoi | 22:50 | |
*** pasquier-s_ has quit IRC | 22:51 | |
*** cmyster has quit IRC | 22:52 | |
*** cmyster has joined #heat | 22:52 | |
*** sballe has quit IRC | 22:54 | |
*** mkollaro1 has quit IRC | 22:55 | |
*** mkollaro1 has joined #heat | 22:55 | |
*** pbelanyi_ has quit IRC | 22:55 | |
*** pbelanyi_ has joined #heat | 22:55 | |
*** radez_g0` has quit IRC | 22:55 | |
*** radez_g0` has joined #heat | 22:55 | |
*** otoolee- has quit IRC | 22:56 | |
*** otoolee- has joined #heat | 22:56 | |
*** lsmola has quit IRC | 22:56 | |
*** lsmola has joined #heat | 22:56 | |
*** blues-man has quit IRC | 22:57 | |
*** david-ly_ is now known as david-lyle | 23:04 | |
*** alexpilotti has joined #heat | 23:06 | |
*** edmund has quit IRC | 23:09 | |
*** asalkeld has quit IRC | 23:10 | |
*** arbylee has quit IRC | 23:13 | |
*** asalkeld has joined #heat | 23:23 | |
*** kopparam has joined #heat | 23:29 | |
*** randallburt has quit IRC | 23:31 | |
*** kopparam has quit IRC | 23:34 | |
*** sjmc7 has joined #heat | 23:46 | |
*** pasquier-s has joined #heat | 23:52 | |
*** arbylee has joined #heat | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!