*** rouk has quit IRC | 00:05 | |
*** factor has joined #openstack-kolla | 00:44 | |
*** kklimonda has quit IRC | 00:55 | |
*** kklimonda has joined #openstack-kolla | 00:57 | |
*** diurnalist has quit IRC | 01:10 | |
*** wuchunyang has quit IRC | 01:11 | |
*** jcmdln has quit IRC | 01:21 | |
*** Tony31 has quit IRC | 01:36 | |
*** diurnalist has joined #openstack-kolla | 01:50 | |
*** seco has joined #openstack-kolla | 01:54 | |
*** seco has quit IRC | 02:00 | |
*** Torel has quit IRC | 02:37 | |
*** Torel has joined #openstack-kolla | 02:39 | |
*** wuchunyang has joined #openstack-kolla | 02:50 | |
*** kevinz has joined #openstack-kolla | 02:51 | |
*** ricolin has joined #openstack-kolla | 02:54 | |
*** k_mouza has joined #openstack-kolla | 03:06 | |
*** k_mouza has quit IRC | 03:10 | |
*** Torel has quit IRC | 03:34 | |
*** Torel has joined #openstack-kolla | 03:36 | |
*** priteau has joined #openstack-kolla | 03:40 | |
*** Torel has quit IRC | 03:41 | |
*** priteau has quit IRC | 03:46 | |
*** wuchunyang has quit IRC | 04:03 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates https://review.opendev.org/731344 | 04:03 |
---|---|---|
*** skramaja has joined #openstack-kolla | 04:08 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates https://review.opendev.org/731344 | 04:27 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Replace internal and external VIP CA with root CA https://review.opendev.org/733743 | 04:27 |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-kolla | 04:33 | |
*** ykarel|away is now known as ykarel | 04:38 | |
*** wuchunyang has joined #openstack-kolla | 04:43 | |
*** cah_link has joined #openstack-kolla | 04:45 | |
*** skramaja has quit IRC | 05:02 | |
*** skramaja has joined #openstack-kolla | 05:02 | |
*** cah_link has quit IRC | 05:14 | |
*** also_stingrayza has joined #openstack-kolla | 05:21 | |
*** stingrayza has quit IRC | 05:23 | |
*** wuchunyang has quit IRC | 05:27 | |
*** diurnalist has quit IRC | 05:43 | |
*** cah_link has joined #openstack-kolla | 05:44 | |
*** seco has joined #openstack-kolla | 05:45 | |
*** Tony31 has joined #openstack-kolla | 06:39 | |
*** dcapone2004 has quit IRC | 06:42 | |
Tony31 | Good morning | 06:42 |
Tony31 | I'm trying to do a fresh deployment and getting fail on docker during "kayobe overcloud service deploy" | 06:42 |
Tony31 | Initially the error is "ImportError: No module named docker", so I done some digging and then installed "sudo yum install python-docker-py" | 06:43 |
Tony31 | Now I still get a failure but it fails with: "fatal: [juc-kocon1-prd]: FAILED! => {"changed": false, "cmd": ["/usr/bin/python", "-c", "import docker; print(docker.__version__)"], "delta": "0:00:00.320583", "end": "2020-06-05 14:41:18.054775", "failed_when_result": true, "rc": 0, "start": "2020-06-05 14:41:17.734192", "stderr": "", "stderr_lines": [], "stdout": "1.10.6", "stdout_lines": ["1.10.6"]}" | 06:44 |
Tony31 | Do you know how I can work through it? Is it a bug? | 06:45 |
zijlboot | @Tony31 do you by any chance also have a pip module for docker? My experience on RH is that you have to be sure you either have the yum installed python module or from pip but if you by any chance have them installed "on top" of each other it will not work | 06:52 |
*** jbadiapa has quit IRC | 06:52 | |
zijlboot | If so, uninstall using pip, then yum remove it again and re-install it using Yum; the preferred way on RH | 06:53 |
*** nathharp has joined #openstack-kolla | 06:56 | |
*** nathharp has joined #openstack-kolla | 06:56 | |
*** dougsz has joined #openstack-kolla | 06:57 | |
Tony31 | hi @ziljlboot - thank you for the tip. I'm not sure about it, I'll need to check. These systems were installed by me as a base install and kayobe done the rest in terms of installing packages. | 07:02 |
*** rpittau|afk is now known as rpittau | 07:04 | |
*** zijlboot has quit IRC | 07:04 | |
*** bengates has joined #openstack-kolla | 07:08 | |
*** bengates has quit IRC | 07:10 | |
*** bengates has joined #openstack-kolla | 07:10 | |
*** priteau has joined #openstack-kolla | 07:11 | |
*** amoralej|off is now known as amoralej | 07:24 | |
mgoddard | hi Tony31. Kayobe should install the docker python module for kolla-ansible in a virtualenv under /opt/kayobe/venvs/kolla-ansible/ | 07:24 |
mgoddard | Tony31: it then sets ansible_python_interpreter to use that virtualenv on remote hosts. It looks like that isn't working for you, since it's using /usr/bin/python to check if docker is installed | 07:25 |
mgoddard | I would suggest not using yum to install the package. Kayobe will handle it for you | 07:26 |
*** vishalmanchanda has joined #openstack-kolla | 07:28 | |
Tony31 | Thank you Mark - I'll check those out now | 07:29 |
*** e0ne has joined #openstack-kolla | 07:34 | |
*** priteau has quit IRC | 07:35 | |
Tony31 | @mgoddard I do have "/opt/kayobe/venvs/kolla-ansible/". | 07:36 |
Tony31 | I notice I have this under "overcloud" group_vars: https://opendev.org/openstack/kayobe-config/src/branch/stable/train/etc/kayobe/inventory/group_vars/overcloud/ansible-python-interpreter | 07:36 |
Tony31 | BTW this is a new (fresh) deployment with new Ansible host. This is the first time trying to deploy for production use. Possibly I've missed something? | 07:37 |
Tony31 | Aside from configuring the .yaml files for the config I need, I've done 3 things: ansible host bootstrap, overcloud host configure and now I am attempting "deploy" where it fails on this. Does anything stand out to you that I may have done wrong? | 07:38 |
mgoddard | Tony31: are you using fact caching? | 07:49 |
mgoddard | hrw, yoctozepto: morning | 07:50 |
mgoddard | looks like we broke tripleo: https://review.opendev.org/#/c/731798/10 | 07:50 |
patchbot | patch 731798 - kolla (stable/ussuri) - Switch to RDO Ussuri release on CentOS (MERGED) - 10 patch sets | 07:50 |
mgoddard | I'm busy this morning, could one of you take a look? | 07:50 |
Tony31 | @mgoddard - I made some changes to ansible.cfg as per the docs. One of them was fact-checking. Let me check that, thank you. | 07:51 |
mgoddard | Tony31: be careful only to use the train docs, not latest. Fact caching won't work on Train | 07:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: docs: fix route configuration example syntax https://review.opendev.org/733760 | 07:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/stein: docs: fix route configuration example syntax https://review.opendev.org/733761 | 07:51 |
Tony31 | @mgoddard - thank you! | 07:51 |
*** also_stingrayza is now known as stingrayza | 07:52 | |
mgoddard | Tony31: in the docs: "Fact caching will not work correctly in Kayobe prior to the Ussuri release." | 07:53 |
Tony31 | I remember it now you mention it 🙈 I was planning on installing Ussuri on CentOS 8 but I got to the point of pulling the kayobe-config git repo and found that Train was the latest. Michael helped me with that the other day. | 07:54 |
Tony31 | ... looks like I did forget to undo the ansible config changes. Thank you for the help on this. | 07:56 |
*** priteau has joined #openstack-kolla | 08:02 | |
*** zijlboot has joined #openstack-kolla | 08:09 | |
*** zijlboot has quit IRC | 08:09 | |
*** zijlboot has joined #openstack-kolla | 08:09 | |
mgoddard | Tony31: no problem | 08:14 |
*** witek has joined #openstack-kolla | 08:17 | |
*** priteau has quit IRC | 08:22 | |
maharg101 | I think there is a mistake in the documentation about openstack_cacert - https://github.com/openstack/kolla-ansible/blame/master/doc/source/admin/advanced-configuration.rst#L198 - the example is purportedly for ubuntu, but gives the centos/rh path. Am I mis-reading it ? | 08:22 |
*** priteau has joined #openstack-kolla | 08:24 | |
*** witek has quit IRC | 08:25 | |
*** e0ne has quit IRC | 08:30 | |
openstackgerrit | Michal Arbet proposed openstack/kolla-ansible master: Fix STATIC_ROOT for Debian, Ubuntu https://review.opendev.org/733612 | 08:30 |
*** witek has joined #openstack-kolla | 08:35 | |
*** witek has quit IRC | 08:37 | |
openstackgerrit | Christian Berendt proposed openstack/kolla-ansible master: Use no content for DUMMY_ENVIRONMENT https://review.opendev.org/732710 | 08:40 |
*** gfidente|afk is now known as gfidente | 08:40 | |
openstackgerrit | Merged openstack/kolla master: [docs] Ussuri - Ubuntu has Ceph Octopus https://review.opendev.org/733610 | 08:52 |
*** wuchunyang has joined #openstack-kolla | 08:56 | |
*** born2bake has joined #openstack-kolla | 08:58 | |
*** Tony31 has quit IRC | 09:06 | |
yoctozepto | mgoddard: morning | 09:06 |
yoctozepto | mgoddard: aye, that should be voting on stable | 09:07 |
*** jbadiapa has joined #openstack-kolla | 09:07 | |
*** e0ne has joined #openstack-kolla | 09:22 | |
mnasiadka | yoctozepto: I don't want to say how many times they broke not because of us, and we were happy it's not voting :) | 09:25 |
mnasiadka | but I understand they want to build their own images from Victoria... | 09:26 |
mnasiadka | yoctozepto: maybe we could get comments on what failed to build in a similar way that Zuul notifies about pep8 errors - then no need to spend X minutes to look inside... | 09:27 |
hrw | mgoddard: remote: https://review.opendev.org/733790 Sync template overrides with Kolla | 09:28 |
patchbot | patch 733790 - tripleo-common (stable/ussuri) - Sync template overrides with Kolla - 1 patch set | 09:28 |
hrw | mgoddard: should fix the issue | 09:28 |
*** Torel has joined #openstack-kolla | 09:29 | |
*** also_stingrayza has joined #openstack-kolla | 09:32 | |
*** Torel has quit IRC | 09:33 | |
*** stingrayza has quit IRC | 09:36 | |
*** also_stingrayza has quit IRC | 09:37 | |
*** Torel has joined #openstack-kolla | 09:45 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/train: Remove newline from default public_net_name https://review.opendev.org/726853 | 09:56 |
*** wuchunyang has quit IRC | 10:01 | |
*** k_mouza has joined #openstack-kolla | 10:03 | |
*** rpittau is now known as rpittau|bbl | 10:08 | |
openstackgerrit | Merged openstack/kolla-ansible master: barbican: Use python3 plugin in uwsgi config https://review.opendev.org/733562 | 10:13 |
*** wuchunyang has joined #openstack-kolla | 10:15 | |
hrw | https://review.opendev.org/#/c/731487/ https://review.opendev.org/#/c/730331/ anyone? | 10:22 |
patchbot | patch 731487 - kolla-ansible - CI: drop pre-ussuri upgrade support - 3 patch sets | 10:22 |
patchbot | patch 730331 - kolla - CI: use wheels from infra mirror - 6 patch sets | 10:22 |
*** nikparasyr has joined #openstack-kolla | 10:24 | |
*** k_mouza has quit IRC | 10:24 | |
*** k_mouza has joined #openstack-kolla | 10:25 | |
*** k_mouza has quit IRC | 10:29 | |
*** stingrayza has joined #openstack-kolla | 10:34 | |
*** diurnalist has joined #openstack-kolla | 10:34 | |
*** Torel has quit IRC | 10:36 | |
*** bengates has quit IRC | 10:37 | |
*** bengates has joined #openstack-kolla | 10:38 | |
*** diurnalist has quit IRC | 10:39 | |
*** e0ne has quit IRC | 10:40 | |
*** e0ne has joined #openstack-kolla | 10:40 | |
*** wuchunyang has quit IRC | 10:41 | |
*** k_mouza has joined #openstack-kolla | 10:43 | |
openstackgerrit | Merged openstack/kayobe stable/train: Add note about hardware package dropping python 2 support https://review.opendev.org/733646 | 10:57 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: Update openrc files after overcloud service upgrade https://review.opendev.org/733649 | 10:58 |
*** e0ne has quit IRC | 10:58 | |
*** e0ne has joined #openstack-kolla | 10:59 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: barbican: Use python3 plugin in uwsgi config https://review.opendev.org/733804 | 11:00 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: barbican: Use python3 plugin in uwsgi config https://review.opendev.org/733805 | 11:00 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/train: barbican: Use python3 plugin in uwsgi config https://review.opendev.org/733805 | 11:01 |
*** k_mouza has quit IRC | 11:04 | |
*** k_mouza has joined #openstack-kolla | 11:05 | |
*** wuchunyang has joined #openstack-kolla | 11:15 | |
*** e0ne has quit IRC | 11:18 | |
*** cah_link has quit IRC | 11:25 | |
*** cah_link1 has joined #openstack-kolla | 11:25 | |
*** cah_link1 is now known as cah_link | 11:27 | |
*** bsanjeewa has joined #openstack-kolla | 11:29 | |
*** zijlboot has quit IRC | 11:31 | |
*** zijlboot has joined #openstack-kolla | 11:33 | |
*** zijlboot has quit IRC | 11:39 | |
*** k_mouza has quit IRC | 11:43 | |
*** k_mouza has joined #openstack-kolla | 11:46 | |
*** bsanjeewa_ has joined #openstack-kolla | 11:50 | |
*** bsanjeewa has quit IRC | 11:54 | |
*** jonaspaulo has joined #openstack-kolla | 11:56 | |
*** rpittau|bbl is now known as rpittau | 11:59 | |
*** e0ne has joined #openstack-kolla | 12:04 | |
*** dougsz has quit IRC | 12:04 | |
*** k_mouza has quit IRC | 12:13 | |
*** k_mouza has joined #openstack-kolla | 12:14 | |
*** wuchunyang has quit IRC | 12:28 | |
*** also_stingrayza has joined #openstack-kolla | 12:33 | |
*** stingrayza has quit IRC | 12:37 | |
*** stingrayza has joined #openstack-kolla | 12:43 | |
*** also_stingrayza has quit IRC | 12:45 | |
openstackgerrit | Merged openstack/kayobe master: Fix external API interface with out an IP address https://review.opendev.org/731754 | 12:47 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: keepalived: support virtual rules and routes https://review.opendev.org/733826 | 12:55 |
*** also_stingrayza has joined #openstack-kolla | 12:57 | |
*** stingrayza has quit IRC | 13:00 | |
*** amoralej is now known as amoralej|lunch | 13:09 | |
*** also_stingrayza is now known as stingrayza | 13:11 | |
openstackgerrit | Merged openstack/kayobe master: CI: mark pytest results as a Zuul artifact https://review.opendev.org/723015 | 13:19 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/ussuri: [docs] Ussuri - Ubuntu has Ceph Octopus https://review.opendev.org/733830 | 13:21 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: [Community goal] Update the contributor guide https://review.opendev.org/729896 | 13:25 |
*** jonaspaulo has quit IRC | 13:32 | |
openstackgerrit | Merged openstack/kayobe stable/train: CI: Encrypt passwords.yml in overcloud host configure job https://review.opendev.org/731590 | 13:39 |
openstackgerrit | Merged openstack/kayobe master: Make the root disk image build command more visible https://review.opendev.org/729597 | 13:40 |
openstackgerrit | Merged openstack/kayobe master: Remove newline from default public_net_name https://review.opendev.org/726855 | 13:41 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/stein: Remove newline from default public_net_name https://review.opendev.org/733833 | 13:43 |
*** TrevorV has joined #openstack-kolla | 13:43 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/rocky: Remove newline from default public_net_name https://review.opendev.org/733834 | 13:44 |
*** jcmdln has joined #openstack-kolla | 13:49 | |
openstackgerrit | Merged openstack/kayobe master: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/725882 | 13:49 |
openstackgerrit | Merged openstack/kayobe master: Add ussuri prelude to release notes https://review.opendev.org/729246 | 13:49 |
openstackgerrit | Merged openstack/kayobe master: Use Ansible connection reset support in docker role https://review.opendev.org/717332 | 13:49 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: Fix external API interface with out an IP address https://review.opendev.org/733837 | 13:50 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: CI: mark pytest results as a Zuul artifact https://review.opendev.org/733838 | 13:50 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: Make the root disk image build command more visible https://review.opendev.org/733839 | 13:50 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/733840 | 13:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/stein: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/733841 | 13:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/733842 | 13:51 |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/train: Use Ansible connection reset support in docker role https://review.opendev.org/733844 | 13:53 |
openstackgerrit | Will Szumski proposed openstack/kolla-ansible stable/train: Disable Fluentd Monasca plugin retry limit https://review.opendev.org/733845 | 13:53 |
*** sorin-mihai has joined #openstack-kolla | 13:53 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe stable/stein: Use Ansible connection reset support in docker role https://review.opendev.org/733846 | 13:53 |
openstackgerrit | Will Szumski proposed openstack/kolla-ansible stable/train: Disable Fluentd Monasca plugin retry limit https://review.opendev.org/733845 | 13:55 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: [Community goal] Update the contributor guide https://review.opendev.org/729896 | 13:58 |
*** amoralej|lunch is now known as amoralej | 14:00 | |
*** jonaspaulo has joined #openstack-kolla | 14:14 | |
*** jonaspaulo has quit IRC | 14:17 | |
*** ricolin_ has joined #openstack-kolla | 14:26 | |
*** ricolin has quit IRC | 14:29 | |
*** zijlboot has joined #openstack-kolla | 14:36 | |
openstackgerrit | Merged openstack/kayobe stable/train: Install libselinux-python on Ansible control host https://review.opendev.org/731595 | 14:37 |
openstackgerrit | Merged openstack/kayobe stable/train: docs: fix route configuration example syntax https://review.opendev.org/733760 | 14:37 |
openstackgerrit | Merged openstack/kayobe stable/stein: docs: fix route configuration example syntax https://review.opendev.org/733761 | 14:37 |
*** zijlboot has quit IRC | 14:41 | |
*** seco has quit IRC | 14:44 | |
*** bjoernt has quit IRC | 14:45 | |
*** bjoernt has joined #openstack-kolla | 14:45 | |
openstackgerrit | Merged openstack/kolla stable/ussuri: Remove centos-nfs-ganesha28 from repos.yaml https://review.opendev.org/733626 | 14:47 |
*** nikparasyr has quit IRC | 14:48 | |
*** bjoernt has quit IRC | 14:48 | |
*** bjoernt has joined #openstack-kolla | 14:50 | |
*** diurnalist has joined #openstack-kolla | 14:52 | |
*** bjoernt has quit IRC | 14:52 | |
*** bjoernt has joined #openstack-kolla | 14:52 | |
*** bjoernt has quit IRC | 14:53 | |
*** bjoernt has joined #openstack-kolla | 14:53 | |
*** e0ne has quit IRC | 14:55 | |
*** e0ne has joined #openstack-kolla | 14:55 | |
*** skramaja has quit IRC | 14:58 | |
openstackgerrit | Merged openstack/kayobe master: Enable 'data' LVM group only for Docker devicemapper https://review.opendev.org/722316 | 15:22 |
*** ykarel is now known as ykarel|away | 15:23 | |
*** JamesBenson has joined #openstack-kolla | 15:24 | |
JamesBenson | Thoughts on adding a kolla-ansible destroy node command as a "day 2" operations? | 15:27 |
hrw | tripleo-build-containers-centos-8 success | 15:27 |
hrw | JamesBenson: as 'destroy that one node'? | 15:27 |
JamesBenson | yep | 15:28 |
hrw | JamesBenson: iirc we have limit and tag for it | 15:28 |
hrw | --limit <host> Specify host to run plays | 15:29 |
hrw | kolla-ansible destroy --limit that-one-node | 15:29 |
JamesBenson | awesome, wasn't aware of the --limit on there. Does it migrate anything that's there as well? | 15:31 |
*** kevko_ has quit IRC | 15:34 | |
JamesBenson | So I just issued that command, in Openstack it now shows status: enabled, state: Down for the L3, metadata, and open vswitch agent for the node I removed. I expected that it would be completely removed. This is for Queens, has the command been updated for Train/Ussuri? | 15:38 |
JamesBenson | @hrw --^ | 15:38 |
openstackgerrit | XiaojueGuan proposed openstack/kolla-ansible master: Fix bug in deploying monasca_agent_forwarder https://review.opendev.org/733871 | 15:39 |
hrw | JamesBenson: queens was eons ago. | 15:43 |
JamesBenson | :-(. I know, need to physically move servers around, then going to kick off a fresh install of ussuri | 15:43 |
JamesBenson | hopefully this month, maybe next at latest. | 15:44 |
JamesBenson | funny how 2 years is eons ^_^ | 15:45 |
hrw | JamesBenson: you can also play with upgrades. q->r->s->t->u | 15:45 |
hrw | queens is not supported anymore so could be week or millenium ago. does not matter | 15:46 |
JamesBenson | true, but some things weren't working properly anyway, so fresh is good :-) | 15:46 |
hrw | ;) | 15:46 |
JamesBenson | true | 15:46 |
*** e0ne has quit IRC | 15:47 | |
*** Torel has joined #openstack-kolla | 16:01 | |
JamesBenson | hrw, so the newer versions of kolla it removes everything appropriately? | 16:01 |
hrw | no idea. I mostly work on kolla and if use k-a then for all-in-one only | 16:05 |
*** rpittau is now known as rpittau|afk | 16:10 | |
*** cah_link has quit IRC | 16:14 | |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/queens: CI: Fix installation of legacy Docker packages https://review.opendev.org/733882 | 16:22 |
*** gfidente is now known as gfidente|afk | 16:29 | |
*** jonaspaulo has joined #openstack-kolla | 16:38 | |
mgoddard | JamesBenson: destroy is not per-host, it destroys all hosts. It removes containers, images and volumes | 16:50 |
mgoddard | It's not really a decommision | 16:50 |
mgoddard | more of a start from scratch | 16:50 |
JamesBenson | so, would this day-2 like command be good addition then? decommision-migrate-destroy | 16:51 |
JamesBenson | or at least a decommision-destroy? | 16:52 |
mgoddard | JamesBenson: yes please :) | 16:52 |
JamesBenson | which one? | 16:52 |
mgoddard | JamesBenson: well we have a patch up for per-host destroy. It's quite old | 16:52 |
mgoddard | Decommision I found a bit hard to automate in a generic way. If we can do it then great, but failing that docs would be a good start | 16:53 |
mgoddard | moving routers and DHCP agents around is a bit fiddly and config-dependent | 16:53 |
openstackgerrit | patricio tula proposed openstack/kolla-ansible master: Add missing become to some VMWare tasks https://review.opendev.org/733893 | 16:55 |
JamesBenson | hmmm, true. Perhaps docs would be the best solution then. | 16:55 |
JamesBenson | or you could assume that migration to other hosts in inventory section might work for the services? | 16:55 |
*** nathharp_ has joined #openstack-kolla | 16:57 | |
openstackgerrit | Pierre Riteau proposed openstack/kolla-ansible stable/queens: CI: Fix installation of legacy Docker packages on CentOS https://review.opendev.org/733882 | 16:59 |
*** nathharp has quit IRC | 17:00 | |
*** kevko_ has joined #openstack-kolla | 17:04 | |
*** amoralej is now known as amoralej|off | 17:05 | |
*** kevko_ has quit IRC | 17:09 | |
*** bengates_ has joined #openstack-kolla | 17:11 | |
*** ricolin_ has quit IRC | 17:11 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates https://review.opendev.org/731344 | 17:13 |
*** bengates has quit IRC | 17:14 | |
*** kevko_ has joined #openstack-kolla | 17:16 | |
*** priteau has quit IRC | 17:21 | |
*** vishalmanchanda has quit IRC | 17:34 | |
*** bsanjeewa_ has quit IRC | 17:37 | |
*** bengates_ has quit IRC | 17:39 | |
*** e0ne has joined #openstack-kolla | 17:39 | |
*** bengates has joined #openstack-kolla | 17:40 | |
*** kevko_ has quit IRC | 17:40 | |
*** bsanjeewa_ has joined #openstack-kolla | 17:42 | |
*** e0ne_ has joined #openstack-kolla | 17:44 | |
*** e0ne has quit IRC | 17:44 | |
*** Torel has quit IRC | 17:44 | |
*** Torel has joined #openstack-kolla | 17:45 | |
sorin-mihai | i think i i broke my deployment quite bad this time... if i keep database_address: "{{ kolla_internal_fqdn }}", as it is in master, with TLS enabled on backend/internal/external, any deploy/reconfigure/upgrade will fail waiting for MariaDB to be available via HAProxy | 17:51 |
sorin-mihai | if i change database_address to api_interface, mariadb will not fail, but will still not be usable by nova, in the mean time, regardless if i change database_address or not, horizon will timeout with 504 gateway time-out | 17:55 |
openstackgerrit | Merged openstack/kayobe master: Don't disable SELinux if it is not installed https://review.opendev.org/729923 | 17:58 |
*** e0ne_ has quit IRC | 18:09 | |
*** e0ne has joined #openstack-kolla | 18:11 | |
*** bsanjeewa_ has quit IRC | 18:14 | |
*** e0ne has quit IRC | 18:16 | |
*** bsanjeewa has joined #openstack-kolla | 18:16 | |
*** e0ne has joined #openstack-kolla | 18:16 | |
*** zijlboot has joined #openstack-kolla | 18:25 | |
*** zijlboot has quit IRC | 18:30 | |
*** kevko_ has joined #openstack-kolla | 18:33 | |
*** k_mouza has quit IRC | 18:35 | |
*** e0ne has quit IRC | 18:44 | |
dmsimard | out of curiosity (and ignorance), has it ever come up to launch services using uwsgi or some other wsgi application server instead of eventlet ? | 18:45 |
dmsimard | would allow for tuning of processes/worker/threads and stuff like that | 18:45 |
dmsimard | I didn't mention mod_wsgi because it's probably not realistic to have in all containers but there's others ? | 18:46 |
dmsimard | not realistic to have apache in all containers* | 18:46 |
*** dougsz has joined #openstack-kolla | 19:16 | |
*** kevko_ has quit IRC | 19:27 | |
*** TrevorV has quit IRC | 19:30 | |
*** dougsz has quit IRC | 19:58 | |
openstackgerrit | Merged openstack/kayobe stable/train: CI: mark pytest results as a Zuul artifact https://review.opendev.org/733838 | 20:26 |
*** bengates has quit IRC | 20:37 | |
*** bengates_ has joined #openstack-kolla | 20:37 | |
*** gfidente|afk has quit IRC | 20:39 | |
*** Limech_ has quit IRC | 20:39 | |
*** Limech has joined #openstack-kolla | 20:48 | |
*** bsanjeewa has quit IRC | 20:55 | |
openstackgerrit | Merged openstack/kayobe master: CentOS 8: separate kolla build tag from deploy tag https://review.opendev.org/712134 | 21:13 |
*** JamesBenson has quit IRC | 21:25 | |
openstackgerrit | Pedro Henrique Pereira Martins proposed openstack/kolla-ansible master: Add suport to OpenID Connect Authentication flow https://review.opendev.org/695432 | 21:33 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates https://review.opendev.org/731344 | 21:33 |
*** bengates_ has quit IRC | 21:34 | |
*** KeithMnemonic has quit IRC | 21:41 | |
*** Torel has quit IRC | 21:45 | |
*** Torel has joined #openstack-kolla | 21:47 | |
*** jbadiapa has quit IRC | 22:11 | |
*** born2bake has quit IRC | 22:17 | |
dmsimard | My bad, I wasn't looking at the right place at all, found https://github.com/openstack/kolla/blob/master/docker/base/httpd_setup.sh and learning :p | 22:39 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/queens: Remove newline from default public_net_name https://review.opendev.org/733931 | 22:42 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/queens: Remove newline from default public_net_name https://review.opendev.org/733931 | 22:44 |
*** zijlboot has joined #openstack-kolla | 23:12 | |
*** zijlboot has quit IRC | 23:17 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Generate Root CA for Self-Signed Certificates https://review.opendev.org/731344 | 23:42 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Replace internal and external VIP CA with root CA https://review.opendev.org/733743 | 23:42 |
*** jonaspaulo has quit IRC | 23:53 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!