| *** spatel has joined #openstack-ansible | 00:57 | |
| *** cshen has joined #openstack-ansible | 01:14 | |
| *** cshen has quit IRC | 01:19 | |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_designate master: Add Centos-8 support https://review.opendev.org/736876 | 01:56 |
|---|---|---|
| *** gyee has quit IRC | 01:58 | |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_designate master: Add Centos-8 support https://review.opendev.org/736876 | 02:01 |
| openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Compile mod-wsgi module for CentOS 7 https://review.opendev.org/734608 | 02:35 |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_heat master: Add Centos-8 support https://review.opendev.org/736925 | 03:03 |
| *** cshen has joined #openstack-ansible | 03:15 | |
| *** cshen has quit IRC | 03:19 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: Add Centos-8 support https://review.opendev.org/735552 | 03:38 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon master: Add Centos-8 support https://review.opendev.org/736095 | 03:44 |
| *** cshen has joined #openstack-ansible | 03:45 | |
| *** cshen has quit IRC | 03:49 | |
| *** rh-jelabarre has quit IRC | 04:15 | |
| *** markvoelker has joined #openstack-ansible | 04:24 | |
| *** markvoelker has quit IRC | 04:29 | |
| *** shyamb has joined #openstack-ansible | 04:30 | |
| *** shyamb has quit IRC | 04:31 | |
| *** djhankb9 has joined #openstack-ansible | 04:32 | |
| *** evrardjp has quit IRC | 04:33 | |
| *** djhankb has quit IRC | 04:33 | |
| *** djhankb9 is now known as djhankb | 04:33 | |
| *** evrardjp has joined #openstack-ansible | 04:33 | |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-lxc_container_create master: Add Centos-8 support https://review.opendev.org/736850 | 05:03 |
| *** markvoelker has joined #openstack-ansible | 05:09 | |
| *** shyamb has joined #openstack-ansible | 05:13 | |
| *** markvoelker has quit IRC | 05:14 | |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-haproxy_server master: Add Centos-8 support https://review.opendev.org/736931 | 05:15 |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_barbican master: Add Centos-8 support https://review.opendev.org/736932 | 05:17 |
| *** udesale has joined #openstack-ansible | 05:34 | |
| *** cshen has joined #openstack-ansible | 05:45 | |
| *** cshen has quit IRC | 05:49 | |
| openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_magnum master: Add Centos-8 support https://review.opendev.org/736937 | 05:54 |
| *** spatel has quit IRC | 05:59 | |
| *** cshen has joined #openstack-ansible | 06:26 | |
| *** tosky has joined #openstack-ansible | 06:30 | |
| *** cshen has quit IRC | 06:31 | |
| *** jbadiapa has quit IRC | 06:34 | |
| *** dpaclt has joined #openstack-ansible | 06:41 | |
| *** rpittau|afk is now known as rpittau | 06:44 | |
| *** shyamb has quit IRC | 06:44 | |
| *** shyamb has joined #openstack-ansible | 06:58 | |
| *** cshen has joined #openstack-ansible | 07:05 | |
| *** markvoelker has joined #openstack-ansible | 07:10 | |
| *** markvoelker has quit IRC | 07:15 | |
| *** miloa has joined #openstack-ansible | 07:25 | |
| *** shyamb has quit IRC | 07:49 | |
| *** shyamb has joined #openstack-ansible | 08:16 | |
| *** mjwales has joined #openstack-ansible | 08:20 | |
| openstackgerrit | Merged openstack/ansible-config_template master: Make code compatible with older ansible versions https://review.opendev.org/736512 | 08:20 |
| mjwales | Hi, I'm trying to upgrade a control node from 16.04 -> 18.04 but have run into an error running the galera-install playbook. It errors out with "The galera_cluster_name variable does not match what is set in mysql" at the "Fail if galera_cluster_name doesnt match provided value" task | 08:21 |
| mjwales | Checked galera_cluster_name on all three control nodes and it is "openstack_galera_cluster". I've also added this to the user_variables.yml but the install still fails. | 08:22 |
| mjwales | Is this a known issue? The output states I can ignore the cluster state by passing -e galera_ignore_cluster_state=true but unsure it this is the correct way to proceed? | 08:23 |
| *** jbadiapa has joined #openstack-ansible | 08:32 | |
| *** markvoelker has joined #openstack-ansible | 08:34 | |
| *** dpaclt has quit IRC | 08:38 | |
| *** markvoelker has quit IRC | 08:39 | |
| noonedeadpunk | I think you can proceed if you've checked cluster name | 08:44 |
| *** mugsie has quit IRC | 08:48 | |
| *** mugsie has joined #openstack-ansible | 08:48 | |
| mjwales | noonedeadpunk: yep ran successfully. Looks like it fails as it's running mysql commands to check the node status but they fail as mysql is not yet running on the node | 08:50 |
| noonedeadpunk | yeah, that's most likely reason | 08:51 |
| noonedeadpunk | I guess we should kind of remove maria deployed fact during upgrade... | 08:51 |
| noonedeadpunk | or at least take a closer look | 08:51 |
| mjwales | I'm sort of following https://review.opendev.org/#/c/710803/4/doc/source/admin/upgrades/distribution-upgrades.rst to do the upgrade. Noted that you need to run the haproxy install before galera otherwise it fails | 08:53 |
| mjwales | Then add the ignore cluster state for galera | 08:53 |
| *** mjwales has quit IRC | 09:05 | |
| *** shyamb has quit IRC | 09:38 | |
| chandankumar | jrosser, morning | 09:42 |
| chandankumar | jrosser, please have a look https://review.opendev.org/#/c/736507/ and https://review.opendev.org/#/c/727067/ please have a look | 09:43 |
| chandankumar | in which jobs basically ironic is getting configured? | 09:43 |
| chandankumar | do i need to make more changes somewhere | 09:43 |
| *** shyamb has joined #openstack-ansible | 09:57 | |
| *** cshen_ has joined #openstack-ansible | 10:10 | |
| *** cshen has quit IRC | 10:12 | |
| *** cshen_ has quit IRC | 10:14 | |
| *** shyamb has quit IRC | 10:15 | |
| *** watersj has quit IRC | 10:17 | |
| *** rpittau is now known as rpittau|bbl | 10:22 | |
| *** stingrayza has joined #openstack-ansible | 10:28 | |
| *** also_stingrayza has quit IRC | 10:30 | |
| *** markvoelker has joined #openstack-ansible | 10:35 | |
| *** markvoelker has quit IRC | 10:40 | |
| *** markvoelker has joined #openstack-ansible | 10:44 | |
| *** shyamb has joined #openstack-ansible | 10:47 | |
| *** markvoelker has quit IRC | 10:49 | |
| *** cshen has joined #openstack-ansible | 10:57 | |
| *** shyam89 has joined #openstack-ansible | 11:05 | |
| *** shyam89 has quit IRC | 11:06 | |
| *** shyam89 has joined #openstack-ansible | 11:06 | |
| openstackgerrit | Erik Berg proposed openstack/openstack-ansible-ceph_client master: Remove trailing '/' from ceph_apt_repo_url https://review.opendev.org/736977 | 11:08 |
| *** shyamb has quit IRC | 11:09 | |
| *** shyamb has joined #openstack-ansible | 11:10 | |
| *** shyam89 has quit IRC | 11:13 | |
| *** shyamb has quit IRC | 11:20 | |
| *** rh-jelabarre has joined #openstack-ansible | 12:04 | |
| *** rpittau|bbl is now known as rpittau | 12:19 | |
| openstackgerrit | Erik Berg proposed openstack/openstack-ansible-ceph_client master: Remove trailing '/' from ceph_apt_repo_url https://review.opendev.org/736977 | 12:19 |
| mgariepy | jrosser, for the ceph focal test, can we put the focal-ceph test non-votnig for now ? | 12:35 |
| mgariepy | until the pr for ceph-ansible merge. | 12:35 |
| jrosser | mgariepy: that seems reasonable as we now understand why it breaks | 12:36 |
| jrosser | todays a not-working day for me so it would be great if you can restack/adjust the patches for that | 12:36 |
| mgariepy | lol ok ;) i'll do that | 12:37 |
| mgariepy | you can go on with your not working day ;) | 12:37 |
| mgariepy | haha | 12:37 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support https://review.opendev.org/689629 | 12:37 |
| openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Add Ubuntu Focal support https://review.opendev.org/723597 | 12:39 |
| openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Add Ubuntu Focal support https://review.opendev.org/723597 | 12:40 |
| *** udesale_ has joined #openstack-ansible | 12:44 | |
| *** udesale has quit IRC | 12:46 | |
| *** spatel has joined #openstack-ansible | 12:48 | |
| *** spatel has quit IRC | 12:53 | |
| openstackgerrit | Erik Berg proposed openstack/openstack-ansible stable/stein: WIP/DNM: Upgrade ceph to mimic during run-upgrade.sh to stein https://review.opendev.org/711440 | 13:10 |
| openstackgerrit | Erik Berg proposed openstack/openstack-ansible stable/stein: ceph: run handlers after common https://review.opendev.org/736998 | 13:10 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support https://review.opendev.org/689629 | 13:22 |
| *** d34dh0r53 has joined #openstack-ansible | 13:44 | |
| *** rpittau is now known as rpittau|brb | 13:54 | |
| *** rpittau|brb is now known as rpittau|afk | 14:00 | |
| *** tosky has quit IRC | 14:08 | |
| *** KeithMnemonic has joined #openstack-ansible | 14:23 | |
| *** chandankumar is now known as raukadah | 14:45 | |
| *** spatel has joined #openstack-ansible | 14:55 | |
| spatel | what is openstack-ansible-functional-centos-8 zuul check? | 14:56 |
| spatel | at present we don't have centos-8 zuul box right? | 14:56 |
| *** waxfire has quit IRC | 15:05 | |
| *** waxfire has joined #openstack-ansible | 15:07 | |
| *** spatel has quit IRC | 15:27 | |
| *** cshen has quit IRC | 15:32 | |
| *** miloa has quit IRC | 15:32 | |
| *** djhankb has quit IRC | 15:32 | |
| *** cshen has joined #openstack-ansible | 15:32 | |
| *** miloa has joined #openstack-ansible | 15:32 | |
| *** djhankb has joined #openstack-ansible | 15:32 | |
| *** masterpe has quit IRC | 15:35 | |
| *** fridtjof[m] has quit IRC | 15:36 | |
| *** MonadT has quit IRC | 15:36 | |
| mgariepy | noonedeadpunk, can you check this one ? https://review.opendev.org/#/c/723597/27 | 15:36 |
| noonedeadpunk | just one small nit there.... | 15:39 |
| openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Add Ubuntu Focal support https://review.opendev.org/723597 | 15:40 |
| mgariepy | done | 15:40 |
| *** tosky has joined #openstack-ansible | 15:50 | |
| *** arkan has joined #openstack-ansible | 15:54 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support https://review.opendev.org/689629 | 15:59 |
| *** miloa has quit IRC | 16:10 | |
| mgariepy | i won't be working for the rest of the day either. have a nice weekend | 16:14 |
| *** arkan has quit IRC | 16:17 | |
| *** udesale_ has quit IRC | 16:26 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: Add Centos-8 support https://review.opendev.org/735552 | 16:52 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support https://review.opendev.org/689629 | 16:53 |
| noonedeadpunk | mgariepy: yeah, you too) | 16:53 |
| noonedeadpunk | btw, centos8 source install goes till cinder now:) | 16:53 |
| noonedeadpunk | and even passes it :p | 16:54 |
| *** ChanServ has quit IRC | 16:59 | |
| jrosser | we need this for functional tests on train https://review.opendev.org/#/c/736464/ to merge things in os_neutron etc | 17:05 |
| *** ChanServ has joined #openstack-ansible | 17:37 | |
| *** tepper.freenode.net sets mode: +o ChanServ | 17:37 | |
| *** arkan_ has joined #openstack-ansible | 17:50 | |
| *** sum12 has quit IRC | 18:13 | |
| *** sum12 has joined #openstack-ansible | 18:27 | |
| *** arkan_ has quit IRC | 19:03 | |
| *** markvoelker has joined #openstack-ansible | 19:31 | |
| *** markvoelker has quit IRC | 19:36 | |
| *** yolanda has quit IRC | 19:41 | |
| noonedeadpunk | jrosser: centos8 passed till tempest o_O https://zuul.opendev.org/t/openstack/build/22b393fdbaf74bb69625615a3167eb92/log/job-output.txt#14136 | 19:42 |
| *** spatel has joined #openstack-ansible | 19:46 | |
| noonedeadpunk | would be great if we can merge smth out of https://review.opendev.org/#/q/topic:osa/el8+(status:open)+NOT+label:Workflow-1 | 19:48 |
| spatel | Yes that would be good | 19:51 |
| spatel | some of those patches are totally safe to merge | 19:51 |
| spatel | most of them are one liner | 19:51 |
| jrosser | noonedeadpunk: if you pick some out and let me know i can take a look later | 19:52 |
| jrosser | i was wanting to check that we really did need to add extra redhat-8.yml everywhere rather than rename redhat-7.yml to redhat.yml | 19:53 |
| * jrosser heads out for a bit | 19:53 | |
| noonedeadpunk | I think we didn't do that for most patches | 19:53 |
| spatel | jrosser: + i would like to do that single file. | 19:53 |
| noonedeadpunk | need to check where we do | 19:53 |
| spatel | only handful roles has separate role file | 19:55 |
| spatel | I meant redhat-X.yml file | 19:55 |
| noonedeadpunk | spatel: I put -w on yours because wanna distro one to pass as well | 19:56 |
| spatel | noonedeadpunk: when we going to have centos-8 image on zuul? | 19:56 |
| noonedeadpunk | and it dies on cinder | 19:56 |
| noonedeadpunk | we have | 19:56 |
| noonedeadpunk | testing integrated with https://review.opendev.org/#/c/689629/ | 19:57 |
| spatel | I was about to ask what is -W means? | 19:57 |
| noonedeadpunk | that we're not ready to review this yet | 19:58 |
| noonedeadpunk | like work in progress | 19:58 |
| *** KeithMnemonic has quit IRC | 19:59 | |
| spatel | okay got it | 19:59 |
| spatel | whey some of zuul logs doesn't have ara-report dir? | 20:03 |
| *** markvoelker has joined #openstack-ansible | 20:04 | |
| *** markvoelker has quit IRC | 20:09 | |
| openstackgerrit | Merged openstack/openstack-ansible-tests stable/train: Add pre-gate cleanup tasks https://review.opendev.org/736464 | 20:32 |
| *** cshen has quit IRC | 20:35 | |
| jrosser | noonedeadpunk: i wonder if your centos-8 tempest fail is because of this https://review.opendev.org/#/c/689629/64/tests/roles/bootstrap-host/tasks/prepare_networking.yml | 20:44 |
| jrosser | remember we had endless trouble on centos-7 becasue of bridge forwarding = 0 | 20:44 |
| noonedeadpunk | nope, don't remember about that, but sounds like related | 20:45 |
| jrosser | we had to make a special thing in the systemd-networkd role to enable it, let me look | 20:46 |
| *** gyee has joined #openstack-ansible | 20:46 | |
| jrosser | here we go https://review.opendev.org/#/c/635929/ | 20:49 |
| jrosser | that patch makes specific reference to centos, and i think it was very similar where the test cirros VM was not contactable via the host bridge from utility | 20:49 |
| jrosser | same would go for the neutron router | 20:50 |
| *** cshen has joined #openstack-ansible | 20:50 | |
| noonedeadpunk | so like just adding to sysctl might work... | 20:54 |
| jrosser | yeah maybe, though i just look at the comments on the patch and that may not be persistent | 20:54 |
| noonedeadpunk | btw, if systemd-network is present in epel, why don't we use it? | 20:54 |
| jrosser | becasue i don't think it was necessarily there when we started this | 20:55 |
| noonedeadpunk | ah, ok. | 20:55 |
| jrosser | but absolutely we need to drop the hack i added and wire EPEL into the AIO for systemd_networkd | 20:55 |
| noonedeadpunk | so other way is to just add epel, and run networkd role? | 20:55 |
| jrosser | just being aware that lxc_hosts will come along later and do the same thing | 20:55 |
| jrosser | there is already everything needed in the lxc_hosts patch, just needs also to be in the AIO bootstrap_host role | 20:56 |
| noonedeadpunk | ok, will try to look at this closely (once deploy another sandbox) | 20:56 |
| jrosser | and not collide/interfere with each other | 20:56 |
| jrosser | idk if we can add EPEL repo twice | 20:56 |
| noonedeadpunk | I think if repo name is the same, yum_repository should just say "ok" | 20:57 |
| noonedeadpunk | or we can just yum install epel-release twice :p | 20:57 |
| jrosser | the bit you want is in here https://review.opendev.org/#/c/735781/4/tasks/lxc_install_dnf.yml | 20:57 |
| jrosser | and i guess we need the same sort of thing in openstack-ansible-tests | 20:58 |
| noonedeadpunk | yeah, thanks for pointing) | 20:59 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support https://review.opendev.org/689629 | 21:10 |
| *** spatel has quit IRC | 21:41 | |
| *** markvoelker has joined #openstack-ansible | 22:05 | |
| *** markvoelker has quit IRC | 22:10 | |
| *** gyee has quit IRC | 22:42 | |
| *** spatel has joined #openstack-ansible | 23:32 | |
| *** tosky has quit IRC | 23:45 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!