*** mmethot_ has joined #openstack-ansible | 00:27 | |
*** mmethot has quit IRC | 00:32 | |
*** sep has quit IRC | 02:44 | |
*** threestrands has joined #openstack-ansible | 03:12 | |
*** dpaclt has joined #openstack-ansible | 04:08 | |
dpaclt | Hi All Good Morning .We are trying Openstack Deployment using Ansible for the first time using three controllers . | 04:12 |
---|---|---|
dpaclt | chosen from the same range of haproxy controllers. | 04:12 |
*** sshnaidm|afk is now known as sshnaidm|off | 04:34 | |
*** evrardjp has quit IRC | 04:35 | |
*** evrardjp has joined #openstack-ansible | 04:35 | |
*** dpaclt has quit IRC | 04:50 | |
*** maaritamm has joined #openstack-ansible | 05:00 | |
*** maaritamm has quit IRC | 05:10 | |
*** mmethot_ has quit IRC | 05:33 | |
*** mmethot has joined #openstack-ansible | 05:34 | |
*** maaritamm has joined #openstack-ansible | 05:39 | |
*** dpaclt has joined #openstack-ansible | 05:42 | |
*** miloa has joined #openstack-ansible | 05:59 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_client master: Bump galera version to 10.5.2 https://review.opendev.org/682229 | 06:06 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_server master: Bump galera version to 10.5.2 https://review.opendev.org/681759 | 06:10 |
jrosser | dpaclt: do you have a specific thing you need help with? | 06:11 |
AJaeger | OSA team, for py27 cleanup, here's the list of open requests I see right now - please review: https://review.opendev.org/#/q/is:open+(topic:cleanup-py27-support+OR+topic:drop-py27-support)+(projects:openstack/openstack-ansible+OR+projects:openstack/ansible-)) | 06:15 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rabbitmq_server master: Add experimental support for ubuntu focal. https://review.opendev.org/723807 | 06:16 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - Add Ubuntu Focal support https://review.opendev.org/723597 | 06:16 |
AJaeger | thanks, jrosser for reviewing | 06:18 |
*** pcaruana has quit IRC | 06:21 | |
*** pcaruana has joined #openstack-ansible | 06:22 | |
*** jbadiapa has joined #openstack-ansible | 06:24 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests https://review.opendev.org/711726 | 06:25 |
*** pcaruana has quit IRC | 06:25 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests https://review.opendev.org/711726 | 06:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rsyslog_client master: [ussuri][goal] Updates for python 2.7 drop https://review.opendev.org/710679 | 06:26 |
dpaclt | @jrosser thanks for asking ..Actualy i am stuck at Openstack deployment using three node | 06:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-rsyslog_client master: Cleanup py27 support https://review.opendev.org/719939 | 06:26 |
*** pcaruana has joined #openstack-ansible | 06:27 | |
*** kleini has joined #openstack-ansible | 06:27 | |
dpaclt | while running setup-infrastructure getting error at utlity containers as below | 06:27 |
dpaclt | utlity is trying to contact is the internal vip lb address ,which we have chosen from the same range of haproxy controllers | 06:27 |
jrosser | you mean you have used the same IP address as one of the controllers for the internal vip? | 06:28 |
dpaclt | no i used a different ip address for internal vip | 06:28 |
jrosser | oh, ok, thats fine | 06:28 |
dpaclt | but that ip is not assigned to any controllers nor we dont have a separate lb | 06:29 |
openstackgerrit | Merged openstack/openstack-ansible-os_murano master: Cleanup py27 support https://review.opendev.org/721835 | 06:29 |
jrosser | dpaclt: keepalived is responsible for assigning the VIP to one of the controllers | 06:29 |
dpaclt | i have configured keepalive in user_variables.yml file | 06:30 |
dpaclt | can i share the config here ? Is it ok | 06:30 |
jrosser | could you use paste.openstack.org for that | 06:31 |
dpaclt | sure | 06:31 |
*** pcaruana has quit IRC | 06:32 | |
*** pcaruana has joined #openstack-ansible | 06:32 | |
dpaclt | http://paste.openstack.org/show/792793/ | 06:33 |
jrosser | haproxy_use_keepalived: False <= is that what you want? | 06:34 |
openstackgerrit | Merged openstack/ansible-role-systemd_mount master: Cleanup py27 support https://review.opendev.org/723092 | 06:34 |
openstackgerrit | Merged openstack/ansible-role-systemd_service master: Cleanup py27 support https://review.opendev.org/723095 | 06:34 |
dpaclt | we need haproxy | 06:36 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server master: Cleanup py27 support https://review.opendev.org/719936 | 06:36 |
dpaclt | by reading doc https://docs.openstack.org/openstack-ansible-haproxy_server/latest/configure-haproxy.html i understood that need to be false .. i might be wrong | 06:36 |
*** udesale has joined #openstack-ansible | 06:37 | |
jrosser | dpaclt: that is quite badly worded documentation i think | 06:38 |
dpaclt | If multiple hosts are found in the inventory, deploy HAProxy in a highly-available manner by installing keepalived. | 06:38 |
jrosser | if you want an H/A deployment with multiple haproxy it is necessary to use keepalived | 06:38 |
dpaclt | ok so i need to change it to true ?right | 06:38 |
jrosser | there is no need to adjust that variable at all | 06:39 |
jrosser | the value is normally set here https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/haproxy/haproxy.yml#L17 | 06:39 |
dpaclt | oh ok then i will remove it from config then | 06:40 |
jrosser | if you have more than one haproxy it is automatically set to True | 06:40 |
dpaclt | and try again | 06:40 |
dpaclt | Thanks jrosser ..Hope i dont need an extra lb to point internal vip and just the ip range is enough for haproxy_keepalived_internal_vip_cidr in user_variable.yml file | 06:42 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - Add Ubuntu Focal support https://review.opendev.org/723597 | 06:45 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: [ussuri][goal] Updates for python 2.7 drop https://review.opendev.org/710608 | 06:47 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Cleanup py27 support https://review.opendev.org/721824 | 06:49 |
*** ierdem has joined #openstack-ansible | 06:51 | |
*** amalrajgenocidex has joined #openstack-ansible | 06:54 | |
*** pcaruana has quit IRC | 06:56 | |
*** pcaruana has joined #openstack-ansible | 07:00 | |
*** pcaruana has quit IRC | 07:03 | |
*** pcaruana has joined #openstack-ansible | 07:04 | |
*** pcaruana has quit IRC | 07:08 | |
*** pcaruana has joined #openstack-ansible | 07:09 | |
*** pcaruana has quit IRC | 07:12 | |
*** pcaruana has joined #openstack-ansible | 07:12 | |
*** pcaruana has quit IRC | 07:16 | |
*** pcaruana has joined #openstack-ansible | 07:17 | |
*** yolanda has joined #openstack-ansible | 07:18 | |
*** pcaruana has quit IRC | 07:22 | |
*** pcaruana has joined #openstack-ansible | 07:22 | |
*** yolanda has quit IRC | 07:26 | |
*** yolanda has joined #openstack-ansible | 07:27 | |
openstackgerrit | Andreas Jaeger proposed openstack/ansible-role-uwsgi master: Cleanup py27 support https://review.opendev.org/722277 | 07:31 |
*** rpittau|afk is now known as rpittau | 07:34 | |
*** tosky has joined #openstack-ansible | 07:36 | |
*** pcaruana has quit IRC | 07:39 | |
*** amalrajgenocidex has quit IRC | 07:41 | |
AJaeger | jrosser: could I trouble you with https://review.opendev.org/719944 and https://review.opendev.org/722277 as well, please? | 07:42 |
*** pcaruana has joined #openstack-ansible | 07:52 | |
jrosser | AJaeger: done | 08:02 |
AJaeger | thanks, jrosser | 08:07 |
dpaclt | jrosser after removing haproxy_use_keepalived: False and changing haproxy_keepalived_internal_vip_cidr to the internal lb vip addrees in user_variables.yml file.. Issue fixed ..Thanks much | 08:07 |
dpaclt | It would be great if the document is bit more clear | 08:07 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-galera_client master: Bump galera version to 10.5.2 https://review.opendev.org/682229 | 08:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Clairfy documentation for deploying mutliple haproxy without keepalived https://review.opendev.org/723834 | 08:19 |
*** Blinkiz has left #openstack-ansible | 08:19 | |
jrosser | dpaclt: ^ could you look at that and see if the wording is better now, i also moved that part to the end of the H/A section | 08:19 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Clarify documentation for deploying mutliple haproxy without keepalived https://review.opendev.org/723834 | 08:20 |
dpaclt | Sure | 08:22 |
*** udesale has quit IRC | 08:36 | |
*** udesale has joined #openstack-ansible | 08:36 | |
-openstackstatus- NOTICE: Zuul is currently failing testing, please refrain from recheck and submitting of new changes until this is solved. | 09:01 | |
*** ChanServ changes topic to "Zuul is currently failing testing, please refrain from recheck and submitting of new changes until this is solved." | 09:01 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/train: Pin neutron-tempest-plugin to 0.9.0 for Train branch. https://review.opendev.org/721319 | 09:07 |
-openstackstatus- NOTICE: Zuul is currently failing all testing, please refrain from approving, rechecking or submitting of new changes until this is solved. | 09:11 | |
*** ChanServ changes topic to "Zuul is currently failing all testing, please refrain from approving, rechecking or submitting of new changes until this is solved." | 09:11 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: WIP - Add Ubuntu Focal support https://review.opendev.org/723597 | 09:16 |
*** rpittau is now known as rpittau|bbl | 10:10 | |
*** maaritamm has quit IRC | 10:16 | |
*** nwonknu has quit IRC | 10:32 | |
*** dasp has quit IRC | 10:32 | |
*** nwonknu has joined #openstack-ansible | 10:34 | |
*** dasp has joined #openstack-ansible | 10:35 | |
*** maaritamm has joined #openstack-ansible | 10:44 | |
*** ygk_12345 has joined #openstack-ansible | 11:07 | |
*** brtknr has quit IRC | 11:07 | |
*** ygk_12345 has left #openstack-ansible | 11:08 | |
*** brtknr has joined #openstack-ansible | 11:15 | |
*** brtknr has quit IRC | 11:23 | |
*** tosky has quit IRC | 11:23 | |
openstackgerrit | amolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup. https://review.opendev.org/720705 | 11:27 |
*** brtknr has joined #openstack-ansible | 11:28 | |
*** mgariepy has joined #openstack-ansible | 11:54 | |
*** tosky has joined #openstack-ansible | 11:54 | |
*** mgariepy has quit IRC | 12:02 | |
*** rpittau|bbl is now known as rpittau | 12:08 | |
*** mgariepy has joined #openstack-ansible | 12:16 | |
openstackgerrit | Andreas Jaeger proposed openstack/ansible-hardening master: Remove duplicated Zuul config file https://review.opendev.org/723880 | 12:17 |
*** ChanServ changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://bit.ly/2SAcGAn" | 12:24 | |
-openstackstatus- NOTICE: Zuul has been restarted, all events are lost, recheck or re-approve any changes submitted since 9:50 UTC. | 12:24 | |
openstackgerrit | Merged openstack/ansible-role-uwsgi master: Cleanup py27 support https://review.opendev.org/722277 | 12:25 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Cleanup py27 support https://review.opendev.org/721837 | 12:38 |
AJaeger | mnaser, noonedeadpunk, could I trouble you with reviewing https://review.opendev.org/#/c/719944/ https://review.opendev.org/#/c/723631/ and https://review.opendev.org/#/c/719940/ , please? | 12:46 |
AJaeger | thx | 12:47 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server master: Cleanup py27 support https://review.opendev.org/719951 | 12:47 |
noonedeadpunk | AJaeger: sure, thanks for helping us with this celanup | 12:47 |
AJaeger | you're welcome | 12:48 |
AJaeger | jrosser, mnaser, one further cleanup taht needs backporting: Broken Zuul config, see https://review.opendev.org/723880 . Please review | 12:48 |
AJaeger | noonedeadpunk: now somebody needs to fix the repos that have non-working jobs to merge the rest... | 12:49 |
noonedeadpunk | yeah, I'm trying to spent some time on fixing broken stuff.... | 12:52 |
noonedeadpunk | just we have too much of them these days | 12:52 |
AJaeger | :( | 12:52 |
* AJaeger will wait with further submissions | 12:53 | |
AJaeger | noonedeadpunk: https://review.opendev.org/#/c/720558/ - rsyslog_client is failing centos7 again ;( | 12:56 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Cleanup py27 support https://review.opendev.org/719944 | 12:57 |
noonedeadpunk | AJaeger: is it supposed behaviour that check and gate jobs are running at the same time? shouldn't gate be cancelled? | 12:59 |
AJaeger | noonedeadpunk: yes, if you recheck a job in gate, it gets added to check as well... | 13:00 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Cleanup py27 support https://review.opendev.org/719940 | 13:06 |
*** vesper11 has quit IRC | 13:06 | |
*** vesper has joined #openstack-ansible | 13:06 | |
jrosser | noonedeadpunk: i have on my todo list to vendor the EPEL gpg key in the repo-server role | 13:07 |
jrosser | that fails many many jobs becasue it can't download that | 13:08 |
*** yolanda has quit IRC | 13:08 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Remove setup.* files https://review.opendev.org/723581 | 13:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add documentation for HA HAProxy with LetsEncrypt certificates. https://review.opendev.org/722424 | 13:09 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Cleanup py27 support https://review.opendev.org/723631 | 13:10 |
*** yolanda has joined #openstack-ansible | 13:14 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/rocky: Pin neutron-tempest-plugin to 0.9.0 for Rocky branch. https://review.opendev.org/722498 | 13:31 |
ChosSimbaOne | Hi every1. Is there a project / serivce in openstack that automatically can power off and on nova hosts based on load. Say one nova can be free of isntances could i auto power it off to save energy? | 13:35 |
ChosSimbaOne | would that be ironic i could implement this with? | 13:36 |
noonedeadpunk | I think you would need some extra system which would leverage ironic to do that | 13:48 |
ChosSimbaOne | Yeah, i was suggest to look into Watcher on a slack channel, it seems like that could help me quite a lot :-) | 13:50 |
*** hamzy has joined #openstack-ansible | 14:00 | |
*** dpaclt has quit IRC | 14:17 | |
*** udesale_ has joined #openstack-ansible | 14:27 | |
ierdem | Hi folks, i got a problem. I am using OSA Stable/Train version and i have a HA environment. I am working on murano for now and i added HA murano cluster to my environment. When i try to deploy an environment it gives various error. When i search, I realized that murano virtual machines attemt to connect rabbitmq cluster but it is not reachable from murano virtual machine. At HAProxy, there is no public access to rabbitmq cluster. | 14:28 |
ierdem | Is there any way to add access rabbitmq from virtual machines? Any suggestions please? | 14:29 |
*** udesale has quit IRC | 14:29 | |
*** rpittau is now known as rpittau|brb | 14:32 | |
*** rpittau|brb is now known as rpittau | 14:57 | |
*** ierdem has quit IRC | 14:58 | |
*** timburke has quit IRC | 15:04 | |
*** udesale_ has quit IRC | 15:13 | |
openstackgerrit | Merged openstack/ansible-hardening master: Remove duplicated Zuul config file https://review.opendev.org/723880 | 15:17 |
openstackgerrit | Andreas Jaeger proposed openstack/ansible-hardening stable/train: Remove duplicated Zuul config file https://review.opendev.org/724064 | 15:20 |
openstackgerrit | Andreas Jaeger proposed openstack/ansible-hardening stable/stein: Remove duplicated Zuul config file https://review.opendev.org/724067 | 15:20 |
*** gyee has joined #openstack-ansible | 15:21 | |
*** mgariepy has quit IRC | 15:24 | |
*** mgariepy has joined #openstack-ansible | 15:26 | |
*** mgariepy has quit IRC | 15:33 | |
*** mgariepy has joined #openstack-ansible | 15:46 | |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 16:03 |
openstack | Meeting started Tue Apr 28 16:03:14 2020 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:03 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:03 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:03 |
noonedeadpunk | #topic office hours | 16:03 |
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)" | 16:03 | |
noonedeadpunk | hi everyone | 16:03 |
noonedeadpunk | so, I've created an etherpad for upcoming PTG https://etherpad.opendev.org/p/openstack-ansible-ptg | 16:03 |
noonedeadpunk | I guess we need to write down topics to discuss in it | 16:04 |
noonedeadpunk | #link https://etherpad.opendev.org/p/openstack-ansible-ptg | 16:05 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rsyslog_client master: Add handled logs to the list https://review.opendev.org/720558 | 16:14 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/train: Make upgrade jobs voting https://review.opendev.org/724077 | 16:16 |
noonedeadpunk | so regarding current work - we're fixing train to release and rocky to drop bumps. | 16:17 |
noonedeadpunk | Patches for these are mostly placed | 16:17 |
*** rpittau is now known as rpittau|afk | 16:18 | |
noonedeadpunk | and will try to complete contributors ussuri user goal | 16:20 |
jrosser | o/ sorry late | 16:21 |
jrosser | news from me - i got a metal build on ubuntu focal to pass tempest locally | 16:21 |
jrosser | the biggest blocker there will be needing to use galera 10.5 | 16:22 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server stable/train: Install rabbitmq for ubuntu from external_repo https://review.opendev.org/723594 | 16:22 |
noonedeadpunk | jrosser: yes, I'll look into galera for sure | 16:23 |
jrosser | i also have the haproxy role support for letsencrypt completely overhauled to support H/A deployments with LE, a few fixes to my patches to finish today that that is ready for review | 16:23 |
noonedeadpunk | that is really exciting feature | 16:23 |
noonedeadpunk | I'd place it for release announcements if only we were not missed it (by bad) | 16:24 |
*** itandops has quit IRC | 16:24 | |
noonedeadpunk | * we didn't miss it | 16:24 |
jrosser | i just deployed keepalived / 2 x haproxy and a backend service with it, all outside openstack-ansible | 16:24 |
jrosser | so that role is nicely portable for use elswhere | 16:25 |
noonedeadpunk | cool! | 16:25 |
noonedeadpunk | huh, maybe we should publish our roles to galaxy? | 16:25 |
noonedeadpunk | But that's probably topic for ptg?:) | 16:25 |
jrosser | yeah :) | 16:25 |
noonedeadpunk | ok, so we still have some features for the release thanks to you:) | 16:27 |
noonedeadpunk | the bad thing that we still need centos8 | 16:27 |
noonedeadpunk | jrosser: btw... maria 10.5 is in beta.... https://downloads.mariadb.org/mariadb/10.5.2/ | 16:28 |
jrosser | oh oops! | 16:28 |
noonedeadpunk | So I'm not sure we will do focal before U | 16:28 |
noonedeadpunk | *for | 16:28 |
noonedeadpunk | or maybe maria will create at least 10.4 for focal... | 16:29 |
jrosser | no focal here http://mariadb.mirror.digitalpacific.com.au//mariadb-10.4.12/repo/ubuntu/pool/main/m/mariadb-10.4/ | 16:29 |
noonedeadpunk | I guess they're just lagging | 16:29 |
noonedeadpunk | like they have all 19 release there | 16:30 |
noonedeadpunk | so not sure why 20.04 might be omited at the moment | 16:30 |
jrosser | it's only just released i guess | 16:32 |
noonedeadpunk | I think yes, as in default repos focal has 10.3 | 16:34 |
noonedeadpunk | So I'd use 10.4 for U eventually | 16:34 |
*** evrardjp has quit IRC | 16:35 | |
*** evrardjp has joined #openstack-ansible | 16:35 | |
noonedeadpunk | maaritamm: can you check https://review.opendev.org/#/c/723594/ ? | 16:37 |
noonedeadpunk | I think ebbex tested it in prod and seems it should resolve rabbit upgrade issue | 16:38 |
jrosser | noonedeadpunk: we should merge this soon https://review.opendev.org/#/c/723276/ | 16:39 |
jrosser | that makes all sorts of wierd stuff happen, becasue half way through bootstrap on a py3 only system we install python2(!) then ansible starts executing with py2 for tasks against the host | 16:40 |
*** maaritamm has quit IRC | 16:40 | |
noonedeadpunk | oh, lol we still used py2 for bottstrap | 16:40 |
jrosser | yeah, we do | 16:40 |
noonedeadpunk | that's why we saw py2 stuff and errors on hosts | 16:41 |
noonedeadpunk | while services and ansible were in py3 venvs | 16:41 |
jrosser | it also means we need things like python-pymysql to keep being installed, or the mysql ansible modules blow up | 16:41 |
noonedeadpunk | cool, nice work | 16:41 |
noonedeadpunk | I think we install them with mysql_client? | 16:42 |
jrosser | i started taking some out with the focal patches https://review.opendev.org/#/c/681759/edit/vars/debian.yml | 16:42 |
*** itandops has joined #openstack-ansible | 16:42 | |
jrosser | but my first attempt went very badly becasue it put py2 on | 16:42 |
jrosser | and that was confusing "wtf is there python2 on my brand new OS for?" | 16:43 |
noonedeadpunk | yeah, that's true | 16:44 |
noonedeadpunk | I think we also have a room for cleanup in roles - we might still install some py2 package dependencies. | 16:44 |
noonedeadpunk | Also - do we need to install galera seperately? Isn't it a requirement for mariadb? | 16:45 |
noonedeadpunk | at least for ubuntu distro package it is.. https://packages.ubuntu.com/focal/mariadb-server-10.3 | 16:45 |
noonedeadpunk | I think it was required explicitly before 10.3 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Allow multiple methods of installing certbot https://review.opendev.org/722421 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add option to use distro provided certbot package https://review.opendev.org/722422 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Install self-signed certificate before certbot has run for the first time https://review.opendev.org/722423 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add documentation for HA HAProxy with LetsEncrypt certificates. https://review.opendev.org/722424 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Allow backend healthcheck interval to be overridden per service https://review.opendev.org/724085 | 16:46 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Allow ansible group for self signed certificate distribution to be overidden https://review.opendev.org/724086 | 16:46 |
jrosser | oh yes we can drop that now | 16:48 |
jrosser | there is another issue with the galera_[client|server] roles.... that they both use each other as part of their tests | 16:48 |
jrosser | so it's very difficult to land any kind of patch which bumps the version | 16:48 |
noonedeadpunk | I think we should just bump client first? or this will isntantly install server? | 16:49 |
noonedeadpunk | *newer server | 16:49 |
jrosser | i think client uses server in it's test | 16:49 |
noonedeadpunk | maybe for glaera we can just sunset functional tests then? as integrated repo checks both of them eventually? | 16:50 |
jrosser | a bunch of the py2 package dependancies are needed because we still install python2 everwhere and there are needed for ansible | 16:50 |
jrosser | so if we stop installing py2 then things should improve there, but i think there might still be a gap cloud-image vs. CI there | 16:51 |
jrosser | certinaly a bionic cloud image doesnt have py2 | 16:51 |
noonedeadpunk | actually upstream one do not have as well | 16:51 |
noonedeadpunk | probably CI has already dropped py2 as well... | 16:52 |
jrosser | w was having to manually install py2 locally to get bootstrap to work | 16:52 |
jrosser | i* | 16:52 |
jrosser | which is why i got fed up with doing that and fixed it :) | 16:52 |
noonedeadpunk | so, maybe we should set ansible_python_interpreter for user_variables.yml in boostrap-hosts role? | 16:53 |
jrosser | but we don't see that same thing in the gate | 16:53 |
noonedeadpunk | but set it to py3 to explicitly make ansible to use py3 | 16:53 |
jrosser | maybe, but i think thats tricky, to make a universal decision there about the path to the interpreter, unless it's happy with "python3" | 16:53 |
jrosser | it would have to be a valid choice on all distros both in and out of CI | 16:54 |
jrosser | oh haha from the infra folks https://review.opendev.org/#/c/723105/3/playbooks/group_vars/all.yaml | 16:55 |
jrosser | snap | 16:55 |
noonedeadpunk | jrosser: oh, ansible 2.9.7 has merged backported rabbitmq fix | 16:55 |
jrosser | oh excellent | 16:55 |
* jrosser needs to go eat | 16:56 | |
jrosser | we should try to land that | 16:56 |
noonedeadpunk | lol, yes, infra knows how to do that) | 16:56 |
noonedeadpunk | yeah | 16:56 |
jrosser | you should be able to bump the version here https://review.opendev.org/#/c/681003/ | 16:56 |
* jrosser realy goes | 16:56 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ansible to 2.9.7 https://review.opendev.org/681003 | 16:57 |
noonedeadpunk | Yep, I saw that one:) | 16:57 |
noonedeadpunk | #endmeeting | 16:57 |
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://bit.ly/2SAcGAn" | 16:57 | |
openstack | Meeting ended Tue Apr 28 16:57:51 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-04-28-16.03.html | 16:57 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-04-28-16.03.txt | 16:57 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-04-28-16.03.log.html | 16:57 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Update ansible to 2.9.7 https://review.opendev.org/681003 | 16:59 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests https://review.opendev.org/711726 | 17:03 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Add option for OIDCOutgoingProxy for mod_auth_openidc https://review.opendev.org/724092 | 17:05 |
NobodyCam | Good Afternoon OSA folks, I had a question about recovering a crashed hypervisor. I had a hypervisor disk crash, was able to get a new hard disk, but have question as to how to reenable it. can I just rerun the add hypervisor playbook for do I have too remove it first? | 17:09 |
kleini | I tried to use the ceph keyring from file feature and I still see issues with it. Next to ceph_conf_and ceph_keyrings_dir I still need to define ceph_mons otherwise the ceph_client role is not executed. And furthermore if ceph_mons is defined the role still tries to connect via SSH to slurp the ceph.conf file. So how do I get ceph_client ansible role running without defining ceph_mons? | 17:10 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Add memcached caching https://review.opendev.org/724098 | 17:14 |
jrosser | kleini: you need to hav e ceph_mons defined, otherwise the IP of the monitors cannot be put into ceph.conf of the clients | 17:25 |
kleini | ceph.conf is defined through ceph_conf_file | 17:25 |
kleini | my problem is, that the connection to ceph_mons is not possible at all | 17:26 |
jrosser | the logic for how the keys are obtained is here https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_auth.yml#L20-L24 | 17:26 |
*** AJaeger has left #openstack-ansible | 17:29 | |
kleini | https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/main.yml#L16-L21 <- the problem is here. without ceph_mons being defined ceph_client does not run at all | 17:29 |
kleini | maybe I need to have a deeper look tomorrow. that is too much for today and it is already too late | 17:31 |
jrosser | is it a problem to define ceph_mons and also ceph_keyrings_dir? | 17:31 |
jrosser | then the role would execute and it will use the provided keyrongs | 17:32 |
jrosser | the relevant tasks here look contitional on ceph_conf_file being configured https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_config.yml#L24-L43 | 17:33 |
*** yolanda has quit IRC | 17:44 | |
*** schwicht has quit IRC | 17:45 | |
*** schwicht has joined #openstack-ansible | 17:53 | |
kleini | I need to check my ansible role, why it still tries to connect to ceph_mons | 17:54 |
kleini | the code you're showing me looks good | 17:55 |
*** maaritamm has joined #openstack-ansible | 18:09 | |
kleini | ceph_get_mon_host.yml is always run and it waits for SSH connection to ceph_mons. that is the main conflict. | 18:12 |
noonedeadpunk | jrosser: seems that https://review.opendev.org/#/c/681003/ passed place where it used to fail! | 18:19 |
noonedeadpunk | kleini: huh I believed it's included conditionally now... | 18:21 |
noonedeadpunk | but we apparently not | 18:22 |
jrosser | hmm maybe we didn’t backport that to train, I thought we did.... | 18:23 |
noonedeadpunk | no, it's not even in master... | 18:24 |
noonedeadpunk | let me patch that | 18:24 |
kleini | If I would have a good idea, where to fix that, I would have provided a fix but I am missing a little bit of overview about all those playbooks in ceph_client role | 18:25 |
kleini | noonedeadpunk: thank you | 18:25 |
*** villes has joined #openstack-ansible | 18:30 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-ceph_client master: Do not try to connect to mons when everything is provided https://review.opendev.org/724118 | 18:32 |
noonedeadpunk | kleini: I think that should work out eventually | 18:32 |
noonedeadpunk | we won't catch this in CI so would be great to hear if it works for you:) | 18:33 |
kleini | my fix was: http://paste.openstack.org/show/792839/ so I am sure, this will help | 18:37 |
noonedeadpunk | kleini: hm, this one does a bit another thing - I think it includes file when it eventually shouldn't | 18:39 |
kleini | I have to read how Ansible interprets a list compared to "or" | 18:39 |
noonedeadpunk | so it means that it won't get included only when either conf file is missing or keyrings dir is not provided. Which means that role will fail in other place | 18:40 |
noonedeadpunk | list is AND | 18:40 |
kleini | that is a different meaning then | 18:41 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-rsyslog_client master: Cleanup py27 support https://review.opendev.org/719939 | 18:42 |
noonedeadpunk | so, the main point of this include to get set fact ceph_mon_host THis fact is used in ceph_get_keyrings_from_mons.yml (which is not included when ceph_keyrings_dir is defined) and in ceph_config.yml | 18:43 |
noonedeadpunk | but only when ceph_conf_file is not defined | 18:43 |
noonedeadpunk | so I think in case either of these variables are missing - we should connect to the monitor to get missing part | 18:44 |
noonedeadpunk | (just explaining my idea to verify if my logic is correct) | 18:45 |
noonedeadpunk | As it can probably be wrong... | 18:45 |
villes | for me it looks now correct as I was trying to get this work but did not think all use cases first. | 18:47 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rsyslog_client master: [ussuri][goal] Updates for python 2.7 drop https://review.opendev.org/710679 | 18:47 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rsyslog_client master: Cleanup py27 support https://review.opendev.org/719939 | 18:47 |
noonedeadpunk | ok, cool then:) | 18:48 |
noonedeadpunk | jrosser: guilhermesp would be great to have a review on several things: https://review.opendev.org/#/c/722923/ https://review.opendev.org/#/c/721091/ https://review.opendev.org/#/c/716528/ | 18:55 |
noonedeadpunk | and ofc https://review.opendev.org/#/c/720558/ once it pass tests) | 18:55 |
*** jbadiapa has quit IRC | 19:00 | |
*** maaritamm has quit IRC | 19:44 | |
*** threestrands has quit IRC | 20:09 | |
jrosser | guilhermesp: spotz heres another needing a review https://review.opendev.org/#/c/681003/ | 20:13 |
spotz | jrosser on it | 20:20 |
spotz | done:) | 20:21 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Expose voting-only option for master-eligible elasticsearch nodes https://review.opendev.org/723574 | 20:30 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/rocky: Add requirements_git_install_branch to test-vars https://review.opendev.org/722923 | 21:00 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Update ansible to 2.9.7 https://review.opendev.org/724180 | 21:49 |
noonedeadpunk | Perfect timing for rabbit thing being backported) | 21:52 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client master: Add handled logs to the list https://review.opendev.org/720558 | 21:53 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client master: [ussuri][goal] Updates for python 2.7 drop https://review.opendev.org/710679 | 21:53 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client master: Cleanup py27 support https://review.opendev.org/719939 | 21:53 |
*** miloa has quit IRC | 23:03 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update ansible to 2.9.7 https://review.opendev.org/681003 | 23:37 |
*** tosky has quit IRC | 23:39 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!