*** achanda has quit IRC | 00:06 | |
*** Raj1 has quit IRC | 00:10 | |
stevebaker | asalkeld: could you take a look at these fixes? they are impacting tripleo https://review.openstack.org/#/c/204780 https://review.openstack.org/#/c/206256 | 00:13 |
---|---|---|
asalkeld | ok | 00:13 |
*** jaypipes has quit IRC | 00:18 | |
asalkeld | stevebaker: do you have a follow up that changes to objects? | 00:18 |
asalkeld | +2'd them | 00:21 |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #heat | 00:23 | |
*** cing has joined #heat | 00:26 | |
*** chlong has joined #heat | 00:27 | |
stevebaker | asalkeld: not yet. once this lands then I'll do the backport then the followup | 00:27 |
*** sabeen has quit IRC | 00:28 | |
*** rpothier has joined #heat | 00:33 | |
*** Qiming has joined #heat | 00:35 | |
*** ricolin has joined #heat | 00:35 | |
*** haigang has joined #heat | 00:35 | |
*** sjmc7 has joined #heat | 00:39 | |
*** sabeen1 has joined #heat | 00:41 | |
*** sabeen1 has quit IRC | 00:41 | |
*** sjmc7 has quit IRC | 00:44 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/208694 | 00:44 |
*** Qiming has quit IRC | 00:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/208729 | 00:48 |
*** Drago has quit IRC | 00:53 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/208694 | 00:53 |
*** zengyingzhe_ has joined #heat | 01:04 | |
*** zhonghua-lee has joined #heat | 01:06 | |
*** dsneddon is now known as dsneddon_away | 01:13 | |
zengyingzhe_ | morning all | 01:15 |
*** sdake_ has quit IRC | 01:15 | |
*** sdake has joined #heat | 01:16 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Validate TemplateResource schema when based on other templates https://review.openstack.org/197402 | 01:20 |
*** haigang has quit IRC | 01:26 | |
*** zhenguo has joined #heat | 01:27 | |
*** haigang has joined #heat | 01:27 | |
*** Yanyanhu has joined #heat | 01:28 | |
*** Yanyan has joined #heat | 01:33 | |
*** huangtianhua has joined #heat | 01:33 | |
*** Qiming has joined #heat | 01:33 | |
*** Yanyanhu has quit IRC | 01:35 | |
*** cing has quit IRC | 01:35 | |
*** rpothier has quit IRC | 01:41 | |
*** pal has joined #heat | 01:45 | |
*** tobe_ has joined #heat | 01:46 | |
*** neelashah has joined #heat | 01:48 | |
*** cing has joined #heat | 01:48 | |
openstackgerrit | Merged openstack/heat: Add base resolve method for attributes https://review.openstack.org/195609 | 01:52 |
openstackgerrit | Merged openstack/heat: Add show_resource function to Glance resources (2) https://review.openstack.org/199596 | 01:52 |
*** erkules has quit IRC | 01:52 | |
openstackgerrit | Merged openstack/heat: Add show_resource function to Manila resources (5) https://review.openstack.org/201230 | 01:52 |
*** erkules has joined #heat | 01:53 | |
*** skraynev has quit IRC | 01:54 | |
*** kairat has quit IRC | 01:55 | |
*** spzala has quit IRC | 01:58 | |
*** elynn has joined #heat | 02:00 | |
*** test has joined #heat | 02:18 | |
*** test is now known as Guest11155 | 02:19 | |
sirushti | morning all | 02:22 |
asalkeld | hi | 02:22 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Replace FnGetAttr from Stack resource with _resolve_attribute https://review.openstack.org/206098 | 02:22 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Convergence: pass the input_data into Stack.load() https://review.openstack.org/204793 | 02:22 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Resolve dynamic attributes for resources https://review.openstack.org/205128 | 02:22 |
sirushti | nice^ | 02:23 |
asalkeld | sirushti: it's not done, kairat needs to complete the DyanmicAttribute stuff | 02:23 |
asalkeld | that's so I can change FnGetAttr to attributes[key] | 02:24 |
asalkeld | and the nested stacks will still work | 02:24 |
sirushti | couldn't rsrc._resolve_attribute just be used? | 02:24 |
asalkeld | no, the nested stacks override FnGetAttr | 02:25 |
asalkeld | they have dynamic attributes | 02:25 |
asalkeld | so kairat has a nice mechanism for that | 02:25 |
asalkeld | we should call into here: https://github.com/openstack/heat/blob/master/heat/engine/attributes.py#L203 | 02:26 |
sirushti | I'll take a look | 02:26 |
sirushti | The problem was that using FnGetAttr goes and looks up cache_data which is not what we want | 02:27 |
asalkeld | exactly | 02:27 |
asalkeld | https://review.openstack.org/#/c/204793/2/heat/engine/worker.py | 02:27 |
sirushti | ok, that works out nicely then | 02:27 |
asalkeld | and it's not a private method | 02:28 |
asalkeld | call private methods feels weird | 02:28 |
asalkeld | (from other modules) | 02:28 |
sirushti | yeah, agreed | 02:28 |
sirushti | btw, do we have a way to force MySQL to be above 5.6.4 in https://review.openstack.org/#/c/208276/? | 02:29 |
sirushti | asalkeld, probably a flag to DevStack in pre_test_hook.sh | 02:29 |
asalkeld | sirushti: it's mysql-server that is the issue | 02:30 |
asalkeld | we really rely on the base OS for that | 02:30 |
sirushti | If say, we make it voting, we can't let it fail intermittently though | 02:30 |
sirushti | ohh, so it's a precise vs trusty issue? | 02:30 |
asalkeld | yip | 02:30 |
asalkeld | we could requrie trusty in the job definition | 02:30 |
asalkeld | really smells like a release note | 02:31 |
*** Guest11155 has quit IRC | 02:31 | |
sirushti | precise doesn't have the newest packages or just installs an older version? | 02:31 |
asalkeld | honestly not sure about that | 02:32 |
*** vijayagurug has joined #heat | 02:37 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Split OpenStack API V1 unit tests https://review.openstack.org/201079 | 02:38 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Include base_attributes_schema in resource_schema https://review.openstack.org/208564 | 02:38 |
*** vijayagurug has quit IRC | 02:39 | |
*** pal has quit IRC | 02:40 | |
openstackgerrit | huangtianhua proposed openstack/heat: Make sure 'SubnetId' update works for instance https://review.openstack.org/207334 | 02:42 |
*** hdd has joined #heat | 02:45 | |
*** achanda has joined #heat | 02:45 | |
*** sdake has quit IRC | 02:48 | |
openstackgerrit | huangtianhua proposed openstack/heat: Add _show_resource function to Cinder resources (6) https://review.openstack.org/207350 | 02:49 |
*** tobe_ has quit IRC | 02:54 | |
*** dims has joined #heat | 02:54 | |
*** hdd has quit IRC | 03:02 | |
*** cing has quit IRC | 03:05 | |
*** dims has quit IRC | 03:15 | |
ramishra | morning all | 03:15 |
sirushti | hi | 03:16 |
*** sdake has joined #heat | 03:16 | |
openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/208729 | 03:18 |
*** ananta_ has joined #heat | 03:27 | |
*** achanda has quit IRC | 03:37 | |
*** sdake_ has joined #heat | 03:38 | |
openstackgerrit | huangtianhua proposed openstack/heat: Refactor wait condition handles https://review.openstack.org/202028 | 03:40 |
*** sdake has quit IRC | 03:41 | |
*** coolsvap|away is now known as coolsvap | 03:43 | |
openstackgerrit | Steve Baker proposed openstack/python-heatclient: OpenStackClient plugin for stack operations https://review.openstack.org/195867 | 03:50 |
*** pal has joined #heat | 03:56 | |
*** cing has joined #heat | 03:58 | |
*** neelashah has quit IRC | 04:01 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Split OpenStack API V1 unit tests https://review.openstack.org/201079 | 04:02 |
openstackgerrit | Merged openstack/heat: py34: heat.tests.test_engine_service https://review.openstack.org/208141 | 04:07 |
*** KanagarajM has joined #heat | 04:11 | |
KanagarajM | good morning all ! | 04:12 |
*** daneyon has quit IRC | 04:17 | |
*** sjmc7 has joined #heat | 04:17 | |
*** daneyon has joined #heat | 04:17 | |
*** achanda has joined #heat | 04:21 | |
*** sjmc7 has quit IRC | 04:21 | |
*** haigang has quit IRC | 04:22 | |
*** pal has quit IRC | 04:23 | |
*** haigang has joined #heat | 04:25 | |
openstackgerrit | Merged openstack/heat: Add show_resource function to Nova resources (1) https://review.openstack.org/195610 | 04:26 |
openstackgerrit | Merged openstack/heat: Add show_resource function to Ceilometer resources (9) https://review.openstack.org/207882 | 04:27 |
openstackgerrit | Merged openstack/heat: Add show_resource function to Trove resources (7) https://review.openstack.org/207846 | 04:27 |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/208694 | 04:27 |
*** zhonghua-lee has quit IRC | 04:28 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: WIP Convergence: Implement cancel-stack-update https://review.openstack.org/208790 | 04:29 |
*** pal has joined #heat | 04:30 | |
*** jdandrea has quit IRC | 04:30 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: WIP Convergence: Implement cancel-stack-update https://review.openstack.org/208790 | 04:32 |
*** randallburt has quit IRC | 04:33 | |
*** achanda_ has joined #heat | 04:35 | |
*** achanda has quit IRC | 04:35 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Replace FnGetAttr from Stack resource with _resolve_attribute https://review.openstack.org/206098 | 04:38 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Convergence: pass the input_data into Stack.load() https://review.openstack.org/204793 | 04:38 |
ricolin | hi | 04:38 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Resolve dynamic attributes for resources https://review.openstack.org/205128 | 04:38 |
openstackgerrit | Angus Salkeld proposed openstack/heat: Add show_resource to stack_resource and template_resource https://review.openstack.org/208792 | 04:38 |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: WIP Convergence: Implement stack-cancel-update https://review.openstack.org/208790 | 04:39 |
*** cing has quit IRC | 04:40 | |
*** zhonghua-lee has joined #heat | 04:52 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca client plugin https://review.openstack.org/195697 | 04:54 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Notification resource plugin https://review.openstack.org/202879 | 04:54 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Monasca Alarm definition resource plugin https://review.openstack.org/202880 | 04:54 |
*** pm90__ has quit IRC | 04:54 | |
*** haigang has quit IRC | 05:04 | |
*** Yanyan has quit IRC | 05:10 | |
openstackgerrit | Rico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 05:10 |
*** ishant has joined #heat | 05:14 | |
*** huangtianhua has quit IRC | 05:19 | |
*** Yanyanhu has joined #heat | 05:23 | |
*** ishant_ has joined #heat | 05:26 | |
*** ishant has quit IRC | 05:29 | |
*** yuanying has quit IRC | 05:31 | |
*** yuanying has joined #heat | 05:32 | |
*** tobe_ has joined #heat | 05:36 | |
*** yuanying has quit IRC | 05:36 | |
*** rakesh_hs has joined #heat | 05:37 | |
*** jdob has quit IRC | 05:38 | |
*** yuanying has joined #heat | 05:39 | |
*** haigang has joined #heat | 05:50 | |
*** tobe_ has quit IRC | 05:50 | |
*** tobe_ has joined #heat | 05:53 | |
*** tobe_ has quit IRC | 05:58 | |
*** jdob has joined #heat | 05:58 | |
*** elynn has quit IRC | 06:02 | |
*** elynn has joined #heat | 06:04 | |
*** sjmc7 has joined #heat | 06:06 | |
*** jtomasek has joined #heat | 06:06 | |
*** huangtianhua has joined #heat | 06:10 | |
*** sjmc7 has quit IRC | 06:10 | |
*** ramineni has joined #heat | 06:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex https://review.openstack.org/208814 | 06:15 |
*** huangtianhua has quit IRC | 06:16 | |
openstackgerrit | Anant Patil proposed openstack/heat: Fix stack-list after failed update https://review.openstack.org/206435 | 06:18 |
*** tspatzier has joined #heat | 06:20 | |
*** jprovazn has joined #heat | 06:25 | |
*** daneyon has quit IRC | 06:30 | |
*** KanagarajM_ has joined #heat | 06:31 | |
*** KanagarajM_ has joined #heat | 06:32 | |
*** KanagarajM has quit IRC | 06:35 | |
*** huangtianhua has joined #heat | 06:38 | |
*** vijayagurug has joined #heat | 06:41 | |
*** zeih has joined #heat | 06:44 | |
openstackgerrit | huangtianhua proposed openstack/heat: Make sure 'SubnetId' update works for instance https://review.openstack.org/207334 | 06:45 |
*** Marga_ has joined #heat | 06:46 | |
*** Marga_ has quit IRC | 06:46 | |
*** Marga_ has joined #heat | 06:47 | |
*** elynn_ has joined #heat | 06:48 | |
*** elynn has quit IRC | 06:49 | |
*** zhonghua-li has joined #heat | 06:53 | |
*** zhonghua-lee has quit IRC | 06:56 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Implementation of timeout https://review.openstack.org/205965 | 06:57 |
*** yuntong has quit IRC | 06:59 | |
*** h00327910__ has joined #heat | 07:01 | |
*** achanda_ has quit IRC | 07:01 | |
*** elynn has joined #heat | 07:01 | |
*** elynn_ has quit IRC | 07:01 | |
*** zhonghua-li has quit IRC | 07:08 | |
*** kairat has joined #heat | 07:08 | |
*** skraynev has joined #heat | 07:08 | |
*** jcoufal has joined #heat | 07:09 | |
*** cmyster has joined #heat | 07:10 | |
*** cmyster has quit IRC | 07:10 | |
*** cmyster has joined #heat | 07:10 | |
*** zhonghua-li has joined #heat | 07:14 | |
*** Marga_ has quit IRC | 07:17 | |
*** tiantian has joined #heat | 07:24 | |
*** skraynev has quit IRC | 07:26 | |
*** skraynev has joined #heat | 07:26 | |
*** huangtianhua has quit IRC | 07:27 | |
*** lsmola has joined #heat | 07:42 | |
*** Marga_ has joined #heat | 07:46 | |
*** chlong has quit IRC | 07:47 | |
*** pal has quit IRC | 07:54 | |
*** sjmc7 has joined #heat | 07:55 | |
*** tlashchova has joined #heat | 07:55 | |
*** ramineni has quit IRC | 07:56 | |
*** ramineni has joined #heat | 07:56 | |
sara_ | therve : my disk image build fails everytime | 07:56 |
sara_ | and I can't figure out the reason | 07:56 |
sara_ | can you help me? | 07:57 |
sara_ | I have the output | 07:57 |
sara_ | wanna take a look? | 07:57 |
sara_ | I used the dib release as you suggested yesterday | 07:58 |
therve | sara_, Sure | 07:58 |
sara_ | do you have a mail address or smt? | 07:58 |
sara_ | or do you want me to paste it here (the output is veery long) | 07:58 |
therve | sara_, paste.openstack.org | 07:59 |
*** sjmc7 has quit IRC | 07:59 | |
*** ramineni has quit IRC | 07:59 | |
*** ramineni has joined #heat | 08:00 | |
sara_ | excuse me? | 08:00 |
therve | sara_, Go to http://paste.openstack.org/ | 08:00 |
therve | You can paste your logs there | 08:01 |
sara_ | aah. ok thx | 08:01 |
*** yassine has joined #heat | 08:01 | |
*** yassine has quit IRC | 08:01 | |
*** yassine has joined #heat | 08:03 | |
sara_ | therve, here is the link http://paste.openstack.org/show/406828/ | 08:04 |
therve | sara_, Missing the end? | 08:05 |
sara_ | oh yeah | 08:06 |
sara_ | wait a sec | 08:06 |
*** pas-ha has joined #heat | 08:08 | |
*** jistr has joined #heat | 08:08 | |
pas-ha | morning all | 08:09 |
*** jcoufal has quit IRC | 08:14 | |
*** bdossant has joined #heat | 08:14 | |
sara_ | therev, http://paste.openstack.org/show/406833/ | 08:14 |
sara_ | http://paste.openstack.org/show/406834/ | 08:14 |
*** tobe_ has joined #heat | 08:17 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: DNM: Convergence Testing: Manual override https://review.openstack.org/193269 | 08:19 |
openstackgerrit | huangtianhua proposed openstack/heat: Return errors message if validate fail when clearing hook https://review.openstack.org/199918 | 08:24 |
*** Marga_ has quit IRC | 08:25 | |
therve | sara_, Sorry, I don't see anything wrong with it | 08:26 |
therve | sara_, I suggest looking or using what's at https://github.com/openstack/heat-templates/tree/master/hot/software-config/test-image | 08:26 |
sara_ | ok i'll try with this one | 08:26 |
*** Marga_ has joined #heat | 08:26 | |
sara_ | thanks | 08:26 |
openstackgerrit | huangtianhua proposed openstack/heat: Return error message if validate fail when clearing hook https://review.openstack.org/199918 | 08:27 |
sara_ | Actually I have another question | 08:28 |
sara_ | I need to set a udp load balancer ana unfortunaltely udp loadabalncer are not supported by openstack | 08:28 |
sara_ | what i'm willing to do | 08:28 |
sara_ | is configure a dns server to load the udp traffic of my front ends | 08:29 |
sara_ | but i need to update this dns each time a new front end is spawned by heat | 08:29 |
sara_ | is there any way i can do it with the software config ? | 08:30 |
sara_ | I mean update server x if the autoscaling group y spawn a new server?N | 08:30 |
therve | Possibly, but I'm not a software config expert | 08:31 |
therve | It might be hard with autoscaling | 08:32 |
*** Marga_ has quit IRC | 08:32 | |
sara_ | it's the only solution I can see. | 08:33 |
sara_ | I really need to talk to one of the software config guys and ask them if it's possible | 08:33 |
*** aweiteka has quit IRC | 08:35 | |
*** cody-somerville- has quit IRC | 08:35 | |
openstackgerrit | Merged openstack/heat: Make sure all "updated_at" fields store fractional seconds https://review.openstack.org/208276 | 08:36 |
*** bdossant has quit IRC | 08:36 | |
*** Marga_ has joined #heat | 08:37 | |
*** aweiteka has joined #heat | 08:37 | |
*** cody-somerville- has joined #heat | 08:37 | |
*** zhonghua-li is now known as zhonghua-lee | 08:37 | |
*** bdossant has joined #heat | 08:37 | |
*** Marga_ has quit IRC | 08:42 | |
*** bdossant has quit IRC | 08:43 | |
*** bdossant has joined #heat | 08:44 | |
*** e0ne has joined #heat | 08:44 | |
*** pal has joined #heat | 08:47 | |
*** alexpilotti has quit IRC | 08:51 | |
*** alexpilotti has joined #heat | 08:52 | |
*** jcoufal has joined #heat | 08:54 | |
*** jcoufal has quit IRC | 08:55 | |
*** jcoufal has joined #heat | 08:56 | |
openstackgerrit | Merged openstack/heat: Always commit after deployment db operations https://review.openstack.org/204780 | 08:57 |
*** randallburt has joined #heat | 09:05 | |
*** randallburt has joined #heat | 09:05 | |
*** jcoufal has quit IRC | 09:07 | |
*** kairat has quit IRC | 09:10 | |
*** jcoufal has joined #heat | 09:11 | |
*** kairat has joined #heat | 09:14 | |
openstackgerrit | Merged openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 09:20 |
sara_ | cmyster, you there | 09:20 |
sara_ | I have a question regarding software config | 09:20 |
sara_ | ? | 09:20 |
sara_ | is there any softwareconfig expert here ?? | 09:21 |
sara_ | I need to set a udp load balancer ana unfortunaltely udp loadabalncer are not supported by openstack | 09:22 |
sara_ | what i'm willing to do | 09:22 |
sara_ | is configure a dns server to load the udp traffic of my front ends | 09:22 |
sara_ | but i need to update this dns each time a new front end is spawned by heat | 09:22 |
sara_ | is there any way i can do it with the software config ? | 09:22 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Add test for template resource suspend/resume https://review.openstack.org/207900 | 09:23 |
openstackgerrit | Ishant Tyagi proposed openstack/heat: convergence scenario tests https://review.openstack.org/203661 | 09:24 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Use base attributes with attribute_schema of class https://review.openstack.org/205018 | 09:24 |
*** boris-42 has quit IRC | 09:30 | |
*** jprovazn has quit IRC | 09:41 | |
*** sjmc7 has joined #heat | 09:43 | |
*** zhonghua-lee has quit IRC | 09:43 | |
*** zhonghua-lee has joined #heat | 09:44 | |
openstackgerrit | huangtianhua proposed openstack/heat: Return error message if validate fail when clearing hook https://review.openstack.org/199918 | 09:47 |
*** sjmc7 has quit IRC | 09:48 | |
*** erkules has quit IRC | 09:52 | |
*** erkules has joined #heat | 09:52 | |
*** openstackgerrit_ has joined #heat | 09:53 | |
*** dims has joined #heat | 09:55 | |
*** jcoufal has quit IRC | 09:59 | |
openstackgerrit | huangtianhua proposed openstack/heat: Fix incorrect resource's information while describing https://review.openstack.org/208386 | 09:59 |
*** jcoufal has joined #heat | 09:59 | |
*** jcoufal has quit IRC | 10:10 | |
*** jprovazn has joined #heat | 10:10 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Magnum resources (8) https://review.openstack.org/207854 | 10:10 |
*** zhonghua-li has joined #heat | 10:12 | |
*** zhonghua-lee has quit IRC | 10:13 | |
*** haigang has quit IRC | 10:14 | |
*** ricolin has quit IRC | 10:14 | |
*** Marga_ has joined #heat | 10:17 | |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 10:18 |
openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 10:18 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show_resource function to Magnum resources (8) https://review.openstack.org/207854 | 10:19 |
*** Marga_ has quit IRC | 10:20 | |
*** Marga_ has joined #heat | 10:20 | |
*** zeih has quit IRC | 10:22 | |
*** Yanyanhu has quit IRC | 10:27 | |
*** Marga_ has quit IRC | 10:31 | |
*** yuanying has quit IRC | 10:35 | |
*** yuanying has joined #heat | 10:36 | |
*** yuanying has quit IRC | 10:38 | |
*** Qiming has quit IRC | 10:38 | |
*** yuanying has joined #heat | 10:38 | |
*** zhonghua-li has quit IRC | 10:39 | |
*** jcoufal has joined #heat | 10:52 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Add functional test for resource exposure https://review.openstack.org/202042 | 10:56 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Expose resources based on user roles https://review.openstack.org/201488 | 11:00 |
*** radez is now known as radez_g0n3 | 11:01 | |
*** elynn has quit IRC | 11:06 | |
*** coolsvap is now known as coolsvap|away | 11:14 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Refactor format_resource_attributes https://review.openstack.org/209000 | 11:17 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Refactor format_resource_attributes https://review.openstack.org/209000 | 11:21 |
*** tiantian has quit IRC | 11:24 | |
*** Marga_ has joined #heat | 11:25 | |
openstackgerrit | Merged openstack/heat: Add keystone.user custom constraint https://review.openstack.org/207117 | 11:26 |
openstackgerrit | Merged openstack/heat: Convergence: Refactor convergence dependency https://review.openstack.org/203484 | 11:26 |
*** tlashchova has quit IRC | 11:26 | |
openstackgerrit | Merged openstack/heat: Convergence: Fix concurrent update resource cleanup https://review.openstack.org/207271 | 11:26 |
*** bdossant_ has joined #heat | 11:27 | |
*** tlashchova has joined #heat | 11:27 | |
*** bdossant has quit IRC | 11:29 | |
*** bdossant_ has quit IRC | 11:30 | |
luv | hi! Im trying to create an N number of nova servers+floating ips+... - it works fine using OS::Heat::ResourceGroup | 11:30 |
*** openstackgerrit has quit IRC | 11:31 | |
*** openstackgerrit_ is now known as openstackgerrit | 11:31 | |
*** openstackgerrit has quit IRC | 11:32 | |
*** openstackgerrit_ has joined #heat | 11:32 | |
*** sjmc7 has joined #heat | 11:32 | |
*** openstackgerrit_ is now known as openstackgerrit | 11:32 | |
luv | Only problem I run into is if I set "name: xxx_%index%" in OS::Nova::Server it works if the server resource is directly in resource_def but If I set ResourceGroup resource_def: { type: my_resource.yaml } %index% is not replaced | 11:32 |
openstackgerrit | Anusha Ramineni proposed openstack/heat: LOG the message as ERROR when status is FAILED https://review.openstack.org/209003 | 11:33 |
*** openstackgerrit_ has joined #heat | 11:33 | |
therve | luv, You need to pass index as a parameter of the sub template, and do string formatting there | 11:34 |
therve | I think | 11:34 |
luv | will give it a shot | 11:35 |
openstackgerrit | Anusha Ramineni proposed openstack/heat: LOG the message as ERROR when status is FAILED https://review.openstack.org/209003 | 11:37 |
*** sjmc7 has quit IRC | 11:37 | |
*** ramineni has quit IRC | 11:38 | |
*** sdake_ has quit IRC | 11:47 | |
*** steveg_afk has joined #heat | 11:47 | |
luv | therve: yes, it works. str_replace is bit awkward but I will get used to it :) thanks | 11:47 |
*** steveg_afk has quit IRC | 11:47 | |
therve | luv, No problem! | 11:47 |
*** Qiming has joined #heat | 11:49 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Revert "Temporarily skip failing scenario tests" https://review.openstack.org/207693 | 11:51 |
*** pal has quit IRC | 11:52 | |
*** hdd has joined #heat | 11:53 | |
ramishra | skraynev: hi | 11:54 |
openstackgerrit | Ishant Tyagi proposed openstack/heat: Remove redundant parameter from EngineService https://review.openstack.org/209015 | 11:54 |
skraynev | ramishra: hi | 11:54 |
ramishra | skraynev: reg https://review.openstack.org/#/c/208165/ | 11:54 |
*** Marga_ has quit IRC | 11:54 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Don't use rich objects is servers update https://review.openstack.org/204248 | 11:56 |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Use default client name in nova - afterfixes https://review.openstack.org/209016 | 11:56 |
skraynev | ramishra: https://review.openstack.org/#/c/206793/1 - it was merged , I suggest to chat with Angus, because he probably has some ideas how to use it (as I understood correctly it's need for convergence tests) | 11:56 |
ramishra | skraynev: https://review.openstack.org/#/c/206793/1 adds an option to skip notification tests, which becomes redundant with the global skip | 11:56 |
*** haigang has joined #heat | 11:56 | |
skraynev | ramishra: correct, but as I mentioned above it's already merged | 11:56 |
*** tobe_ has quit IRC | 11:56 | |
ramishra | skraynev: that can coexist without any issues | 11:57 |
ramishra | skraynev: we can revert that once this patch is merged | 11:57 |
ramishra | skraynev: that just adds an option, but does not skip the test at the gate | 11:57 |
skraynev | ramishra: correct, but I am not sure, that it's not used in some Convergence patches | 11:58 |
*** haigang has quit IRC | 11:59 | |
*** tobe_ has joined #heat | 11:59 | |
skraynev | ramishra: I just suggest you to remove it in your patch, like you did it for other options | 11:59 |
skraynev | IMO, it's more clear, than revert this patch. | 11:59 |
*** jaypipes has joined #heat | 11:59 | |
ramishra | skraynev: which convergence patch? removing it would actually break if there is an dependency. revert is a better option | 12:00 |
*** tobe_ has quit IRC | 12:01 | |
skraynev | ramishra: I said, that I am not sure, but Angus as author should know. | 12:01 |
ramishra | skraynev: AFAIK, it was for tests with standalone heat. anyway, let's see what Angus have to say on this. | 12:03 |
skraynev | why removing should break something and revert should not ? IMO it has not big differences... | 12:03 |
skraynev | ramishra: Agree | 12:03 |
*** randallburt has quit IRC | 12:10 | |
*** Marga_ has joined #heat | 12:11 | |
*** hdd has quit IRC | 12:14 | |
*** KanagarajM_ has quit IRC | 12:14 | |
*** lkarm has joined #heat | 12:16 | |
*** openstackgerrit has quit IRC | 12:16 | |
*** openstackgerrit has joined #heat | 12:17 | |
*** ananta_ has quit IRC | 12:22 | |
*** jdob has quit IRC | 12:23 | |
*** jdob has joined #heat | 12:23 | |
*** blomquisg has joined #heat | 12:25 | |
*** sdake has joined #heat | 12:36 | |
*** chlong has joined #heat | 12:42 | |
*** zengyingzhe_ has quit IRC | 12:48 | |
*** ishant_ has quit IRC | 12:49 | |
*** alexpilotti has quit IRC | 12:52 | |
*** alexpilotti has joined #heat | 12:53 | |
*** pal has joined #heat | 12:55 | |
*** rpothier has joined #heat | 12:55 | |
*** jaypipes has quit IRC | 12:57 | |
*** jaypipes has joined #heat | 13:00 | |
*** dims_ has joined #heat | 13:00 | |
*** jruano has joined #heat | 13:01 | |
*** jdandrea has joined #heat | 13:02 | |
*** dims has quit IRC | 13:02 | |
*** dims has joined #heat | 13:04 | |
*** dims_ has quit IRC | 13:06 | |
*** coolsvap|away is now known as coolsvap | 13:06 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Refactor format_resource_attributes https://review.openstack.org/209000 | 13:08 |
*** Marga_ has quit IRC | 13:08 | |
*** jonesbr has joined #heat | 13:08 | |
*** jaime49 has joined #heat | 13:08 | |
*** dyasny has joined #heat | 13:09 | |
*** vijayagurug has left #heat | 13:10 | |
*** pm90_ has joined #heat | 13:11 | |
*** jasond has joined #heat | 13:16 | |
*** radez_g0n3 is now known as radez | 13:16 | |
*** sara_ has quit IRC | 13:17 | |
*** neelashah has joined #heat | 13:18 | |
*** spzala has joined #heat | 13:19 | |
*** nihilifer has quit IRC | 13:23 | |
*** coolsvap is now known as coolsvap_ | 13:23 | |
*** hdd has joined #heat | 13:25 | |
*** hdd has quit IRC | 13:26 | |
*** hdd has joined #heat | 13:27 | |
*** chlong has quit IRC | 13:31 | |
*** dims_ has joined #heat | 13:36 | |
*** dims has quit IRC | 13:37 | |
*** kencjohnston has joined #heat | 13:41 | |
*** thumpba has joined #heat | 13:43 | |
jdandrea | When setting up tempest to *just* test heat, do I only have to edit the [orchestration] section of tempest.conf? Trying to find my way through their docs and figure out how it all works ... | 13:43 |
*** pal_ has joined #heat | 13:47 | |
openstackgerrit | Merged openstack/heat: Use base attributes with attribute_schema of class https://review.openstack.org/205018 | 13:47 |
*** pal has quit IRC | 13:48 | |
*** jprovazn has quit IRC | 13:48 | |
*** pal has joined #heat | 13:49 | |
*** Marga_ has joined #heat | 13:51 | |
luv | kinda annoying there is not much docs on cloud-config | 13:51 |
*** pal_ has quit IRC | 13:51 | |
luv | just a bunch of examples in official documentation and that's it | 13:52 |
openstackgerrit | Merged openstack/heat: Add doc about db being offline to encryption utility https://review.openstack.org/203190 | 13:53 |
*** kencjohnston has quit IRC | 13:53 | |
openstackgerrit | Merged openstack/heat: Add _show_resource function to Cinder resources (6) https://review.openstack.org/207350 | 13:54 |
openstackgerrit | Merged openstack/heat: Add show_resource function to Magnum resources (8) https://review.openstack.org/207854 | 13:54 |
openstackgerrit | Merged openstack/heat: Add test for template resource suspend/resume https://review.openstack.org/207900 | 13:54 |
openstackgerrit | Merged openstack/heat: Add test for template resource suspend/resume https://review.openstack.org/207900 | 13:54 |
luv | for starters im trying to set up the "default user" with an extra private+public ssh keypair so all the instances can ssh to each other | 13:55 |
ramishra | zaneb: hi around | 13:55 |
ramishra | ? | 13:55 |
zaneb | technically yes, but pretty busy atm | 13:55 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Fix handle_delete for zaqar queue https://review.openstack.org/209076 | 13:56 |
ramishra | zaneb: ok. wanted to know if you got a chance to look at https://review.openstack.org/#/c/194054/? | 13:57 |
zaneb | not yet | 13:58 |
*** sjmc7 has joined #heat | 14:00 | |
ramishra | ok. pl have a look when you have time. would like to know if it addresses your earlier concern. thanks | 14:00 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Fix handle_delete for zaqar queue https://review.openstack.org/209076 | 14:01 |
*** Marga_ has quit IRC | 14:01 | |
*** pal has quit IRC | 14:01 | |
*** pal has joined #heat | 14:02 | |
*** Marga_ has joined #heat | 14:02 | |
*** rakesh_hs has quit IRC | 14:05 | |
luv | Can I set up an extra user with a key supplied with "key_name" property to the server instance? | 14:07 |
luv | ssh-import-id ? | 14:11 |
luv | no | 14:12 |
therve | Not sure what you mean | 14:15 |
therve | Have another user with the key in authorized_keys? | 14:15 |
*** jcoufal has quit IRC | 14:16 | |
*** jprovazn has joined #heat | 14:16 | |
luv | yes | 14:17 |
therve | Must be doable with cloud init | 14:17 |
*** Qiming has quit IRC | 14:19 | |
luv | there is a property "ssh-authorized-keys" I can set for a user ... but it needs the actual key ie a string like "ssh-rsa AAAA....." | 14:20 |
*** pal has quit IRC | 14:20 | |
*** pm90_ has quit IRC | 14:20 | |
*** pal has joined #heat | 14:20 | |
*** Marga_ has quit IRC | 14:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/209088 | 14:21 |
*** Tross has joined #heat | 14:24 | |
*** Tross1 has quit IRC | 14:25 | |
*** pal has quit IRC | 14:26 | |
therve | Indeed, it only seem to support one user | 14:26 |
*** pal has joined #heat | 14:27 | |
luv | and my vim is crashing now | 14:27 |
luv | haven't seen that happen yet, I guess the yaml support in vim is not perfect | 14:28 |
luv | yup, the syntax highlight for yaml enters an infinite loop | 14:31 |
*** jaime49 has quit IRC | 14:32 | |
*** FL1SK has quit IRC | 14:33 | |
*** jecarey has joined #heat | 14:33 | |
*** Raj1 has joined #heat | 14:37 | |
*** jcoufal has joined #heat | 14:37 | |
*** vijendar has joined #heat | 14:40 | |
luv | looks like it supports only the default user | 14:40 |
*** dims_ has quit IRC | 14:41 | |
*** dims has joined #heat | 14:41 | |
*** Raj1 has quit IRC | 14:47 | |
*** Raj1 has joined #heat | 14:47 | |
*** Marga_ has joined #heat | 14:49 | |
*** Drago has joined #heat | 14:51 | |
*** Drago has quit IRC | 14:51 | |
*** Drago has joined #heat | 14:51 | |
*** achanda has joined #heat | 14:52 | |
luv | "write_files" in cloud-config is pretty broken as well - Im trying to write 2 files (/home/user/.ssh/config and id_rsa) - one file is not written at all and the other has wrong ownership | 14:53 |
luv | looks like I am better of creating a custom image as the cloud-init is just not working - it's a shame because it looked really promising (it would be a big help if it worked) | 14:57 |
*** vahidh has joined #heat | 14:57 | |
*** kencjohnston has joined #heat | 14:57 | |
therve | Basic cases work | 14:57 |
therve | Please open bugs if you see reproducible problems | 14:57 |
*** Raj2 has joined #heat | 14:59 | |
*** Raj1 has quit IRC | 14:59 | |
luv | all i can see in the log is "[WARNING]: Running write-files (<module 'cloudinit.config.cc_write_files' from '/usr/lib/python2.7/dist-packages/cloudinit/config/cc_write_files.pyc'>) failed" | 14:59 |
*** crose has joined #heat | 15:00 | |
*** jaime49 has joined #heat | 15:02 | |
*** jaime49 has quit IRC | 15:02 | |
*** jaime49 has joined #heat | 15:02 | |
*** achanda has quit IRC | 15:04 | |
luv | open a bug you say, it annoys the $#!@$# out of me putting a ton of volunteer work into something so just it is *ignored* | 15:05 |
luv | like this https://bugs.launchpad.net/ceilometer/+bug/1464587 for example | 15:05 |
openstack | Launchpad bug 1464587 in Ceilometer "Ceilometer-api logs a WARNING when a request is made from ceilometer-alarm-evaluator with an expired token" [Low,Triaged] - Assigned to jiaxi (tjxiter) | 15:05 |
uvirtbot | Launchpad bug 1464587 in ceilometer "Ceilometer-api logs a WARNING when a request is made from ceilometer-alarm-evaluator with an expired token" [Low,Triaged] | 15:05 |
uvirtbot | Launchpad bug 1464587 in ceilometer "Ceilometer-api logs a WARNING when a request is made from ceilometer-alarm-evaluator with an expired token" [Low,Triaged] https://launchpad.net/bugs/1464587 | 15:05 |
luv | or this http://savannah.gnu.org/bugs/?45609 - comes even with a patch and the maintainer doesn't give a damn - so nah, I see no point reporting bugs anymore | 15:07 |
therve | Maybe you shouldn't use opensource code | 15:07 |
*** coolsvap_ is now known as coolsvap|away | 15:08 | |
*** e0ne has quit IRC | 15:10 | |
luv | eh? proprietary code is waaaay worse than this :) | 15:11 |
*** e0ne has joined #heat | 15:11 | |
*** daneyon has joined #heat | 15:12 | |
luv | http://paste.openstack.org/show/406896/ <- this is the user-data.txt file write-files can't chew | 15:13 |
*** daneyon has quit IRC | 15:13 | |
*** neelashah has quit IRC | 15:14 | |
*** tlashchova has quit IRC | 15:17 | |
luv | https://bugs.launchpad.net/cloud-init/+bug/1231541 - reported 2 years ago, confirmed, no work done on it, what a suprise | 15:17 |
openstack | Launchpad bug 1231541 in cloud-init "Using owner with write_files in cloud config breaks" [Medium,Confirmed] | 15:17 |
uvirtbot | Launchpad bug 1231541 in cloud-init "Using owner with write_files in cloud config breaks" [Medium,Confirmed] https://launchpad.net/bugs/1231541 | 15:17 |
uvirtbot | Launchpad bug 1231541 in cloud-init "Using owner with write_files in cloud config breaks" [Medium,Confirmed] | 15:17 |
*** Drago has quit IRC | 15:18 | |
*** elynn has joined #heat | 15:19 | |
*** daneyon has joined #heat | 15:19 | |
*** randallburt has joined #heat | 15:21 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Implement stack-cancel-update https://review.openstack.org/208790 | 15:22 |
luv | if I don't specify "owner" property, both files are created and now warning in logs so it's the same bug | 15:22 |
*** Marga_ has quit IRC | 15:23 | |
*** Marga_ has joined #heat | 15:24 | |
*** elynn has quit IRC | 15:25 | |
*** elynn has joined #heat | 15:25 | |
*** pas-ha has quit IRC | 15:32 | |
*** elynn has quit IRC | 15:34 | |
luv | and don't get me wrong, I'd be more than happy to fix the bug myself but the fact that, in my experience, it's more work to push the patch through than to write it (if you are not part of the circlejerk) is plain frustrating. | 15:41 |
*** pal has quit IRC | 15:43 | |
*** elynn has joined #heat | 15:45 | |
*** yassine has quit IRC | 15:47 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Replace FnGetAttr from Stack resource with _resolve_attribute https://review.openstack.org/206098 | 15:49 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Support attributes with dynamic scheme https://review.openstack.org/205128 | 15:49 |
*** elynn has quit IRC | 15:53 | |
*** pal has joined #heat | 15:53 | |
*** elynn has joined #heat | 15:53 | |
*** jpeeler has quit IRC | 15:55 | |
*** cinerama has quit IRC | 16:00 | |
*** cinerama has joined #heat | 16:02 | |
*** randallburt has quit IRC | 16:03 | |
*** randallburt has joined #heat | 16:03 | |
*** tspatzier has quit IRC | 16:08 | |
*** randallburt has quit IRC | 16:08 | |
*** randallburt has joined #heat | 16:08 | |
*** jistr has quit IRC | 16:09 | |
*** coolsvap|away is now known as coolsvap | 16:10 | |
*** Drago has joined #heat | 16:10 | |
*** Drago has quit IRC | 16:11 | |
*** Drago has joined #heat | 16:12 | |
openstackgerrit | Merged openstack/heat: Use default client name in nova - afterfixes https://review.openstack.org/209016 | 16:14 |
*** e0ne has quit IRC | 16:17 | |
*** luv has left #heat | 16:22 | |
*** Marga_ has quit IRC | 16:23 | |
*** hdd has quit IRC | 16:23 | |
*** hdd has joined #heat | 16:25 | |
*** openstackgerrit_ has quit IRC | 16:29 | |
*** Raj2 has quit IRC | 16:35 | |
openstackgerrit | Rico Lin proposed openstack/heat: resource failure causes nested stacks to be rolled back https://review.openstack.org/206506 | 16:42 |
openstackgerrit | Rico Lin proposed openstack/heat: refectering update_task https://review.openstack.org/207745 | 16:42 |
*** jaime49 has quit IRC | 16:45 | |
*** sergmelikyan has joined #heat | 16:45 | |
*** elynn has quit IRC | 16:48 | |
*** rakesh_hs has joined #heat | 16:51 | |
*** kencjohnston has quit IRC | 16:51 | |
openstackgerrit | Merged openstack/heat: Add functional test for resource exposure https://review.openstack.org/202042 | 16:53 |
*** cinerama has quit IRC | 16:57 | |
*** kencjohnston has joined #heat | 17:00 | |
*** e0ne has joined #heat | 17:05 | |
*** daneyon has quit IRC | 17:05 | |
*** daneyon has joined #heat | 17:05 | |
*** randallburt has quit IRC | 17:06 | |
*** daneyon has quit IRC | 17:07 | |
*** daneyon has joined #heat | 17:07 | |
*** Raj1 has joined #heat | 17:08 | |
*** pal has quit IRC | 17:18 | |
*** elynn has joined #heat | 17:21 | |
*** achanda has joined #heat | 17:22 | |
*** elynn has quit IRC | 17:25 | |
*** elynn has joined #heat | 17:25 | |
*** e0ne has quit IRC | 17:26 | |
*** rakesh_hs_ has joined #heat | 17:26 | |
*** daneyon_ has joined #heat | 17:27 | |
*** rakesh_hs has quit IRC | 17:29 | |
*** daneyon has quit IRC | 17:30 | |
*** e0ne has joined #heat | 17:32 | |
*** Raj1 has quit IRC | 17:32 | |
jdandrea | In the 'resource' table, I've been thinking of the new 'uuid' field as an "orchestration id" (identifies a resource declaration). Contrast with 'nova_instance' which is (always??) a physical resource id. ... | 17:36 |
jdandrea | Any objections to referring to that as an 'orchestration id'? Should I call it a uuid? (Afraid that if I just call it a uuid or id it will get confusing.) X-ref with usage here: https://review.openstack.org/#/c/203823/ | 17:36 |
jdandrea | For instance, if I think of a "resource id" in Heat, historically, I end up thinking of the physical_resource_id. And uuid IS a resource ID, but not the physical one. | 17:37 |
*** pm90_ has joined #heat | 17:38 | |
jdandrea | I know that naming things well is a big deal, so I wanted to be sure to broach it here. | 17:39 |
*** randallburt has joined #heat | 17:40 | |
*** zhenguo has quit IRC | 17:43 | |
*** jprovazn has quit IRC | 17:45 | |
openstackgerrit | Merged openstack/heat: Fix handle_delete for zaqar queue https://review.openstack.org/209076 | 17:47 |
*** achanda_ has joined #heat | 17:48 | |
*** david-lyle has quit IRC | 17:48 | |
openstackgerrit | Rakesh H S proposed openstack/heat: convergence scenario tests https://review.openstack.org/203661 | 17:49 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update rollback https://review.openstack.org/209198 | 17:49 |
*** achanda has quit IRC | 17:50 | |
*** Berezin has joined #heat | 17:53 | |
jdandrea | randallburt: Thanks for the comments! It looks like this feature (as first implemented) had no integration tests. I'm adding a new field, but that's all. Would this be better tackled by the original authors? I'm always willing to learn, but I also worry I'll misrepresent things, especially as my first foray. | 17:56 |
randallburt | jdandrea: ideally yes, the original author didn't include a test. I think you should since you're touching the feature. Others can disagree and I can give you a hand this week (just not today unfortunately) | 17:57 |
*** pm90_ has quit IRC | 17:58 | |
jdandrea | Ah, no good deed goes unpunished! But seriously, yes, I agree some integration test could only help. | 17:59 |
randallburt | jdandrea: I'd also be ok if you started a follow on WiP patch to yours that stubs out a test. | 17:59 |
randallburt | jdandrea: because you're right, you shouldn't be held up | 17:59 |
jdandrea | randallburt: You lost me there, but I trust that what you're suggesting is a good thing. | 17:59 |
jdandrea | Oh, you mean start another patch in parallel. | 18:00 |
randallburt | jdandrea: yes, as a child of this one | 18:00 |
jdandrea | Ok. Never did that before. i'll look that up. Also, it's in the tempest repo, not this one, I think (?). | 18:00 |
randallburt | jdandrea: just create another commit in your branch. Gerrit will treat them as dependent patches | 18:00 |
randallburt | jdandrea: no, in our functional tests | 18:01 |
jdandrea | randallburt: Ok. I'll investigate that. | 18:01 |
jdandrea | Oh? Ok, I'm confused again. No worries, I know you've got stuff going on today! I appreciate the reaching out. I will dig around and try to figure it out. | 18:01 |
*** radez is now known as radez_g0n3 | 18:01 | |
randallburt | jdandrea: cool. will try and catch up tomorrow | 18:01 |
*** pm90_ has joined #heat | 18:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/209088 | 18:14 |
*** jaime49 has joined #heat | 18:21 | |
*** Raj1 has joined #heat | 18:26 | |
*** Raj1 has quit IRC | 18:27 | |
*** Raj1 has joined #heat | 18:27 | |
*** Berezin has quit IRC | 18:29 | |
*** Berezin has joined #heat | 18:29 | |
*** elynn has quit IRC | 18:29 | |
*** rakesh_hs_ has quit IRC | 18:34 | |
*** radez_g0n3 is now known as radez | 18:37 | |
*** dsneddon_away has quit IRC | 18:40 | |
*** dsneddon has joined #heat | 18:41 | |
*** Raj1 has quit IRC | 18:42 | |
*** Raj1 has joined #heat | 18:47 | |
*** boris-42 has joined #heat | 18:53 | |
*** Berezin has quit IRC | 18:58 | |
*** andersonvom has joined #heat | 19:06 | |
*** coolsvap is now known as coolsvap|away | 19:10 | |
*** Raj1 has left #heat | 19:19 | |
*** Marga_ has joined #heat | 19:21 | |
*** Marga_ has quit IRC | 19:24 | |
*** Marga_ has joined #heat | 19:25 | |
*** pm90_ has quit IRC | 19:32 | |
openstackgerrit | Rob Pothier proposed openstack/heat: Add Bay to Magnum resources https://review.openstack.org/193174 | 19:36 |
*** Berezin has joined #heat | 19:36 | |
*** hdd_ has joined #heat | 19:38 | |
*** jcoufal has quit IRC | 19:39 | |
*** hdd has quit IRC | 19:40 | |
*** andersonvom has quit IRC | 19:41 | |
*** lsmola has quit IRC | 19:46 | |
*** ashuk has joined #heat | 19:47 | |
*** tspatzier has joined #heat | 19:48 | |
*** Raj1 has joined #heat | 19:50 | |
*** hdd has joined #heat | 19:52 | |
*** ashuk has quit IRC | 19:53 | |
*** hdd_ has quit IRC | 19:53 | |
*** ashuk has joined #heat | 19:55 | |
*** ekarlso has quit IRC | 19:55 | |
*** tspatzier has quit IRC | 20:03 | |
*** thumpba has quit IRC | 20:03 | |
*** randallburt1 has joined #heat | 20:04 | |
*** randallburt has quit IRC | 20:04 | |
*** randallburt1 has quit IRC | 20:08 | |
*** neelashah has joined #heat | 20:13 | |
*** dims_ has joined #heat | 20:21 | |
*** Marga_ has quit IRC | 20:21 | |
*** dims has quit IRC | 20:22 | |
*** dyasny has quit IRC | 20:28 | |
*** awildnicnameappe has quit IRC | 20:28 | |
*** sergmelikyan has quit IRC | 20:30 | |
*** sergmelikyan has joined #heat | 20:37 | |
*** lkarm has quit IRC | 20:44 | |
*** rpothier has quit IRC | 20:46 | |
*** sergmelikyan has quit IRC | 20:48 | |
*** sergmelikyan has joined #heat | 20:51 | |
*** Raj1 has quit IRC | 20:58 | |
*** Raj1 has joined #heat | 20:59 | |
*** Marga_ has joined #heat | 21:01 | |
*** neelashah has quit IRC | 21:02 | |
*** Drago has quit IRC | 21:11 | |
*** sergmelikyan has quit IRC | 21:15 | |
*** Berezin has quit IRC | 21:18 | |
*** Marga_ has quit IRC | 21:21 | |
*** Marga_ has joined #heat | 21:22 | |
*** kencjohnston has quit IRC | 21:23 | |
*** jonesbr has left #heat | 21:31 | |
*** elynn has joined #heat | 21:31 | |
*** elynn has quit IRC | 21:36 | |
*** thumpba has joined #heat | 21:38 | |
*** jasond has quit IRC | 21:41 | |
*** e0ne has quit IRC | 21:44 | |
*** thumpba has quit IRC | 21:48 | |
*** thumpba has joined #heat | 21:49 | |
*** thumpba_ has joined #heat | 21:56 | |
*** thumpba has quit IRC | 21:59 | |
*** thumpba_ has quit IRC | 22:03 | |
*** thumpba has joined #heat | 22:05 | |
*** chlong has joined #heat | 22:08 | |
*** thumpba has quit IRC | 22:08 | |
*** thumpba has joined #heat | 22:09 | |
*** thumpba has quit IRC | 22:09 | |
*** thumpba has joined #heat | 22:10 | |
*** vijendar has quit IRC | 22:10 | |
*** jecarey has quit IRC | 22:20 | |
*** Drago has joined #heat | 22:22 | |
*** Drago has quit IRC | 22:22 | |
*** Drago has joined #heat | 22:22 | |
*** hdd has quit IRC | 22:23 | |
*** spzala has quit IRC | 22:29 | |
*** thumpba has quit IRC | 22:31 | |
*** nijaba_ has joined #heat | 22:33 | |
*** nijaba_ has quit IRC | 22:33 | |
*** nijaba_ has joined #heat | 22:33 | |
*** nijaba has quit IRC | 22:34 | |
*** jaypipes has quit IRC | 22:35 | |
*** erkules_ has joined #heat | 22:36 | |
*** Raj1 has quit IRC | 22:37 | |
*** Raj1 has joined #heat | 22:37 | |
*** erkules has quit IRC | 22:38 | |
*** boris-42 has quit IRC | 22:40 | |
*** adrian_otto has joined #heat | 22:47 | |
*** adrian_otto has left #heat | 22:48 | |
*** crose has quit IRC | 22:53 | |
*** Drago has quit IRC | 22:53 | |
*** sdake has quit IRC | 23:00 | |
*** Marga_ has quit IRC | 23:01 | |
*** sabeen has joined #heat | 23:12 | |
*** dims_ has quit IRC | 23:23 | |
*** boris-42 has joined #heat | 23:37 | |
*** sdake has joined #heat | 23:45 | |
*** kencjohnston has joined #heat | 23:46 | |
*** dims has joined #heat | 23:47 | |
*** sdake_ has joined #heat | 23:48 | |
*** jamielennox|away is now known as jamielennox | 23:50 | |
*** sdake has quit IRC | 23:52 | |
*** yuanying has quit IRC | 23:55 | |
*** kencjohnston has quit IRC | 23:58 | |
*** kencjohnston has joined #heat | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!