*** dims_ has joined #heat | 00:02 | |
*** chlong has joined #heat | 00:04 | |
*** dimsum__ has quit IRC | 00:04 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #heat | 00:23 | |
*** cing has quit IRC | 00:42 | |
asalkeld | back | 00:42 |
---|---|---|
*** dims_ has quit IRC | 00:50 | |
asalkeld | stevebaker: this one would be nice-> https://review.openstack.org/#/c/206796/ | 00:51 |
asalkeld | one of the 2 last failures: http://logs.openstack.org/73/198273/9/check/gate-heat-dsvm-functional-convg-mysql/315b93c/console.html.gz#_2015-08-01_05_34_09_300 | 00:52 |
asalkeld | need to check on that tag one now | 00:52 |
*** dimsum__ has joined #heat | 00:53 | |
*** ricolin has joined #heat | 00:55 | |
*** zpatten has joined #heat | 00:57 | |
*** zpatten has joined #heat | 00:57 | |
ricolin | hi guys | 01:04 |
ricolin | how can I ask this review to start gate verify? | 01:05 |
ricolin | https://review.openstack.org/#/c/200277/ | 01:05 |
asalkeld | ricolin: you might just have to wait a bit | 01:06 |
asalkeld | but normally you do "reverify bug #<bug number>" | 01:06 |
ricolin | asalkeld: That bug has stay in that status for few days | 01:07 |
asalkeld | (the bug that caused the gate to break) | 01:07 |
asalkeld | not the bug you are fixing | 01:07 |
*** jamielennox is now known as jamielennox|away | 01:08 | |
openstackgerrit | Merged openstack/heat: Add tenant_id to heat cache key https://review.openstack.org/206006 | 01:09 |
*** haigang has joined #heat | 01:10 | |
ricolin | asalkeld: may I ask whcih bug you refer to? | 01:12 |
asalkeld | ricolin: don't worry, should be fine this time | 01:13 |
openstackgerrit | Merged openstack/heat: py34: test_environment* https://review.openstack.org/201454 | 01:14 |
ricolin | asalkeld: okey, thx! | 01:14 |
*** zhonghua-lee has joined #heat | 01:18 | |
* asalkeld working on bug 1480739 | 01:22 | |
openstack | bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged] https://launchpad.net/bugs/1480739 | 01:22 |
uvirtbot | Launchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged] https://launchpad.net/bugs/1480739 | 01:22 |
uvirtbot | Launchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy when run with convergence" [High,Triaged] | 01:22 |
*** huangtianhua has joined #heat | 01:23 | |
*** achanda has joined #heat | 01:25 | |
*** dimsum__ has quit IRC | 01:25 | |
*** dimsum__ has joined #heat | 01:28 | |
sirushti | morning all | 01:28 |
stevebaker | asalkeld: looks fine | 01:29 |
asalkeld | ta | 01:29 |
*** Qiming has joined #heat | 01:33 | |
ricolin | morning | 01:35 |
*** haigang has quit IRC | 01:35 | |
sirushti | could any of the cores approve https://review.openstack.org/#/c/204353/5, we should get a working convergence gate then | 01:35 |
*** haigang has joined #heat | 01:36 | |
asalkeld | sirushti: a good job for a certain new core :-) | 01:36 |
sirushti | asalkeld, heh :-) then I'll wait till he's around | 01:37 |
asalkeld | stevebaker: you going to add the newbies to https://review.openstack.org/#/admin/groups/114,members | 01:38 |
*** Yanyanhu has joined #heat | 01:38 | |
asalkeld | (assuming we have enough +1's) | 01:38 |
stevebaker | I always have to look up how many +1s we need | 01:43 |
*** erkules has joined #heat | 01:54 | |
*** erkules_ has quit IRC | 01:56 | |
*** dimsum__ has quit IRC | 02:02 | |
openstackgerrit | Merged openstack/heat: Use OS_TEST_PATH for integration tests https://review.openstack.org/208256 | 02:15 |
*** steveg_afk has quit IRC | 02:16 | |
openstackgerrit | Merged openstack/heat: Integration test check for OS_PROJECT_NAME too https://review.openstack.org/208257 | 02:21 |
asalkeld | ha! "StackTagTest-45457223 updated_time 2015-08-03 02:16:37 -> 2015-08-03 02:16:37.200563" | 02:22 |
*** sergmelikyan has joined #heat | 02:23 | |
asalkeld | same'ish update time | 02:23 |
asalkeld | seems like subsecond timestamps are not kept | 02:23 |
stevebaker | a well known limitation of the mysql datetime type | 02:26 |
asalkeld | really? | 02:27 |
asalkeld | was just looking for that | 02:27 |
stevebaker | yep, in the past we've had out-of-order events due to that | 02:28 |
asalkeld | ok, maybe I can just bump the timestamp to the next second | 02:28 |
stevebaker | now we also sort on an autoincrement | 02:28 |
stevebaker | back to the future?! | 02:29 |
asalkeld | http://stackoverflow.com/questions/29711102/sqlalchemy-mysql-millisecond-or-microsecond-precision | 02:29 |
asalkeld | Column(DATETIME(fsp=6)) | 02:30 |
asalkeld | maybe we just need fsp=6 | 02:30 |
*** yuanying has quit IRC | 02:30 | |
stevebaker | what we should do is not rely on the update timestamp to confirm an action has happened. looking for new events would be better | 02:32 |
asalkeld | ew | 02:32 |
asalkeld | really slow | 02:32 |
asalkeld | also this is used by templateResource | 02:32 |
asalkeld | and hunting and storing events is going to be a pita | 02:33 |
asalkeld | ofcource in convergence we have "current_traversal" | 02:34 |
asalkeld | #solvedbyconvergence | 02:34 |
asalkeld | https://github.com/openstack/heat/blob/master/heat/engine/resources/stack_resource.py#L338-L356 | 02:34 |
stevebaker | yeah, thar be dragons | 02:36 |
asalkeld | i'll give a schema change a go | 02:37 |
stevebaker | it looks like fsp=6 would be a good idea | 02:37 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Manual override https://review.openstack.org/193269 | 02:40 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT https://review.openstack.org/208271 | 02:40 |
*** KanagarajM has joined #heat | 02:47 | |
*** ananta_ has joined #heat | 02:47 | |
*** jpeeler has joined #heat | 02:49 | |
*** KanagarajM has quit IRC | 02:49 | |
*** Qiming_ has joined #heat | 02:57 | |
*** Qiming has quit IRC | 02:59 | |
*** sergmelikyan has quit IRC | 03:06 | |
*** zengyingzhe has joined #heat | 03:09 | |
asalkeld | updated_time 2015-08-03 03:10:49.547416 -> 2015-08-03 03:10:54.262232 | 03:11 |
asalkeld | oo stevebaker , now stored | 03:11 |
asalkeld | ^ | 03:11 |
sirushti | nice | 03:11 |
*** yuanying has joined #heat | 03:13 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds https://review.openstack.org/208276 | 03:17 |
openstackgerrit | huangtianhua proposed openstack/heat: Use default client name for glance image resource https://review.openstack.org/207285 | 03:18 |
*** pal has joined #heat | 03:19 | |
ramishra | morning all! | 03:23 |
*** ccrouch has left #heat | 03:25 | |
stevebaker | asalkeld: nice. I think created_at should be hi-res too | 03:26 |
asalkeld | maybe, but it is only written once | 03:26 |
sirushti | asalkeld, shouldn't https://review.openstack.org/#/c/208276/1 have a change in db/sqla/models.py too? | 03:26 |
openstackgerrit | Merged openstack/heat: py34: heat.tests.db.* https://review.openstack.org/208138 | 03:26 |
asalkeld | sirushti: problem with that is this is a dilect change (mysql only) | 03:27 |
asalkeld | that could get messy | 03:27 |
sirushti | because someday when we squash migrations, we'd eventually want to remove this and then we'd lose this change | 03:27 |
asalkeld | well we shouldn't loose the change | 03:28 |
sirushti | the then base migration script would handle this then? | 03:28 |
asalkeld | sure | 03:29 |
asalkeld | if migrate_engine.name == 'mysql': | 03:29 |
asalkeld | bla bla | 03:29 |
sirushti | maybe updated_at = Column(DATETIME(fsp=6)) would only take fsp=6 for mysql and ignore for postgresql, I'd assume sqlalchemy would take care of that | 03:30 |
*** liusheng has joined #heat | 03:30 | |
sirushti | I don't know, have to try it out | 03:30 |
asalkeld | it might fail to as the module is dialects.mysql.DATETIME(fsp=6) | 03:31 |
sirushti | gotcha, thanks! | 03:33 |
*** jecarey has joined #heat | 03:33 | |
asalkeld | i'll add a migtration test | 03:34 |
openstackgerrit | Merged openstack/heat: py34: heat.tests.test_resource https://review.openstack.org/208139 | 03:34 |
*** zhonghua-li has joined #heat | 03:34 | |
*** pal has quit IRC | 03:34 | |
openstackgerrit | Merged openstack/heat: py34: heat.tests.neutron https://review.openstack.org/208140 | 03:34 |
*** sergmelikyan has joined #heat | 03:35 | |
*** zhonghua-lee has quit IRC | 03:37 | |
*** coolsvap|away is now known as coolsvap | 03:40 | |
*** hdd has joined #heat | 03:40 | |
*** hdd has quit IRC | 03:46 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds https://review.openstack.org/208276 | 03:49 |
*** FL1SK has quit IRC | 03:52 | |
openstackgerrit | Merged openstack/heat: collect common constraints https://review.openstack.org/207538 | 03:54 |
*** KanagarajM has joined #heat | 03:55 | |
KanagarajM | good morning all ! | 03:56 |
asalkeld | hi | 04:02 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds python-magnumclient>=0.2.1 https://review.openstack.org/207001 | 04:07 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Import magnum python client directly https://review.openstack.org/207002 | 04:07 |
asalkeld | KanagarajM: can i bug you to review this one: https://review.openstack.org/#/c/206796/ | 04:11 |
asalkeld | and this one: https://review.openstack.org/#/c/204353/ | 04:12 |
stevebaker | I've added KanagarajM and Ethan to heat-core | 04:12 |
asalkeld | thanks stevebaker | 04:13 |
KanagarajM | asalkeld: sure | 04:13 |
KanagarajM | stevebaker: thank you | 04:13 |
stevebaker | KanagarajM: you deserve it :) | 04:13 |
asalkeld | KanagarajM: you might need to login again to see the +2/+A options | 04:13 |
stevebaker | lets hope Ethan has been gone for a month due to being on leave rather than some other reason | 04:13 |
KanagarajM | asalkeld: sure. I will check now | 04:13 |
sirushti | congrats KanagarajM :) | 04:14 |
KanagarajM | sirushti: thank you :-) | 04:14 |
asalkeld | stevebaker: yikes, this looks cold http://www.abc.net.au/news/2015-08-03/snow-across-tasmania-forces-many-key-road-closures/6666838 | 04:15 |
*** zhonghua-li has quit IRC | 04:15 | |
asalkeld | don't think i have seen snow on the beach | 04:15 |
stevebaker | heh | 04:16 |
KanagarajM | asalkeld: I could see the +2/+A now. thanks. | 04:16 |
asalkeld | cool | 04:16 |
sirushti | https://review.openstack.org/#/c/206796/ https://review.openstack.org/#/c/208276/ and https://review.openstack.org/#/c/208271/ should get the convergence gate passing for both functional and scenario tests \o/ | 04:17 |
*** jecarey has quit IRC | 04:17 | |
*** boris-42 has joined #heat | 04:18 | |
asalkeld | sirushti: what test does this one fix? https://review.openstack.org/#/c/208271 | 04:18 |
asalkeld | (the INIT one) | 04:19 |
sirushti | yeah, it fixes that one scenario test which was failing previously | 04:19 |
sirushti | asalkeld, it's disabled for now but I re-enabled it in teh dependent DNM patch and tested it, seems to work | 04:19 |
asalkeld | i see | 04:20 |
sirushti | asalkeld, http://paste.openstack.org/show/406161/ | 04:20 |
asalkeld | sirushti: i think we need some unit tests for that one | 04:21 |
sirushti | asalkeld, cool, will do | 04:21 |
*** zhonghua-li has joined #heat | 04:31 | |
*** Kennan has quit IRC | 04:35 | |
*** Kennan has joined #heat | 04:36 | |
*** jamielennox|away is now known as jamielennox | 04:38 | |
*** daneyon has joined #heat | 04:43 | |
*** daneyon has quit IRC | 04:43 | |
*** daneyon has joined #heat | 04:44 | |
*** FL1SK has joined #heat | 04:45 | |
*** pal has joined #heat | 04:48 | |
*** sergmelikyan has quit IRC | 04:51 | |
sirushti | asalkeld, working on this? https://review.openstack.org/#/c/204793/1 | 04:51 |
sirushti | that seems like the last functional piece left of convergence | 04:56 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add config entries to skip integration tests https://review.openstack.org/208165 | 04:56 |
*** sergmelikyan has joined #heat | 04:57 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT https://review.openstack.org/208271 | 05:00 |
*** elynn has joined #heat | 05:04 | |
KanagarajM | stevebaker: thanks :-) | 05:06 |
openstackgerrit | Merged openstack/heat: Convergence: fix functional test test_nested_stack_adopt_fail https://review.openstack.org/206796 | 05:09 |
*** pal has quit IRC | 05:15 | |
*** huangtianhua has quit IRC | 05:18 | |
*** pal has joined #heat | 05:19 | |
asalkeld | sirushti: yes, needs a bit of work | 05:19 |
*** hdd has joined #heat | 05:20 | |
openstackgerrit | Rico Lin proposed openstack/heat: move network constraints from neutron to common constraint https://review.openstack.org/207539 | 05:20 |
openstackgerrit | Rico Lin proposed openstack/heat: move ceilometer constraints to common constraint https://review.openstack.org/208309 | 05:20 |
sirushti | asalkeld, cool, two things I faced back when I was debugging it in a DNM patch, construct_input_data should call rsrc._resolve_attribute and not FnGetAtt and also I think I saw an anomaly with get_dep_attrs returning itertool chains than the attribute itself, not sure about this one though | 05:22 |
sirushti | you might want to look at those when you're debugging it | 05:23 |
*** zhonghua-li has quit IRC | 05:23 | |
asalkeld | i'll post what i have - haven't worked on it for a couple of days | 05:24 |
sirushti | asalkeld, cool | 05:25 |
*** hdd has quit IRC | 05:27 | |
*** Qiming_ is now known as Qiming | 05:30 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Implementation of timeout https://review.openstack.org/205965 | 05:31 |
*** pal_ has joined #heat | 05:35 | |
*** pal has quit IRC | 05:37 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add config entries to skip integration tests https://review.openstack.org/208165 | 05:39 |
openstackgerrit | Rico Lin proposed openstack/heat: resource failure causes nested stacks to be rolled back https://review.openstack.org/206506 | 05:40 |
openstackgerrit | Rico Lin proposed openstack/heat: refectering update_task https://review.openstack.org/207745 | 05:40 |
*** harlowja has quit IRC | 05:44 | |
*** zhonghua-li has joined #heat | 05:47 | |
openstackgerrit | Rico Lin proposed openstack/heat: refectoring update_task https://review.openstack.org/207745 | 05:48 |
*** daneyon has quit IRC | 05:48 | |
*** daneyon has joined #heat | 05:49 | |
asalkeld | ricolin: s/refectoring/refactoring | 05:49 |
asalkeld | or even, just "refactor update_task" | 05:50 |
*** vijayagurug has joined #heat | 05:58 | |
*** daneyon has quit IRC | 05:58 | |
*** ishant has joined #heat | 06:00 | |
*** liusheng has quit IRC | 06:00 | |
ricolin | asalkeld: got it | 06:02 |
*** liusheng has joined #heat | 06:02 | |
*** daneyon has joined #heat | 06:02 | |
*** haigang has quit IRC | 06:03 | |
openstackgerrit | Rico Lin proposed openstack/heat: refactor update_task https://review.openstack.org/207745 | 06:03 |
openstackgerrit | Merged openstack/heat: Convergence: Don't try to unlock a resource after the DB row is deleted https://review.openstack.org/204353 | 06:04 |
openstackgerrit | Merged openstack/heat: Make convergence functional https://review.openstack.org/198273 | 06:04 |
*** haigang has joined #heat | 06:04 | |
*** daneyon has quit IRC | 06:08 | |
*** daneyon has joined #heat | 06:09 | |
*** Kennan has quit IRC | 06:09 | |
skraynev | asalkeld: hi. maybe we can jut add something more heavy (new random string resource) to update for fixing this bug https://bugs.launchpad.net/bugs/1480739 ? | 06:10 |
openstack | Launchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress] - Assigned to Angus Salkeld (asalkeld) | 06:10 |
uvirtbot | Launchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress] | 06:10 |
uvirtbot | Launchpad bug 1480739 in heat "heat_integrationtests..test_stack_tag is racy" [High,In progress] https://launchpad.net/bugs/1480739 | 06:10 |
*** Kennan has joined #heat | 06:11 | |
skraynev | asalkeld: oops. now I see your patch ;) it fixes root issue, so please ignore my previous comment ;) | 06:12 |
*** huangtianhua has joined #heat | 06:13 | |
*** jprovazn has joined #heat | 06:14 | |
*** sergmelikyan has quit IRC | 06:15 | |
*** haigang has quit IRC | 06:16 | |
*** haigang has joined #heat | 06:20 | |
*** zhonghua-li has quit IRC | 06:21 | |
*** vijayagurug has left #heat | 06:21 | |
*** sergmelikyan has joined #heat | 06:22 | |
asalkeld | does anyone know how to run the migrate tests for mysql? what env variables do i need for the unit tests? | 06:23 |
asalkeld | i have mysql running (devstack is working), should be easy | 06:23 |
*** daneyon_ has joined #heat | 06:25 | |
*** daneyon has quit IRC | 06:28 | |
openstackgerrit | Merged openstack/python-heatclient: add with_detail parameter in heat resource-list request https://review.openstack.org/200277 | 06:30 |
asalkeld | OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://openstack_citest:openstack_citest@localhost/ | 06:31 |
asalkeld | incase anyone was wondering | 06:31 |
*** jprovazn has quit IRC | 06:37 | |
*** daneyon_ has quit IRC | 06:41 | |
*** sabeen has joined #heat | 06:46 | |
*** sabeen has quit IRC | 06:46 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Use base attributes with attribute_schema of class https://review.openstack.org/205018 | 06:49 |
*** tspatzier has joined #heat | 06:54 | |
*** sabeen has joined #heat | 06:58 | |
openstackgerrit | Merged openstack/heat: move network constraints from neutron to common constraint https://review.openstack.org/207539 | 07:02 |
*** e0ne has joined #heat | 07:06 | |
*** jprovazn has joined #heat | 07:07 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Remove inheritance and refactor common functions to utility https://review.openstack.org/196091 | 07:07 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add rolling_update to ResourceGroup https://review.openstack.org/194052 | 07:07 |
openstackgerrit | Rabi Mishra proposed openstack/heat: Change native ASG to inherit from ResourceGroup https://review.openstack.org/194054 | 07:07 |
*** boris-42 has quit IRC | 07:10 | |
*** achanda has quit IRC | 07:13 | |
*** jtomasek has joined #heat | 07:16 | |
*** achanda has joined #heat | 07:17 | |
*** e0ne has quit IRC | 07:21 | |
*** xottabich has joined #heat | 07:22 | |
*** jcoufal has joined #heat | 07:26 | |
*** pal_ has quit IRC | 07:28 | |
*** zhonghua-li has joined #heat | 07:29 | |
*** achanda has quit IRC | 07:36 | |
*** chlong has quit IRC | 07:38 | |
*** zeih has joined #heat | 07:39 | |
*** pas-ha has joined #heat | 07:42 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add test for template resource suspend/resume https://review.openstack.org/207900 | 07:44 |
*** bdossant has joined #heat | 07:46 | |
*** e0ne has joined #heat | 07:52 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Don't use rich objects is servers update https://review.openstack.org/204248 | 07:55 |
*** e0ne has quit IRC | 07:55 | |
*** Drago1 has joined #heat | 07:55 | |
*** jamielennox is now known as jamielennox|away | 07:57 | |
elynn | Hi guys, I encounter a error when using ec2tokens under keystone v3 | 07:57 |
*** Drago2 has joined #heat | 07:58 | |
elynn | I always got aws authentication failure when setting auth_uri to v3 when doing a scale out/in for a autoscaling group | 07:58 |
elynn | But if I change auth_uri to v2.0 then autoscaling group should work | 07:59 |
elynn | Is there any special configure for ec2tokens works in keystone v3? | 07:59 |
*** Drago1 has quit IRC | 08:00 | |
openstackgerrit | Merged openstack/heat: Adds python-magnumclient>=0.2.1 https://review.openstack.org/207001 | 08:01 |
*** shadower has quit IRC | 08:06 | |
openstackgerrit | Merged openstack/heat: Import magnum python client directly https://review.openstack.org/207002 | 08:06 |
*** jistr has joined #heat | 08:15 | |
*** zhonghua-li is now known as zhonghua-lee | 08:18 | |
*** yassine has joined #heat | 08:20 | |
pas-ha | morning all | 08:20 |
*** inc0 has joined #heat | 08:21 | |
*** shadower has joined #heat | 08:24 | |
cmyster | morning | 08:27 |
*** zhenguo has joined #heat | 08:29 | |
*** sorantis has joined #heat | 08:32 | |
*** pal has joined #heat | 08:33 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds https://review.openstack.org/208276 | 08:37 |
*** tspatzier has quit IRC | 08:37 | |
*** erkules has quit IRC | 08:56 | |
*** erkules has joined #heat | 08:56 | |
*** inc0_ has joined #heat | 09:00 | |
*** sergmelikyan has quit IRC | 09:01 | |
*** inc0_ has quit IRC | 09:02 | |
*** inc0_ has joined #heat | 09:03 | |
*** inc0 has quit IRC | 09:03 | |
*** inc0_ is now known as inc0 | 09:03 | |
*** tlashchova has joined #heat | 09:04 | |
openstackgerrit | Merged openstack/heat: Use default client in nova https://review.openstack.org/203541 | 09:06 |
*** e0ne has joined #heat | 09:08 | |
*** tspatzier has joined #heat | 09:12 | |
*** sergmelikyan has joined #heat | 09:13 | |
bdossant | morning | 09:14 |
bdossant | im getting this error "Error: Nested stack UPDATE failed: Error: Resource CREATE failed: Forbidden: Policy doesn't allow volume:create to be performed." | 09:14 |
bdossant | when heat tries to apply a policy it uses heat_stack_owner or heat_stack_user ? | 09:14 |
bdossant | i probably need to enable that role on cinder | 09:15 |
therve | heat doesn't apply a policy | 09:15 |
therve | cinder does | 09:15 |
therve | Presumably if you can run cinder create with your user it should work in heat | 09:16 |
bdossant | yeah its weird | 09:17 |
bdossant | it worked in the stack creation | 09:17 |
openstackgerrit | huangtianhua proposed openstack/heat: Fix incorrect resource's information while describing https://review.openstack.org/208386 | 09:24 |
bdossant | therve: but when a scaling policy is triggered is not the user generated by heat that does the action? | 09:30 |
therve | bdossant, Right, that one is different | 09:31 |
kairat | bdossant, are you using trusts for autoscaling? | 09:33 |
therve | heat_stack_user_role is the option controlling that | 09:34 |
*** Drago2 has quit IRC | 09:34 | |
therve | You may want to add more roles in there, if you think that's appropriate | 09:34 |
*** rakesh_hs has joined #heat | 09:37 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT https://review.openstack.org/208271 | 09:38 |
bdossant | kairat: yes | 09:38 |
bdossant | therve: but for heat_stack_user_role you can only specify one role no? | 09:40 |
therve | Indeed | 09:41 |
therve | That's unfortunate :) | 09:41 |
huangtianhua | bdossant: what's your 'trusts_delegated_roles' option? | 09:42 |
bdossant | trusts_delegated_roles=heat_stack_owner | 09:42 |
bdossant | i have to try trusts_delegated_roles=heat_stack_owner,Member | 09:42 |
huangtianhua | bdossant: leave it to [] | 09:42 |
bdossant | hum | 09:43 |
huangtianhua | bdossant: if you don't want to specify special roles for trustee, just leave it [] | 09:44 |
bdossant | the ideia is to remove it yes | 09:44 |
bdossant | but some policies in keystone are only assigned to heat_stack_owner right now | 09:45 |
*** sergmelikyan has quit IRC | 09:45 | |
bdossant | if [] it tries all roles right? | 09:46 |
huangtianhua | bdossant: yes | 09:46 |
*** inc0_ has joined #heat | 09:48 | |
*** zeih has quit IRC | 09:50 | |
*** inc0 has quit IRC | 09:50 | |
*** jprovazn has quit IRC | 09:56 | |
*** zengyingzhe_ has joined #heat | 10:01 | |
*** jcoufal_ has joined #heat | 10:02 | |
*** rakesh_hs_ has joined #heat | 10:03 | |
*** KanagarajM_ has joined #heat | 10:03 | |
*** KanagarajM has quit IRC | 10:04 | |
*** steveg_afk has joined #heat | 10:04 | |
*** ananta_ has quit IRC | 10:04 | |
*** ananta__ has joined #heat | 10:04 | |
*** rakesh_hs has quit IRC | 10:05 | |
*** Qiming has quit IRC | 10:05 | |
*** Kennan has quit IRC | 10:07 | |
*** FL1SK has quit IRC | 10:07 | |
*** dsneddon has quit IRC | 10:08 | |
*** jcoufal has quit IRC | 10:08 | |
*** zengyingzhe has quit IRC | 10:08 | |
*** logan2 has quit IRC | 10:08 | |
*** jpeeler has quit IRC | 10:08 | |
*** logan2 has joined #heat | 10:08 | |
*** jpeeler has joined #heat | 10:08 | |
*** jpeeler has joined #heat | 10:08 | |
*** Kennan has joined #heat | 10:09 | |
*** dsneddon has joined #heat | 10:10 | |
*** elynn has quit IRC | 10:13 | |
*** Yanyanhu has quit IRC | 10:13 | |
*** Yanyanhu has joined #heat | 10:13 | |
*** rdo has quit IRC | 10:14 | |
*** sara_ has joined #heat | 10:14 | |
sara_ | hello there | 10:14 |
sara_ | plz i'm trying to build a disk image with heat agents | 10:15 |
sara_ | when I do | 10:15 |
sara_ | diskimage-builder/bin/disk-image-create vm \ > centos7 selinux-permissive \ > os-collect-config \ > os-refresh-config \ > os-apply-config \ > heat-config-ansible \ > heat-config-script \ > heat-config-cfn-init \ > -o centos7-software-config.qcow2 | 10:15 |
sara_ | i got this | 10:16 |
*** rdo has joined #heat | 10:16 | |
sara_ | --------------------- END PROFILING --------------------- dib-run-parts Mon Aug 3 10:07:13 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-fix-requiretty /etc/sudoers: parsed OK dib-run-parts Mon Aug 3 10:07:13 UTC 2015 00-fix-requiretty completed dib-run-parts Mon Aug 3 10:07:13 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path dib-run-parts Mon Aug 3 10:07:13 UTC 2015 00-usr-local-bin-secure-path complet | 10:16 |
sara_ | Running /tmp/in_target.d/pre-install.d/01-override-yum-arch /tmp/in_target.d/pre-install.d/01-override-yum-arch: line 28: DIB_RELEASE: unbound variable | 10:16 |
*** e0ne has quit IRC | 10:16 | |
sara_ | and this image is never created | 10:16 |
*** jprovazn has joined #heat | 10:17 | |
sara_ | can anyone help plz | 10:17 |
*** e0ne has joined #heat | 10:17 | |
*** Yanyanhu has quit IRC | 10:18 | |
*** daneyon has joined #heat | 10:18 | |
*** jprovazn has quit IRC | 10:20 | |
*** jprovazn has joined #heat | 10:20 | |
therve | sara_, Not sure dib supports centos7 | 10:21 |
sara_ | agh | 10:22 |
sara_ | ok i'll try with fedora | 10:22 |
sara_ | and see if it helps | 10:22 |
sara_ | thx for your reply | 10:22 |
therve | sara_, Ah sorry it ought to work | 10:23 |
therve | Maybe there is a bug though | 10:23 |
*** cmyster has quit IRC | 10:23 | |
therve | There may be something missing in the centos7 environment file | 10:23 |
*** daneyon has quit IRC | 10:23 | |
sara_ | euh, and how can I check if there's something missing? | 10:24 |
sara_ | this is what I did | 10:24 |
*** ricolin has quit IRC | 10:25 | |
sara_ | git clone https://git.openstack.org/openstack/diskimage-builder.git git clone https://git.openstack.org/openstack/tripleo-image-elements.git git clone https://git.openstack.org/openstack/heat-templates.git git clone https://git.openstack.org/openstack/dib-utils.git export PATH="${PWD}/dib-utils/bin:$PATH" export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements | 10:25 |
sara_ | and right after that | 10:25 |
sara_ | i ordered the image build | 10:25 |
*** ananta__ has quit IRC | 10:27 | |
*** dimsum__ has joined #heat | 10:34 | |
*** zhonghua-lee has quit IRC | 10:35 | |
*** cmyster has joined #heat | 10:36 | |
*** zhonghua-lee has joined #heat | 10:37 | |
*** rakesh_hs has joined #heat | 10:41 | |
*** KanagarajM_ has quit IRC | 10:43 | |
*** haigang has quit IRC | 10:44 | |
*** rakesh_hs_ has quit IRC | 10:44 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca client plugin https://review.openstack.org/195697 | 10:45 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin https://review.openstack.org/202879 | 10:45 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin https://review.openstack.org/202880 | 10:45 |
*** haigang has joined #heat | 10:48 | |
*** zeih has joined #heat | 10:49 | |
*** e0ne has quit IRC | 10:50 | |
*** __mimir has joined #heat | 10:53 | |
*** coolsvap is now known as coolsvap|away | 11:06 | |
*** sabeen has quit IRC | 11:07 | |
*** Marga__ has quit IRC | 11:13 | |
*** huangtianhua has quit IRC | 11:13 | |
therve | sara_, Try adding DIB_RELEASE to elements/centos7/environment.d/10-centos7-distro-name.bash | 11:14 |
*** dims_ has joined #heat | 11:18 | |
*** dimsum__ has quit IRC | 11:20 | |
*** pal has quit IRC | 11:23 | |
*** zeih has quit IRC | 11:24 | |
*** Qiming has joined #heat | 11:25 | |
*** zhonghua-lee has quit IRC | 11:25 | |
*** ochuprykov has joined #heat | 11:27 | |
*** jaypipes has joined #heat | 11:27 | |
sara_ | ok i'll try that thank you | 11:29 |
sara_ | :) | 11:29 |
*** rdo has quit IRC | 11:41 | |
*** rdo has joined #heat | 11:42 | |
*** pas-ha has quit IRC | 11:44 | |
*** dims_ has quit IRC | 11:54 | |
*** hdd has joined #heat | 11:55 | |
*** dimsum__ has joined #heat | 11:55 | |
*** jdob has joined #heat | 11:57 | |
*** htruta_ has joined #heat | 11:58 | |
*** coolsvap|away is now known as coolsvap | 11:58 | |
*** pas-ha has joined #heat | 11:59 | |
*** radez_g0n3 is now known as radez | 12:00 | |
*** FL1SK has joined #heat | 12:03 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin https://review.openstack.org/202880 | 12:04 |
*** Marga_ has joined #heat | 12:05 | |
bdossant | File "/usr/lib/python2.7/site-packages/heat/engine/stack.py", line 835, in delete | 12:05 |
bdossant | 2015-08-03 14:04:02.172 20305 TRACE heat.engine.resource current_resource = self.resources[key] | 12:05 |
bdossant | 2015-08-03 14:04:02.172 20305 TRACE heat.engine.resource KeyError: u'm2oxrq5buoux' | 12:05 |
bdossant | im having a hard time deleting a nested stack. I get this error | 12:05 |
bdossant | anyone know how to solve this | 12:05 |
bdossant | abandon doesnt work as well | 12:05 |
*** skraynev has quit IRC | 12:06 | |
*** pas-ha has quit IRC | 12:07 | |
*** daneyon has joined #heat | 12:07 | |
*** dimsum__ has quit IRC | 12:08 | |
cmyster | sara_: hi, did you see progress from yesterday ? | 12:08 |
cmyster | bdossant: just from looking at it it seems buggish | 12:08 |
bdossant | i opened a bug | 12:09 |
cmyster | bdossant: where are you failing exactly ? | 12:09 |
cmyster | bdossant: bug # please? | 12:09 |
bdossant | deleting an autoscaling group | 12:10 |
bdossant | https://bugs.launchpad.net/heat/+bug/1480837 | 12:10 |
openstack | Launchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New] | 12:10 |
uvirtbot | Launchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New] | 12:10 |
uvirtbot | Launchpad bug 1480837 in heat "heat stack-abandon or delete does not delete stack" [Undecided,New] https://launchpad.net/bugs/1480837 | 12:10 |
bdossant | cool bots | 12:10 |
*** daneyon has quit IRC | 12:12 | |
therve | bdossant, Looks like https://bugs.launchpad.net/heat/+bug/1384750 | 12:12 |
openstack | Launchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released] - Assigned to Pavlo Shchelokovskyy (pshchelo) | 12:12 |
uvirtbot | Launchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released] | 12:12 |
uvirtbot | Launchpad bug 1384750 in heat "Deleting with an in-progress stack update can fail" [High,Fix released] https://launchpad.net/bugs/1384750 | 12:12 |
*** skraynev has joined #heat | 12:13 | |
cmyster | bdossant: thanks for the bug, could you please add the version number as well? maybe some more info like what are you trying to delete, what the original template was etc' | 12:13 |
bdossant | templates are there | 12:14 |
bdossant | i can put the exact version | 12:14 |
*** Qiming has quit IRC | 12:17 | |
bdossant | therve: i dont know if is the same case because i was not updating the stack | 12:18 |
therve | bdossant, In any case, I think the fix should work | 12:18 |
*** pas-ha has joined #heat | 12:19 | |
therve | bdossant, Are you running juno? | 12:19 |
bdossant | yes | 12:19 |
bdossant | the problem is i dont see a workaround :? | 12:19 |
therve | It doesn't seem there is one | 12:20 |
bdossant | but its supposed to be in kilo already right? | 12:21 |
therve | Yes | 12:22 |
*** dimsum__ has joined #heat | 12:22 | |
*** sorantis has quit IRC | 12:23 | |
*** e0ne has joined #heat | 12:24 | |
*** zeih has joined #heat | 12:25 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add base resolve method for attributes https://review.openstack.org/195609 | 12:27 |
*** dims_ has joined #heat | 12:27 | |
*** zaneb has joined #heat | 12:28 | |
*** dims__ has joined #heat | 12:29 | |
*** dimsum__ has quit IRC | 12:29 | |
openstackgerrit | Rakesh H S proposed openstack/heat: DNM : convergence scenario tests https://review.openstack.org/203661 | 12:29 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update resource cleanup https://review.openstack.org/207271 | 12:29 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add show_resource function to Nova resources (1) https://review.openstack.org/195610 | 12:30 |
*** Marga_ has quit IRC | 12:30 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add show_resource function to Glance resources (2) https://review.openstack.org/199596 | 12:31 |
*** dimsum__ has joined #heat | 12:32 | |
*** dims_ has quit IRC | 12:32 | |
*** dims__ has quit IRC | 12:34 | |
*** hdd has quit IRC | 12:35 | |
*** chlong has joined #heat | 12:36 | |
*** zeih has quit IRC | 12:36 | |
*** zengyingzhe_ has quit IRC | 12:37 | |
bdossant | therve: cmyster: i applied the fix manually and i think it worked | 12:42 |
therve | That's one workaround :) | 12:43 |
*** zhenguo has quit IRC | 12:43 | |
* cmyster nods | 12:44 | |
bdossant | :) | 12:45 |
*** dims_ has joined #heat | 12:45 | |
bdossant | now the stack is stuck because i deleted a nova instance manually :( | 12:45 |
*** dimsum__ has quit IRC | 12:46 | |
openstackgerrit | Merged openstack/heat: Add a functional test option to skip notification tests https://review.openstack.org/206793 | 12:46 |
*** bleepbloop has joined #heat | 12:48 | |
openstackgerrit | Merged openstack/heat: move ceilometer constraints to common constraint https://review.openstack.org/208309 | 12:48 |
sara_ | cmyster: yeah | 12:48 |
sara_ | I changed my template and added the config part and the softwaredeployment part | 12:49 |
sara_ | now i'm trying to build an image with the heat agents to do some tests | 12:49 |
sara_ | i already parsed my template and i had no error | 12:49 |
sara_ | heat seams to take into account my request | 12:50 |
sara_ | i'll keep you updated | 12:50 |
cmyster | sara_: cool | 12:50 |
openstackgerrit | Merged openstack/heat: Use default client name for glance image resource https://review.openstack.org/207285 | 12:51 |
*** dims_ has quit IRC | 12:53 | |
*** dimsum__ has joined #heat | 12:54 | |
*** dimsum__ is now known as dims | 12:55 | |
*** zigo has joined #heat | 13:02 | |
zigo | Client requirements for heat in Librety b2 are wrong, it needs updated clients. | 13:02 |
zigo | Otherwise lots of unit tests are failing. | 13:03 |
zigo | I noticed it for: neutron, nova, trove, manila and ceilometer at least. | 13:03 |
sirushti | zigo, I think there's a requirements job that constraints Heat to be in sync with g-r. | 13:05 |
zigo | sirushti: Sure, but global-requirements are outdated too. | 13:05 |
*** rakesh_hs has quit IRC | 13:06 | |
zigo | sirushti: https://review.openstack.org/#/c/208195/ | 13:06 |
zigo | I may update this one later with more bumps. | 13:07 |
*** jonesbr has joined #heat | 13:07 | |
*** e0ne has quit IRC | 13:08 | |
sirushti | zigo, cool, that should eventually update it for Heat then, I'm not sure though on what we should do about L-2 | 13:09 |
*** e0ne has joined #heat | 13:10 | |
*** haigang has quit IRC | 13:17 | |
*** spzala has joined #heat | 13:21 | |
*** jasond has joined #heat | 13:21 | |
*** boris-42 has joined #heat | 13:22 | |
*** Qiming has joined #heat | 13:25 | |
*** pal has joined #heat | 13:27 | |
sirushti | zigo, so, I made the clients in Heat's requirements equal to the lower bounds and it seems like at a glance, heatclient, manilaclient, barbicanclient need bumps | 13:29 |
sirushti | zigo, http://paste.openstack.org/show/406751/ | 13:29 |
sirushti | those are the failing tests^ | 13:29 |
sirushti | if it helps | 13:29 |
zigo | Here's the current unit test result in Debian Experimental: http://paste.debian.net/288659/ | 13:29 |
zigo | I'm guessing I also need to bump python-testtools to 1.4.0. | 13:30 |
zigo | I'll add the clients you wrote about above in my code review. | 13:30 |
*** bdossant_ has joined #heat | 13:32 | |
*** bdossant has quit IRC | 13:33 | |
sirushti | sure, also, add ceilometerclient to that list -> http://paste.openstack.org/show/406752/ This is taking into account the lower bounds of your existing requirements patch. | 13:33 |
sirushti | zigo^ and thanks a lot | 13:33 |
*** bdossant_ has quit IRC | 13:37 | |
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org has been restarted in an attempt to improve performance. | 13:39 | |
*** bdossant has joined #heat | 13:40 | |
*** lapalm has joined #heat | 13:41 | |
*** sdake has joined #heat | 13:41 | |
*** jistr is now known as jistr|mtg | 13:41 | |
*** tonisbones has quit IRC | 13:41 | |
*** hdd has joined #heat | 13:42 | |
*** Marga_ has joined #heat | 13:42 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Do create operation only if action is INIT https://review.openstack.org/208271 | 13:43 |
*** aweiteka has joined #heat | 13:43 | |
*** bdossant has quit IRC | 13:44 | |
*** sorantis has joined #heat | 13:46 | |
*** sorantis has quit IRC | 13:47 | |
*** h00327910__ has quit IRC | 13:48 | |
*** sergmelikyan has joined #heat | 13:51 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add test for template resource suspend/resume https://review.openstack.org/207900 | 13:51 |
zigo | after upgrading testools, I'm down to only 3 unit test failures: http://paste.debian.net/288677/ | 13:52 |
*** sorantis has joined #heat | 13:54 | |
*** neelashah has joined #heat | 13:55 | |
zigo | Hum... in fact heat.tests.test_software_deployment.SoftwareDeploymentTest.test_get_temp_url should be working, it failed due to a Debian patch which I just removed. | 13:56 |
*** daneyon has joined #heat | 13:56 | |
*** jdob has quit IRC | 13:57 | |
sirushti | zigo, so heat.tests.test_provider_template.ProviderTemplateTest.test_attributes_not_parsable is fixed by https://review.openstack.org/#/c/206862/ | 13:58 |
zigo | Cool, thanks ! :) | 13:59 |
*** zeih has joined #heat | 14:01 | |
*** daneyon has quit IRC | 14:01 | |
sirushti | zigo, and I thought the other one - heat.tests.clients.test_nova_client.NovaClientPluginTests.test_create was fixed by https://review.openstack.org/#/c/198018/ but I don't know :-) | 14:01 |
zigo | sirushti: Ah, thanks, that's super helpful! :) | 14:02 |
sirushti | zigo, sure, no problem! | 14:02 |
*** tonisbones has joined #heat | 14:04 | |
*** ccrouch has joined #heat | 14:05 | |
*** ccrouch has left #heat | 14:05 | |
zigo | sirushti: Liberty b2 already contains that last one. | 14:08 |
sirushti | zigo, yeah, which is why I wasn't sure why that failed | 14:08 |
*** pal_ has joined #heat | 14:08 | |
*** sjmc7 has joined #heat | 14:08 | |
zigo | Anyway, I think it's good enough for a beta, I know heat isn't completely fucked-up, so I'll upload to Debian Experimental and move to the next package! :) | 14:09 |
*** pal has quit IRC | 14:10 | |
*** zeih has quit IRC | 14:11 | |
*** ccrouch has joined #heat | 14:11 | |
*** ccrouch has left #heat | 14:11 | |
sirushti | zigo, sure, I'll see if I can find out why that happened. Thanks for the requirements bumps anyway :) | 14:12 |
*** sdake has quit IRC | 14:16 | |
*** jdob has joined #heat | 14:17 | |
*** jistr|mtg is now known as jistr | 14:20 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Add functional test for resource exposure https://review.openstack.org/202042 | 14:21 |
*** kencjohnston has joined #heat | 14:24 | |
*** sdake has joined #heat | 14:24 | |
*** jdob has quit IRC | 14:25 | |
*** __mimir has quit IRC | 14:31 | |
*** tspatzier__ has joined #heat | 14:36 | |
*** jdob has joined #heat | 14:36 | |
*** jecarey has joined #heat | 14:37 | |
openstackgerrit | Bryan Jones proposed openstack/heat: Add Keystone User/Group RoleAssignment resources https://review.openstack.org/207118 | 14:37 |
openstackgerrit | Bryan Jones proposed openstack/heat: Add keystone.user custom constraint https://review.openstack.org/207117 | 14:37 |
*** Drago has joined #heat | 14:38 | |
*** rpothier has joined #heat | 14:39 | |
*** tspatzier has quit IRC | 14:39 | |
*** pal_ has quit IRC | 14:40 | |
*** pal has joined #heat | 14:43 | |
*** vijendar has joined #heat | 14:43 | |
*** jdob has quit IRC | 14:48 | |
*** jdob has joined #heat | 14:49 | |
*** bleepbloop has quit IRC | 14:49 | |
*** achanda has joined #heat | 14:53 | |
openstackgerrit | Merged openstack/heat: ReST API: Refactor error handler as a context manager https://review.openstack.org/206768 | 14:54 |
*** xottabich has quit IRC | 14:55 | |
*** jpparkin has joined #heat | 14:55 | |
*** barra204 has joined #heat | 14:58 | |
*** sjmc7 has quit IRC | 14:59 | |
*** sergmelikyan has quit IRC | 15:01 | |
*** zeih has joined #heat | 15:01 | |
*** kencjohnston has quit IRC | 15:02 | |
*** achanda has quit IRC | 15:04 | |
*** sjmc7 has joined #heat | 15:05 | |
*** bdossant has joined #heat | 15:05 | |
*** zeih has quit IRC | 15:06 | |
*** ddaskal has joined #heat | 15:07 | |
*** barra204 has quit IRC | 15:09 | |
*** crose has joined #heat | 15:14 | |
*** thumpba has joined #heat | 15:14 | |
*** shakamunyi has joined #heat | 15:14 | |
*** shakamunyi is now known as barra204 | 15:16 | |
*** bdossant has quit IRC | 15:24 | |
*** barra204 has quit IRC | 15:26 | |
*** sorantis has quit IRC | 15:28 | |
*** thedodd has joined #heat | 15:28 | |
*** vijayagurug has joined #heat | 15:33 | |
*** vijayagurug has left #heat | 15:33 | |
*** jpparkin has quit IRC | 15:34 | |
*** ishant has quit IRC | 15:36 | |
*** Qiming has quit IRC | 15:41 | |
*** barra204 has joined #heat | 15:41 | |
*** daneyon has joined #heat | 15:45 | |
*** daneyon has quit IRC | 15:50 | |
*** inc0_ has quit IRC | 15:50 | |
*** daneyon has joined #heat | 15:51 | |
*** daneyon has quit IRC | 15:51 | |
*** daneyon has joined #heat | 15:51 | |
*** rwsu has joined #heat | 15:53 | |
*** daneyon_ has joined #heat | 15:54 | |
*** openstackgerrit_ has joined #heat | 15:54 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Trove resources (7) https://review.openstack.org/207846 | 15:56 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Magnum resources (8) https://review.openstack.org/207854 | 15:56 |
*** daneyon has quit IRC | 15:56 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Ceilometer resources (9) https://review.openstack.org/207882 | 15:56 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Manila resources (5) https://review.openstack.org/201230 | 15:57 |
*** wendar has quit IRC | 15:57 | |
*** wendar has joined #heat | 15:57 | |
*** Raj1 has joined #heat | 16:01 | |
*** Raj1 has quit IRC | 16:02 | |
*** Raj1 has joined #heat | 16:02 | |
*** ccrouch has joined #heat | 16:04 | |
*** ccrouch has left #heat | 16:04 | |
*** tspatzier__ has quit IRC | 16:04 | |
*** tspatzier__ has joined #heat | 16:04 | |
*** rdo has quit IRC | 16:07 | |
*** rdo has joined #heat | 16:08 | |
*** crose has quit IRC | 16:11 | |
*** lsmola has quit IRC | 16:11 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles https://review.openstack.org/201488 | 16:15 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Fix pre_test_hook.sh https://review.openstack.org/208547 | 16:15 |
*** sdake has quit IRC | 16:16 | |
*** Marga_ has quit IRC | 16:16 | |
*** sdake has joined #heat | 16:21 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Add functional test for resource exposure https://review.openstack.org/202042 | 16:21 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles https://review.openstack.org/201488 | 16:21 |
*** vahidh has quit IRC | 16:23 | |
*** Marga_ has joined #heat | 16:27 | |
*** jistr has quit IRC | 16:28 | |
*** jdandrea has joined #heat | 16:29 | |
*** jcoufal_ has quit IRC | 16:30 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles https://review.openstack.org/201488 | 16:30 |
* jdandrea wanders back in from vacay ... "what'd I miss?" :-p | 16:31 | |
*** crose has joined #heat | 16:32 | |
*** pal_ has joined #heat | 16:37 | |
*** cmyster has quit IRC | 16:37 | |
*** crose has quit IRC | 16:38 | |
*** e0ne has quit IRC | 16:38 | |
*** pal has quit IRC | 16:40 | |
*** pal_ has quit IRC | 16:42 | |
*** sdake has quit IRC | 16:43 | |
openstackgerrit | Rico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 16:45 |
*** sdake has joined #heat | 16:47 | |
pas-ha | btw, re requirements problem - we have quite a mismatch between stable/kilo heatclient and stable/kilo global-requirements in regards of hacking version | 16:51 |
pas-ha | and I do not actually remember any bot-proposed reviews for that | 16:51 |
*** lapalm has quit IRC | 16:52 | |
pas-ha | actually such a mismatch for hacking version specifically exists in several projects for stable/kilo (I personally encountered Ironic and cinderclient) | 16:52 |
pas-ha | kind of defies the purpose of global-requirements in the first place | 16:53 |
*** lapalm has joined #heat | 16:53 | |
*** Marga_ has quit IRC | 16:55 | |
*** Marga_ has joined #heat | 16:56 | |
sirushti | pas-ha, agree, perhaps we could just manually update it now? and also add the current requirements job that checks for consistency between g-r and local requirements, maybe it already exists | 16:56 |
*** rdo has quit IRC | 16:57 | |
pas-ha | sirushti, there is such job, but AFAIU it is triggered only if change-set makes changes to *requirements.txt | 16:57 |
*** lapalm has quit IRC | 16:58 | |
*** coolsvap is now known as coolsvap|away | 16:58 | |
pas-ha | no backward changes, but what most strange, there are no bot-proposed commits for hacking.. | 16:58 |
*** Berezin has joined #heat | 16:58 | |
sirushti | yeah, which is what I was just looking at -> https://review.openstack.org/#/q/owner:%22OpenStack+Proposal+Bot%22+branch:stable/kilo,n,z | 16:59 |
*** rdo has joined #heat | 16:59 | |
sirushti | pas-ha, perhaps, you want to ask -infra? | 17:00 |
pas-ha | sirushti, yes, was thinking of a ML post, but that's for tomorrow already - heading off | 17:00 |
pas-ha | bye all | 17:00 |
*** pas-ha has quit IRC | 17:01 | |
*** sergmelikyan has joined #heat | 17:02 | |
*** harlowja has joined #heat | 17:03 | |
*** Berezin has quit IRC | 17:03 | |
*** jprovazn has quit IRC | 17:04 | |
*** sergmelikyan has quit IRC | 17:06 | |
*** pal has joined #heat | 17:07 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Include base_attributes_schema in resource_schema https://review.openstack.org/208564 | 17:17 |
*** e0ne has joined #heat | 17:22 | |
*** achanda_ has joined #heat | 17:26 | |
*** chlong has quit IRC | 17:31 | |
*** yassine has quit IRC | 17:31 | |
*** e0ne has quit IRC | 17:31 | |
*** andersonvom has joined #heat | 17:33 | |
*** sabeen has joined #heat | 17:38 | |
*** e0ne has joined #heat | 17:42 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: heat.tests.test_template https://review.openstack.org/208158 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_auth_* https://review.openstack.org/208143 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_sahara/software_deployment https://review.openstack.org/208159 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: test_engine_* https://review.openstack.org/208142 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: heat.tests.test_engine_service https://review.openstack.org/208141 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: heat.tests.nova https://review.openstack.org/208161 | 17:43 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: py34: heat.tests.autoscaling https://review.openstack.org/208160 | 17:43 |
*** sjmc7 has quit IRC | 17:44 | |
*** liusheng has quit IRC | 17:48 | |
*** liusheng has joined #heat | 17:48 | |
*** Marga_ has quit IRC | 18:00 | |
*** Marga_ has joined #heat | 18:01 | |
*** lapalm has joined #heat | 18:05 | |
*** lapalm has quit IRC | 18:06 | |
*** lapalm has joined #heat | 18:07 | |
*** openstackgerrit_ has quit IRC | 18:07 | |
*** jtomasek has quit IRC | 18:11 | |
*** Marga_ has quit IRC | 18:11 | |
*** achanda has joined #heat | 18:14 | |
*** achanda_ has quit IRC | 18:16 | |
*** harlowja has quit IRC | 18:21 | |
*** Kennan has quit IRC | 18:21 | |
*** harlowja has joined #heat | 18:21 | |
*** pal has quit IRC | 18:22 | |
*** Kennan has joined #heat | 18:29 | |
*** htruta_ has quit IRC | 18:32 | |
*** Raj1 has quit IRC | 18:33 | |
*** htruta_ has joined #heat | 18:44 | |
*** shakamunyi has joined #heat | 18:46 | |
*** jtomasek has joined #heat | 18:50 | |
*** kencjohnston has joined #heat | 18:51 | |
*** Marga_ has joined #heat | 18:52 | |
*** ochuprykov has quit IRC | 18:53 | |
*** rpothier has quit IRC | 18:58 | |
*** pm90_ has joined #heat | 19:04 | |
*** e0ne has quit IRC | 19:11 | |
*** markvan has quit IRC | 19:12 | |
*** tlashchova has quit IRC | 19:13 | |
*** markvan has joined #heat | 19:14 | |
*** Raj1 has joined #heat | 19:24 | |
*** sabeen has quit IRC | 19:24 | |
*** sdake has quit IRC | 19:28 | |
*** Qiming has joined #heat | 19:45 | |
*** Raj1 has quit IRC | 19:49 | |
*** Raj1 has joined #heat | 19:50 | |
*** jtomasek has quit IRC | 19:52 | |
*** sdake has joined #heat | 20:01 | |
*** lapalm has quit IRC | 20:08 | |
*** lapalm has joined #heat | 20:08 | |
*** sdake_ has joined #heat | 20:10 | |
*** lapalm has quit IRC | 20:12 | |
*** sdake has quit IRC | 20:13 | |
*** Qiming has quit IRC | 20:15 | |
*** lapalm has joined #heat | 20:17 | |
*** chuckcarmack has joined #heat | 20:19 | |
*** chuckcarmack has left #heat | 20:21 | |
*** zaneb has quit IRC | 20:22 | |
*** Berezin has joined #heat | 20:22 | |
*** zaneb has joined #heat | 20:23 | |
*** pm90__ has joined #heat | 20:24 | |
*** pm90_ has quit IRC | 20:26 | |
*** alexpilotti has joined #heat | 20:37 | |
openstackgerrit | Joe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints https://review.openstack.org/203823 | 20:42 |
*** tspatzier__ has joined #heat | 20:48 | |
*** lapalm has quit IRC | 20:52 | |
*** thumpba has quit IRC | 20:56 | |
*** sorantis has joined #heat | 21:04 | |
*** sjmc7 has joined #heat | 21:13 | |
*** daneyon_ has quit IRC | 21:14 | |
*** daneyon has joined #heat | 21:15 | |
*** Marga_ has quit IRC | 21:25 | |
*** kencjohnston has quit IRC | 21:27 | |
*** randallburt has joined #heat | 21:28 | |
*** jonesbr has left #heat | 21:32 | |
*** jasond has quit IRC | 21:38 | |
*** tspatzier__ has quit IRC | 21:39 | |
*** Raj1 has quit IRC | 21:53 | |
*** jecarey has quit IRC | 21:56 | |
*** zaneb has quit IRC | 21:56 | |
jdandrea | Requesting peer review of https://review.openstack.org/#/c/203823/ when able. See the comment in patch set _4_ as well. Thx! | 21:57 |
*** vijendar has quit IRC | 22:03 | |
*** hdd has quit IRC | 22:03 | |
*** thedodd has quit IRC | 22:04 | |
*** Raj1 has joined #heat | 22:05 | |
*** Raj1 has quit IRC | 22:08 | |
*** Raj1 has joined #heat | 22:13 | |
randallburt | jdandrea: reviewed. I think it needs an integration test if at all possible | 22:17 |
*** sabeen has joined #heat | 22:17 | |
*** neelashah has quit IRC | 22:18 | |
*** thumpba has joined #heat | 22:19 | |
*** sorantis has quit IRC | 22:25 | |
*** thumpba has quit IRC | 22:29 | |
*** thumpba has joined #heat | 22:41 | |
*** thumpba has quit IRC | 22:41 | |
*** andersonvom has quit IRC | 22:44 | |
*** Berezin has quit IRC | 22:44 | |
asalkeld | morning | 22:45 |
*** Raj1 has quit IRC | 22:45 | |
*** zaneb has joined #heat | 22:45 | |
*** sjmc7 has quit IRC | 22:50 | |
*** shakamunyi has quit IRC | 22:51 | |
*** dims_ has joined #heat | 22:51 | |
*** dims has quit IRC | 22:52 | |
*** dims has joined #heat | 22:53 | |
*** dims_ has quit IRC | 22:56 | |
*** steveg_afk has quit IRC | 22:57 | |
sdake_ | rabi around? | 23:19 |
sdake_ | asalkeld what is rabi misrha's nick? | 23:19 |
asalkeld | hi sdake_ | 23:23 |
asalkeld | ramishra: | 23:23 |
sdake_ | ramishra around re https://bugs.launchpad.net/python-openstackclient/+bug/1434192 | 23:24 |
openstack | Launchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid] | 23:24 |
uvirtbot | Launchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid] | 23:24 |
uvirtbot | Launchpad bug 1434192 in python-openstackclient "'module' object has no attribute 'PLUGIN_NAMESPACE' Error" [Undecided,Invalid] https://launchpad.net/bugs/1434192 | 23:24 |
sdake_ | yuo have a workaround but it isn't quite clear what the workaround i | 23:24 |
sdake_ | s | 23:24 |
*** dims has quit IRC | 23:29 | |
*** ddaskal has quit IRC | 23:38 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Make sure all "updated_at" fields store fractional seconds https://review.openstack.org/208276 | 23:39 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca client plugin https://review.openstack.org/195697 | 23:47 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin https://review.openstack.org/202879 | 23:47 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin https://review.openstack.org/202880 | 23:47 |
*** Raj1 has joined #heat | 23:48 | |
*** Raj1 has quit IRC | 23:48 | |
*** Raj1 has joined #heat | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!