| *** zaneb has quit IRC | 00:08 | |
| *** kei-ichi has joined #heat | 00:49 | |
| *** pbourke has quit IRC | 01:20 | |
| *** pbourke has joined #heat | 01:22 | |
| *** hongbin has joined #heat | 02:49 | |
| *** skramaja has joined #heat | 03:20 | |
| *** neatherweb_ has quit IRC | 03:27 | |
| *** ramishra has joined #heat | 03:36 | |
| *** hongbin has quit IRC | 03:41 | |
| *** neatherweb_ has joined #heat | 04:19 | |
| *** ricolin has joined #heat | 04:28 | |
| *** gkadam has joined #heat | 04:28 | |
| ramishra | ricolin: Hi, it seems the amphora image is broken with bad code, so the octavia tests are failing in all branches | 05:11 |
|---|---|---|
| ramishra | it seems they have fixed it and the new images would be available in an hour or so | 05:11 |
| ramishra | hopefully we can land some patches after that.. We may track http://tarballs.openstack.org/octavia/test-images/ for the new images | 05:12 |
| ricolin | ramishra, yeah, aware of that, hope that new image works for us:/ | 05:22 |
| ramishra | ricolin: you were aware of the bad merge in octavia before? | 05:24 |
| ricolin | ramishra, no, I mean aware the situation for the broken octavia image this morning | 05:26 |
| ramishra | I just found out that from the lbaas team. Anyway, that's the issue of using pre-built images | 05:26 |
| ramishra | they split features in patches and then build does not pick up all the changes | 05:27 |
| ramishra | image is missing https://review.openstack.org/#/c/587690, such small changes to say the least:/ | 05:31 |
| *** nicolasbock has joined #heat | 05:34 | |
| ramishra | Duh..the tests were failing since yesterday morning:/ | 05:50 |
| ricolin | ramishra, I only see failure from this morning, you find log from yesterday? | 05:52 |
| ramishra | ricolin: well, the last image build was yesterday, I can see logs with failure since yesterday evening(my time) | 05:58 |
| ramishra | we can either wait for the new image or skip the tests, but as its borked for both master and queens (where we started using the pre-built image), it's better to wait | 06:01 |
| vishakha | ricolin: Hi. Pl review https://review.openstack.org/#/c/583188/. Pending from a week. Thanks | 06:13 |
| *** nicolasbock has quit IRC | 06:35 | |
| *** nicolasbock has joined #heat | 06:41 | |
| *** rcernin has quit IRC | 07:16 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/heat-dashboard master: Imported Translations from Zanata https://review.openstack.org/590152 | 07:26 |
| ricolin | ramishra, thx for rechecking those job, I can see it works on zuul now | 08:23 |
| openstackgerrit | Rico Lin proposed openstack/heat master: cors: update default configuration https://review.openstack.org/394062 | 08:37 |
| *** gmoro has joined #heat | 08:43 | |
| openstackgerrit | Rico Lin proposed openstack/heat-tempest-plugin master: Add function descriptions for tempest plugin https://review.openstack.org/541629 | 08:43 |
| *** pbourke has quit IRC | 09:08 | |
| *** pbourke has joined #heat | 09:16 | |
| *** ricolin has quit IRC | 09:26 | |
| *** derekh has joined #heat | 09:35 | |
| *** gfidente has joined #heat | 09:42 | |
| *** mvpnitesh has joined #heat | 09:44 | |
| *** sm806 has quit IRC | 09:51 | |
| *** serlex has joined #heat | 09:58 | |
| *** gkadam has quit IRC | 10:13 | |
| *** gkadam has joined #heat | 10:13 | |
| openstackgerrit | Merged openstack/heat master: Drop ceilometerclient requirement https://review.openstack.org/532617 | 10:21 |
| *** neatherweb_ has quit IRC | 10:40 | |
| openstackgerrit | Merged openstack/heat master: Don't change INIT_COMPLETE resources to CHECK_COMPLETE https://review.openstack.org/584544 | 11:36 |
| mvpnitesh | hi, can someone tell me how to read json values from HOT template parameter and use them in resource | 11:48 |
| *** neatherweb_ has joined #heat | 12:03 | |
| therve | mvpnitesh: Just use a type:json parameter? | 12:11 |
| *** neatherweb_ has quit IRC | 12:14 | |
| mvpnitesh | therve: Thanks, I know that thing. Actually if you look http://paste.openstack.org/show/727728/, i want to pass minion flavor and count to next yaml. Can u please tell me how can i pass them | 12:17 |
| therve | mvpnitesh: What's the issue? It looks correct to me | 12:19 |
| mvpnitesh | the minion-flavor.yaml of http://paste.openstack.org/show/727728/ is http://paste.openstack.org/show/727729/ | 12:22 |
| mvpnitesh | when i'm creating a stack, it is throwing me "ERROR: Property error: : resources.kube_minions_flavors<nested_stack>.resources[0].properties: : Unknown Property minion_flavors | 12:23 |
| mvpnitesh | " | 12:23 |
| therve | mvpnitesh: minion_flavor != minion_flavors ? | 12:28 |
| therve | It looks you don't consistently use the correct name | 12:29 |
| mvpnitesh | therve: gave same name then also i got the same error | 12:31 |
| therve | mvpnitesh: {get_param: [minion_flavors, {get_param: minion_flavor_index}]} | 12:33 |
| therve | That doesn't look correct? | 12:33 |
| therve | What do you want to achieve here? | 12:33 |
| therve | You pass an index, but flavor is a dict | 12:34 |
| therve | Also {get_param: [{get_param: minion_flavor_index},minion_flavors]} looks broken as well | 12:34 |
| mvpnitesh | therve: I want a HOT template which can create instance of flavor m1.small of count 2 , flavor m1.medium of count 3 and flavor m1.large of count 4. Can u please help me in creating this HOT | 12:35 |
| therve | mvpnitesh: Why do you need to make it modular like that? Just create 3 resource groups in a single template? | 12:36 |
| mvpnitesh | therve: Based on the input the falvor and count will be changed. So i want a modular one | 12:37 |
| therve | mvpnitesh: http://paste.openstack.org/show/727737/ and http://paste.openstack.org/show/727736/ maybe | 12:41 |
| mvpnitesh | therve:Thanks. But i've got this error "ERROR: Property error: : resources.kube_minions_flavors<nested_stack>.resources[0].properties: : Unknown Property minion_flavors" | 12:45 |
| mvpnitesh | therve: I'll try to figure out | 12:45 |
| therve | mvpnitesh: With my template? | 12:45 |
| *** edmondsw has joined #heat | 12:45 | |
| mvpnitesh | therve: yes | 12:46 |
| therve | mvpnitesh: I don't know | 12:46 |
| mvpnitesh | therve: Thanks for the help. I'll try to figure it out. | 12:48 |
| mvpnitesh | therve: Thanks alot, it is working | 12:50 |
| therve | Ah :) | 12:50 |
| openstackgerrit | Merged openstack/heat master: Refactor deferral of stack state persistence https://review.openstack.org/587504 | 12:56 |
| openstackgerrit | Merged openstack/heat master: Robust handling of parent and child process deaths https://review.openstack.org/586323 | 12:57 |
| *** mvpnitesh has quit IRC | 12:57 | |
| *** ramishra has quit IRC | 12:59 | |
| openstackgerrit | Merged openstack/heat master: cors: update default configuration https://review.openstack.org/394062 | 13:04 |
| openstackgerrit | Merged openstack/heat-tempest-plugin master: Add function descriptions for tempest plugin https://review.openstack.org/541629 | 13:05 |
| *** ramishra has joined #heat | 13:08 | |
| *** skramaja has quit IRC | 13:25 | |
| *** jcoufal has joined #heat | 13:27 | |
| *** zaneb has joined #heat | 13:28 | |
| *** jcoufal_ has joined #heat | 13:28 | |
| *** edmondsw has quit IRC | 13:29 | |
| *** jcoufal has quit IRC | 13:31 | |
| *** edmondsw has joined #heat | 13:36 | |
| *** jistr is now known as jistr|call | 13:39 | |
| *** edmondsw has quit IRC | 13:41 | |
| *** edmondsw has joined #heat | 13:50 | |
| *** jistr|call is now known as jistr | 13:59 | |
| zaneb | therve: this patch would be good to get in before we branch: https://review.openstack.org/587981 | 14:24 |
| * therve looks | 14:24 | |
| *** gkadam_ has joined #heat | 14:26 | |
| *** gkadam has quit IRC | 14:30 | |
| *** hongbin has joined #heat | 14:41 | |
| *** ivve has quit IRC | 15:03 | |
| *** jcoufal_ has quit IRC | 15:24 | |
| *** jcoufal has joined #heat | 15:30 | |
| *** phuoc has quit IRC | 15:32 | |
| *** ricolin has joined #heat | 15:36 | |
| openstackgerrit | Merged openstack/heat master: Remove branch-specific templates from .zuul.yaml https://review.openstack.org/587981 | 16:12 |
| *** derekh has quit IRC | 16:14 | |
| *** gkadam_ has quit IRC | 16:32 | |
| *** hongbin has quit IRC | 16:37 | |
| *** ramishra has quit IRC | 17:03 | |
| *** serlex has quit IRC | 17:24 | |
| *** ricolin has quit IRC | 17:46 | |
| *** gfidente has quit IRC | 18:05 | |
| openstackgerrit | OpenStack Release Bot proposed openstack/heat master: Update reno for stable/rocky https://review.openstack.org/590469 | 18:16 |
| *** jcoufal_ has joined #heat | 19:27 | |
| *** jcoufal_ has quit IRC | 19:41 | |
| *** jcoufal_ has joined #heat | 19:54 | |
| *** jcoufal_ has quit IRC | 19:55 | |
| *** nicolasbock has quit IRC | 20:11 | |
| openstackgerrit | Merged openstack/heat master: Fix errors with issubclass() in Python 3.7 https://review.openstack.org/588307 | 20:53 |
| *** jcoufal has quit IRC | 21:17 | |
| *** zaneb has quit IRC | 21:27 | |
| *** mchlumsky has quit IRC | 21:58 | |
| *** rcernin has joined #heat | 22:09 | |
| *** schaney has joined #heat | 23:19 | |
| *** slagle has joined #heat | 23:55 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!