*** openstack has joined #savanna | 13:37 | |
*** kbroughton has quit IRC | 13:37 | |
*** kbroughton has joined #savanna | 14:07 | |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: Fix working savanna in secure network https://review.openstack.org/66027 | 14:18 |
---|---|---|
*** tmckay has joined #savanna | 14:28 | |
*** aignatov has quit IRC | 14:48 | |
*** jmaron has joined #savanna | 14:49 | |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: Add code to configure cluster for external hdfs https://review.openstack.org/47828 | 14:51 |
*** aignatov has joined #savanna | 14:54 | |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add initial cluster-* commands to CLI https://review.openstack.org/65721 | 15:19 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add initial node-group-template-* commands to CLI https://review.openstack.org/65929 | 15:19 |
*** rnirmal has joined #savanna | 15:21 | |
*** tmckay has quit IRC | 15:49 | |
*** NikitaKonovalov has quit IRC | 15:52 | |
mattf | SergeyLukjanov, fyi, i'm going to resist changing the v2 api bp for awhile. tomorrow or wed i'll send an email to the list asking others to review what's there so far | 15:53 |
*** yrunts has quit IRC | 15:53 | |
*** ityaptin has joined #savanna | 15:54 | |
*** DinaBelova has quit IRC | 15:57 | |
*** SergeyLukjanov has quit IRC | 15:57 | |
*** tmckay has joined #savanna | 15:57 | |
*** ruhe is now known as ruhe_ | 16:01 | |
*** ruhe_ is now known as ruhe | 16:01 | |
*** ityaptin has quit IRC | 16:04 | |
*** aignatov has quit IRC | 16:21 | |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: Add code to configure cluster for external hdfs https://review.openstack.org/47828 | 16:26 |
*** akuznetsov has quit IRC | 16:35 | |
*** DinaBelova has joined #savanna | 16:39 | |
*** ruhe is now known as ruhe_ | 16:42 | |
*** ruhe_ has quit IRC | 16:47 | |
*** SergeyLukjanov has joined #savanna | 16:50 | |
SergeyLukjanov | mattf, awesome | 16:50 |
SergeyLukjanov | mattf, looking for it | 16:50 |
tmckay | woohoo, successfully ran a streaming mapreduce job from the oozie cli. Should be pretty easy to add to the savanna api. | 17:01 |
tmckay | but first, java action loose ends | 17:01 |
crobertsrh | Has anyone had their dashboard blow up for all things savanna? I'm currently getting a 400 response when hitting any savanna URL via the dashboard (the api is working fine though). The reason being given for the failure is "Header Line Too Long". I suspect this has something to do with the x-auth-token in the request header (length is 9376). Does this ring a bell for anyone? | 17:11 |
tmckay | not me, sorry | 17:13 |
*** akuznetsov has joined #savanna | 17:19 | |
*** akuznetsov has quit IRC | 17:20 | |
tmckay | SergeyLukjanov, who would know about savanna edp integration tests? I'm curious, it looks to me like data sources are created (swift paths) but I don't see where any data is actually uploaded to the swift path. | 17:32 |
SergeyLukjanov | crobertsrh, probably you should update keystone and keystone client to latest versions | 17:33 |
SergeyLukjanov | I think there was a bug with PKI tokens | 17:33 |
SergeyLukjanov | so, maybe you should check which type of tokens are you using | 17:33 |
SergeyLukjanov | and ensure UUID | 17:34 |
crobertsrh | ah, ok. I am trying to switch to UUID right now :) | 17:34 |
crobertsrh | thanks | 17:34 |
SergeyLukjanov | crobertsrh, np | 17:34 |
SergeyLukjanov | tmckay, I don't actually remember how data is uploading while running integration tests | 17:35 |
SergeyLukjanov | tmckay, but I think that grep swift could, AFAIK swift client was used for it | 17:35 |
SergeyLukjanov | swift.put_object | 17:36 |
SergeyLukjanov | savanna/tests/integration/tests/edp.py:120 | 17:36 |
SergeyLukjanov | looks like we're generating file in runtime | 17:36 |
*** nadya_ has joined #savanna | 17:37 | |
tmckay | SergeyLukjanov, thank you, very helpful | 17:39 |
tmckay | SergeyLukjanov, how did I miss that? :) | 17:40 |
SergeyLukjanov | tmckay, np, hope it'll help you | 17:40 |
SergeyLukjanov | tmckay, :) | 17:40 |
*** nadya_ has quit IRC | 17:41 | |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add some pretty printing for list fields https://review.openstack.org/66381 | 17:56 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add pretty printing of node group fields https://review.openstack.org/66382 | 17:56 |
*** IlyaE has joined #savanna | 18:16 | |
*** nadya_ has joined #savanna | 18:23 | |
*** akuznetsov has joined #savanna | 18:27 | |
*** ruhe has joined #savanna | 18:30 | |
*** akuznetsov has quit IRC | 18:31 | |
*** IlyaE has quit IRC | 18:37 | |
*** IlyaE has joined #savanna | 18:52 | |
*** IlyaE has quit IRC | 18:59 | |
openstackgerrit | Trevor McKay proposed a change to openstack/python-savannaclient: Allow passing extra args to JobExecutionsManager.create() https://review.openstack.org/66398 | 19:05 |
openstackgerrit | Trevor McKay proposed a change to openstack/python-savannaclient: Allow passing extra args to JobExecutionsManager.create() https://review.openstack.org/66398 | 19:07 |
SergeyLukjanov | tmckay, I think it'll be better to reorder extra opts assignment | 19:09 |
SergeyLukjanov | and make it first | 19:09 |
SergeyLukjanov | before adding job_id, cluster_id and etc. | 19:10 |
SergeyLukjanov | to ensure that extra opts couldn't override them | 19:10 |
tmckay | SergeryLukjanov, thanks, good point. I just added a comment, not sure how the community would like to go here. Before java actions, everything was the same :) | 19:12 |
SergeyLukjanov | tmckay, I think that it's ok for now | 19:14 |
SergeyLukjanov | tmckay, are you depends on this change to make integration tests? | 19:14 |
tmckay | alright. I'll incorporate your suggestion. | 19:14 |
tmckay | SergeyLukjanov, yes. Java main must be specified for java actions. I will have another CR soon dependent on this one. | 19:15 |
SergeyLukjanov | tmckay, to use this update to client in integration tests new version of client should be released | 19:16 |
SergeyLukjanov | tmckay, and I'm planning to release it in several days | 19:16 |
SergeyLukjanov | I think Tue or Wed | 19:17 |
SergeyLukjanov | to be able to upgrade corresponding dep in savanna | 19:17 |
tmckay | SergeyLukjanov, okay. So if this change is in, then I can wait on the integration test and work on docs for now. I'll post the integration test as a draft. | 19:17 |
SergeyLukjanov | tmckay, great, thx | 19:18 |
SergeyLukjanov | I think that we'll be able to update dep in savanna not earlier than Fri | 19:18 |
*** ruhe is now known as ruhe_ | 19:23 | |
*** IlyaE has joined #savanna | 19:24 | |
openstackgerrit | Trevor McKay proposed a change to openstack/python-savannaclient: Allow passing extra args to JobExecutionsManager.create() https://review.openstack.org/66398 | 19:28 |
*** openstackgerrit has quit IRC | 19:31 | |
*** openstackgerrit has joined #savanna | 19:31 | |
*** yrunts has joined #savanna | 19:32 | |
*** ruhe_ is now known as ruhe | 19:36 | |
*** ruhe has quit IRC | 19:36 | |
*** aignatov has joined #savanna | 19:45 | |
*** aignatov has quit IRC | 19:47 | |
*** aignatov has joined #savanna | 19:58 | |
*** sergmelikyan has quit IRC | 20:02 | |
*** yrunts has quit IRC | 20:17 | |
*** nadya_ has quit IRC | 20:35 | |
*** kbroughton has quit IRC | 20:38 | |
*** kbroughton has joined #savanna | 20:38 | |
*** DinaBelova has quit IRC | 20:55 | |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Clean up printing of image details https://review.openstack.org/66432 | 21:05 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Clean up versions display in plugins-show https://review.openstack.org/66433 | 21:05 |
*** nadya_ has joined #savanna | 21:05 | |
*** NikitaKonovalov has joined #savanna | 21:06 | |
*** NikitaKonovalov has quit IRC | 21:06 | |
crobertsrh | How can I go about running the UI test suite for the dashboard? | 21:08 |
tmckay | crobertsrh, it's not just tox -e py27 in savanna-dashboard? | 21:09 |
tmckay | or are you looking for a subset? | 21:09 |
crobertsrh | subset would be most useful | 21:09 |
tmckay | I have that :) | 21:09 |
* tmckay finds page | 21:10 | |
tmckay | https://wiki.openstack.org/wiki/Testr | 21:10 |
tmckay | I've been using the stuff at the bottom for edp | 21:10 |
crobertsrh | tox -e py27 runs too quickly to actually be running anything (I think) | 21:11 |
*** nadya_ has quit IRC | 21:14 | |
tmckay | crobertsrh, for the savanna record, my understanding is that there is not a way to run integration tests outside of the savanna-ci lab driven by gerrit. Unless you construct your own cluster and somehow extract the test. | 21:16 |
tmckay | I could be wrong | 21:16 |
tmckay | maybe someone can correct me ^^ | 21:16 |
crobertsrh | I discovered a README file...it's a start | 21:16 |
*** yrunts has joined #savanna | 21:21 | |
SergeyLukjanov | crobertsrh, tmckay, everything that we're running on savanna-ci is open | 21:22 |
* SergeyLukjanov here is how we're running UI tests - https://github.com/savanna-project/savanna-ci/blob/master/scripts/gate-ui-tests.sh | 21:24 | |
openstackgerrit | Alexander Ignatov proposed a change to openstack/savanna: Added anti-affinity feature to Heat engine https://review.openstack.org/64210 | 21:25 |
tmckay | SergeyLukjanov, thanks | 21:28 |
*** SergeyLukjanov has quit IRC | 21:37 | |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add initial cluster-template-* commands to CLI https://review.openstack.org/66134 | 21:54 |
*** tmckay has left #savanna | 21:55 | |
*** qwerty_nor has quit IRC | 21:56 | |
*** kbroughton has left #savanna | 22:07 | |
*** crobertsrh is now known as _crobertsrh | 22:07 | |
*** yrunts has quit IRC | 22:27 | |
openstackgerrit | A change was merged to openstack/savanna: Add util method to get port from address https://review.openstack.org/66322 | 22:47 |
openstackgerrit | A change was merged to openstack/savanna: Update sample savanna config https://review.openstack.org/66296 | 22:55 |
*** adriana2 has joined #savanna | 23:04 | |
*** adriana2 has quit IRC | 23:04 | |
*** openstackgerrit has quit IRC | 23:24 | |
*** openstackgerrit has joined #savanna | 23:24 | |
*** aignatov has quit IRC | 23:30 | |
*** IlyaE has quit IRC | 23:42 | |
*** rnirmal has quit IRC | 23:43 | |
*** IlyaE has joined #savanna | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!