openstackgerrit | zhulingjie proposed openstack/sahara master: Fix the code repository for clone action https://review.openstack.org/575585 | 02:44 |
---|---|---|
*** links has joined #openstack-sahara | 04:55 | |
*** pcaruana has quit IRC | 05:18 | |
*** pgadiya has joined #openstack-sahara | 06:02 | |
*** pgadiya has quit IRC | 06:02 | |
*** Bhujay has joined #openstack-sahara | 06:43 | |
*** pcaruana has joined #openstack-sahara | 06:44 | |
*** rcernin has quit IRC | 07:08 | |
*** tesseract has joined #openstack-sahara | 07:17 | |
*** tosky has joined #openstack-sahara | 07:28 | |
Bhujay | tosky, tellesnobrega , getting error while spinning off cluster through hdp . The logs are here , would it be possible to take a look and suggest some hints ? http://paste.openstack.org/show/723530/ | 07:30 |
tosky | Bhujay: ambari 2.4 from mirantis - please ignore it | 07:35 |
Bhujay | ok | 07:35 |
tosky | Bhujay: Ambari 2.5 with sie is really ambari 2.4.something; I know it produced some troubles in the past | 07:35 |
tosky | how did you generate it exactly? It should fail, but with a different error | 07:35 |
tosky | which version is sahara-17.0.4? Is it master? | 07:35 |
Bhujay | tox -e venv .... commands , tosky | 07:36 |
tosky | full command? | 07:36 |
Bhujay | yes sahara is on ocata 17.0.4 | 07:36 |
Bhujay | sorry queens | 07:36 |
tosky | anyway, the only version of Ambari working right now due to some bugs is not through sahara-image-elements | 07:36 |
tosky | but using the new building method, sahara-image-pack | 07:36 |
tosky | we need to fix the documentation, but let me dig a pointer | 07:37 |
Bhujay | so shoudl i use sahara-image-pack for building the image ? | 07:37 |
tosky | https://docs.openstack.org/sahara/latest/contributor/image-gen.html | 07:38 |
tosky | yes, for ambari you need to use that right now (and probably for the future too ^.^) | 07:38 |
tosky | there is only one version for Ambari right now: Ambari 2.4, which can spawn HDP 2.5, HDP 2.4 and HDP 2.3 clusters | 07:38 |
tosky | better tested with centos | 07:38 |
Bhujay | ok , let me try that . Similarly for spark 2.2 generated through shara-image-bild ( tox command) also not working , does it also need to be build through image-pack ? | 07:40 |
tosky | no, spark should work through sie | 07:41 |
tosky | unfortunately spark, storm and vanilla lacks the implementation through sie | 07:41 |
tosky | sorry, through sahara-image-pack | 07:42 |
tosky | they are only working through sahara-image-elements | 07:42 |
tosky | cdh, ambari and mapr can be generated also through sahara-image-pack | 07:42 |
*** Bhujay has quit IRC | 07:46 | |
*** Bhujay has joined #openstack-sahara | 08:02 | |
*** Bhujay has quit IRC | 08:02 | |
openstackgerrit | Merged openstack/sahara master: Fix the code repository for clone action https://review.openstack.org/575585 | 08:12 |
*** Bhujay has joined #openstack-sahara | 08:14 | |
Bhujay | tosky, shara-image-pack do we need to run it from server ? cant see this command from a machine with python-saharaclient installed . | 08:29 |
tosky | it's not part of saharaclient, and it does not need to run from the server | 08:30 |
tosky | exactly like sahara-image-elements (which should never be run on the server) | 08:30 |
tosky | it's part of sahara.git; some distributions split it in a separate packages | 08:30 |
tosky | for example RDO provides an openstack-sahara-image-pack rpm | 08:31 |
Bhujay | tosky , thanks , got it | 08:36 |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: Fix lintstack.py with Python3 https://review.openstack.org/575707 | 09:40 |
*** rcernin has joined #openstack-sahara | 10:06 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: Port away from ostestr/testr and use stestr https://review.openstack.org/575489 | 10:36 |
openstackgerrit | Chuck Short proposed openstack/sahara master: Switch ostestr to stestr https://review.openstack.org/571468 | 10:53 |
openstackgerrit | Chuck Short proposed openstack/python-saharaclient master: Switch to using stestr https://review.openstack.org/571480 | 10:54 |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/sahara master: Boot from volume https://review.openstack.org/385053 | 12:25 |
tellesnobrega | tosky, at saharaclient/osc should I start a v2 folder? | 12:55 |
tellesnobrega | so I can add boot from volume to v2 only? | 12:55 |
tellesnobrega | because the structure now is saharaclient/osc/v1 | 12:55 |
tellesnobrega | I'm not sure if this v1 is sahara v1 or osc v1 | 12:56 |
tosky | good question, I don't know, but I would guess sahara v1 (I would not use v1 for a non-rest API like the openstackclient one) | 13:01 |
tosky | let me check | 13:02 |
*** rcernin has quit IRC | 13:02 | |
*** dave-mccowan has joined #openstack-sahara | 13:11 | |
*** dave-mccowan has quit IRC | 13:16 | |
*** dave-mcc_ has joined #openstack-sahara | 13:16 | |
tosky | tellesnobrega: looking at osc/plugin.py and the entry points in setup.cfg, and comparing them with python-heatclient, I think it's osc magic and v1 is the version of the daemon's API, not osc API | 13:19 |
tellesnobrega | so I should create a v2 here | 13:20 |
tosky | of course the best course of action is check the osc documentation and nag them | 13:21 |
tellesnobrega | will ping | 13:21 |
tosky | I would go for v2, but let me check some programs with 2 APIs | 13:21 |
tosky | like, uhm | 13:21 |
tosky | cinder? | 13:21 |
tellesnobrega | mordred, should know | 13:21 |
mordred | I didn't do it | 13:21 |
tellesnobrega | you might have | 13:22 |
tosky | python-openstackclient in fact defines some entry points in setup.cfg like | 13:22 |
tosky | openstack.volume.v1, openstack.volume.v2, openstack.volume.v3 | 13:23 |
tosky | so I would say: yes, v2 for sahara | 13:23 |
mordred | yah - follow whatever is being done with cinder | 13:23 |
tellesnobrega | cool | 13:23 |
tosky | tellesnobrega: https://review.openstack.org/#/c/412614/ | 13:25 |
tellesnobrega | thanks tosky | 13:26 |
tosky | cinder is easy because v3 is just v2+microversioning | 13:26 |
tosky | so all osc v3 classes just inherit from their v2 counterparts | 13:26 |
tellesnobrega | it might be true at some parts in sahara, definitely not all | 13:27 |
*** links has quit IRC | 13:27 | |
*** dave-mcc_ has quit IRC | 13:39 | |
*** jeremyfreudberg has joined #openstack-sahara | 13:56 | |
jeremyfreudberg | tellesnobrega, seems like you have it figured out, but just for posterity's sake: | 14:00 |
jeremyfreudberg | the main thing that determines the api version of a command is the setup.cfg entry point openstack.data_processing.vX= | 14:01 |
jeremyfreudberg | example http://paste.openstack.org/raw/723550/ and http://paste.openstack.org/raw/723551/ | 14:01 |
jeremyfreudberg | tellesnobrega: it would be great if you could get the base of v2 support in osc going | 14:01 |
*** dave-mccowan has joined #openstack-sahara | 14:15 | |
tellesnobrega | jeremyfreudberg, I will do what I can to start it all once I'm done with boot from volume | 14:50 |
tellesnobrega | jeremyfreudberg, quick question, do you know how to set the api version for the tests for osc? | 14:52 |
jeremyfreudberg | tellesnobrega: about the tests, not sure actually | 14:54 |
*** pcaruana has quit IRC | 15:01 | |
*** jeremyfreudberg has quit IRC | 15:39 | |
*** dave-mccowan has quit IRC | 16:06 | |
tosky | before closing for Friday, there are few reviews which touch mainly tox or other files used by the jobs, which should be easier to review and merge | 16:09 |
tosky | (for sahara, sahara-dashboard, sahara-tests, sahara-extra) | 16:10 |
*** Bhujay has quit IRC | 16:20 | |
*** mtsv has quit IRC | 16:53 | |
*** tesseract has quit IRC | 17:01 | |
*** jeremyfreudberg has joined #openstack-sahara | 17:17 | |
jeremyfreudberg | tosky: yep | 17:17 |
*** jeremyfreudberg has quit IRC | 17:17 | |
*** dave-mccowan has joined #openstack-sahara | 17:33 | |
*** brad[] has joined #openstack-sahara | 19:13 | |
tosky | great, now scenario jobs are suddendly failing | 19:23 |
tosky | "Creating cluster failed for the following reason(s): Operation create wasn't executed correctly after 5 attempts" | 19:28 |
tosky | and heat says | 19:28 |
tosky | Conflict: Conflict occurred attempting to store trust - Duplicate entry. (HTTP 409) (Request-ID: req-391a9fb9-3c73-45e6-889b-0f87fe4894e6) | 19:29 |
tosky | something in keystone? Uhm | 19:29 |
tosky | no relevant changes in keystone today (this morning everything was working) | 19:30 |
tosky | neither in keystoneauth1 | 19:30 |
tosky | argh | 19:30 |
tosky | keystone logs says "Circular reference found role inference rules" | 19:35 |
tosky | the "Conflict occurred attempting to store trust - Duplicate entry." is a warning on keystone | 19:36 |
openstackgerrit | Merged openstack/sahara-extra master: fix tox python3 overrides https://review.openstack.org/572927 | 19:41 |
*** dave-mccowan has quit IRC | 22:48 | |
*** tosky has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!