*** hdd has joined #openstack-sahara | 01:06 | |
openstackgerrit | Ken Chen proposed openstack/sahara: Enable anti_affinity feature in scenario test https://review.openstack.org/219170 | 01:23 |
---|---|---|
*** hdd has quit IRC | 01:58 | |
*** macjack has joined #openstack-sahara | 02:26 | |
*** leizhang has joined #openstack-sahara | 02:35 | |
*** macjack has quit IRC | 02:52 | |
*** leizhang has quit IRC | 02:55 | |
*** amwong has joined #openstack-sahara | 03:00 | |
openstackgerrit | LinPeiyu proposed openstack/sahara: Fix two minor mistakes in quickstart.rst https://review.openstack.org/219542 | 03:18 |
*** mathspanda has joined #openstack-sahara | 03:21 | |
*** stanchan has joined #openstack-sahara | 03:41 | |
*** hdd has joined #openstack-sahara | 03:43 | |
*** links has joined #openstack-sahara | 03:48 | |
*** Nikolay_St has joined #openstack-sahara | 04:12 | |
*** amwong has quit IRC | 04:41 | |
*** amwong has joined #openstack-sahara | 04:44 | |
*** amwong has quit IRC | 04:46 | |
*** amwong has joined #openstack-sahara | 04:47 | |
*** amwong has quit IRC | 05:07 | |
*** hdd has quit IRC | 05:09 | |
*** nkrinner has joined #openstack-sahara | 05:35 | |
*** Poornima has joined #openstack-sahara | 05:42 | |
openstackgerrit | LinPeiyu proposed openstack/sahara: Modify recommend_configs arguments in vanilla 1 https://review.openstack.org/219565 | 06:01 |
*** mathspanda has quit IRC | 06:01 | |
*** ashishb has joined #openstack-sahara | 06:12 | |
*** macjack has joined #openstack-sahara | 06:28 | |
*** Nikolay_St has quit IRC | 06:31 | |
*** witlessb has joined #openstack-sahara | 07:19 | |
*** coolsvap_ has joined #openstack-sahara | 07:21 | |
*** Nikolay_St has joined #openstack-sahara | 07:22 | |
*** coolsvap_ has quit IRC | 07:26 | |
*** _crobertsrh has quit IRC | 07:27 | |
*** crobertsrh has joined #openstack-sahara | 07:34 | |
*** pino|work has joined #openstack-sahara | 07:43 | |
*** Nikolay_St has quit IRC | 07:52 | |
*** larainema has quit IRC | 07:57 | |
*** larainema has joined #openstack-sahara | 07:58 | |
*** EinstCrazy has joined #openstack-sahara | 08:25 | |
*** sanjayu has joined #openstack-sahara | 09:17 | |
*** sanjayu_ has quit IRC | 09:21 | |
*** tlashchova has joined #openstack-sahara | 09:22 | |
ashishb | Hello Everyone | 09:27 |
ashishb | Can someone please give me the link to sahara-liberty-vanilla-2.7.1-ubuntu-14.04.qcow2 image? | 09:28 |
*** tosky has joined #openstack-sahara | 09:28 | |
ashishb | I am not able to find it under Mirantis file share: http://sahara-files.mirantis.com/images/upstream/ | 09:29 |
* tosky reading logs | 09:29 | |
tosky | ashishb: there are no generated images right now, you can use sahara-image-elements to generate it yourself | 09:29 |
ashishb | oh .. I saw in some test client code these images being used here: https://github.com/openstack/sahara/blob/master/etc/scenario/simple-testcase.yaml | 09:30 |
ashishb | so thought they should be available from somewhere | 09:31 |
ashishb | anyway, for now I am trying to use this: sahara-kilo-vanilla-2.6-ubuntu-14.04.qcow2 with Hadoop 2.7.1 plugin | 09:31 |
ashishb | hope it will work | 09:31 |
ashishb | I am struck with the endless ¨waiting¨ state of my cluster. My issue is somewhat same as mentioned here: | 09:37 |
ashishb | https://ask.openstack.org/en/question/53020/sahara-cluster-stuck-in-waiting-state/ | 09:37 |
ashishb | and https://ask.openstack.org/en/question/64481/sahara-cluster-launching-stay-on-waiting/ | 09:38 |
ashishb | my setup is all-in-one devstack setup with nova-network | 09:38 |
ashishb | out of total 3 nodes in the cluster, 2 are worker nodes --> These are active and have floating IPs assigned correctly | 09:39 |
ashishb | the last node, which is master node is struck without Floating IP | 09:39 |
ashishb | all the instance are ¨Active¨ and seems to be up | 09:40 |
ashishb | in the Sahara screen session it seems to be running into endless loop with calls to keystone etc | 09:40 |
ashishb | any thoughts what could be wrong here ..? | 09:42 |
tosky | check better the other error messages in the logs, you should see where it's waiting | 09:44 |
tosky | sahara by default tries to connect to the instances using ssh, so make sure you can connect to the instances through the floating IP with a key and that instances can access internet | 09:44 |
ashishb | thanks ^tosky, ssh is enabled through key. I can ssh into worker nodes from each other using the key | 09:46 |
ashishb | only master node is struck without floating / public IP | 09:46 |
*** EinstCrazy has quit IRC | 09:46 | |
tosky | ashishb: ah, strange; did you assign a floating IP pool to the node group template of the master node? | 09:47 |
ashishb | ^tosky, good point .. let me verify it quickly | 09:47 |
ashishb | ^tosky, you are right ..! I forgot to mention the floating IP pool name in master node template | 09:49 |
ashishb | many thanks ^tosky, let me correct that :-) | 09:50 |
tosky | :) | 09:56 |
*** sanjayu_ has joined #openstack-sahara | 10:20 | |
*** sanjayu has quit IRC | 10:24 | |
*** sgotliv has joined #openstack-sahara | 10:42 | |
*** larainema has quit IRC | 10:54 | |
*** larainema has joined #openstack-sahara | 10:54 | |
ashishb | Hello ^tosky, finally my cluster is now active :-) | 11:07 |
ashishb | thanks for the help | 11:07 |
tosky | you're welcome | 11:07 |
ashishb | now I am trying to run a sample map-reduce job | 11:07 |
ashishb | as per the dev guide it says: after loggin to NameNode, I can su to hadoop user and run this sample: | 11:08 |
ashishb | $ cd /usr/share/hadoop | 11:08 |
ashishb | $ hadoop jar hadoop-examples-1.2.1.jar pi 10 100 | 11:08 |
ashishb | however, on vanilla 2.6.0 image, there is no such file / directory | 11:08 |
ashishb | do you know where can I locate the samples on Vanilla 2.6.0 ? | 11:09 |
tosky | uhm, I don't have a running cluster now, but look for etc/edp-examples/hadoop2/edp-java/hadoop-mapreduce-examples-2.6.0.jar in the sahara source code (maybe try to find that file) | 11:13 |
ashishb | oh ..ok | 11:15 |
ashishb | let me try that | 11:15 |
*** egafford has joined #openstack-sahara | 11:17 | |
openstackgerrit | Ethan Gafford proposed openstack/sahara: Minor updates to edp documentation https://review.openstack.org/219459 | 11:20 |
openstackgerrit | Merged openstack/sahara-image-elements: Added support of Hue 3.8.1 to MapR image elements https://review.openstack.org/217769 | 11:32 |
*** bapalm has quit IRC | 11:43 | |
*** bapalm has joined #openstack-sahara | 11:49 | |
*** crobertsrh has quit IRC | 12:18 | |
*** madong_ has joined #openstack-sahara | 12:23 | |
*** larainema has quit IRC | 12:23 | |
*** tmckay has joined #openstack-sahara | 12:27 | |
*** david-lyle has quit IRC | 12:27 | |
*** david-lyle has joined #openstack-sahara | 12:28 | |
*** raildo-afk is now known as raildo | 12:29 | |
*** crobertsrh has joined #openstack-sahara | 12:30 | |
egafford | crobertsrh: New patch for job interface UI @ https://review.openstack.org/#/c/209683/ if you have time to stamp the (very positive!) changes Diane wanted. | 12:40 |
egafford | crobertsrh: The form's all stripey now. | 12:40 |
egafford | Also, morning! | 12:40 |
crobertsrh | egafford: Ack. I will take another look. | 12:41 |
egafford | crobertsrh: I can verify that the form is functional, and the changes were pretty visual-only, so hopefully it can just be a code sanity pass for you. | 12:42 |
crobertsrh | Sure | 12:43 |
egafford | s/can verify/have verified/, for clarity. | 12:43 |
egafford | crobertsrh: Thanks! | 12:49 |
crobertsrh | Hoping like crazy it will get merged for L | 12:50 |
egafford | crobertsrh: That'd be awesome! | 12:50 |
egafford | (If only so I don't have to rebase it against master for Tokyo. :D ) | 12:50 |
egafford | (Also for other reasons, like it's kinda useful, and having UX-only features not be in the UI is a little dubious.) | 12:51 |
*** sanjayu has joined #openstack-sahara | 12:55 | |
*** sgotliv has quit IRC | 12:57 | |
*** sgotliv has joined #openstack-sahara | 12:57 | |
*** sanjayu_ has quit IRC | 12:58 | |
NikitaKonovalov | @egafford: please have a look at the comments | 13:03 |
*** sanjayu_ has joined #openstack-sahara | 13:04 | |
egafford | NikitaKonovalov: Ack; I realized I had some additional var caching to do on the template, so I'll roll your comments into the next patch. | 13:05 |
egafford | Thanks. | 13:05 |
egafford | NikitaKonovalov: Do you have an example of "safe wrappings" for launch.py? As this is a sec concern, I'd rather be pointed to the standard solution than try to work it out myself, if one exists. | 13:07 |
*** sanjayu has quit IRC | 13:07 | |
NikitaKonovalov | @egafford: yes, I'll try to find one for you | 13:08 |
egafford | NikitaKonovalov: Thank you. | 13:08 |
NikitaKonovalov | @egafford: something like this https://github.com/openstack/horizon/blob/master/openstack_dashboard/contrib/sahara/content/data_processing/clusters/workflows/scale.py#L89 | 13:11 |
NikitaKonovalov | decode works the same way | 13:11 |
egafford | NikitaKonovalov: Thanks very much. Normally I'd look around myself to find the right thing, but in sec cases, I prefer to ask early. | 13:11 |
*** vgridnev has joined #openstack-sahara | 13:13 | |
*** links has quit IRC | 13:17 | |
*** ashishb has quit IRC | 13:31 | |
*** madong_ is now known as larainema | 13:43 | |
*** egafford has quit IRC | 13:57 | |
*** egafford has joined #openstack-sahara | 13:59 | |
*** vgridnev has quit IRC | 14:00 | |
*** macjack has quit IRC | 14:08 | |
*** esikachev has joined #openstack-sahara | 14:11 | |
*** raildo is now known as raildo-afk | 14:16 | |
*** raildo-afk is now known as raildo | 14:17 | |
*** Poornima has quit IRC | 14:22 | |
*** pino|work_ has joined #openstack-sahara | 14:34 | |
*** tosky__ has joined #openstack-sahara | 14:35 | |
*** tosky has quit IRC | 14:36 | |
*** pino|work has quit IRC | 14:36 | |
*** pino|work_ is now known as pino|work | 14:36 | |
*** pino|work_ has joined #openstack-sahara | 14:39 | |
*** tosky has joined #openstack-sahara | 14:39 | |
*** tosky__ has quit IRC | 14:41 | |
*** pino|work has quit IRC | 14:41 | |
*** pino|work_ is now known as pino|work | 14:41 | |
*** ashishb has joined #openstack-sahara | 14:42 | |
*** hdd has joined #openstack-sahara | 14:48 | |
*** hdd has quit IRC | 14:50 | |
*** hdd has joined #openstack-sahara | 14:50 | |
*** krotscheck is now known as kro_afk | 14:59 | |
*** kro_afk is now known as krotscheck | 15:04 | |
*** nkrinner has quit IRC | 15:04 | |
*** amwong has joined #openstack-sahara | 15:20 | |
*** amwong has quit IRC | 15:27 | |
*** amwong has joined #openstack-sahara | 15:31 | |
*** amwong_ has joined #openstack-sahara | 16:09 | |
*** esikachev has quit IRC | 16:11 | |
*** amwong has quit IRC | 16:12 | |
*** amwong_ has quit IRC | 16:14 | |
*** devlaps has joined #openstack-sahara | 16:16 | |
elmiko | just a doc-days heads up, we have several patches in flight that could use more reviews. please have a look when you have a free moment =) | 16:28 |
elmiko | https://etherpad.openstack.org/p/sahara-liberty-doc-update-day | 16:28 |
elmiko | i will beg if i have to | 16:28 |
* elmiko holds hat out | 16:28 | |
elmiko | "spare some reviews?" | 16:28 |
openstackgerrit | Denis Egorenko proposed stackforge/sahara-ci-config: Delete image by id instead of name https://review.openstack.org/219782 | 16:43 |
openstackgerrit | Michael McCune proposed openstack/sahara: Correcting userdoc installation guide https://review.openstack.org/219783 | 16:44 |
*** larainema has quit IRC | 16:45 | |
*** larainema has joined #openstack-sahara | 16:46 | |
*** sgotliv has quit IRC | 17:08 | |
*** pino|work has quit IRC | 17:09 | |
*** tosky has quit IRC | 17:10 | |
*** pino|work has joined #openstack-sahara | 17:12 | |
*** tosky has joined #openstack-sahara | 17:13 | |
*** pino|work has quit IRC | 17:18 | |
*** tosky has quit IRC | 17:18 | |
*** pino|work has joined #openstack-sahara | 17:18 | |
*** tosky has joined #openstack-sahara | 17:21 | |
*** ashishb has quit IRC | 17:21 | |
*** stanchan has quit IRC | 17:22 | |
*** pino|work has quit IRC | 17:23 | |
*** tosky has quit IRC | 17:26 | |
*** tosky has joined #openstack-sahara | 17:28 | |
*** tosky has quit IRC | 17:33 | |
*** esikachev has joined #openstack-sahara | 17:47 | |
*** esikachev has quit IRC | 17:56 | |
*** madong_ has joined #openstack-sahara | 18:02 | |
*** larainema has quit IRC | 18:03 | |
*** ashishb has joined #openstack-sahara | 18:12 | |
openstackgerrit | Merged stackforge/sahara-ci-config: Delete image by id instead of name https://review.openstack.org/219782 | 18:33 |
*** vgridnev has joined #openstack-sahara | 18:41 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-sahara: acceptance: bump trusty packaging to trusty-proposed/liberty https://review.openstack.org/219845 | 19:09 |
*** coolsvap_ has joined #openstack-sahara | 19:09 | |
egafford | NikitaKonovalov, crobertsrh: Thanks for feedback on https://review.openstack.org/#/c/209683/. Hopefully last patch set. NikitaKonovalov, crobertsrh and I tried to work through finding an exploit that would require safe encoding beyond the base support in the Django form element, and couldn't find one. If you can provide an example exploit, I'll try to wrap it. | 19:25 |
*** tlashchova has quit IRC | 19:31 | |
elmiko | do we have any idea about when the doc fixes will need to be merged for the next release? | 19:35 |
vgridnev | ashishb, when fix for that will be done? https://bugs.launchpad.net/sahara/+bug/1485648 | 19:41 |
openstack | Launchpad bug 1485648 in Sahara "[DOC] Quickstart user guide is too old" [Undecided,Confirmed] - Assigned to Ashish Billore (ashish.billore) | 19:41 |
vgridnev | elmiko, I heard that docs changes should be merged before rc-1 | 19:44 |
elmiko | vgridnev: ok, great. thank you =) | 19:44 |
*** coolsvap_ has quit IRC | 19:45 | |
*** hdd has quit IRC | 19:53 | |
*** hdd has joined #openstack-sahara | 19:54 | |
ashishb | ^vgridnev: Iĺl plan to submit the patch for review for https://bugs.launchpad.net/sahara/+bug/1485648 by tomorrow | 19:57 |
openstack | Launchpad bug 1485648 in Sahara "[DOC] Quickstart user guide is too old" [Undecided,Confirmed] - Assigned to Ashish Billore (ashish.billore) | 19:57 |
ashishb | also, for this patch I need the Liberty image for Hadoop Vanilla 2.7.1 | 19:58 |
ashishb | and I learnt from ^tosky that Liberty Images are not yet published | 19:59 |
ashishb | ^vgridnev, for now Iĺl mention sahara-kilo-vanilla-2.6-ubuntu-14.04 as the sample image for eample | 20:02 |
ashishb | once sahara-liberty-vanilla-2.7.1-ubuntu-14.04 is available, Iĺl update it | 20:02 |
ashishb | hope this is fine | 20:02 |
elmiko | ashishb: as long as we get to it before the rc1 release, i think we will be ok | 20:05 |
ashishb | ok, then Iĺl go ahead with sahara-kilo-vanilla-2.6-ubuntu-14.04 for now for the doc | 20:05 |
openstackgerrit | Michael McCune proposed openstack/sahara: Updating the userdoc configuration https://review.openstack.org/219863 | 20:09 |
vgridnev | ashishb, there are much difference between 2.60 and 2.7.1, so you can just replace 2.6.0 with 2.7.1 in the final change | 20:18 |
vgridnev | there are no much difference, I meant | 20:18 |
ashishb | sure ^vgridnev, on my dev setup I am running sahara-kilo-vanilla-2.6-ubuntu-14.04.qcow2 with 2.7.1 plugin | 20:19 |
vgridnev | seems that l3 tag was pus | 20:19 |
vgridnev | seems that l3 tag was pushed | 20:19 |
SergeyLukjanov | We're already in Liberty 3 milestone release timeframe (see https://wiki.openstack.org/wiki/Liberty_Release_Schedule for details) and Sahara L3 was actually already tagged. So, the FFE needed to merge features. To get FFE, please, contact SergeyLukjanov and add your FFE proposal to https://etherpad.openstack.org/p/sahara-liberty-ffes | 20:20 |
SergeyLukjanov | Thanks. | 20:20 |
ashishb | my query was about the image location url for sahara-liberty-vanilla-2.7.1-ubuntu-14.04.qcow2 on http://sahara-files.mirantis.com/images/upstream/ | 20:21 |
SergeyLukjanov | elmiko, tmckay, egafford, crobertsrh, sreshetnyak, aignatov. please don't merge features with explicit confirmation from me for FFE | 20:21 |
crobertsrh | Not a problem :) | 20:21 |
elmiko | SergeyLukjanov: i have some questions about ffe for the improved secret storage, i have a patch ready to post but i'm curious about whether we should push to include it or not. | 20:22 |
*** stanchan has joined #openstack-sahara | 20:22 | |
elmiko | SergeyLukjanov: will you be checking the ML? | 20:22 |
*** witlessb has quit IRC | 20:22 | |
SergeyLukjanov | I'll be unavailable tomorrow | 20:23 |
SergeyLukjanov | ML is ok | 20:23 |
elmiko | cool, have a fun vacation =) | 20:23 |
SergeyLukjanov | let's chat on Friday EU evening | 20:23 |
elmiko | ok | 20:23 |
* SergeyLukjanov should be available around 7pm UTC Friday | 20:24 | |
egafford | SergeyLukjanov: Ack. | 20:24 |
egafford | Have a good time! | 20:24 |
elmiko | SergeyLukjanov: ack, i might just use ML, i will try to be available around then though. | 20:25 |
elmiko | i'm flying back from the midcycle on friday | 20:25 |
elmiko | SergeyLukjanov: we've had some good discussions about sahara during this week. we should have some good topics for summit about security | 20:26 |
SergeyLukjanov | that's great, elmiko! | 20:26 |
vgridnev | SergeyLukjanov, that was -2'ed by error | 20:27 |
vgridnev | https://review.openstack.org/#/c/219565/ | 20:27 |
*** stanchan has quit IRC | 20:27 | |
SergeyLukjanov | vgridnev, yup, approved instead | 20:28 |
tmckay | noted on the FFE | 20:30 |
*** tmckay has quit IRC | 20:41 | |
*** raildo is now known as raildo-afk | 20:43 | |
*** raildo-afk is now known as raildo | 20:43 | |
vgridnev | crobertsrh, it looks like you got FFE on some horizon stuff | 20:43 |
crobertsrh | Indeed | 20:44 |
vgridnev | https://launchpad.net/horizon/+milestone/liberty-rc1 | 20:44 |
crobertsrh | I just about have a patch ready to address the comments. | 20:44 |
david-lyle | I'm still reviewing today, hoping to approve before FFE required | 20:45 |
david-lyle | the one in the RC has an issue | 20:45 |
crobertsrh | Thanks david-lyle | 20:47 |
*** vgridnev has quit IRC | 20:56 | |
*** tosky has joined #openstack-sahara | 20:57 | |
*** ashishb has quit IRC | 20:59 | |
*** vgridnev has joined #openstack-sahara | 21:05 | |
*** raildo is now known as raildo-afk | 21:07 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-sahara: acceptance: bump trusty packaging to trusty-proposed/liberty https://review.openstack.org/219845 | 21:11 |
*** crobertsrh is now known as _crobertsrh | 21:11 | |
*** egafford has quit IRC | 21:38 | |
*** vgridnev has quit IRC | 21:38 | |
*** hdd has quit IRC | 22:19 | |
*** tosky has quit IRC | 22:26 | |
openstackgerrit | Merged openstack/sahara: adding developer docs guidelines about clients https://review.openstack.org/217786 | 22:43 |
openstackgerrit | Merged openstack/sahara: Add CDH HDFS HA part in the user doc https://review.openstack.org/212552 | 22:45 |
openstackgerrit | Merged openstack/sahara: Updated from global requirements https://review.openstack.org/219503 | 22:59 |
openstackgerrit | Merged openstack/sahara: Print Heat stack before create/update to debug logs https://review.openstack.org/215646 | 23:00 |
openstackgerrit | Merged openstack/sahara: [doc-day] Updated development environment guide https://review.openstack.org/219195 | 23:03 |
openstackgerrit | Merged openstack/sahara: Update documentation for Vanilla plugin https://review.openstack.org/218946 | 23:14 |
elmiko | aignatov: thank you =) | 23:19 |
*** krotscheck is now known as kro_paternity | 23:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!