Monday, 2019-09-02

*** WillCode has left #openstack-kolla00:20
*** k_mouza has joined #openstack-kolla00:43
*** k_mouza has quit IRC00:48
*** gregoryo has joined #openstack-kolla01:28
*** spsurya has joined #openstack-kolla01:29
*** eandersson has quit IRC01:36
*** cah_link has quit IRC04:53
*** radeks has joined #openstack-kolla05:25
*** ivve has joined #openstack-kolla05:29
*** Luzi has joined #openstack-kolla05:37
*** hamdyk has joined #openstack-kolla06:15
*** cah_link has joined #openstack-kolla06:22
*** jbadiapa has joined #openstack-kolla06:37
*** gfidente has joined #openstack-kolla06:56
*** luksky has joined #openstack-kolla07:12
*** egonzalez has joined #openstack-kolla07:19
openstackgerritMichal Nasiadka proposed openstack/kolla master: Change fluentd to td-agent on CentOS  https://review.opendev.org/67561407:38
*** hamdyk has quit IRC07:39
*** hamdyk has joined #openstack-kolla07:39
*** hamdyk has quit IRC07:46
*** pcaruana has joined #openstack-kolla07:49
*** hamdyk has joined #openstack-kolla07:58
*** dougsz has joined #openstack-kolla08:04
*** nathharp has joined #openstack-kolla08:09
*** nathharp has quit IRC08:09
*** nathharp has joined #openstack-kolla08:10
*** dr_feelgood has joined #openstack-kolla08:10
*** k_mouza has joined #openstack-kolla08:14
*** gregoryo has quit IRC08:41
*** dr_feelgood has quit IRC08:53
*** andrein has joined #openstack-kolla08:54
*** jistr has quit IRC09:09
*** jistr has joined #openstack-kolla09:10
*** WillCode has joined #openstack-kolla09:22
WillCodeGood morning :-)   Many thanks for the quick hints yesterday. I have deployed a multi node environment with Magnum and all went fine !09:23
mgoddardmorning all09:25
mgoddardhenriqueof1: I think we would need more details on the failure09:25
WillCodeBut 2 little questions still exists:    1)   How I could get root access to the docker containers ?   A 'docker exec -it glance_api /bin/bash' points me to (glance-api)[glance@cloudbox001:/ but I could not switch to root account (do not know password)    2)  If I add one service (f.e. Magnum) Horizon becomes unusable in some menu options.09:25
WillCodeThanks in advance !09:25
mgoddardWillCode: docker exec -u root09:26
WillCodeArrrgh !     Thanks  mgoddard09:27
mnasiadkahorizon... try removing with docker stop horizon && docker rm horizon and redeploying09:28
mnasiadkaor clearing web browser cookies and cache :)09:28
WillCodeThanks mnasiadka09:29
WillCoderoot access to container works !  :-)09:30
openstackgerritEddie Yen proposed openstack/kolla stable/rocky: Delete default gnocchi & aodh wsgi conf in Ubuntu binary  https://review.opendev.org/67961709:42
openstackgerritEddie Yen proposed openstack/kolla stable/rocky: Delete default gnocchi & aodh wsgi conf in Ubuntu binary  https://review.opendev.org/67961709:44
*** dr_feelgood has joined #openstack-kolla09:47
*** dr_feelgood has quit IRC09:49
*** dr_feelgood has joined #openstack-kolla09:51
WillCodeOk, I have learned a lot in the last 2 hours... :-)      If I want to allow glance to upload images via www, I have to set serveral options in 'glance_api.conf' and Horizons 'local_settings'       Now I have to restart glance_api and httpd           The first I got managed with    'docker rerstart glance_api'        But whre do I find the httpd service ???09:58
WillCodeI have searched the network ports with "docker inspect" on all running containers, but could not find any 80 or 44309:59
WillCodeOr could I set the options directly in "globals.yml" and re-deploy ??10:00
mnasiadkaWillCode: check "OpenStack Service Configuration in Kolla" here https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#10:02
WillCode--->  "Kolla will look for a file in /etc/kolla/config/<< service name >>/<< config file >>"    -->   WOW !    Thanks10:04
WillCodeGreat community. Nice guys.10:04
mnasiadkaugh10:09
mnasiadkamgoddard: seems we have some problems in the CI connecting to trunk.rdoproject.org...10:09
mnasiadkatrunk.rdoproject.org:443; Connection timed out10:09
mnasiadkahttps://ae2197746e23c7b714c7-0b8936c820696cdb6c8467dc1e642b32.ssl.cf1.rackcdn.com/675614/44/check/kolla-ansible-centos-source/9651d29/ara-report/10:09
mgoddardmnasiadka: :(10:12
mgoddarddo we not have mirrors?10:12
mnasiadkawell, maybe we do - but we download the repo file directly from trunk.rdo10:12
mgoddardright10:13
mgoddardworks on my laptop, maybe it was a temporary issue?10:13
mnasiadkawell, had it once, did a recheck and it's there again10:14
mnasiadkaseems like a Rackspace issue10:14
*** nathharp_ has joined #openstack-kolla10:15
*** nathharp_ has quit IRC10:17
*** nathharp has quit IRC10:18
*** nathharp has joined #openstack-kolla10:18
*** nathharp has joined #openstack-kolla10:23
*** nathharp has quit IRC10:25
*** nathharp has joined #openstack-kolla10:41
openstackgerritOndrej Duchon proposed openstack/kolla-ansible master: Corrected notificaions for auditing.  https://review.opendev.org/67854410:47
*** jovial[m] has quit IRC11:08
*** dougsz has quit IRC11:11
hrwmorning11:12
*** andrein has quit IRC11:21
mgoddardmorning hrw11:24
*** dougsz has joined #openstack-kolla11:30
*** WillCode has left #openstack-kolla12:00
*** FlorianFa has joined #openstack-kolla12:10
henriqueof1mgoddard: About the deploy error, only thing I changed was adding config files to /etc/kolla/config dir and after the error show up I removed then but the error persisted, not sure if it is related.12:15
henriqueof1It always fails on the 'Restart cinder-backup container' step.12:16
henriqueof1Only clue I have about the error is "'unicode object' has no attribute 'changed'".12:16
henriqueof1What detail do you need?12:16
*** priteau has joined #openstack-kolla12:23
*** andrein has joined #openstack-kolla12:25
*** ondrejduchon has joined #openstack-kolla12:27
*** luksky has quit IRC12:28
mgoddardhenriqueof1: a copy of the ansible output from the failing task would be good12:31
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/stein: Set my_ip in ironic.conf  https://review.opendev.org/67963112:38
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/rocky: Set my_ip in ironic.conf  https://review.opendev.org/67963212:39
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/stein: Use secure websocket for nova serial console proxy when TLS enabled  https://review.opendev.org/67963312:39
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/rocky: Use secure websocket for nova serial console proxy when TLS enabled  https://review.opendev.org/67963712:42
openstackgerritOndrej Duchon proposed openstack/kolla-ansible master: Corrected notificaions for auditing.  https://review.opendev.org/67854412:42
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/stein: Use net_default_mac in ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2  https://review.opendev.org/67963812:44
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/rocky: Use net_default_mac in ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2  https://review.opendev.org/67963912:44
henriqueof1mgoddard: There you go: https://pastebin.com/ff5Fr6f712:46
mgoddardhenriqueof1: thanks12:47
mgoddardhenriqueof1: are you sure that log is from stein?12:49
henriqueof1Yup, I git clone stable stein on July 26.12:50
mgoddardhenriqueof1: I can't see reference to policy_overwriting12:51
henriqueof1I think I'll clone latest version and use same inventory/globals file, do you think it can mess my deployment?12:52
mgoddardhenriqueof1: are you using external ceph?12:52
henriqueof1mgoddard: Not using ceph, for wxternal sotrage I am using Dell iSCSI.12:53
henriqueof1About policy overwriting: https://pastebin.com/sUPExVLc12:54
mgoddardhenriqueof1: it's not obvious to me what the problem is. I would add some 'debug' tasks to check the value of thos variables13:00
mgoddardhenriqueof1: but something looks weird to me - the conditional in ansible/roles/cinder/handlers/main.yml for cinder backup references a variable called policy_overwriting but your error message does not13:01
henriqueof1mgoddard: I changed the 'ansible/roles/cinder/handlers/main.yml' file after the error appeared, removed some unused coditials like ceph one, will revert back and re-run to show you the error with original files.13:05
mgoddardok13:05
mgoddardI would add some debug tasks though13:05
*** luksky has joined #openstack-kolla13:13
henriqueof1mgoddard: https://pastebin.com/pK3JLm6t13:15
henriqueof1Original files, same error. :(13:15
mgoddardhenriqueof1: right, I think you need to do some debugging locally13:16
henriqueof1Any chances it is related to inventory files? I changed it heavily too.13:16
mgoddardhenriqueof1: it could be, I don't know13:16
henriqueof1mgoddard: Okay, thanks for your time. :)13:17
ondrejduchonHello, I just posted bug report https://bugs.launchpad.net/kolla-ansible/+bug/1842317 concerning usage of FluentFormatter and FluentHandler for logging. What approach would you suggest?13:27
openstackLaunchpad bug 1842317 in kolla-ansible "Use FluentFormatter and FluentHandler for logging" [Undecided,New]13:27
*** Luzi has quit IRC13:32
mgoddarddougsz: ^13:33
dougszondrejduchon: The idea is for all services to output logs directly to fluentd?13:43
dougszCan you still continue to write them locally from the service? I know you could do it via Fluentd13:44
henriqueof1I set enable_cinder_backup to no on globals.yml and used deploy but the container still there, any way to remove it?13:47
mgoddardhenriqueof1: not currently - you'll need a manual docker stop cinder_backup; docker rm cinder_backup13:50
*** cah_link has quit IRC14:02
*** KeithMnemonic has joined #openstack-kolla14:03
ondrejduchondougsz: I was thinking to use custom config, where you will specify which way you want to log. Directly to fluent, or writing into file or both. The advantage of using direct way into fluent is full context (username, request ID..)14:05
dougszondrejduchon: If you did both, would the service do the writing to file like it does at the moment?14:10
dougszA lot of the logs do have those fields - do you have any examples of when more information is sent when logging directly to Fluentd?14:11
*** nathharp_ has joined #openstack-kolla14:13
*** nathharp_ has quit IRC14:15
*** nathharp has quit IRC14:15
*** nathharp has joined #openstack-kolla14:21
ondrejduchondougsz: Yes, you can define format and render it to be same as now.14:26
ondrejduchonI am sending you JSON from neutron as a example14:26
ondrejduchonhttps://pastebin.com/sECYAPRY14:27
*** k_mouza has quit IRC14:30
*** k_mouza_ has joined #openstack-kolla14:30
*** hamdyk has quit IRC14:32
k_mouza_good afternoon guys! Quick one if anyone can help me please. I want to pass some extra environment variables, only in magnum containers. Defining these under docker_common_options, in group_vars/all.yml, applies the changes (at least) on all the common containers as well (fluentd, cron, kolla_toolbox)14:37
dougszondrejduchon: Do you have a diff of how that output compares to the log message written to file?14:42
*** dr_feelgood has quit IRC14:53
ondrejduchondougsz: https://pastebin.com/JKXrh5J9 Btw also there is a exception as one object (string array) for better analysis14:56
*** cah_link has joined #openstack-kolla14:58
dougszondrejduchon: Thanks, it looks useful. The other nice thing is that it could simplify the existing Fluentd config because everything is already extracted.15:02
dougszI suppose creating a patch to add support for one service could be a nice way of getting the ball rolling?15:03
*** mixor has joined #openstack-kolla15:03
dougszWe are also in the process of upgrading Fluentd to the latest stable release, mnasiadka has been doing some good work on that.15:04
*** cah_link has quit IRC15:05
mgoddardondrejduchon: why do we get two timestamps?15:06
*** priteau has quit IRC15:09
ondrejduchonmgoddard: timestamp with @ is when it was accepted by fluent, the other timestamp is when exception was thrown.15:10
*** egonzalez has quit IRC15:17
mgoddardk_mouza_: we don't have a way to do that currently15:20
*** mgoddard has quit IRC15:41
*** mgoddard has joined #openstack-kolla15:43
*** luksky has quit IRC15:45
*** zbr is now known as zbr|ooo15:52
*** ondrejduchon has quit IRC16:08
*** nathharp_ has joined #openstack-kolla16:10
*** nathharp has quit IRC16:14
*** nathharp_ has quit IRC16:15
*** luksky has joined #openstack-kolla16:29
*** jonaspaulo has joined #openstack-kolla16:35
*** k_mouza_ has quit IRC16:42
*** spsurya has quit IRC16:44
*** andrein has quit IRC16:53
openstackgerritPierre Riteau proposed openstack/kolla-ansible master: Remove Heat environment file disabling deprecated plugins  https://review.opendev.org/67486717:14
*** KeithMnemonic1 has joined #openstack-kolla17:27
*** KeithMnemonic1 has quit IRC17:27
*** KeithMnemonic has quit IRC17:31
*** mgoddard has quit IRC17:32
*** mgoddard has joined #openstack-kolla17:35
*** mgoddard has quit IRC17:40
*** andrein has joined #openstack-kolla17:43
*** zbr|ooo is now known as zbr17:53
*** mgoddard has joined #openstack-kolla17:53
*** gfidente is now known as gfidente|afk18:05
*** dougsz has quit IRC18:11
openstackgerritMerged openstack/kolla-ansible master: Fix Zun Docker remote API host  https://review.opendev.org/67827618:14
*** pcaruana has quit IRC18:19
*** pcaruana has joined #openstack-kolla18:19
*** iniazi has quit IRC18:48
*** logan- has quit IRC19:59
*** gfidente|afk has quit IRC20:02
*** logan- has joined #openstack-kolla20:02
*** gfidente has joined #openstack-kolla20:02
*** gfidente has quit IRC20:14
openstackgerritManuel Rodriguez proposed openstack/kolla-ansible master: Add support to enable l3 port-forwarding plugin  https://review.opendev.org/67967820:31
*** pcaruana has quit IRC20:36
*** dougsz has joined #openstack-kolla20:48
*** dougsz has quit IRC20:53
*** mixor has quit IRC21:02
*** gfidente has joined #openstack-kolla21:04
*** gfidente is now known as gfidente|afk21:17
*** ivve has quit IRC22:06
*** ivve has joined #openstack-kolla22:07
*** andrein has quit IRC22:13
*** ivve has quit IRC22:17
*** gfidente|afk has quit IRC22:18
*** andrein has joined #openstack-kolla22:23
*** jonaspaulo has quit IRC22:43
*** luksky has quit IRC22:48
*** owalsh has quit IRC23:43
*** owalsh has joined #openstack-kolla23:51

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