*** dummy_account has joined #heat | 00:05 | |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Modernise requirements https://review.openstack.org/583741 | 00:08 |
---|---|---|
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Add tox python3 overrides https://review.openstack.org/573798 | 00:08 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Move Zuul config into repo https://review.openstack.org/583798 | 00:08 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Modernise requirements https://review.openstack.org/583741 | 00:13 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Add tox python3 overrides https://review.openstack.org/573798 | 00:13 |
*** honza has joined #heat | 00:20 | |
*** honza is now known as Guest70154 | 00:20 | |
*** rgold has quit IRC | 00:21 | |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Move Zuul config into repo https://review.openstack.org/583798 | 00:21 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Modernise requirements https://review.openstack.org/583741 | 00:21 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Add tox python3 overrides https://review.openstack.org/573798 | 00:21 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Switch to use stestr for unit test https://review.openstack.org/583454 | 00:21 |
*** Guest70154 is now known as honza_ | 00:21 | |
*** liyi has joined #heat | 00:24 | |
*** livelace2 has quit IRC | 00:28 | |
*** livelace2 has joined #heat | 00:28 | |
*** liyi_ has joined #heat | 01:03 | |
*** dummy_account has quit IRC | 01:04 | |
*** liyi has quit IRC | 01:07 | |
*** harlowja has quit IRC | 01:09 | |
*** jmlowe has quit IRC | 01:16 | |
*** jmlowe has joined #heat | 01:23 | |
*** liyi_ has quit IRC | 01:29 | |
*** hongbin has joined #heat | 01:34 | |
*** ricolin has joined #heat | 01:47 | |
*** ramishra has joined #heat | 01:54 | |
*** jmlowe has quit IRC | 01:58 | |
*** ramishra has quit IRC | 02:01 | |
*** jmlowe has joined #heat | 02:06 | |
*** mdnadeem has joined #heat | 02:10 | |
openstackgerrit | Merged openstack/heat-dashboard master: Imported Translations from Zanata https://review.openstack.org/582708 | 02:11 |
*** tpatil_ has joined #heat | 02:12 | |
*** ramishra has joined #heat | 02:29 | |
openstackgerrit | Merged openstack/heat-dashboard master: Update docs bug link to storyboard https://review.openstack.org/570198 | 02:35 |
openstackgerrit | Tushar Patil proposed openstack/heat master: Fix server_group create issue https://review.openstack.org/583821 | 02:38 |
*** joxyuki has joined #heat | 02:42 | |
*** ramishra has quit IRC | 02:46 | |
*** tpatil_ has quit IRC | 03:05 | |
*** tpatil_ has joined #heat | 03:34 | |
*** harlowja has joined #heat | 03:51 | |
*** neatherweb has joined #heat | 04:00 | |
*** rgold has joined #heat | 04:00 | |
*** links has joined #heat | 04:08 | |
*** rgold has quit IRC | 04:11 | |
*** harlowja has quit IRC | 04:22 | |
*** ramishra has joined #heat | 04:28 | |
openstackgerrit | Hongbin Lu proposed openstack/heat-tempest-plugin master: [DNM] Test neutron change https://review.openstack.org/583845 | 04:30 |
openstackgerrit | Tushar Patil proposed openstack/heat master: Fix server_group create issue https://review.openstack.org/583821 | 04:34 |
tpatil_ | ramishra: Hi | 04:38 |
ramishra | tpatil_: Hi! | 04:38 |
tpatil_ | ramishra: I saw your comment on my patch. | 04:39 |
tpatil_ | ramishra: IMO, it's better to use max micro version supported by client so that we don't end up with similar issues in future | 04:39 |
ramishra | Is there anything called max_micro_version supported by cleint? | 04:40 |
tpatil_ | ramishra: Yes. Please check my patch. python-novaclient has API_MAX_VERSION | 04:41 |
tpatil_ | #link : https://github.com/openstack/python-novaclient/blob/master/novaclient/__init__.py | 04:42 |
ramishra | tpatil_: OK, but the issue is we have to change how the user specifies policy/rule when using new novaclient, the way we call it would not work | 04:43 |
ramishra | if novaclient support only support the new way of passing arguments to the create call | 04:44 |
ramishra | If the user uses an older novaclient with new nova, they would have the same issue I suppose | 04:45 |
tpatil_ | ramishra: I agree , we will need to do those changes in heat when newer version of python-novaclient will be released | 04:45 |
tpatil_ | ramishra: In my patch, I will include both the changes. 1: use max micro version supported by client 2: solution suggested by you, is it ok? | 04:46 |
ramishra | I think what I suggested would work, assuming novaclient would be backward compatible | 04:46 |
ramishra | We never expected these kind of changes in nova, with or without microversions...we may have to rethink the way we do it possibly | 04:48 |
tpatil_ | ramishra: Actually this bug is blocker for new feature we are developing in tacker project. Our functional tests are failing due to this issue. | 04:49 |
tpatil_ | ramishra: This is the patch : https://review.openstack.org/#/c/570845/ | 04:50 |
tpatil_ | ramishra: Do you recommend to implement both the above changes in my patch? or just implement what you have suggested | 04:50 |
ramishra | tpatil_: The plan was to use specific microversion client for deprecated/removed properties in newer microversion, which is the case with policies in this case | 04:50 |
ramishra | so IMO for the time being we can just request for client with microversion 2.15 when creating server group | 04:51 |
tpatil_ | ramishra: Sure. will push a new PS soon. Thank you | 04:52 |
ramishra | We can take some decide how to make it more robust or fall back to the old way we used to do, use the base version and create number of specific microversion clients when needed | 04:52 |
*** mdnadeem has quit IRC | 04:55 | |
tpatil_ | ramishra: Yes that is highly needed as it could cause similar problems in future | 04:55 |
*** mdnadeem has joined #heat | 04:56 | |
*** skramaja has joined #heat | 04:57 | |
*** AlexeyAbashkin has joined #heat | 04:57 | |
*** mdnadeem has quit IRC | 05:06 | |
vishakha | ricolin : Hello | 05:11 |
*** hongbin has quit IRC | 05:20 | |
*** hoonetorg has quit IRC | 05:20 | |
*** flwang has quit IRC | 05:29 | |
*** wirehead_ has quit IRC | 05:29 | |
*** ameade has quit IRC | 05:29 | |
*** pas-ha has quit IRC | 05:29 | |
*** ameade has joined #heat | 05:29 | |
*** simondodsley_ has joined #heat | 05:29 | |
*** serverascode_ has joined #heat | 05:29 | |
*** pas-ha has joined #heat | 05:30 | |
*** lxkong_ has joined #heat | 05:30 | |
*** mwhahaha_ has joined #heat | 05:30 | |
*** serverascode has quit IRC | 05:30 | |
*** mwhahaha has quit IRC | 05:30 | |
*** mwhahaha_ is now known as mwhahaha | 05:30 | |
*** lxkong has quit IRC | 05:31 | |
*** simondodsley has quit IRC | 05:31 | |
*** lxkong_ is now known as lxkong | 05:31 | |
*** mdnadeem has joined #heat | 05:37 | |
*** hoonetorg has joined #heat | 05:37 | |
*** AlexeyAbashkin has quit IRC | 05:41 | |
*** flwang has joined #heat | 05:47 | |
*** ifat_afek has joined #heat | 05:50 | |
ricolin | vishakha, o/ | 05:53 |
*** gmoro_ has joined #heat | 05:56 | |
*** gmoro has quit IRC | 05:57 | |
*** mdnadeem has quit IRC | 05:57 | |
*** mdnadeem has joined #heat | 05:59 | |
*** gmoro_ has quit IRC | 06:02 | |
*** gmoro_ has joined #heat | 06:03 | |
*** wirehead_ has joined #heat | 06:05 | |
*** gkadam has joined #heat | 06:26 | |
*** gkadam has quit IRC | 06:38 | |
*** ramishra has quit IRC | 06:40 | |
*** ramishra has joined #heat | 06:41 | |
*** peereb has joined #heat | 07:02 | |
*** openstackgerrit has quit IRC | 07:04 | |
*** dbecker has joined #heat | 07:09 | |
*** ramishra has quit IRC | 07:09 | |
*** ramishra has joined #heat | 07:11 | |
*** openstackgerrit has joined #heat | 07:12 | |
openstackgerrit | Tushar Patil proposed openstack/heat master: Fix server_group create issue https://review.openstack.org/583821 | 07:12 |
*** shardy has joined #heat | 07:13 | |
*** shardy has quit IRC | 07:13 | |
*** shardy has joined #heat | 07:13 | |
*** piepmatz has joined #heat | 07:14 | |
vishakha | ricolin : Hi, AS per your comment I used tenacity.retry for https://review.openstack.org/#/c/582448/. But still I think something is lacking in it. Pl help | 07:17 |
ricolin | vishakha, sure, I will give another review asap:) | 07:18 |
*** gfidente has joined #heat | 07:21 | |
*** gfidente has quit IRC | 07:21 | |
*** gfidente has joined #heat | 07:21 | |
*** rcernin has quit IRC | 07:29 | |
openstackgerrit | Tuan Do Anh proposed openstack/heat-dashboard master: Add release notes link in README https://review.openstack.org/581234 | 07:47 |
openstackgerrit | Tuan Do Anh proposed openstack/heat master: Update pypi url to new url https://review.openstack.org/581972 | 07:49 |
*** AlexeyAbashkin has joined #heat | 07:56 | |
*** gkadam has joined #heat | 08:11 | |
*** gkadam is now known as gkadam-brb | 08:12 | |
*** kairat has joined #heat | 08:23 | |
*** derekh has joined #heat | 08:23 | |
kairat | hello! i have a question abou nested stack implementation | 08:24 |
kairat | any technical reason why snapshot hasn't been implemented for nested stacks | 08:24 |
kairat | was it intended because of drawbacks in architecture | 08:25 |
kairat | OR it has notjust not impl | 08:25 |
*** joxyuki has quit IRC | 08:26 | |
kairat | t has not implemented because nobody was interested in it | 08:26 |
vishakha | ricolin : Thanks :) | 08:28 |
openstackgerrit | Kairat Kushaev proposed openstack/heat master: Pass role ids to trust if possible https://review.openstack.org/576566 | 08:48 |
kairat | any thoughts?) | 08:52 |
*** pbourke has quit IRC | 08:52 | |
*** pbourke has joined #heat | 08:53 | |
ramishra | kairat: AFAIK, it's just not implemented, but as we moved to convergence by default, we would probably want convert it before implementing it for nested stack https://storyboard.openstack.org/#!/story/1727142 | 09:02 |
kairat | thanks for the info! | 09:03 |
ramishra | We don't have enough bandwidth atm, you're welcome to take up those:) | 09:03 |
*** derekh has quit IRC | 09:14 | |
*** derekh has joined #heat | 09:17 | |
*** tpatil_ has quit IRC | 09:20 | |
*** ifat_afek has quit IRC | 09:22 | |
*** neatherweb has quit IRC | 09:33 | |
*** afazekas|pto is now known as afazekas | 09:39 | |
*** shardy has quit IRC | 09:46 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Add API doc for files_container support https://review.openstack.org/583108 | 09:52 |
*** honza_ is now known as honza | 10:01 | |
*** peereb has quit IRC | 10:06 | |
*** ifat_afek has joined #heat | 10:11 | |
openstackgerrit | Merged openstack/heat-tempest-plugin master: Use configured endpoint instead of hardcoded ones https://review.openstack.org/582131 | 10:18 |
*** ramishra has quit IRC | 10:40 | |
*** links has quit IRC | 10:49 | |
*** links has joined #heat | 11:12 | |
*** ifat_afek_ has joined #heat | 11:50 | |
*** ifat_afek has quit IRC | 11:50 | |
*** ifat_afek_ is now known as ifat_afek | 11:50 | |
*** shardy has joined #heat | 11:50 | |
openstackgerrit | Ifat Afek proposed openstack/heat master: Add Vitrage template resource https://review.openstack.org/583217 | 12:30 |
openstackgerrit | Ifat Afek proposed openstack/heat-specs master: Support Vitrage resources in Heat https://review.openstack.org/578786 | 12:31 |
openstackgerrit | Ifat Afek proposed openstack/heat-templates master: Add auto healing template with Vitrage https://review.openstack.org/583951 | 12:34 |
*** edmondsw has joined #heat | 12:41 | |
*** ifat_afek has quit IRC | 12:44 | |
-openstackstatus- NOTICE: logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown. | 12:53 | |
*** ChanServ changes topic to "logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown." | 12:53 | |
*** ramishra has joined #heat | 12:55 | |
*** jtomasek has joined #heat | 13:13 | |
*** crose has joined #heat | 13:18 | |
*** ChanServ changes topic to "OpenStack Heat Team (logs: http://eavesdrop.openstack.org/irclogs/%23heat/)" | 13:36 | |
-openstackstatus- NOTICE: logs.openstack.org is back on-line. Changes with "POST_FAILURE" job results should be rechecked. | 13:36 | |
*** crose has quit IRC | 13:37 | |
*** ifat_afek has joined #heat | 13:37 | |
*** blomquisg_gone is now known as blomquisg | 13:37 | |
piepmatz | hi guys, I am running tempest against our heat setup. I try to get heat_tempest_plugin.tests.scenario.test_server_software_config running. It's disabled in zuul's checks as it requires a custom image. heat-templates theoretically has everything I need to build such an image. practically, this stuff hasn't been touched for ages, leading to funny stuff in diskimage-builder such as a complaint that the rpm for the juno(!) release could not be fo | 13:43 |
piepmatz | course, some package mappings are outdated by now as well. I am now wondering if getting this test running is a good time investment or if you say "well, this software config stuff with preinstalled, pip, puppet, salt, ansible isn't used by anyone anyway, we will soon deprecate it, better do something else". is this feature not important enough to have it checked by zuul? | 13:43 |
piepmatz | oh, something was lost... another try: | 13:48 |
piepmatz | hi guys, I am running tempest against our heat setup. I try to get heat_tempest_plugin.tests.scenario.test_server_software_config running. It's disabled in zuul's checks as it requires a custom image. heat-templates theoretically has everything I need to build such an image. | 13:49 |
piepmatz | practically, this stuff hasn't been touched for ages, leading to funny stuff in diskimage-builder such as a complaint that the rpm for the juno(!) release could not be found. of course, some package mappings are outdated by now as well. | 13:49 |
piepmatz | I am now wondering if getting this test running is a good time investment or if you say "well, this software config stuff with preinstalled, pip, puppet, salt, ansible isn't used by anyone anyway, we will soon deprecate it, better do something else". is this feature not important enough to have it checked by zuul? | 13:49 |
*** ricolin has quit IRC | 13:58 | |
*** gfidente has quit IRC | 14:00 | |
*** gfidente has joined #heat | 14:01 | |
*** gfidente has quit IRC | 14:01 | |
*** gfidente has joined #heat | 14:01 | |
piepmatz | please don't hesitate to leave a reply while I am offline, I'll check the logs :) | 14:10 |
*** felipemonteiro__ has joined #heat | 14:15 | |
*** felipemonteiro_ has joined #heat | 14:16 | |
*** piepmatz has quit IRC | 14:20 | |
*** felipemonteiro__ has quit IRC | 14:20 | |
*** hongbin_ has joined #heat | 14:22 | |
*** mdnadeem has quit IRC | 14:25 | |
*** mdnadeem has joined #heat | 14:37 | |
zaneb | ramishra: what was [2] supposed to link to in your last comment on https://review.openstack.org/#/c/582175/ ? | 14:38 |
ramishra | zaneb: sorry my bad https://github.com/openstack/heat/blob/master/heat/engine/service.py#L1403 | 14:40 |
zaneb | thanks, will investigate further | 14:41 |
*** crose has joined #heat | 14:49 | |
*** crose has quit IRC | 14:54 | |
*** gkadam-brb is now known as gkadam | 15:21 | |
*** sshnaidm|rover is now known as sshnaidm|afk | 15:24 | |
*** dummy_account has joined #heat | 15:30 | |
*** stewie925 has joined #heat | 15:38 | |
*** AlexeyAbashkin has quit IRC | 15:40 | |
*** ramishra has quit IRC | 15:47 | |
*** mdnadeem has quit IRC | 15:48 | |
*** skramaja has quit IRC | 15:52 | |
*** gfidente has quit IRC | 15:53 | |
*** gfidente has joined #heat | 15:57 | |
*** gfidente has quit IRC | 15:57 | |
*** gfidente has joined #heat | 15:57 | |
*** gfidente^2nd has joined #heat | 15:57 | |
*** felipemonteiro_ has quit IRC | 15:57 | |
*** felipemonteiro_ has joined #heat | 15:58 | |
*** gfidente^2nd has quit IRC | 16:05 | |
stewie925 | hello, I am getting 403 Forbidden when trying to run heat stack | 16:07 |
stewie925 | and username=admin | 16:07 |
*** shardy has quit IRC | 16:11 | |
*** sshnaidm|afk is now known as sshnaidm|rover | 16:11 | |
*** felipemonteiro_ has quit IRC | 16:13 | |
*** ifat_afek has quit IRC | 16:14 | |
*** ayoung has quit IRC | 16:34 | |
*** gfidente is now known as gfidente|afk | 16:34 | |
*** dbecker has quit IRC | 16:39 | |
*** ricolin has joined #heat | 16:52 | |
*** links has quit IRC | 17:03 | |
*** sai- has left #heat | 17:04 | |
*** derekh has quit IRC | 17:04 | |
*** gkadam has quit IRC | 17:09 | |
openstackgerrit | Julien Danjou proposed openstack/heat master: aodh/gnocchi: add missing aggregation methods https://review.openstack.org/584030 | 17:12 |
*** edmondsw has quit IRC | 17:13 | |
openstackgerrit | Julien Danjou proposed openstack/heat master: aodh/gnocchi: add missing aggregation methods https://review.openstack.org/584030 | 17:14 |
*** edmondsw has joined #heat | 17:18 | |
*** felipemonteiro has joined #heat | 17:35 | |
*** mdnadeem has joined #heat | 17:39 | |
*** ricolin has quit IRC | 17:44 | |
*** gfidente|afk has quit IRC | 17:56 | |
*** sshnaidm|rover is now known as sshnaidm|off | 17:57 | |
*** edmondsw has quit IRC | 18:03 | |
*** armaan has joined #heat | 18:07 | |
*** edmondsw has joined #heat | 18:31 | |
*** mdnadeem has quit IRC | 18:35 | |
openstackgerrit | Julien Danjou proposed openstack/heat master: aodh/gnocchi: add missing aggregation methods https://review.openstack.org/584030 | 19:06 |
*** armaan has quit IRC | 19:19 | |
*** dbecker has joined #heat | 19:26 | |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Modernise requirements https://review.openstack.org/583741 | 19:33 |
*** ayoung has joined #heat | 19:54 | |
*** sai- has joined #heat | 20:14 | |
*** dbecker has quit IRC | 20:15 | |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Add tox python3 overrides https://review.openstack.org/573798 | 20:37 |
openstackgerrit | Zane Bitter proposed openstack/heat-cfntools master: Switch to use stestr for unit test https://review.openstack.org/583454 | 20:37 |
*** lifeless has quit IRC | 21:01 | |
*** armaan has joined #heat | 21:02 | |
*** lifeless has joined #heat | 21:06 | |
*** armaan has quit IRC | 21:14 | |
*** rcernin has joined #heat | 21:58 | |
*** jtomasek has quit IRC | 22:00 | |
*** harlowja has joined #heat | 22:21 | |
*** edmondsw has quit IRC | 22:30 | |
*** edmondsw has joined #heat | 22:31 | |
*** hongbin_ has quit IRC | 22:34 | |
*** edmondsw has quit IRC | 22:35 | |
*** rcernin_ has joined #heat | 22:47 | |
*** rcernin has quit IRC | 22:49 | |
*** felipemonteiro has quit IRC | 23:00 | |
*** blomquisg is now known as blomquisg_gone | 23:02 | |
*** felipemonteiro has joined #heat | 23:24 | |
stewie925 | I have a question about heat - am using my application on a separate VM to call heat - had keystone authentication which went well (meaning my VM was able to call devstack VM) but calling heat returns 403 | 23:28 |
*** felipemonteiro has quit IRC | 23:30 | |
*** felipemonteiro has joined #heat | 23:31 | |
*** felipemonteiro has quit IRC | 23:36 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!