Thursday, 2020-05-28

*** threestrands has joined #openstack-ansible00:09
*** cshen has joined #openstack-ansible00:35
*** cshen has quit IRC00:41
*** NewJorg has quit IRC01:08
*** spatel has joined #openstack-ansible01:09
*** sshnaidm|afk is now known as sshnaidm|off01:34
*** redrobot has quit IRC02:22
*** cshen has joined #openstack-ansible02:25
*** spatel has quit IRC02:27
*** cshen has quit IRC02:30
*** threestrands has quit IRC03:49
*** cshen has joined #openstack-ansible04:26
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** mrda has quit IRC04:58
*** mrda has joined #openstack-ansible05:00
*** udesale has joined #openstack-ansible05:18
jannoso what would be best practice regarding ceph and upgrade from stein to train? would upgrading ceph manually before the upgrade be a solution?05:35
*** NewJorg has joined #openstack-ansible05:39
jrossernoonedeadpunk: what do you think of this? https://opendev.org/openstack/openstack-ansible/src/branch/master/scripts/get-ansible-role-requirements.yml#L77-L9305:40
jrosserthat creates overrides so we find the openstack service repos with file:// in CI so they don't need cloning from opendev.org05:41
jrosserbut i am trying to patch this, because the networking-calico repo is now at github https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/defaults/repo_packages/openstack_services.yml#L172-L17605:42
jrosserand it breaks like this ERROR: Command errored out with exit status 128: git clone -q file:///openstack/src/github.com/projectcalico/networking-calico05:43
jrosserjanno: Erik has been working on ceph upgrades https://review.opendev.org/#/c/710778/05:44
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Update repo location for networking-calico  https://review.opendev.org/73110905:55
*** fghaas has joined #openstack-ansible06:18
CeeMacmorning06:26
noonedeadpunkjrosser: but calico is not the only one on github06:29
noonedeadpunkwe should already have smth to cover that06:29
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Update repo location for networking-calico  https://review.opendev.org/73110906:31
jrossernoonedeadpunk: it's the only one in openstack_services.yml though from github06:31
noonedeadpunkindeed.... maybe add another select and try to get ones with opendev.org only? Or replace git_repo with opendev.org....06:34
noonedeadpunkthat way we will be able to return gnocchi as well06:35
noonedeadpunkbut maybe your approach is also good06:36
*** yolanda has joined #openstack-ansible06:43
jrossernoonedeadpunk: yeah, so it's a choice of putting non-zuul things in their own file, or like you say add another select()06:50
jrosseri quite like adding the select anyway as it makes it more robust06:51
noonedeadpunktbh change filter is just easier as we may have more stuff in github with time06:51
noonedeadpunkyeah, so we wont have to be bothered with it06:52
noonedeadpunkor here we may just do both things :)06:52
noonedeadpunkor, we can really split this file by services06:53
noonedeadpunkthat way we won't include so much variables for each play06:53
*** jawad_axd has joined #openstack-ansible07:03
jannognocchi comes from github: gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi07:06
noonedeadpunkyeah and its also split int oseparate file07:28
*** mgariepy has quit IRC07:32
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Only use zuul cloned git repos for code hosted at opendev.org  https://review.opendev.org/73145107:37
jrossermaybe like that07:37
*** tosky has joined #openstack-ansible07:44
openstackgerritErik Berg proposed openstack/ansible-role-python_venv_build master: install venv_build_distro_package_list on venv_wheel_build_enable  https://review.opendev.org/73145307:47
ebbexjrosser: I tried to build from stable/train (no tag) last night and keystone failed to build. I'm not sure what's changed since 20.1.0, cause the builds were happening _in_ the keystone containers rather than repo..? It was missing a bunch of packages. Then looking for a solution I found this; https://review.opendev.org/73145307:52
ebbexAm I missing something? It's been like that since the dawn of time, that couldn't ever have possibly worked or?07:53
jrosserebbex: the builds should be delegated to the repo server07:58
jrosserand those packages would be installed here https://github.com/openstack/ansible-role-python_venv_build/blob/master/tasks/python_venv_wheel_build.yml#L29-L4108:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Stop installing python2.7 on debian  https://review.opendev.org/73145708:05
ebbexI wonder why mine are not being delegated, have to look at that first i suppose. Is the logic correct in that task I sent a patch for? If venv_wheel_build_enable then only install distro packages?08:07
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Stop installing python2.7 on debian  https://review.opendev.org/73145708:07
ebbexbecause they should be enabled and installed on the repo servers?08:07
jrosseri suspect that is the flip side of the case that i linked to08:07
jrosserwhen there is no repo server the wheel build happens locally08:07
jrosserso you need the devel packages locally08:08
ebbexand if builds happen locally that should mean that venv_wheel_build_enable is false?08:09
ebbexAh yes; venv_wheel_build_enable: "{{ venv_build_host != inventory_hostname }}"08:10
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.4  https://review.opendev.org/71783008:12
jrosserebbex: if something has gone strange with your deploy that makes one half of that logic do the wrong thing then you could end up with packages on the repo server but trying to do a local build08:13
jrosserthat would be odd, but possible08:13
*** arkan has joined #openstack-ansible08:19
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_rally master: Do not install development packages on the target  https://review.opendev.org/73145908:21
ebbexYeah, I can't really wrap my head around it yet. There's no changes to my openstack_deploy config. I'll check out 20.1.0 and bootstrap again and see what happens then.08:33
*** ravsingh has joined #openstack-ansible08:47
noonedeadpunkgalera 10.4 is going to pass (finally)08:51
noonedeadpunkjrosser: should I rebase it on top of your focal patch or rebase focal one on top of it?08:51
*** mgariepy has joined #openstack-ansible08:52
*** rpittau|afk is now known as rpittau08:53
*** arkan has quit IRC08:55
noonedeadpunkbtw we can't remove no_log from tests - ansible lint is unhappy with it then... So probably should skip lint then or dunno08:55
*** ondrejburian has quit IRC08:57
*** arkan has joined #openstack-ansible08:57
*** jawad_ax_ has joined #openstack-ansible08:58
jrossernoonedeadpunk: it's going to be several hours (at the very best) before we might have a focal CI image without python209:00
jrosserand thats blocking the focal patches, so it might be best not to rebase on top of those right now09:00
jrosserif there are focal tests we care about, of course09:01
*** jawad_axd has quit IRC09:01
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.4  https://review.opendev.org/71783009:09
*** jbadiapa has joined #openstack-ansible09:10
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.4  https://review.opendev.org/71783009:11
arkanhi guys, do you know something about this error: http://paste.openstack.org/show/794087/ ? (I'm using 'train' version, and production openstack_user_config.yml)09:12
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Remove /usr/bin/python on debian/ubuntu for CI jobs  https://review.opendev.org/73147609:13
arkanalso I see that ceph_osd is on metal (running scripts/inventory-manage.py -l), how can I install it into lxc container (if it is possible) ?09:15
noonedeadpunkI'm not sure ceph-osd in container is good idea as it should have access to you hard drives09:19
arkannoonedeadpunk: I don't know why is throwing this error? does it need a dedicated disks? I have aprox. 430GB free space09:21
*** itandops has joined #openstack-ansible09:22
noonedeadpunkso osds are designed to be a separate disks. However you can probably create sparse file and use loop device for testing purposes09:22
arkanand also there is no mention for such details in the example https://docs.openstack.org/openstack-ansible/train/user/ceph/full-deploy.html09:25
arkanit's using ceph-osd_hosts, ceph-mon_hosts and the user variables09:25
jrosserarkan: just to be completely clear about what is happening here, openstack-ansible is acting as a very thin wrapper around https://github.com/ceph/ceph-ansible09:26
jrosseryou have to understand what ceph architecture you are trying to build, and set the appropriate ceph-ansible variables to make that happen09:26
arkanjrosser: ok, so I can check their config vars from ceph-ansible09:27
arkanopenstack-ansible is using ceph-ansible09:27
CeeMacjrosser: i see you're doing some work on focal, is U release still reference on bionic or it will become the transition release for focal too?09:27
jrosseryes, and you have to supply those in the relevant host/group/user_variables from the OSA side09:27
jrosserarkan: it is optional, you have have OSA call the ceph-ansible roles to deploy the ceph cluster09:28
jrosserarkan: or you can deploy ceph yourself standalone (using ceph-ansible or whatever else you like) then just point OSA at the ceph monitor IP addresses09:28
arkanjrosser: great, I will play with it and see09:28
jrosserCeeMac: in a super ideal world U would become the transition release09:29
CeeMacbut in a pragmatic world, if one was looking to deploy U stick with bionic?09:29
jrosserU will support bionic either way09:30
CeeMacok09:30
jrosserand you could give it some time and with a following wind do an OS upgrade to focal09:30
CeeMaci'm a bit out of touch with OSA releases, was there a U release cut yet?09:31
CeeMacjust trying to prep for a coming project09:31
jrossernot yet...09:31
CeeMacdid U get officially release anyhow? I'm so out of touch, and have no idea what day it is most times since lockdown started lol09:33
jrosserU is released for the main components yes, but projects like OSA trail there releases behind09:33
jrosserotherwise it's chicken/egg09:33
CeeMacyes09:35
CeeMacmakes sense09:35
CeeMacjust trying to play a little mental catchup09:35
CeeMacsorry for the obvious/lazy questions :)09:35
*** ravsingh has quit IRC09:39
*** khomesh24 has joined #openstack-ansible09:42
*** gshippey has joined #openstack-ansible09:44
*** ravsingh has joined #openstack-ansible09:52
*** dpaclt has joined #openstack-ansible09:57
*** tosky_ has joined #openstack-ansible09:57
*** tosky is now known as Guest4863309:57
*** tosky_ is now known as tosky09:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.4  https://review.opendev.org/71783009:59
*** khomesh24 is now known as kt|away10:11
*** kt|away has quit IRC10:15
*** rpittau is now known as rpittau|bbl10:18
*** itandops has quit IRC10:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Remove /usr/bin/python on debian/ubuntu for CI jobs  https://review.opendev.org/73147610:25
*** itandops has joined #openstack-ansible10:31
*** udesale_ has joined #openstack-ansible10:34
*** udesale has quit IRC10:36
*** sshnaidm|off has quit IRC10:55
noonedeadpunkarg.... what have I changed that 10.4 fails again....11:00
*** cshen has quit IRC11:01
*** itandops has quit IRC11:05
*** dpaclt has quit IRC11:08
*** itandops has joined #openstack-ansible11:14
*** cshen has joined #openstack-ansible11:27
*** cshen has quit IRC11:32
*** cshen has joined #openstack-ansible11:36
*** mgariepy has quit IRC11:38
*** mgariepy has joined #openstack-ansible11:38
*** NewJorg has quit IRC11:39
*** NewJorg has joined #openstack-ansible11:39
*** mathlin has quit IRC11:40
noonedeadpunkand only ssl ones11:41
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-galera_server master: WIP Centos-8 support  https://review.opendev.org/72472111:43
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-lxc_hosts master: [WIP] centos-8 support  https://review.opendev.org/72810811:52
*** jawad_ax_ has quit IRC11:52
*** udesale_ has quit IRC11:58
*** udesale_ has joined #openstack-ansible11:59
*** dpaclt has joined #openstack-ansible12:02
*** rh-jelabarre has joined #openstack-ansible12:03
*** rh-jelabarre has quit IRC12:05
*** rpittau|bbl is now known as rpittau12:05
*** rh-jelabarre has joined #openstack-ansible12:10
*** arkan has quit IRC12:17
*** ravsingh has quit IRC12:38
openstackgerritamolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup.  https://review.opendev.org/72070513:02
*** ansmith_ has quit IRC13:07
openstackgerritDuncan Martin Walker proposed openstack/openstack-ansible-ops master: Prevent duplicate initial_master_nodes  https://review.opendev.org/73152413:08
*** ansmith has joined #openstack-ansible13:10
*** itandops has quit IRC13:23
*** itandops has joined #openstack-ansible13:24
*** dpaclt has quit IRC13:59
*** rpittau is now known as rpittau|brb14:18
*** rpittau|brb is now known as rpittau14:29
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use a single vars file for all ubuntu releases  https://review.opendev.org/73155214:44
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Add functional tests for ubuntu focal  https://review.opendev.org/73125114:45
*** Guest70400 has joined #openstack-ansible15:03
*** Guest70400 is now known as redrobot15:05
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Use a single vars file for all ubuntu releases  https://review.opendev.org/73155215:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support  https://review.opendev.org/68962915:22
*** theintern has joined #openstack-ansible15:35
*** theintern has quit IRC15:39
openstackgerritMerged openstack/openstack-ansible-ops master: Add override for Auditbeat socket dataset  https://review.opendev.org/73075415:42
*** udesale_ has quit IRC15:50
openstackgerritDuncan Martin Walker proposed openstack/openstack-ansible-ops master: Ensure that the beat setup role runs when elk_beat_setup=true  https://review.opendev.org/72965416:02
*** rpittau is now known as rpittau|afk16:08
noonedeadpunkjrosser: so 10.4 passed https://review.opendev.org/#/c/717830/16:12
jrosseroh cool16:13
noonedeadpunkbtw, had a talks with mariadb folks (inlcuding montywi)16:14
noonedeadpunk10.4.13 confirmed has a bug that makes db crash16:14
noonedeadpunk10.4.14 laready fixed (but not released)16:14
jrosserok16:15
jrosseryou want to merge this?16:15
noonedeadpunkand, they suggested us not removing root@localhost. Like it is impossible till 10.4.13 because of hardcode16:15
noonedeadpunkand instead of creating root@% - create like admin@%16:15
noonedeadpunkregarding merge - I'm not sure what will happen with upgrade jobs, but I think we can try merging it16:16
*** cshen has quit IRC16:17
jrosserthe focal CI image is now without python216:17
jrosserso that gives, umm, different errors now :)16:17
jrosserthis is really close https://review.opendev.org/#/c/731251/16:18
jrosserit's failing to access /tmp in the container, but they are now created16:18
noonedeadpunkok, cool. btw, regarding py - like run_tests.sh fails for bionic with missing py216:18
noonedeadpunkand weird failures for some other os16:19
jrosseris that because we have a hardcoded python2 somewhere in the bootstrap?16:20
* jrosser never really uses run_tests, always do it manually16:20
noonedeadpunkI didn't find anything specific, but fails really at the begining - like with first playbook run16:20
* noonedeadpunk lazy to install bindep, tox, etc16:21
noonedeadpunkso feels like hardocded ansible_python_interpreter16:23
*** cshen has joined #openstack-ansible16:23
jrosseri think we should try not to set that16:24
jrosserfeels like trouble16:24
noonedeadpunkso fails on that https://opendev.org/openstack/openstack-ansible-tests/src/branch/master/test-prepare-keys.yml#L2716:24
jrosseri wonder if we really need connection: local there16:26
noonedeadpunkthere is already connection: local?16:29
noonedeadpunkah, if we need16:29
noonedeadpunkso, do we merge 10.4 galera?16:37
noonedeadpunkI'm just about to do update freeze16:37
noonedeadpunkso probably let's merge whatever we want today not to backport16:38
jrosseryes we should merge it16:44
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Do not set alternatives before package is present  https://review.opendev.org/73158517:03
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Do not set alternatives before package is present  https://review.opendev.org/73158517:03
jrossernoonedeadpunk: do you think we should set the alternatives at all for python?17:08
jrosserfor a python3 host ideally /usr/bin/python is not there17:08
noonedeadpunkmaybe....17:10
noonedeadpunkjust this cause failure:)17:10
jrosserI’ve been taking /use/bin/python away in the focal containers, well undoing the symlinking of it anyway so n the cache prep17:12
noonedeadpunkwe can really just remove alternatives17:13
noonedeadpunkI'm probably ok with that17:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: WIP Centos-8 support  https://review.opendev.org/72472117:20
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Centos-8 support  https://review.opendev.org/68962917:20
mgariepywasn't the ansible_python_interpreter mostly needed for centos 7 selinux stuff at the start ?17:34
noonedeadpunkas appeared, no:(17:34
mgariepycentos8 is no fun.17:34
mgariepybtrfs is not supported anymore, no kernel modules avalaible anywhere for it.17:35
noonedeadpunkI _really_ hope, that once we come to services, this will be the way easier17:35
noonedeadpunkyeah17:35
noonedeadpunkI looking at it right now...17:35
mgariepyelrepo do have the btrfs tools stuff17:35
noonedeadpunkI think.... that we actually don't need btrfs17:36
mgariepybut you can't mount it haha17:36
noonedeadpunkyah, but can't mount17:36
mgariepylol17:36
noonedeadpunkso https://www.man7.org/linux/man-pages/man1/machinectl.1.html17:36
noonedeadpunksays that we can use just raw images with mbr/gpt17:36
noonedeadpunkI'm going to try this out17:36
noonedeadpunkwe won't have quotas, but tbh not sure if we need them?17:38
mgariepywell i guess it depends. but i would rather have it working in a ugly way than not..17:39
noonedeadpunkcan't agree more17:40
mgariepyi don't set quota on my controller but i do use a zpool17:40
noonedeadpunkbut I think that won't stop you from using cgroups17:40
noonedeadpunklike at the moment I'm not sure what this btrfs quota affects17:40
mgariepyprobably the rootfs for the containers quota i guess17:40
mgariepynot sure how it's supposed to be working tbh, i never used it really.17:41
noonedeadpunkbtw I think it's only for machinectl or dunno even17:41
noonedeadpunkLike I was using cgroups memory and cpu quotas17:42
*** NewJorg has quit IRC17:42
noonedeadpunkbut I feel it has nothing to do with that17:42
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/tasks/lxc_volume.yml#L6617:42
mgariepyyep cgroup for the system but the FS is other things17:42
*** NewJorg has joined #openstack-ansible17:43
noonedeadpunkbtw, I'm not sure that container data is stored there... it feel more like container image storage17:43
noonedeadpunkbut tbh not really an expert here...17:44
mgariepymaybe indeed.17:44
noonedeadpunkok. next step.... mount -t ext4  /var/lib/machines.raw /var/lib/machines works17:48
noonedeadpunkbut this systemd service says `mount: /var/lib/machines: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.`17:49
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/templates/var-lib-machines.mount17:49
noonedeadpunkoh17:49
noonedeadpunksure17:49
noonedeadpunkhurray!17:50
mgariepyveverything works and the whole aoi works now ? :P17:51
noonedeadpunklol17:56
noonedeadpunkI just mounted ext4 with that service :p17:57
mgariepylol17:57
jrosserthe machinectl stuff is only used during the cache prep18:11
jrosserI had to look at this for focal18:11
openstackgerritamolkahat proposed openstack/openstack-ansible-os_tempest master: Added tempest ironic resources setup.  https://review.opendev.org/72070518:12
jrosserit dumps /car/cache/lxc/<foo>/rootfs.tgz18:12
jrosser /var grrr18:12
jrosserhow that gets there kinda doesn’t matter18:12
jrosserit’s independent of the lxc backing store18:13
*** yolanda has quit IRC18:22
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts master: [WIP] centos-8 support  https://review.opendev.org/72810818:24
noonedeadpunkargh, it seems that we would really need to take more closer look at the way of lxc containers creation...18:26
*** aspiers has quit IRC18:31
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible master: Remove retired congress  https://review.opendev.org/73159418:33
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible master: Remove retired congress  https://review.opendev.org/73159418:36
*** NewJorg has quit IRC18:37
*** AJaeger has joined #openstack-ansible18:39
jrossernoonedeadpunk: given all the time in the world I would swap it all out for LXD :)18:40
*** aspiers has joined #openstack-ansible18:40
noonedeadpunknot sure I really understand why it's better?18:41
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible master: Remove retired congress  https://review.opendev.org/73159418:41
jrosserimage management is all just there18:41
noonedeadpunkah18:41
jrossercloud-init18:41
AJaegeransible cores, not sure what else is needed to fix your jobs with congress now retired. https://review.opendev.org/731594 is the start. Help is welcome. Without change https://review.opendev.org/731594 openstack-ansible-deploy-aio will not run at all!18:42
noonedeadpunkbut cloud-init sounds as more complex stuff18:42
noonedeadpunkI guess we need to retire that too https://opendev.org/openstack/openstack-ansible-os_congress18:42
AJaegernoonedeadpunk: yeah, you might want to.18:43
jrosseris it gone totally, even stable branches?18:44
AJaegerjrosser: congress is gone from CI, you can install old versions from pypi18:44
AJaegerjrosser: there was some email a month ago on openstack-discuss18:45
jrosserurgh18:45
noonedeadpunkso we nw need to backport that to all of our stable branches18:45
AJaegeryes.18:45
jrossernot even sure we can install from pypi without some significant work18:46
AJaegerhttp://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html18:46
noonedeadpunkwhat a timing....18:46
*** LuckyClover has joined #openstack-ansible18:47
jrosser /o\ I just don’t even want to think about that :(18:50
noonedeadpunkok, so I'm running freeze again18:52
*** gshippey has quit IRC18:52
*** aspiers has quit IRC18:57
mgariepyjrosser, LXD would be better indeed.19:04
*** NewJorg has joined #openstack-ansible19:04
noonedeadpunkbut it's really soooo many work....19:04
mgariepylxc-to-lxd haha19:05
prometheanfireis ussuri ready to be tested?19:05
noonedeadpunkhowever, dunno how much should be spent on centos8 lxc19:05
noonedeadpunknah19:05
prometheanfireout side of osa gate that is :P19:05
*** cshen has quit IRC19:07
noonedeadpunkwe have so many features to be implemented for U lol19:08
mgariepyhaving multiple distros for the project is nice but it would be kinda a lot less work to have fewer.19:09
prometheanfireheh, ya19:10
prometheanfiretrain it is then19:10
prometheanfirenoonedeadpunk: do you have a tracker?19:10
noonedeadpunkhttp://etherpad.opendev.org/p/openstack-ansible-ussuri kind of it19:10
noonedeadpunkoh, jrosser, btw, are collections ready for merge?19:11
jrosserbar tempest19:12
jrossertripleo not ready yet19:12
noonedeadpunkwe can leave it as is I think?19:12
jrosserneed to bump the version we use of the collection19:12
noonedeadpunkwe still can use modules?19:12
jrosserbut apart from that good I think19:12
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-lxc_hosts master: [WIP] centos-8 support  https://review.opendev.org/72810819:13
mgariepyhrm.. fixing 2 typoes ;p haha19:13
noonedeadpunkah sure19:15
noonedeadpunkbut it still doesn't work:(19:15
noonedeadpunklike machinectl just freeze during unpack19:15
noonedeadpunkguess it don't like ext419:16
noonedeadpunkand even plain dir19:16
noonedeadpunkdespite it probablu should? https://github.com/systemd/systemd/issues/1413019:16
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Ussuri  https://review.opendev.org/72925819:18
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Add ansible openstack collection  https://review.opendev.org/71836219:19
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Synchronise move to openstack ansible collection to all roles  https://review.opendev.org/71852719:19
noonedeadpunkooooops19:20
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Add ansible openstack collection  https://review.opendev.org/71836219:21
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Synchronise move to openstack ansible collection to all roles  https://review.opendev.org/71852719:22
openstackgerritMatthew Thode proposed openstack/openstack-ansible-os_swift stable/train: split templates to work around configparser bug  https://review.opendev.org/73160119:22
prometheanfireI think that's the only thing I have to fix manually to get swift working19:23
noonedeadpunkjrosser: are we leaving OSA_COLLECTIONS_DIR as is as for now? https://review.opendev.org/#/c/718431/3/scripts/bootstrap-ansible.sh19:23
noonedeadpunkprometheanfire: did we backport the rest of them?19:24
noonedeadpunk(probably we are)19:24
prometheanfirenoonedeadpunk: I think so19:25
prometheanfireI went though the commit log and it looks right19:25
prometheanfireI'm going to be deploying train in the next day or two19:25
prometheanfireso I'll find out19:25
noonedeadpunkhope to branch ussuri this week, but it's probably not smth that worth deploying on production at the moment19:26
prometheanfirewell, the env I'm deploying is a test, prod may be in a week or two19:26
mgariepydnf is annoying.,,  I always type dns.. grr.19:29
jrossernoonedeadpunk: we can simplify that19:31
jrossersorry forgot to revisit it19:32
*** cshen has joined #openstack-ansible19:33
*** spatel has joined #openstack-ansible19:35
*** cshen has quit IRC19:38
prometheanfirejust need one more review for https://review.opendev.org/731601 then I can manually change the sha in role-requirements to test19:40
mgariepynoonedeadpunk, selinux ftw.19:43
noonedeadpunkprometheanfire: as you may see we don't have CI at the moment:(19:43
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Ussuri  https://review.opendev.org/72925819:44
prometheanfireoh lol, just linters and docs19:44
noonedeadpunkmgariepy: selinux?19:44
mgariepyjournalctl -xe19:45
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Remove retired congress  https://review.opendev.org/73160419:45
mgariepychecking it a bit.19:45
mgariepybut seems like selinux is preventing the machinctl import stuff.19:45
noonedeadpunkI saw it stuck but didn't realize why19:46
noonedeadpunkyeah, had selinux enforcing....19:46
noonedeadpunkok, then it's progress I think19:47
mgariepyalmost encouraging.19:49
mgariepylet's port everything to arch .19:50
*** fghaas has quit IRC19:58
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add ansible openstack collection  https://review.opendev.org/71843119:59
jrosserhopefully thats right19:59
*** cshen has joined #openstack-ansible20:03
*** cshen has quit IRC20:07
mgariepymachineclt seems to be holding the shell for $REASON20:23
mgariepyin the journal, i get Operation completed successfully20:23
*** rgogunskiy has joined #openstack-ansible20:23
noonedeadpunkdunno...............21:01
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Ussuri  https://review.opendev.org/72925821:28
*** jbadiapa has quit IRC21:33
*** rgogunskiy has quit IRC21:38
*** threestrands has joined #openstack-ansible21:45
*** stingrayza has joined #openstack-ansible21:47
*** also_stingrayza has quit IRC21:50
*** cshen has joined #openstack-ansible22:04
*** cshen has quit IRC22:08
*** waxfire has quit IRC22:13
*** waxfire has joined #openstack-ansible22:13
jrossernoonedeadpunk: broken things https://zuul.opendev.org/t/openstack/build/4186391d44fe4f1480bf16e03e79a09e/log/logs/host/lxc-cache-prep-commands.log.txt#17922:15
jrosseri'm not sure how we install ca-certificates when the repo is now https with an untrusted certificate22:15
jrosserwe need to adjust the URL that zuul provides for the mirror to be http:// instead of https://, thats the smallest change22:38
prometheanfirelooks like I missed https://review.opendev.org/71888322:46
*** itandops has quit IRC23:11
*** tosky has quit IRC23:20
openstackgerritMatthew Thode proposed openstack/openstack-ansible-lxc_hosts stable/train: ensure 20listchanges is not in debian container  https://review.opendev.org/73162523:30
openstackgerritMatthew Thode proposed openstack/openstack-ansible-lxc_hosts stable/train: copy the actual keyring  https://review.opendev.org/73162623:32
prometheanfirehmm lxc_hosts is still failing for train it looks like23:34
openstackgerritMatthew Thode proposed openstack/openstack-ansible-lxc_hosts master: move listchanges removal to where it's needed  https://review.opendev.org/73162823:41
openstackgerritMatthew Thode proposed openstack/openstack-ansible-lxc_hosts stable/train: ensure 20listchanges is not in debian container  https://review.opendev.org/73162523:43

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!