Friday, 2018-11-30

*** tosky has quit IRC00:27
*** dave-mccowan has joined #openstack-sahara01:50
*** tellesnobrega_ has joined #openstack-sahara01:51
*** tellesnobrega has quit IRC01:53
openstackgerritgaobin proposed openstack/sahara master: fixed word error  https://review.openstack.org/62105401:55
*** dave-mccowan has quit IRC02:46
*** dave-mccowan has joined #openstack-sahara02:54
*** dave-mccowan has quit IRC03:33
*** dave-mccowan has joined #openstack-sahara03:36
*** dave-mccowan has quit IRC04:30
*** pcaruana has quit IRC05:35
*** pcaruana has joined #openstack-sahara07:22
openstackgerritFilippo Inzaghi proposed openstack/python-saharaclient master: Add Python 3.6 classifier to setup.cfg  https://review.openstack.org/62110307:24
*** rcernin has quit IRC08:06
*** tosky has joined #openstack-sahara08:42
*** pcaruana has quit IRC10:44
*** pcaruana has joined #openstack-sahara10:50
*** tellesnobrega_ has quit IRC11:34
*** pcaruana has quit IRC12:11
*** tellesnobrega_ has joined #openstack-sahara13:50
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: Fix the test template for storm 1.2  https://review.openstack.org/62116614:29
Gaasmann2018-11-30 15:45:31.664 8 ERROR sahara.service.ops [req-0119493b-e04f-408d-a977-e358ec210fe8 78e9b31dfce642fa9995a58d017458d1 a4b84a529e9e4eea8ff7bfbe51c48e32 - - -] [instance: none, cluster: 4e5cffe9-0f5e-4a5f-979e-106e687f95d3] Error during operating on cluster (reason: 'Operation with name 'Await starting Cloudera Manager'' timed out after 300 second(s) and following timeout was violated:15:46
GaasmannTimeout for Cloudera Manager starting15:46
GaasmannI'm not sur I understand, the instance is none, I don't see a command to start the Cloud Manager in the log or anything starting on the nodes15:47
GaasmannIs it for a service something start to return or is it something else?15:48
Gaasmanns/Is it/Is it waiting/15:48
toskyGaasmann: the command executed is `service cloudera-scm-server start`16:09
toskyexecuted by sahara-engine connected through ssh on the manager node16:09
Gaasmannhum that one was executed and finished. I think my main disk ran out of space though, I'm spawning a cluster with bigger disk to test16:13
toskyoh, how much?16:15
Gaasmann10G, testing with 40G16:16
toskyI usually assign 25G16:17
toskyto the manager node, I mean16:17
Gaasmannhum16:18
Gaasmann2018-11-30 16:15:33.162 8 DEBUG sahara.utils.ssh_remote [req-8ddcd088-925c-4afa-b14c-5c0197154031 78e9b31dfce642fa9995a58d017458d1 a4b84a529e9e4eea8ff7bfbe51c48e32 - - -] [instance: a2455578-cd2d-4d30-8cf3-dc4dbafa2d4f, cluster: fd344395-085a-43b4-a3bf-e3473e831871] "Executing "service cloudera-scm-server start"" took 5.4 seconds to complete _log_command16:18
Gaasmann/var/lib/kolla/venv/local/lib/python2.7/site-packages/sahara/utils/ssh_remote.py:93116:18
Gaasmannwaiting for the end or timeout16:18
Gaasmanntimeout as well16:22
toskythe condition is "being able to connect to the Cloudera Manager API port"16:25
toskywhich is 718016:25
*** pcaruana has joined #openstack-sahara16:26
toskythis is the relevant function: http://git.openstack.org/cgit/openstack/sahara/tree/sahara/plugins/cdh/plugin_utils.py#n38216:27
GaasmannI can browse the website16:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Enable overriding the service setup host python interpreter  https://review.openstack.org/62122216:29
Gaasmanntosky: The cluster is up and running. I wonder how the telnet is done. Specifically from where. Does it go through the netns ns or directly from the controller node, this kind of thing16:34
toskyfrom the the place where the code runs, so from the controller16:35
toskybut, unless you disabled it, sahara should open the required ports automatically16:35
Gaasmannsure, but for the ssh command, it uses the proxy-command with the ip netns exec. I wonder if the telnet does the same thing16:42
Gaasmannotherwise, it won´t work16:42
toskyoh!16:42
toskygood point16:42
toskyI suspect it does not16:43
Gaasmannerf16:43
toskytellesnobrega_: ^^16:43
toskywe have a problem16:43
Gaasmannmy cluster is on a tenant network with use_namespace=True in sahara.conf :-)16:43
toskymaybe we can use the existing system for connection for that16:44
toskyinstead of an ssh connection16:44
*** tellesnobrega_ is now known as tellesnobrega16:50
tellesnobregatosky, I'm not sure I understand the issue here16:50
toskywhen starting cloudera manager, this function is used: http://git.openstack.org/cgit/openstack/sahara/tree/sahara/plugins/cdh/plugin_utils.py#n38216:51
toskybut then the cunction polls _check_cloudera_manager_started, so http://git.openstack.org/cgit/openstack/sahara/tree/sahara/plugins/cdh/plugin_utils.py#n37416:51
toskyand that function uses telnetlib, which does not use the proxy settings16:52
tellesnobregahuum16:52
tellesnobregawe should change that to use ssh as well?16:53
toskythe problem is that we need just a ping on that port16:53
toskynot sure we can simulate it with paramiko16:53
toskyotherwise we need to find a way to reuse the proxy settings for a simple ping16:53
tellesnobregaI see16:54
toskyok, first step first: a story16:54
toskyGaasmann: can you please create a story, or do you want me to do it?16:55
GaasmannI'll do it, you may need to review it as I feel I don't have all the right terms to describe the problem correctly.16:55
toskysure; thanks!17:01
*** pcaruana has quit IRC17:04
Gaasmannhttps://storyboard.openstack.org/#!/story/200447617:09
tellesnobregathanks Gaasmann17:10
*** tellesnobrega_ has joined #openstack-sahara17:13
*** tellesnobrega has quit IRC17:15
*** openstackgerrit has quit IRC17:51
*** jeremyfreudberg has joined #openstack-sahara18:20
jeremyfreudbergtellesnobrega_, tosky: i'm late to the party, but i've seen that cloudera issue too (and swept it under the rug)18:21
jeremyfreudbergit would explain why CDH never worked in my production clouds but always worked so perfectly in devstack18:21
*** jeremyfreudberg has quit IRC18:23
toskyoh, thanks18:27
*** openstackgerrit has joined #openstack-sahara18:55
openstackgerritMerged openstack/sahara master: Add DEBIAN_FRONTEND=noninteractive in front of apt-get install commands  https://review.openstack.org/62039618:55
openstackgerritLuigi Toscano proposed openstack/sahara stable/rocky: Add DEBIAN_FRONTEND=noninteractive in front of apt-get install commands  https://review.openstack.org/62126518:59
toskybackport!19:00
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: New job for sahara-scenario based on python 3  https://review.openstack.org/60821119:35
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: DNM Test print python version  https://review.openstack.org/60714519:35
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Add bugs url link to README  https://review.openstack.org/59854620:27
*** tellesnobrega_ has quit IRC20:33
*** openstackgerrit has quit IRC20:50
GaasmannIs there a place telling what is the minimal base image to generate images? I tried to build mapr but it fails on Ubuntu Xenial as it tries to install openjdk-7-jre but this package does not exist (minimum openjdk-8)21:14
toskymapr requires trusty21:18
toskynot our requirement, it's a requirement of MapR 5.221:19
toskyunfortunately we don't support yet MapR 621:19
toskyanyway, we recently restructured the documentation, so the User Guide documents the supported distributions for each plugin and version21:21
toskyhere: https://docs.openstack.org/sahara/latest/user/index.html#plugins21:21
toskyfor example, MapR is https://docs.openstack.org/sahara/latest/user/mapr-plugin.html#images21:22
Gaasmannerf, not sure why, I was looking at the Pike version of the doc :-)21:22
Gaasmannway clearer with the new version21:23
toskyI guess we should backport that patch21:23
*** openstackgerrit has joined #openstack-sahara21:43
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Enable overriding the service setup host python interpreter  https://review.openstack.org/62122221:43
openstackgerritLuigi Toscano proposed openstack/sahara-image-elements master: firstboot: make rc-local start after cloud-init  https://review.openstack.org/62130222:21
openstackgerritLuigi Toscano proposed openstack/sahara stable/rocky: doc: restructure the image building documentation  https://review.openstack.org/62130622:41
*** tosky has quit IRC23:42

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