Friday, 2018-06-15

openstackgerritzhulingjie proposed openstack/sahara master: Fix the code repository for clone action  https://review.openstack.org/57558502:44
*** links has joined #openstack-sahara04:55
*** pcaruana has quit IRC05:18
*** pgadiya has joined #openstack-sahara06:02
*** pgadiya has quit IRC06:02
*** Bhujay has joined #openstack-sahara06:43
*** pcaruana has joined #openstack-sahara06:44
*** rcernin has quit IRC07:08
*** tesseract has joined #openstack-sahara07:17
*** tosky has joined #openstack-sahara07:28
Bhujaytosky, 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
toskyBhujay: ambari 2.4 from mirantis - please ignore it07:35
Bhujayok07:35
toskyBhujay: Ambari 2.5 with sie is really ambari 2.4.something; I know it produced some troubles in the past07:35
toskyhow did you generate it exactly? It should fail, but with a different error07:35
toskywhich version is sahara-17.0.4? Is it master?07:35
Bhujaytox -e venv .... commands , tosky07:36
toskyfull command?07:36
Bhujayyes sahara is on ocata 17.0.407:36
Bhujaysorry queens07:36
toskyanyway, the only version of Ambari working right now due to some bugs is not through sahara-image-elements07:36
toskybut using the new building method, sahara-image-pack07:36
toskywe need to fix the documentation, but let me dig a pointer07:37
Bhujayso shoudl i use sahara-image-pack for building the image ?07:37
toskyhttps://docs.openstack.org/sahara/latest/contributor/image-gen.html07:38
toskyyes, for ambari you need to use that right now (and probably for the future too ^.^)07:38
toskythere is only one version for Ambari right now: Ambari 2.4, which can spawn HDP 2.5, HDP 2.4 and HDP 2.3 clusters07:38
toskybetter tested with centos07:38
Bhujayok , 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
toskyno, spark should work through sie07:41
toskyunfortunately spark, storm and vanilla lacks the implementation through sie07:41
toskysorry, through sahara-image-pack07:42
toskythey are only working through sahara-image-elements07:42
toskycdh, ambari and mapr can be generated also through sahara-image-pack07:42
*** Bhujay has quit IRC07:46
*** Bhujay has joined #openstack-sahara08:02
*** Bhujay has quit IRC08:02
openstackgerritMerged openstack/sahara master: Fix the code repository for clone action  https://review.openstack.org/57558508:12
*** Bhujay has joined #openstack-sahara08:14
Bhujaytosky, shara-image-pack  do we need to run it from server ?  cant see this command from a machine with python-saharaclient installed .08:29
toskyit's not part of saharaclient, and it does not need to run from the server08:30
toskyexactly like sahara-image-elements (which should never be run on the server)08:30
toskyit's part of sahara.git; some distributions split it in a separate packages08:30
toskyfor example RDO provides an openstack-sahara-image-pack rpm08:31
Bhujaytosky , thanks , got it08:36
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: Fix lintstack.py with Python3  https://review.openstack.org/57570709:40
*** rcernin has joined #openstack-sahara10:06
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: Port away from ostestr/testr and use stestr  https://review.openstack.org/57548910:36
openstackgerritChuck Short proposed openstack/sahara master: Switch ostestr to stestr  https://review.openstack.org/57146810:53
openstackgerritChuck Short proposed openstack/python-saharaclient master: Switch to using stestr  https://review.openstack.org/57148010:54
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara master: Boot from volume  https://review.openstack.org/38505312:25
tellesnobregatosky, at saharaclient/osc should I start a v2 folder?12:55
tellesnobregaso I can add boot from volume to v2 only?12:55
tellesnobregabecause the structure now is saharaclient/osc/v112:55
tellesnobregaI'm not sure if this v1 is sahara v1 or osc v112:56
toskygood 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
toskylet me check13:02
*** rcernin has quit IRC13:02
*** dave-mccowan has joined #openstack-sahara13:11
*** dave-mccowan has quit IRC13:16
*** dave-mcc_ has joined #openstack-sahara13:16
toskytellesnobrega: 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 API13:19
tellesnobregaso I should create a v2 here13:20
toskyof course the best course of action is check the osc documentation and nag them13:21
tellesnobregawill ping13:21
toskyI would go for v2, but let me check some programs with 2 APIs13:21
toskylike, uhm13:21
toskycinder?13:21
tellesnobregamordred, should know13:21
mordredI didn't do it13:21
tellesnobregayou might have13:22
toskypython-openstackclient in fact defines some entry points in setup.cfg like13:22
toskyopenstack.volume.v1, openstack.volume.v2, openstack.volume.v313:23
toskyso I would say: yes, v2 for sahara13:23
mordredyah - follow whatever is being done with cinder13:23
tellesnobregacool13:23
toskytellesnobrega: https://review.openstack.org/#/c/412614/13:25
tellesnobregathanks tosky13:26
toskycinder is easy because v3 is just v2+microversioning13:26
toskyso all osc v3 classes just inherit from their v2 counterparts13:26
tellesnobregait might be true at some parts in sahara, definitely not all13:27
*** links has quit IRC13:27
*** dave-mcc_ has quit IRC13:39
*** jeremyfreudberg has joined #openstack-sahara13:56
jeremyfreudbergtellesnobrega, seems like you have it figured out, but just for posterity's sake:14:00
jeremyfreudbergthe main thing that determines the api version of a command is the setup.cfg entry point openstack.data_processing.vX=14:01
jeremyfreudbergexample http://paste.openstack.org/raw/723550/ and http://paste.openstack.org/raw/723551/14:01
jeremyfreudbergtellesnobrega: it would be great if you could get the base of v2 support in osc going14:01
*** dave-mccowan has joined #openstack-sahara14:15
tellesnobregajeremyfreudberg, I will do what I can to start it all once I'm done with boot from volume14:50
tellesnobregajeremyfreudberg, quick question, do you know how to set the api version for the tests for osc?14:52
jeremyfreudbergtellesnobrega: about the tests, not sure actually14:54
*** pcaruana has quit IRC15:01
*** jeremyfreudberg has quit IRC15:39
*** dave-mccowan has quit IRC16:06
toskybefore 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 merge16:09
tosky(for sahara, sahara-dashboard, sahara-tests, sahara-extra)16:10
*** Bhujay has quit IRC16:20
*** mtsv has quit IRC16:53
*** tesseract has quit IRC17:01
*** jeremyfreudberg has joined #openstack-sahara17:17
jeremyfreudbergtosky: yep17:17
*** jeremyfreudberg has quit IRC17:17
*** dave-mccowan has joined #openstack-sahara17:33
*** brad[] has joined #openstack-sahara19:13
toskygreat, now scenario jobs are suddendly failing19:23
tosky"Creating cluster failed for the following reason(s): Operation create wasn't executed correctly after 5 attempts"19:28
toskyand heat says19:28
toskyConflict: Conflict occurred attempting to store trust - Duplicate entry. (HTTP 409) (Request-ID: req-391a9fb9-3c73-45e6-889b-0f87fe4894e6)19:29
toskysomething in keystone? Uhm19:29
toskyno relevant changes in keystone today (this morning everything was working)19:30
toskyneither in keystoneauth119:30
toskyargh19:30
toskykeystone logs says "Circular reference found role inference rules"19:35
toskythe "Conflict occurred attempting to store trust - Duplicate entry." is a warning on keystone19:36
openstackgerritMerged openstack/sahara-extra master: fix tox python3 overrides  https://review.openstack.org/57292719:41
*** dave-mccowan has quit IRC22:48
*** tosky has quit IRC23:41

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!