*** thumpba has quit IRC | 00:02 | |
*** thumpba has joined #openstack-sahara | 01:21 | |
*** shuyingya has joined #openstack-sahara | 01:27 | |
*** shuyingya has quit IRC | 01:54 | |
*** shuyingya has joined #openstack-sahara | 01:55 | |
*** ukaynar has joined #openstack-sahara | 02:04 | |
*** links has joined #openstack-sahara | 02:16 | |
*** chlong has joined #openstack-sahara | 02:56 | |
*** links has quit IRC | 03:33 | |
*** ukaynar has quit IRC | 03:46 | |
*** thumpba has quit IRC | 03:58 | |
*** tnovacik has joined #openstack-sahara | 04:23 | |
*** links has joined #openstack-sahara | 04:39 | |
shuyingya | Hi, When I created a cluster, it always failed in the step ""Engine: create cluster Create Heat stack". The error msg is "Heat stack failed with status Resource CREATE failed: WaitConditionTimeout: resources.hadoop-worker.resources[0].resources.hadoop-worker-wc-waiter: 0 of 1 received Error ID: 45b3d181-0a96-47ae-9d7f-d59a915eaba4" | 04:44 |
---|---|---|
shuyingya | can anybody tell me what should i do? The instance is running and reboot repeatedly. | 04:47 |
shuyingya | thank u~ | 04:47 |
*** Poornima has joined #openstack-sahara | 04:55 | |
*** itisha has quit IRC | 05:20 | |
*** pgadiya has joined #openstack-sahara | 05:33 | |
*** nkrinner_afk is now known as nkrinner | 05:53 | |
*** rcernin has joined #openstack-sahara | 06:17 | |
*** openstackgerrit has quit IRC | 06:33 | |
*** openstackgerrit has joined #openstack-sahara | 06:33 | |
*** chlong has quit IRC | 06:38 | |
*** akuznetsov has joined #openstack-sahara | 06:40 | |
*** shuyingya has quit IRC | 06:59 | |
*** shuyingya has joined #openstack-sahara | 07:00 | |
*** witlessb has joined #openstack-sahara | 07:06 | |
*** tnovacik has quit IRC | 07:08 | |
*** tesseract- has joined #openstack-sahara | 07:15 | |
*** pcaruana has joined #openstack-sahara | 07:27 | |
*** esikachev has joined #openstack-sahara | 07:32 | |
vgridnev | shuyingya, you can try to disable wait condition feature | 07:36 |
vgridnev | this can be done by the following option: https://github.com/openstack/sahara/blob/master/sahara/service/heat/templates.py#L53 | 07:37 |
vgridnev | heat_enable_wait_condition | 07:37 |
openstackgerrit | Alina Nesterova proposed openstack/sahara-tests: Added tests for "cluster template" and "cluster" commands for Sahara CLI https://review.openstack.org/335546 | 07:44 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 07:50 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Added page args for transient mode for fake plugin https://review.openstack.org/342656 | 07:56 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 08:02 |
*** pino|work has quit IRC | 08:22 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-image-elements: drop vanilla 2.6.0 support from elements https://review.openstack.org/338235 | 08:24 |
*** tnovacik has joined #openstack-sahara | 08:30 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 08:31 |
*** pino|work has joined #openstack-sahara | 08:38 | |
*** akuznetsov has quit IRC | 09:07 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: be safer on retrieving objects https://review.openstack.org/342689 | 09:12 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 09:21 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Adding ability to run transient cluster in gate https://review.openstack.org/342696 | 09:26 |
*** Poornima has quit IRC | 09:26 | |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Adding ability to run transient cluster in gate https://review.openstack.org/342696 | 09:27 |
openstackgerrit | Alina Nesterova proposed openstack/sahara-tests: Added tests for "cluster template" and "cluster" commands for Sahara CLI https://review.openstack.org/335546 | 09:32 |
*** Poornima has joined #openstack-sahara | 09:34 | |
*** tosky has joined #openstack-sahara | 09:44 | |
tosky | vgridnev, zemuvier: can't we really use the rand_name from tempest.lib ? | 09:55 |
vgridnev | I'm not sure | 09:56 |
vgridnev | I'll take a look on that impl | 09:56 |
vgridnev | tosky, okay, let's use tempest.lib one, that looks ok for me | 10:08 |
tosky | \o/ | 10:08 |
tosky | now we just need to understand what's going on with the network | 10:09 |
vgridnev | I thought that can return really long names, but it just append a random number | 10:10 |
tosky | and the max value is 10 characters long, instead of 8 as we were using, so fine | 10:12 |
*** vgridnev has left #openstack-sahara | 10:17 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: be safer on retrieving objects https://review.openstack.org/342689 | 10:20 |
*** _degorenko|afk is now known as degorenko | 10:21 | |
*** Poornima has quit IRC | 10:25 | |
*** rcernin has quit IRC | 10:26 | |
*** Poornima has joined #openstack-sahara | 10:27 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 10:35 |
*** rodrigods has quit IRC | 10:38 | |
*** rodrigods has joined #openstack-sahara | 10:39 | |
zemuvier | tosky: so it's okay just to move the utils-file with random_name to sahara_cli tree? | 10:40 |
tosky | zemuvier: it seems that we can use the function rand_name that is available in tempest.lib | 10:41 |
tosky | so no need to copy it | 10:41 |
*** Poornima has quit IRC | 10:42 | |
*** rcernin has joined #openstack-sahara | 10:45 | |
*** rcernin is now known as rcernin|lunch | 10:46 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: Insert the description of the change. https://review.openstack.org/342732 | 10:47 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: Insert the description of the change. https://review.openstack.org/342732 | 10:49 |
*** sgotliv has joined #openstack-sahara | 10:53 | |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-image-elements: testcommit https://review.openstack.org/342737 | 10:59 |
*** tnovacik has quit IRC | 11:07 | |
*** sgotliv has quit IRC | 11:09 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 11:33 |
*** akuznetsov has joined #openstack-sahara | 11:34 | |
zemuvier | tosky: thanks:) | 11:36 |
openstackgerrit | Alina Nesterova proposed openstack/sahara-tests: Added tests for "cluster template" and "cluster" commands for Sahara CLI https://review.openstack.org/335546 | 11:37 |
*** tnovacik has joined #openstack-sahara | 12:02 | |
*** egafford has joined #openstack-sahara | 12:04 | |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Adding ability to run transient cluster in gate https://review.openstack.org/342696 | 12:12 |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/sahara-specs: Refactor the logic around use of floating ips https://review.openstack.org/336593 | 12:15 |
shuyingya | vgridnev Thanks ^^ | 12:18 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Adding ability to run transient cluster in gate https://review.openstack.org/342696 | 12:19 |
*** shuyingya has quit IRC | 12:27 | |
*** _crobertsrh is now known as crobertsrh | 12:28 | |
*** vgridnev has joined #openstack-sahara | 12:28 | |
vgridnev | egafford, could you please vote on https://review.openstack.org/#/c/341312/ it was actually proposed by stable guardians | 12:29 |
vgridnev | and then I will release that fix | 12:29 |
egafford | Funny, I was just running into this issue in my CLI patch earlier this week. | 12:31 |
egafford | vgridnev: +2ed. | 12:34 |
vgridnev | +Aed | 12:34 |
*** akuznetsov has quit IRC | 12:42 | |
zemuvier | vgridnev tosky: maybe you can help me with the error on cli-tests https://review.openstack.org/#/c/335546/ ? How can it be that no one floating ip don't exist in network list? | 12:57 |
tosky | zemuvier: that's what I'm trying to debug right now :) | 12:57 |
zemuvier | tosky: me too | 12:58 |
tosky | I'm setting up to reproduce it on my environment | 12:59 |
zemuvier | i don't have this kind of exception locally | 13:02 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: testcommit https://review.openstack.org/342833 | 13:05 |
tosky | zemuvier: I think I may know the reason | 13:05 |
tosky | the job does not use neutron, but nova-networking | 13:05 |
*** tnovacik has quit IRC | 13:07 | |
zemuvier | tosky: i can try using nova-network | 13:07 |
tosky | zemuvier: oh, good, I don't have an environment with nova network around right now | 13:07 |
*** tnovacik has joined #openstack-sahara | 13:09 | |
*** pgadiya has quit IRC | 13:11 | |
esikachev | tosky: zemuvier yes, this is nova-network | 13:18 |
esikachev | i can upload patch to project-config | 13:19 |
tosky | so, now, given that I plan to change the job anyway after merging CLI jobs under sahara_tempest_plugins, do you want to fix it, or merge it? | 13:20 |
tosky | as you prefer :) | 13:20 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-ci-config: [wip] scripts for migration https://review.openstack.org/337272 | 13:22 |
*** nkrinner is now known as nkrinner_afk | 13:23 | |
*** abalutoiu has joined #openstack-sahara | 13:38 | |
*** tnovacik has quit IRC | 13:51 | |
openstackgerrit | Alina Nesterova proposed openstack/sahara-tests: Added tests for "cluster template" and "cluster" commands for Sahara CLI https://review.openstack.org/335546 | 13:52 |
openstackgerrit | Alina Nesterova proposed openstack/sahara-tests: testcommit https://review.openstack.org/342866 | 13:52 |
*** itisha has joined #openstack-sahara | 13:58 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 13:58 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara-tests: Adding ability to run transient cluster in gate https://review.openstack.org/342696 | 13:58 |
tosky | zemuvier, esikachev: so, in the end, are you trying to fix the tests so that they work with nova network, or should we declare them as working with neutron only? | 14:04 |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 14:05 |
esikachev | tosky: let's try to fix it | 14:05 |
esikachev | i think is not hard | 14:06 |
* esikachev maybe.... | 14:06 | |
zemuvier | esikachev tosky: add nova network on tests or delete neutron? | 14:06 |
esikachev | zemuvier: add compatibility with nova and neutron | 14:06 |
* tosky wonders when openstack will remove nova network completely | 14:07 | |
esikachev | soon :) | 14:07 |
zemuvier | tosky: i will take a look what can i do with this tomorrow | 14:08 |
vgridnev | tosky, it's deprecated now | 14:09 |
tosky | so... should we really really have the test for that? | 14:09 |
*** abalutoiu_ has joined #openstack-sahara | 14:09 | |
tosky | vgridnev, esikachev, zemuvier: ^^ maybe we can just declare support for Neutron for the tests and be done with that | 14:10 |
esikachev | this is not a big problem, we can merge and migrate job to neutron | 14:10 |
zemuvier | tosky: but can we do it? :) | 14:11 |
tosky | let's hear the PTL | 14:11 |
vgridnev | support of nova-network for what? | 14:11 |
*** abalutoiu has quit IRC | 14:12 | |
vgridnev | I lost context | 14:12 |
tosky | vgridnev: the skips that you see in the logs of the new CLI tests happen because the network used in the job is nova: https://review.openstack.org/335546 | 14:13 |
tosky | vgridnev: the question is: should we spend time trying to fix the test to work with nova, or just fix the job later to use neutron and forgot about nova network for those tests? | 14:13 |
vgridnev | anyway, since nova-network is deprecated, I'm ok to support only neutron for new code. So, if we are implementing tests for CLI, we can declare that it's supports only Neutron. We really don't want create additional jobs for verifying correct work of that. | 14:15 |
esikachev | ok | 14:16 |
zemuvier | sounds good | 14:16 |
tosky | +1 | 14:16 |
tosky | esikachev: so ok to merge 335546 as it is now? | 14:18 |
esikachev | tosky: ok | 14:18 |
vgridnev | no, it's not ok, gerrit is unavailable | 14:18 |
vgridnev | %) | 14:18 |
vgridnev | :) | 14:18 |
esikachev | :'( | 14:18 |
tosky | argh | 14:18 |
-openstackstatus- NOTICE: Gerrit is restarting to correct memory/performance issues. | 14:18 | |
tosky | thanks openstackstatus | 14:19 |
esikachev | available! | 14:19 |
esikachev | let's go! | 14:19 |
vgridnev | are you creating cluster in this change? | 14:21 |
*** abalutoiu__ has joined #openstack-sahara | 14:21 | |
vgridnev | esikachev, tosky zemuvier ^^ | 14:21 |
esikachev | vgridnev: with neutron - yes | 14:22 |
vgridnev | I can't see that in logs of sahara | 14:23 |
*** abalutoiu__ has quit IRC | 14:23 | |
tosky | because it's skipped due to the job using nova for now | 14:23 |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 14:23 |
vgridnev | do you want to enable that later? | 14:24 |
tosky | of course | 14:24 |
*** abalutoiu_ has quit IRC | 14:25 | |
vgridnev | new contributors to sahara-tests? | 14:25 |
vgridnev | that's cool | 14:25 |
tosky | raissa: ^^ told you, you have been noticed | 14:25 |
raissa | o/ | 14:25 |
vgridnev | welcome to big world of sahara | 14:25 |
raissa | thanks :) | 14:26 |
esikachev | raissa: welcome! | 14:26 |
*** links has quit IRC | 14:27 | |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 14:30 |
*** tnovacik has joined #openstack-sahara | 14:42 | |
*** dave-mccowan has joined #openstack-sahara | 14:52 | |
vgridnev | raissa, tosky are you going to address monty's notes from https://review.openstack.org/#/c/297757/ ? | 14:52 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 14:56 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-dashboard: fixing unit tests https://review.openstack.org/342018 | 14:57 |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 15:04 |
raissa | vgridnev: for now we use the envvars cloud for the environment variables and its argparse function for the flags | 15:07 |
raissa | we can look into using clouds.yaml also.. | 15:08 |
tosky | vgridnev: yes, the idea of using os-cloud-config is that it open the doors to cloud.yaml (if not in this, in another change) | 15:09 |
vgridnev | ok, i'm ok to move that for another change | 15:12 |
*** esikachev has quit IRC | 15:40 | |
openstackgerrit | Merged openstack/sahara-tests: Added tests for "cluster template" and "cluster" commands for Sahara CLI https://review.openstack.org/335546 | 15:42 |
*** links has joined #openstack-sahara | 15:45 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests: Move CLI tests under sahara_tempest_plugin https://review.openstack.org/335946 | 16:06 |
tosky | ^^ manually tested, it should work properly when this lands: https://review.openstack.org/#/c/336118/ | 16:08 |
*** tesseract- has quit IRC | 16:16 | |
*** rcernin|lunch has quit IRC | 16:18 | |
*** pcaruana has quit IRC | 16:20 | |
*** tnovacik has quit IRC | 16:20 | |
tosky | interesting, the gates for https://review.openstack.org/#/c/342877/ returned success, but the jobs really failed; we probably need a fix to the job definitions, and also we need to understand why the jobs did not return a failure | 16:38 |
openstackgerrit | Merged openstack/sahara-tests: Added page args for transient mode for fake plugin https://review.openstack.org/342656 | 17:11 |
*** tnovacik has joined #openstack-sahara | 17:11 | |
*** degorenko is now known as _degorenko|afk | 17:13 | |
*** sgotliv has joined #openstack-sahara | 17:23 | |
*** tosky has quit IRC | 17:25 | |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 17:43 |
*** catintheroof has joined #openstack-sahara | 17:48 | |
*** links has quit IRC | 17:52 | |
*** egafford has quit IRC | 17:56 | |
*** catintheroof has quit IRC | 17:56 | |
*** egafford has joined #openstack-sahara | 17:57 | |
*** rcernin has joined #openstack-sahara | 17:59 | |
*** sgotliv has quit IRC | 18:12 | |
*** dave-mccowan has quit IRC | 18:34 | |
*** egafford has quit IRC | 18:42 | |
openstackgerrit | Raissa Sarmento proposed openstack/sahara-tests: Added ability to use auth env variables or flags https://review.openstack.org/342877 | 18:43 |
*** egafford has joined #openstack-sahara | 18:46 | |
openstackgerrit | Elise Gafford proposed openstack/sahara: Fixing unit tests for image create https://review.openstack.org/343038 | 19:04 |
egafford | ^ is a tiny, tiny fix if folks want an easy review. :) | 19:07 |
*** tnovacik has quit IRC | 19:13 | |
vgridnev | egafford, are you around? | 20:32 |
egafford | vgridnev: Yup! | 20:50 |
egafford | What's up? | 20:51 |
* egafford is trying not to leave tonight until image gen CLI args are posted. | 20:51 | |
vgridnev | i'd like to reach with community answer 're Big tent' question in ML, so want to make some verifications on my answer | 20:53 |
vgridnev | let me find a link | 20:55 |
egafford | vgridnev: Cool. | 20:56 |
vgridnev | egafford, don't now how to share that, probably google doc is ok | 21:03 |
vgridnev | https://docs.google.com/document/d/1LFBMKvqG1XX9-KZE4y4uq2dwKDrTCvz9cJDeNz3H0GM/edit?usp=sharing | 21:08 |
egafford | vgridnev: Yeah, googledoc seems to be the answer shared-editing-wise. | 21:08 |
vgridnev | just to be sure that we are relying on the same question: http://lists.openstack.org/pipermail/openstack-dev/2016-July/099290.html | 21:09 |
egafford | vgridnev: Thanks for the context. Could you make me an editor or commenter on the doc? | 21:10 |
egafford | (I'm in as egafford@redhat.com atm) | 21:10 |
* egafford has WAY TOO MANY gmail accounts. :) | 21:10 | |
vgridnev | as you fish | 21:11 |
vgridnev | I had 3 gmail accounts, for one of those I did reset of password to random one and fully forgotten about that | 21:12 |
egafford | Ha! Yeah, I have 3 atm (one work, 2 personal). Hm; still can't edit or comment... | 21:15 |
vgridnev | https://docs.google.com/document/d/1LFBMKvqG1XX9-KZE4y4uq2dwKDrTCvz9cJDeNz3H0GM/edit?usp=sharing | 21:15 |
* egafford actually kind of agrees that the Big Tent is creating an unnecessarily sparse dependency graph in OpenStack. | 21:16 | |
* egafford is making minor grammar edits and otherwise double-checking accuracy. | 21:17 | |
vgridnev | having a lot of plugins is not so great I think, you still need to be able to deploy every plugin, verify it's possible to make upgrades and so on; | 21:18 |
egafford | This looks good, Vitaly. Everything's perfectly accurate. | 21:20 |
egafford | And I think that you're right: Sahara's actually been a very good OpenStack citizen in terms of integrating with other services. | 21:20 |
vgridnev | ok, thanks a lot egafford | 21:20 |
egafford | I may respond to your mail; I've had some thoughts on this as well. In the end, I think it's growing pains in OpenStack, and can't really be avoided, but I agree with the thread that there are some downsides. | 21:23 |
vgridnev | egafford, you are welcome :) | 21:38 |
vgridnev | sorry for late and short answer, I was preparing to go to bed since it's already midnight in russia | 21:39 |
egafford | :D Please go to bed! | 21:39 |
egafford | TTYL. | 21:39 |
*** tellesnobrega is now known as tellesnobrega_af | 22:12 | |
*** witlessb has quit IRC | 22:15 | |
*** elmiko is now known as _elmiko | 22:28 | |
*** rcernin has quit IRC | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!