*** dave-mccowan has quit IRC | 01:02 | |
*** dave-mccowan has joined #openstack-sahara | 01:05 | |
*** Bhujay has quit IRC | 03:43 | |
*** dave-mccowan has quit IRC | 04:04 | |
*** Bhujay has joined #openstack-sahara | 04:38 | |
*** Bhujay has quit IRC | 05:07 | |
*** Bhujay has joined #openstack-sahara | 05:08 | |
*** pcaruana has quit IRC | 05:26 | |
*** Bhujay has quit IRC | 06:02 | |
*** Bhujay has joined #openstack-sahara | 06:03 | |
*** hoonetorg has quit IRC | 06:45 | |
*** pcaruana has joined #openstack-sahara | 06:48 | |
*** hoonetorg has joined #openstack-sahara | 06:57 | |
*** rcernin has quit IRC | 07:20 | |
*** tosky[m] has quit IRC | 08:11 | |
*** galaxyblr has joined #openstack-sahara | 08:14 | |
*** Bhujay has quit IRC | 10:45 | |
*** dave-mccowan has joined #openstack-sahara | 11:15 | |
*** zchkun has joined #openstack-sahara | 11:29 | |
*** zchkun has quit IRC | 11:30 | |
*** Bhujay has joined #openstack-sahara | 11:35 | |
openstackgerrit | Merged openstack/python-saharaclient stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/589799 | 11:49 |
---|---|---|
openstackgerrit | Merged openstack/sahara-image-elements stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/590616 | 11:51 |
openstackgerrit | Merged openstack/sahara-dashboard stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/590613 | 11:51 |
openstackgerrit | Merged openstack/sahara stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/590618 | 11:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/590965 | 12:17 |
Bhujay | tellesnobrega , got the ambari param that will avoid the hdp cluster installation time out issue(https://storyboard.openstack.org/#!/story/2003176) , and done it with a very stupid way of replace_remote_string , would you mind coaching a bit , i wanted it make it user configurable , where to start from ? | 12:55 |
tellesnobrega | no problem | 12:56 |
tellesnobrega | let me take a look | 12:56 |
Bhujay | i have solved it this way https://github.com/BhujayKumarBhatta/MISC-Codes/blob/739e0c31eb6bc4e0b1d39e7bdddc1e633ca080ad/sahara-mod/ambari-timeout-during-installation-solved-code.py#L9 | 12:57 |
Bhujay | but i dont think you will accept it as a patch since it is fixed value | 12:57 |
tellesnobrega | yes, we should make that configurable | 12:58 |
tellesnobrega | you can use the replace_remote_string method, I think that works fine | 12:59 |
tellesnobrega | let me just see if we can configure it before the files goes to the cluster | 12:59 |
tellesnobrega | maybe not, because this is probably there when ambari is installed | 12:59 |
Bhujay | yes it was there and the replace_remote_string worked fine in my env , tested with 10 node cluster wrking fine | 13:00 |
tellesnobrega | nice | 13:00 |
tellesnobrega | so basically what we want is to add a new parameter to the config file | 13:00 |
Bhujay | only thing is to make the timeout value configurable | 13:01 |
tellesnobrega | ok | 13:01 |
tellesnobrega | Bhujay, I believe this is quite simple | 13:03 |
tellesnobrega | https://github.com/openstack/sahara/blob/8b4af0daf3688dc79c8b15818dd817b01f5cc823/sahara/cli/image_pack/cli.py#L26 | 13:03 |
tellesnobrega | you will have to add this CONF file | 13:03 |
tellesnobrega | variable | 13:03 |
Bhujay | let me see | 13:03 |
tellesnobrega | wait, maybe not | 13:04 |
tellesnobrega | let me find a better example | 13:04 |
Bhujay | i understood this but | 13:04 |
tellesnobrega | https://github.com/openstack/sahara/blob/4439daca6de49430ad6d4a5b295e94a7eb4acf72/sahara/service/castellan/config.py | 13:04 |
tellesnobrega | this is a good example | 13:04 |
tellesnobrega | you can follow this to add the new argument | 13:05 |
Bhujay | i wanted to pass this parameters from the cluster template so that depending on the size of cluster user can modify the value | 13:06 |
Bhujay | somewhere like ambari general settings in the HDP template | 13:08 |
Bhujay | will it not be realted to this file https://github.com/openstack/sahara/blob/master/sahara/plugins/ambari/resources/configs-2.4.json | 13:09 |
Bhujay | and here https://github.com/openstack/sahara/blob/8250e5cc14542a54f71cebcd3a9ffa3dc8222623/sahara/plugins/ambari/configs.py#L252 | 13:10 |
Bhujay | i am lost though ... | 13:11 |
tellesnobrega | I see | 13:16 |
tellesnobrega | let me look | 13:17 |
tellesnobrega | this will a bit trickier | 13:17 |
tellesnobrega | because you will need to work the UI, client and sahara side | 13:18 |
tellesnobrega | let me see if I can get some examples | 13:18 |
tellesnobrega | iiuc, you want something that we can change while configuring the cluster | 13:18 |
tellesnobrega | like we do for dfs replication | 13:18 |
* tellesnobrega looks for good examples on how to do this | 13:22 | |
*** zchkun has joined #openstack-sahara | 13:33 | |
*** jeremyfreudberg has joined #openstack-sahara | 13:37 | |
jeremyfreudberg | tellesnobrega: will there still be a meeting today, even with luigi on PTO? | 13:37 |
tellesnobrega | jeremyfreudberg, not sure, do you think it is necessary? do you have anything important to discuss? | 13:38 |
tellesnobrega | if not, we can skip and come back next week | 13:38 |
jeremyfreudberg | i don't really have anything to raise. | 13:38 |
jeremyfreudberg | zchkun? | 13:38 |
tellesnobrega | I guess not. We can skip today | 13:42 |
tellesnobrega | I will send an email to the list | 13:42 |
jeremyfreudberg | cool | 13:43 |
Bhujay | tellesnobrega , yes , dfs replication of hdp repo url etc. I will work on the server side first , and then will work on the UI side . Would be grateful to get a a bit of coaching from you guys ;) | 13:46 |
tellesnobrega | Bhujay, I haven't done this before, I will take a look and try to explain better to you | 13:47 |
tellesnobrega | jeremyfreudberg, please help if you already know how to do it | 13:47 |
jeremyfreudberg | i'll have to look around as well. | 13:52 |
tellesnobrega | thanks | 13:55 |
Bhujay | thanks jeremyfreudberg in advance | 13:56 |
*** jeremyfreudberg has quit IRC | 14:04 | |
*** zchkun has quit IRC | 14:05 | |
*** Bhujay has quit IRC | 14:12 | |
*** galaxyblr has quit IRC | 14:20 | |
*** dave-mccowan has quit IRC | 15:26 | |
*** dave-mccowan has joined #openstack-sahara | 15:48 | |
*** pcaruana has quit IRC | 16:34 | |
*** openstackgerrit has quit IRC | 16:49 | |
*** openstackgerrit has joined #openstack-sahara | 17:25 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Use the TESTING_BRANCH env var for constraints https://review.openstack.org/592606 | 17:25 |
*** dave-mccowan has quit IRC | 17:39 | |
*** tellesnobrega has quit IRC | 19:48 | |
*** tellesnobrega has joined #openstack-sahara | 19:50 | |
*** tellesnobrega has quit IRC | 20:03 | |
*** pcaruana has joined #openstack-sahara | 20:13 | |
*** pcaruana has quit IRC | 20:53 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-sahara master: Remove PE requirement from metadata.json https://review.openstack.org/592732 | 21:27 |
*** rcernin has joined #openstack-sahara | 21:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!