Tuesday, 2020-08-04

*** spatel has joined #openstack-ansible00:57
*** spatel has quit IRC01:33
*** spatel has joined #openstack-ansible01:42
*** gyee has quit IRC02:29
*** rh-jelabarre has quit IRC03:15
*** mmercer has quit IRC03:48
*** stingrayza has quit IRC04:06
*** raukadah is now known as chkumar|rover04:23
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** spatel has quit IRC05:16
*** udesale has joined #openstack-ansible05:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Install required modules for utility env  https://review.opendev.org/74445306:11
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: Use the utility host for db setup tasks  https://review.opendev.org/73344306:12
*** miloa has joined #openstack-ansible06:13
*** cshen has joined #openstack-ansible07:20
*** sep has quit IRC07:21
*** kleini has joined #openstack-ansible07:25
*** miloa has quit IRC07:33
*** miloa has joined #openstack-ansible07:47
*** andrewbonney has joined #openstack-ansible07:47
*** tosky has joined #openstack-ansible07:48
*** jhesketh has quit IRC08:24
admin0i have a strange issue where the logs say: dnsmasq: cannot read 8.8.8.8: No such file or directory09:10
admin0and i can't seem to pinpoint the source of this09:10
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add corosync/pacemaker installation  https://review.opendev.org/73914609:23
masterpeDo I understand correctly that OSA 19.1.0 wants to install the lasts masakari-monitors from pip?09:24
jrossernoonedeadpunk: related to masterpe query on masakari-monitors are we missing a constraint here https://github.com/openstack/openstack-ansible-os_masakari/blob/3f5f393d22713b6eb4ef5d7f912102236f69f944/defaults/main.yml#L33-L36 ?09:32
noonedeadpunkI'd say it's probably rather installs latest libvirt-python as it's not in constraints09:34
noonedeadpunkhm, but it is09:35
jrosserbut don't we need a sha controlling masakari-monitors as it's a different pythong package?09:35
noonedeadpunkoh, yes, indeed09:35
jrosserlike neutron is many repos https://github.com/openstack/openstack-ansible-os_neutron/blob/master/defaults/main.yml#L73-L8409:36
noonedeadpunkyeah, indeed, we miss it09:36
noonedeadpunkeventually I'm working right now to add testing of monitors installation09:36
noonedeadpunkas we don't install it in CI as well09:36
noonedeadpunkbut yes, we need to add masakari-monitors there...09:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use 'python3 -m venv' instead of virtualenv for python3  https://review.opendev.org/74412009:59
jrosserodyssey4me: do empty list elements cause trouble here https://review.opendev.org/#/c/744120/2/vars/main.yml ? i've seen the package module be not liking that before10:06
*** udesale_ has joined #openstack-ansible10:12
*** sshnaidm_ has joined #openstack-ansible10:12
odyssey4mejrosser: it does for some, but not for others - IIRC the apt module is fine with it but we'll see in the test results10:12
odyssey4meif it is, it's easy to resolve10:12
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add CentOS 8 support  https://review.opendev.org/73914810:14
*** udesale has quit IRC10:14
*** sshnaidm has quit IRC10:15
noonedeadpunkiirc apt was also complaining....10:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467310:18
noonedeadpunkmasterpe: can you check if that helps you ^ ?10:18
*** jhesketh has joined #openstack-ansible10:21
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_zun master: Add centos-8 support  https://review.opendev.org/73964910:21
*** sshnaidm_ is now known as sshnaidm10:26
admin0i have osa+ceph  with ssds only .. if i want to add to create a new pool with hdd only and give it to cinder ( as a new option) what is the best way to do that ?10:29
*** jbadiapa has joined #openstack-ansible10:35
*** cshen has quit IRC10:36
noonedeadpunkI think you need to ensure your ssd have right class set up, and add another crush replecation rule which would use ssd and hdd classes appropriately.  (ie https://ceph.io/community/new-luminous-crush-device-classes/)10:39
noonedeadpunkiirc ceph-ansible doesn't support doing this out of the box?10:40
masterpenoonedeadpunk: Aren't the monitors on a separate  repo?10:40
noonedeadpunkoh, damn, you're so right10:41
masterpeI have try'ed to use something like - "git+{{ masakari_monitors_git_repo }}@{{ masakari_monitors_git_install_branch }}#egg=masakari-monitors"10:46
masterpeBut then I get a different failure but it can be the this is becourse masakari_monitors_git_install_branch is master and not the correct commit sha10:48
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467310:49
noonedeadpunkmasterpe: what do you think about this ^?10:49
noonedeadpunksorry I'm out of resources at the moment to test everything...10:50
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_zun master: Add centos-8 support  https://review.opendev.org/73964910:51
masterpenoonedeadpunk: I think you need to specify the branch for the monitors. There the variable gets overweight by a commit sha in the OSA openstack_services.yml file10:54
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467310:56
noonedeadpunkoh, we already have it in the integrated repo...10:57
noonedeadpunkI thiought we totally missed that part...10:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467310:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add masakari-monitors to constraints  https://review.opendev.org/74467311:05
*** aedc has quit IRC11:08
*** jbadiapa has quit IRC11:11
*** tosky_ has joined #openstack-ansible11:20
*** tosky has quit IRC11:20
*** tosky_ is now known as tosky11:20
*** udesale has joined #openstack-ansible11:27
*** udesale_ has quit IRC11:27
masterpenoonedeadpunk: At leat now I get a somehow different error, https://gist.github.com/mpiscaer/14cbe63a5c1592339aeab0c700dfa93a11:29
masterpethis is at task TASK [python_venv_build : Build wheels for the packages to be installed into the venv] *****************************************************************************************************************************************************************************************F11:30
noonedeadpunkdo you have libvirt-dev installed?11:30
noonedeadpunkI think it might be missing on stein...11:31
*** udesale_ has joined #openstack-ansible11:31
noonedeadpunkhttps://review.opendev.org/#/c/679487/11:31
masterpeif then OSA had to do this in the venv11:31
*** udesale has quit IRC11:32
noonedeadpunknot really. it's package with headers that are required for pip to build python package11:32
noonedeadpunkso it should be isntalled with apt/yum11:32
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari stable/stein: Add libvirt-devel installation  https://review.opendev.org/74468211:32
*** cshen has joined #openstack-ansible11:35
*** udesale_ has quit IRC11:38
*** udesale has joined #openstack-ansible11:41
*** npalladium has joined #openstack-ansible11:46
admin0which nova config file has the ceph mons info ?11:54
*** rh-jelabarre has joined #openstack-ansible11:54
admin0i have a routed storage network where the mons are in a different subnet .. how do I define the cluster and public network in this case ?11:55
masterpeyou do this in openstack_user_config.yml11:58
masterpein cidr_networks you define the storage and cluster network11:59
admin0i have pod1/pod2/pod3_storage cidr .. it uses ceph .. in the user_variables, i have   public_network and cluster_network12:00
admin0which by default is cidr_networks.storage which does not exist in my case12:00
masterpeyes cidr_networks.storage is in openstack_user_config.yml12:01
admin0in my case, using pods, it is not there12:02
admin0i have 3 separtate lines called pod1_storage, pod2_storage and pod_3 storage12:02
masterpeAnd the ceph storage is not integrated in OSA?12:03
admin0it is not12:03
admin0its an existing ceph .. i did set openstack_config: true and  gave the user and pass and fsid and pools12:03
admin0when i compare my ceph+osa with this one, i find that the diffence is in cluster/public network .. which i have no idea how to specify12:05
admin0trying to not do a manual edit12:05
*** rohit02 has joined #openstack-ansible12:07
masterpeBut the cluster network are only for the osd and the public(storage) is used by the mons and compute nodes to communicate with the osd's12:07
masterpeand you are not managing the ceph cluster via osa and so osa should not know the cluster network.12:08
admin0i need a way to do something liek this .. if host is in podX_hosts,    replace  public/cluster_network with podX_storage ip range12:09
jrosseradmin0: for a 'pod' setup i decided that the storage network in openstack_user_config was exclusively for clients of ceph (i.e OSA)12:13
jrosserthe cluster and public network for ceph itself were concerns dealt with outside OSA and were simply routed to by the clients12:14
*** tosky has quit IRC12:14
*** tosky_ has joined #openstack-ansible12:14
*** tosky_ is now known as tosky12:15
masterpeAt the task "Deploy masakari configuration files" I get the failure 'nova_venv_tag' is undefined at generating process_list.yaml file12:15
admin0so i should remove public_network and cluster_network from config, and update them manually post-install ?12:15
admin0when i make a change to the cluster_network , is there a tag in nova that will update the config and reload the services ?12:16
*** dave-mccowan has joined #openstack-ansible12:16
admin0without going through the whole playbook again12:16
jrosseradmin0: it's just like a normal deployment, you yourself need to assign IP to br-storage on the hosts according to the docs, and make that work with whatever subnets are in each pod12:16
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use 'python3 -m venv' instead of virtualenv for python3  https://review.opendev.org/74412012:16
jrosser^ thats part of your host deployment, not OSA12:17
jrosserthen in OSA,  if you have controllers/containers in each pod you need a cidr_networks section for storage and use reference_group just like for br-mgmt to define IP ranges to allocated from for containers12:17
admin0that was not the original question .. the original question was in a pod network, where there is pod1_storage, pod2_storage etc,  how to take care of this value cluster_network: "{{ cidr_networks.storage }}" .. where the cidr_networks.storage does not exist12:18
jrosseryou shouldnt be having to do that, if it's an external ceph12:18
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_hosts master: Drop redhat.yml vars file  https://review.opendev.org/74469212:19
admin0i do need to specify a cluster and public network in ceph.conf and its updated by ansible everytime i run the playbook12:19
jrosserjust to check, by which ansible?12:19
jrosseropenstack-ansible ceph_client role just fetches the ceph.conf from your mon (or uses the one you supply a copy of) for an external cepg12:20
admin0hmm..12:21
jrossermy answer to the original question is this12:21
jrosserimho it is easier not to talk about public/cluster networks in OSA config for external ceph12:22
jrosserit is better to think of the OSA storage network as a 'client network' that is routable to the public network you make elsewhere12:22
kleinijrosser, did you already create some Gerrit review for Ceph client config from files? Maybe I can add some of my experience.12:23
jrosserkleini: sadly no things have been very busy the last week or two :(12:24
admin0so in my ceph.conf in the ceph server ( the file this osa client downloaded),   the cluster and public network is set to 10.0.0.0/8 ..  in my hypervisor, i have multiple networks ( br-mgmt, br-storage, br-vxlan) .. which do fall into that /8, but are /21, /24 etc12:24
admin0in this case, do i need to manually edit the ceph.conf and update those networks with my storage range ?12:24
kleinijrosser, do you have a Git repository for me from that the documentation comes from?12:24
jrosseradmin0: i think that the ceph.conf is probably fine so long as you've arranged the address plan somehow12:25
admin0so in hosts in pod1_stroage, i replace the 10.0.0.0/8 with  10.10.90.0/24  .. and for pod2,  10.10.100.0/24 etc12:25
jrosserjust say "this /24 is for clients in pod1, this /24 is for clients in pod2" and so on, and they need a route to 10.0.0.0/8 in the provider_networks definition12:26
admin0got it12:26
admin0under br-storage in the pod, add a route so that it goes via br-storage12:26
jrosseryeah, via whatever gateway ip you have in each pod12:27
jrosserkleini: it's all in the openstack-ansible repo. i have a meeting right now but we can look at this today later if you like?12:29
kleinijrosser, will try on my own12:30
masterpewhen a variable is set in a role at the defaults is it then a outside that role?12:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use 'python3 -m venv' instead of virtualenv for python3  https://review.opendev.org/74412012:43
*** arxcruz is now known as arxcruz|off12:43
jrossermasterpe: a var defined in a role defaults is local to that role13:13
masterpeThanks, I asked this there https://github.com/openstack/openstack-ansible-os_masakari/blob/stable/stein/templates/process_list.yaml.j2#L25 uses a variable from the role nova.13:15
masterpeBut in the current master the whole monitoring of the process nova-compute has been removed.13:17
masterpehttps://github.com/openstack/openstack-ansible-os_masakari/commit/6fc66ab68caaae9b429378b668638092d2f04ead13:17
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use 'python3 -m venv' instead of virtualenv for python3  https://review.opendev.org/74412013:18
*** pcaruana has quit IRC13:27
*** spatel has joined #openstack-ansible13:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use 'python3 -m venv' instead of virtualenv for python3  https://review.opendev.org/74412013:53
*** cshen has quit IRC13:55
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: Use the utility host for db setup tasks  https://review.opendev.org/73344313:56
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: Use the utility host for db setup tasks  https://review.opendev.org/73344313:56
*** pcaruana has joined #openstack-ansible14:04
*** rohit02 has quit IRC14:11
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add corosync/pacemaker installation  https://review.opendev.org/73914614:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_zun master: Add centos-8 support  https://review.opendev.org/73964914:14
*** dave-mccowan has quit IRC14:25
*** cshen has joined #openstack-ansible14:29
admin0jrosser, adding  the cidr route to a small subset of the network that covers ceph cluster fixed the issue14:34
jrosseradmin0: cool!14:34
jrosseraddress plan very important for sanity with this sort of setup14:35
*** udesale_ has joined #openstack-ansible14:35
*** udesale has quit IRC14:38
admin0for cinder+ceph, do i need to do the same like we do for iscsi/nfs  in the openstack_user_config file, or is just 1 entry sufficient in user_variables ?14:42
*** dpaclt has joined #openstack-ansible14:46
*** dpaclt has quit IRC14:48
*** dpaclt has joined #openstack-ansible14:52
dpacltHi All,how many hypervisor can be added to a 3 node ha controller openstack-setup,is there any limitation or any document which say it14:53
*** dave-mccowan has joined #openstack-ansible14:54
*** dave-mccowan has quit IRC14:59
admin0you can add as many as you want dpaclt .. but it also depends on how powerful your controllers are15:00
admin0you add a lot and you will start to notice slowness, rabbitmq having a queue etc15:00
dpacltThanks  admin0 Is there any document to refer for this15:01
admin0dpaclt, i think not15:01
admin0because all setup have 3 controllers... if you grow big, you need to use cells i think15:02
dpacltohh :(15:02
dpacltIs it i may have to read about cells then ..not heard of it15:03
admin0how many compute nodes do you have now ? how many instances in the cluster .. how big are the controller nodes .. how busy the cluster is .. is it high volume vs high frequency etc15:05
dpaclthave controller with 32core 64G memory controllers and 5 compute nodes 72core 128g memory .. Its a developement setup15:07
*** chkumar|rover is now known as raukadah15:10
noonedeadpunkeventually you can use more controllers if needed, and map rabbit  queues to the specific ones to distribute load, but yeah...15:12
noonedeadpunkas well services (ie containers) can be set only on specific nodes as well. so things are pretty flexible here15:13
dpacltoh ok .. So to conclude there isnt any limitation in adding hypervisors to 3 node ha deployment .. we may need to stop adding untill we face performance issue and rabbitmq having a big value queue15:15
admin0well, if your whole cluster tries to spawn 500 instancs at once and you find timeouts in services, then you will know15:18
admin0until you see issues, you are good :)15:18
dpacltwe may not using that extensively :)  for sure15:19
*** cshen has quit IRC15:20
*** openstackgerrit has quit IRC15:20
noonedeadpunkand you may use things like rally to check the limit where you will start seeing issues :p15:21
dpaclthaha  :)  Thanks noonedeadpunk admin015:23
*** cshen has joined #openstack-ansible15:49
*** gshippey has joined #openstack-ansible15:50
spatelI am running 3 node controller (32core/64GB/HP DL360 Gen8) and i have 350 compute nodes.. not seeing any issue but yes noticing slowness15:51
spatelI heard from blizzard people they are running 1000 compute nodes without Cellv2 deployment. (They are scaling out controller nodes)15:52
spatelI am planning to build new openstack cluster soon with 6 controller nodes (3x dedicated for rabbitMQ + neutron and rest 3 will be all other services)15:53
spatelI have noticed RabbitMQ and Neutron server are most CPU eater (let me know if someone disagree with me)15:53
*** cshen has quit IRC16:02
*** openstackgerrit has joined #openstack-ansible16:04
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add corosync/pacemaker installation  https://review.opendev.org/73914616:04
noonedeadpunk#startmeeting openstack_ansible_meeting16:08
openstackMeeting started Tue Aug  4 16:08:55 2020 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.16:08
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:08
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:08
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:08
noonedeadpunk#topic office hours16:09
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:09
noonedeadpunktbh I didn't do much for the last week. I was this week on running db_setup from utility containers and I think I'm pretty close16:10
noonedeadpunkthe last issue was with functional tests16:10
jrossero/ hello16:11
noonedeadpunkalso I think we're pretty much ok with el8 topic - we have zun (which just passed CI), manila (investigating right now) and murano16:11
jrosseri had a quick look at the murano failing tests and it was all to do with some api 403 during the tempest test16:11
noonedeadpunkthe last one is pretty tricky as it feels that we're kind of out of resources for it to pass...16:12
noonedeadpunkyeah, not sure what's wrong. the worst part is until some point things were ok, as patch has passed, but during recheck it started failing(16:12
jrosserzun still needs work but thats another matter16:13
noonedeadpunkyeah16:14
noonedeadpunkthat's true16:14
noonedeadpunkalso I was working on adding pacemaker role, which is needed by masakari16:14
noonedeadpunkas for now it's from github (from my repo). do we want to create repo for it on opendev?16:15
jrosserwell, we have a bunch of roles already from github, so it depends on the value of moving it in16:15
jrosserif we want good CI and tests then sure16:15
*** cshen has joined #openstack-ansible16:16
jrosserback on zun i had a pretty good look in an AIO, and we pretty much need to just go back through the zun installation guide and make sure our role does all the things needed16:16
noonedeadpunkyeah, I was thinking that integrated ci is the reason16:16
jrosserbecasue there are several steps which we don't do, i guess these are new since the role was written16:16
noonedeadpunkyeah, we didn't do deep dive into zun tbh16:17
noonedeadpunkit was almost never asked as well for some reason16:17
noonedeadpunk(at least I can't recall that)16:17
jrosseri have two users here asked for it so am interested in fixing it16:18
jrosserwould be the role i would choose to put effort into out of any right now16:18
noonedeadpunkI'm all for it)16:18
jrosserjust need to clear a bunch of other work first16:18
noonedeadpunkok, also I returning to el8, I think we need to merge as we can (even if leave murano) and do final release16:19
noonedeadpunkas due date is next monday16:19
noonedeadpunkI saw you backported most of the things we needed16:19
jrosseryes i looked through every patch for the last month or so and made sure it is backported16:20
jrossershould do the same again for the last week16:20
noonedeadpunkand probably we should leave bind-to-mgmt backport for after the release16:20
*** cshen has quit IRC16:20
noonedeadpunka lot of backporting, but dunno if we have time to wait for it16:21
*** miloa has quit IRC16:23
jrosserthere is a few here can move on https://review.opendev.org/#/q/branch:stable/ussuri+project:%22%255Eopenstack/(openstack-ansible%257Cansible-).*%22+status:open+NOT+project:%22%255Eopenstack/ansible-role-(k8s%257Ctripleo).*%2216:23
jrosseri think that bind-to-mgmt would be a nice thing to get finished for V16:24
jrossermake that cycle really short and be on time16:24
noonedeadpunkthat's also an option)16:25
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts stable/ussuri: move listchanges removal to where it's needed  https://review.opendev.org/73734616:27
jrosserin fact, bind-to-mgmt and the haproxy/metal stuff are all interlinked16:27
jrosserand are a quite nice deliverable16:27
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts stable/ussuri: move listchanges removal to where it's needed  https://review.opendev.org/73734616:29
jrossernoonedeadpunk: is this right? https://review.opendev.org/#/c/744692/16:29
jrosserpatch doesnt line up with commit msg somehow16:30
noonedeadpunkoh, um, it's not16:30
noonedeadpunkI eventually don't know how it turned that way....16:31
noonedeadpunkfor some reason my local repo had redhat.yml and was claiming that master is relevant...16:32
*** gregwork has joined #openstack-ansible16:40
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Increase default value of net.ipv4.igmp_max_memberships  https://review.opendev.org/74475116:40
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Increase default value of net.ipv4.igmp_max_memberships  https://review.opendev.org/74475116:42
noonedeadpunksorry, need to run away, hope nobody would be against ending meeting earlier :p16:45
noonedeadpunk#endmeeting16:45
*** 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:45
openstackMeeting ended Tue Aug  4 16:45:36 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:45
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-08-04-16.08.html16:45
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-08-04-16.08.txt16:45
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2020/openstack_ansible_meeting.2020-08-04-16.08.log.html16:45
*** sshnaidm is now known as sshnaidm|afk16:48
*** gyee has joined #openstack-ansible16:49
*** dpaclt has quit IRC16:51
*** mmercer has joined #openstack-ansible17:10
*** udesale_ has quit IRC17:16
openstackgerritMerged openstack/openstack-ansible-os_zun master: Add centos-8 support  https://review.opendev.org/73964917:29
*** andrewbonney has quit IRC17:39
*** cshen has joined #openstack-ansible17:58
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/ussuri: Add Paramaters to httpd.conf template  https://review.opendev.org/73803417:59
*** cshen has quit IRC18:02
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_zun stable/ussuri: Add centos-8 support  https://review.opendev.org/74476718:05
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_zun stable/ussuri: Add centos-8 support  https://review.opendev.org/74476718:06
*** rh-jelabarre has quit IRC18:16
*** rh-jelabarre has joined #openstack-ansible18:17
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: move listchanges removal to where it's needed  https://review.opendev.org/73162818:17
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Revert CentOS 8 jobs to voting  https://review.opendev.org/74354318:19
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Revert CentOS 8 jobs to voting  https://review.opendev.org/74354118:26
*** mmethot_ has joined #openstack-ansible18:42
*** mmethot has quit IRC18:45
admin0how to delete/make-disappear  cinder volume types that have no volumes and were created by mistake in the cinder naming18:48
*** markvoelker has joined #openstack-ansible18:56
openstackgerritMerged openstack/openstack-ansible stable/ussuri: Add rsync package for New CentOS-8 minimal installs  https://review.opendev.org/74319319:01
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Add centos8 epel GPG key  https://review.opendev.org/74352319:02
*** gshippey has quit IRC19:10
*** vakuznet has joined #openstack-ansible19:44
*** cshen has joined #openstack-ansible19:58
*** cshen has quit IRC20:02
vakuznetit looks like a bug http://paste.openstack.org/show/796575/20:11
vakuznetversion of octavia-dashboard is suspiciously high for train release. 5.0.0 is installed. should be 4.0.0?20:13
johnsomoctavia-dashboard for Train is 4.0.020:16
vakuzneti just checked 19.1.1 venv. it also has octavia_dashboard==5.0.0. should be 3.1.020:19
vakuznetthis explains " No module named _thread" error20:21
openstackgerritwes hayutin proposed openstack/openstack-ansible master: Trigger basic ironic tempest tests on os_ironic  https://review.opendev.org/73650720:59
jrosservakuznet: this is fixed on the train branch of the os_horizon role https://github.com/openstack/openstack-ansible-os_horizon/commit/1dc7daecaa8a4f6f28ee06d6886ca419f942242021:14
vakuznetso it's in 20.1.4 release21:22
*** markvoelker has quit IRC21:30
jrosservakuznet: it is backported to train https://github.com/openstack/openstack-ansible-os_horizon/commits/stable/train21:31
jrosserfor train you need 20.1.3 or later, or you can move forward the SHA of os_horizon manually outside of a tagged release in ansible-role-requirements.yml or /etc/openstack-deploy/user-role-requirements.yml21:35
*** cshen has joined #openstack-ansible21:58
*** cshen has quit IRC22:03
openstackgerritMerged openstack/openstack-ansible stable/ussuri: Add ubuntu focal distro jobs  https://review.opendev.org/74346622:07
*** spatel has quit IRC22:17
*** snadge has joined #openstack-ansible22:18
*** tosky has quit IRC22:50
*** wpp has quit IRC22:55
*** dpawlik2 has quit IRC22:55
*** Miouge has quit IRC22:55
*** bverschueren has quit IRC22:55
*** bradm has quit IRC22:55
*** tobberydberg_ has quit IRC22:55
*** Nick_A has quit IRC22:55
*** wpp has joined #openstack-ansible22:57
*** dpawlik2 has joined #openstack-ansible22:57
*** Miouge has joined #openstack-ansible22:57
*** bverschueren has joined #openstack-ansible22:57
*** bradm has joined #openstack-ansible22:57
*** tobberydberg_ has joined #openstack-ansible22:57
*** Nick_A has joined #openstack-ansible22:57
*** npalladium has quit IRC23:36
*** cshen has joined #openstack-ansible23:59

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