Wednesday, 2020-05-06

*** watersj has joined #openstack-ansible00:33
*** cshen has joined #openstack-ansible00:43
*** cshen has quit IRC00:48
*** weifan has joined #openstack-ansible00:54
*** weifan has quit IRC00:54
watersjwhy does this insist to connect as root openstack-ansible -u ubuntu -bK setup-hosts.yml01:02
*** gary_perkins has quit IRC01:40
*** cshen has joined #openstack-ansible01:58
*** cshen has quit IRC02:02
*** cshen has joined #openstack-ansible02:08
*** cshen has quit IRC02:13
*** cshen has joined #openstack-ansible02:18
*** cshen has quit IRC02:23
*** Dwane has quit IRC02:55
*** Dwane has joined #openstack-ansible02:55
openstackgerritMerged openstack/openstack-ansible master: Change glance haproxy balancing method  https://review.opendev.org/71853303:07
*** Dwane has quit IRC03:14
*** gary_perkins has joined #openstack-ansible03:45
*** Dwane has joined #openstack-ansible03:46
*** rh-jelabarre has quit IRC04:02
*** openstack has joined #openstack-ansible04:23
*** ChanServ sets mode: +o openstack04:23
*** cshen has quit IRC04:24
*** evrardjp has quit IRC04:35
*** evrardjp has joined #openstack-ansible04:36
*** rohit02 has joined #openstack-ansible04:36
rohit02hi team,can we integrate external ceph in openstack-ansible for cinder and nova services?04:37
*** gyee has quit IRC04:40
*** udesale has joined #openstack-ansible04:40
*** dpaclt has joined #openstack-ansible04:52
*** cp- has quit IRC04:57
*** cshen has joined #openstack-ansible05:00
*** cshen has quit IRC05:05
noonedeadpunkwatersj: we never tested/intended to use that way, as anyway you will need root for most of the files. Also there was smth weird when using delegate_to and become (but not 100% sure)05:15
noonedeadpunkrohit02: sure thing you can!05:15
noonedeadpunkfridtjof[m]: hm, and does gateway ip is provided in the subnet? I think that actually config drive should be able to set gateway, as it sets network configuration (like ip)?05:18
rohit02@noonedeadpunk thanx....can u help me with docs for this in official document unable to find these external ceph configuration05:21
noonedeadpunkrohit02: so actually you need to set ceph_mons to the list of ips with your monitors and set openstack_config: false05:24
noonedeadpunkand do not set ceph-osd, ceph-mons, etc groups in openstack_user_config05:25
noonedeadpunkanother option, is just to provide ceph config and auth keys as variables05:25
noonedeadpunkthen you don't need to set ceph_mons variable in user_variables05:26
noonedeadpunkbut I think this feature misses this patch to be functional https://review.opendev.org/#/c/724118/05:27
noonedeadpunkI'm not sure if we really have this documented well but eventually we should cover this with docs )and help with that is appreciated:))05:29
noonedeadpunkrohit02: so we install ceph via ceph-ansible with that playbook https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/ceph-install.yml05:35
noonedeadpunkso as you may see it runs against ceph-mon, ceph-osd and ceph-mds hosts. If these groups are not defined - ceph won't be isntalled.05:36
noonedeadpunkand ceph_mons variable is used by https://opendev.org/openstack/openstack-ansible-ceph_client/src/branch/master/tasks/ceph_get_mon_host.yml to get config and keyrings from it05:37
rohit02i will tried with openstack-ansible deployment with default ceph everything works fine but cinder volume service for ceph always down with error:cluster not found05:41
*** cshen has joined #openstack-ansible05:56
noonedeadpunkI think you should define cinder_backends correctly...06:20
noonedeadpunkactully do you have connectivity from cinder_volume container to ceph?06:21
noonedeadpunkyou may try to debug this with ceph-client by running ceph -s --user cinder from cinder-volume container06:22
*** rohit02 has quit IRC06:27
*** starborn has joined #openstack-ansible06:41
*** Dwane has quit IRC06:42
*** Dwane has joined #openstack-ansible06:42
*** Dwane has quit IRC06:47
*** miloa has joined #openstack-ansible06:49
*** jbadiapa has joined #openstack-ansible06:59
*** yolanda has joined #openstack-ansible07:14
*** dpaclt has quit IRC07:21
*** tosky has joined #openstack-ansible07:30
*** rpittau|afk is now known as rpittau07:31
*** gokhani has joined #openstack-ansible07:35
*** openstackstatus has quit IRC07:46
*** openstack has joined #openstack-ansible07:50
*** ChanServ sets mode: +o openstack07:50
*** DanyC has joined #openstack-ansible07:51
*** DanyC has quit IRC07:56
*** gokhani43 has joined #openstack-ansible08:04
*** gokhani has quit IRC08:08
fridtjof[m]noonedeadpunk: so choosing "enable gateway" in horizon, and specifying an IP should work? I think I just got confused by this earlier: https://wiki.openstack.org/wiki/Gateway08:16
noonedeadpunkYeah, if you haven't this, you won't have default route even with regular cloud-init08:17
*** gokhani43 has quit IRC08:33
*** andrelf has joined #openstack-ansible08:33
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Drop monitoring of nova-compute process  https://review.opendev.org/72579808:45
*** admin0 has quit IRC08:46
*** DanyC has joined #openstack-ansible08:49
*** DanyC has quit IRC08:50
*** DanyC has joined #openstack-ansible08:50
openstackgerritJonathan Rosser proposed openstack/ansible-hardening master: Remove CI for fedora-latest  https://review.opendev.org/72580009:01
*** gokhani has joined #openstack-ansible09:01
fridtjof[m]nice! it works. I was a bit scared of trying it, in the unlikely case it meant something different and tried setting up some router at that IP (leading to conflicts and potential connection loss)09:04
fridtjof[m]thanks a lot, noonedeadpunk :)09:04
*** DanyC has quit IRC09:06
*** DanyC has joined #openstack-ansible09:07
*** dpaclt has joined #openstack-ansible09:08
*** DanyC has joined #openstack-ansible09:08
*** DanyC has joined #openstack-ansible09:09
*** DanyC has joined #openstack-ansible09:09
*** DanyC has joined #openstack-ansible09:10
*** DanyC has joined #openstack-ansible09:11
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Move openSUSE to experimental status  https://review.opendev.org/72559809:12
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Get ceilometer_lib_dir in more reliable way  https://review.opendev.org/72515809:12
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Use openstack_venv_python_executable  https://review.opendev.org/72580309:22
*** gokhani has quit IRC09:32
*** gokhani has joined #openstack-ansible09:33
*** andrelf has quit IRC09:35
*** rpittau is now known as rpittau|bbl09:44
*** owalsh has quit IRC09:46
*** owalsh has joined #openstack-ansible10:09
*** andrelf has joined #openstack-ansible10:10
andrelfin openstack-ansible in which path is the keystone comand in keystone lxc container? im getting a strange error when doing "openstack user show --domain teste user" and would like to use the keystone user-list but can't find't in keystone or utility lxc containers.10:13
*** cshen has quit IRC10:15
*** cshen has joined #openstack-ansible10:15
andrelfi was able to bind some comands inside /openstack/venvs/keystone-20.1.0.dev201/bin/ but now keystone client.10:17
jrosseris the standalone keystone command deprecated?10:18
gokhanihi folks, is there anyone who install ironic with OSA ?10:19
*** maharg101 has quit IRC10:19
*** maharg101 has joined #openstack-ansible10:19
*** cshen has quit IRC10:20
andrelfjrosser i wound't think its deprecated but i wil try to find out10:25
jrosserthis suggests that at some point it was marked for deprecation https://docs.openstack.org/python-keystoneclient/2.3.2/man/keystone.html#10:28
andrelfjrosser yep i found this https://specs.openstack.org/openstack/keystone-specs/specs/keystoneclient/mitaka/deprecate-cli.html so i suposse that is the problem... ok now i do need to find when the openstack cli is giving "get() takes 1 positional argument but 2 were given" with openstack user show --domain teste user110:28
jrosseryou can add --debg10:29
jrosser--debug10:29
andrelfjrosser thanks i will try to find the source in that huge debug output heheh :D10:30
*** pcaruana has quit IRC10:31
andrelfi'm trying to add ldap domain for identity but testing first making the changes in each container before doing the change in osa-deployment and recreate the keystone and horizon container10:32
*** mathlin has joined #openstack-ansible10:34
jrosserandrelf: you shouldnt need to recreate the containers10:38
jrosserif you update the necessary variables and config overrides then the new config will be deployed10:38
andrelfjrosser oh ok thanks. it seams that that error "TypeError: get() takes 1 positional argument but 2 were given" is reported when try to GET /v3/users10:42
andrelfi will probably try to change in osa-deployment and see if it changes more containers than keystone.10:44
*** pcaruana has joined #openstack-ansible10:50
*** cshen has joined #openstack-ansible10:55
*** pcaruana has quit IRC10:57
*** cshen has quit IRC11:00
*** cshen has joined #openstack-ansible11:00
*** pcaruana has joined #openstack-ansible11:02
*** watersj has quit IRC11:05
*** watersj has joined #openstack-ansible11:06
watersjnoonedeadpunk, thx for response. I switch root w/sshkeys and able run deploys now11:07
*** dpaclt has quit IRC11:11
*** ygk_12345 has joined #openstack-ansible11:29
ygk_12345hi all11:29
ygk_12345can someone tell me how to disable the variable value "need_online_data_migrations" for cinder playbook ?11:30
andrelfin keystone-wsgi-public.service journalctl logs i can only find ERROR ldappool ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server", 'errno': 22, 'info': 'Invalid argument'}. how can i get more debug from ldappool to see what is the invalid argument?11:43
*** rh-jelabarre has joined #openstack-ansible12:02
*** rh-jelabarre has quit IRC12:02
*** rh-jelabarre has joined #openstack-ansible12:03
*** rpittau|bbl is now known as rpittau12:18
mgariepyandrelf, you can set the debug_level in your ldap section12:22
mgariepyandrelf, either 255 or 4095.(it's ldap debug numbers)12:23
*** udesale_ has joined #openstack-ansible12:23
andrelfmgariepy ok thanks i will try that12:23
mgariepybut server down it might be that it's only unable to contact the ldap server.12:24
mgariepyyou can install ldap-utils and try to query the ldap server from your keystone container12:24
*** udesale has quit IRC12:26
andrelfmgariepy i have already tried to use ldapsearch and it works. i supoose that the problem is in the configurations that im putting in /etc/keystone/domains/keystone.test.conf but i will try with debug and see if i can find the invalid argument12:27
mgariepyyou can use the same arguments you are passing in the config file.12:28
mgariepywhich os / version are you on ?12:28
andrelfmgariepy the debug_level helped because it was a problem in URL name.... :(12:33
*** Dwane has joined #openstack-ansible12:44
*** cp- has joined #openstack-ansible13:01
ygk_12345hi all13:03
ygk_12345when I am upgrading from neutron from rocky to stein I am receving this error in the neutron playbook at the db expand step13:04
ygk_12345ImportError: cannot import name _model_query13:04
ygk_12345 File "/openstack/venvs/neutron-19.0.10/lib/python2.7/site-packages/neutron_fwaas/db/firewall/v2/firewall_db_v2.py", line 20, in <module>13:04
ygk_12345    from neutron.db import _model_query as model_query13:04
ygk_12345can someone help me what I am missing here ?13:04
ygk_12345root@c1b-neutron-server-container-8575bd90:~# ./neutron-db-manage upgrade --expand   command is failing13:05
ygk_12345is it the issue of neutron firewall version 2 ? I have set it to firewall_v2 in the neutron pluygins section in user_variables file13:06
ygk_12345Uploaded file: https://uploads.kiwiirc.com/files/5a300a97f91e1d6e78b07a7c832390a2/pasted.txt13:12
ygk_12345Uploaded file: https://uploads.kiwiirc.com/files/299546fdcfff29d0f6e93307b9614de1/pasted.txt13:17
ygk_12345is anyone here who can help me please13:24
*** itandops has joined #openstack-ansible13:26
*** gokhani has quit IRC13:26
mgariepyandrelf, glad it works now :)13:29
ygk_12345is this a bug ?13:31
* noonedeadpunk wondering if fwaas is supported13:38
ygk_12345noonedeadpunk it worked in our another setup13:39
noonedeadpunkit works on stein?13:39
ygk_12345yes an in train as well13:39
ygk_12345i did it as part of upgrade from rocky--stein---train13:40
noonedeadpunktbh I never had hands-on with fwaas except heard it has lack of support...13:40
ygk_12345hmm13:40
noonedeadpunkTbh you'd better ask about it in #openstack-neutron13:41
ygk_12345ok13:41
noonedeadpunkthey might gave some good advice13:41
ygk_12345hmm ok13:41
CeeMacI seem to recall there being some changes introduced between rocky and stein13:41
ygk_12345one is the firewall version to v213:42
noonedeadpunkI recall some about lbaas only:(13:42
ygk_12345in the plugins section of user_variables13:42
CeeMacFwaas skills are short in #openstack-neutron now I think but worth asking for sure13:42
CeeMacJamesdenton wrote a patch to fix something as well but I can't remember what now it's a while since I looked at it13:43
jamesdentonhmm13:43
CeeMacYou didn't remember last time i mentioned it to you either jamesdenton if that helps? :)13:44
jamesdenton:D13:44
jamesdentoni recall updating docs and maybe tests, but that's all i remember13:44
CeeMacI'm not at my desk right now otherwise I'd check my notes13:44
ygk_12345ok13:44
*** maharg101 has quit IRC13:45
jamesdentonSo, _model_query.py exists in Rocky, but not Stein13:48
jamesdentonand it looks like neutron_fwaas (rocky) references it, stein does not13:50
jamesdentonso maybe we're pulling in an older neutron_fwaas13:50
itsjgHello! Would you happen to know if openstack-ansible officially supports aarch64 (ARM)? I've seen hints in the code that support is there, but upon running the setup-openstack.yml playbook on a ARM compute host, I'm getting errors building the python packages (the "Install python packages into the venv" step).13:51
jrosseritsjg: we have had a large contribution in the past to get OSA working on arm, and there was a company who got a proper HA multinode deployment working13:52
itsjgAhh, neat!13:53
jrosserhowever that has not translated into a CI job though, so i cannot comment on the current state of support or if anything is broken13:53
itsjgDoes that deployment require different playbooks?13:53
itsjgOhh, I see13:53
jrosserno on aarch64/ubuntu it should "just work"13:53
itsjgGotcha, thanks13:53
jamesdenton@ygk_12345 can you check your /opt/openstack-ansible/playbooks/defaults/repo_packages/openstack_services.yml and let me know the value for neutron_fwaas_git_install_branch?13:53
jrosserit will be slow to install initially becasue there are no pre-built wheels on pypy for aarch6413:54
itsjgThanks jrosser13:55
jrosseritsjg: i did a bunch of the fixes needed for arm so feel free to ask if you get stuck, but bear in mind i have no access to hardware to test anything13:55
itsjgI believe my issue at the moment is attempting to install on a CentOS host. I'll try the Ubuntu route.13:55
jrosseroh ok, what i did was entirely ubuntu bionic based13:55
jrosseri think it should be not so difficult to spin up an aarch64 all-in-one, thats where i'd start13:56
itsjgThanks!14:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Test arm64  https://review.opendev.org/61830514:06
itsjgIf I can be of any assistance with testing, please do let me know I'd be happy to help14:09
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] Test arm64  https://review.opendev.org/61830514:12
ygk_12345jamesdenton let me check that14:14
ygk_12345jamesdenton it is this  neutron_fwaas_git_track_branch: stable/stein14:15
jamesdentonthere's also neutron_fwaas_git_install_branch, right?14:15
ygk_12345jamesdenton neutron_fwaas_git_install_branch: 648d725da0de99b5104196a2888fe2490a57cf47  # HEAD as of 29.01.202014:15
jamesdentonright, ok14:15
jamesdentonbased on your logs, it looks like your neutron_fwaas is still rocky14:16
ygk_12345ok what should I do now ?14:16
ygk_12345i have deleted the old neutron container and recreated it14:18
jamesdentonjust now?14:18
ygk_12345yes14:20
ygk_12345and I ran the os-neutron playbook but still the error exists14:21
jamesdentonand c1b_neutron_server_container-8575bd90 is the one you recreated?14:22
*** jhesketh has quit IRC14:22
ygk_12345yes14:22
ygk_12345yes14:22
ygk_12345jamesdenton yes14:26
jamesdentoncan you do me a favor and post the first 50 lines of /openstack/venvs/neutron-19.0.10/lib/python2.7/site-packages/neut14:30
jamesdentonron_fwaas/db/firewall/v2/firewall_db_v2.py to pastebin?14:30
ygk_12345jamesdenton sure. please hold on14:30
ygk_12345jamesdenton http://paste.openstack.org/show/793198/14:32
jamesdentonthx14:32
*** maharg101 has joined #openstack-ansible14:35
*** udesale_ has quit IRC14:38
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_nova master: Add ignore_msrs=1  https://review.opendev.org/72588014:49
*** jhesketh has joined #openstack-ansible14:51
*** maharg101 has quit IRC14:57
openstackgerritMerged openstack/ansible-hardening master: Remove CI for fedora-latest  https://review.opendev.org/72580015:02
*** maharg101 has joined #openstack-ansible15:08
*** starborn has quit IRC15:12
openstackgerritJonathan Rosser proposed openstack/ansible-hardening stable/train: Remove CI for fedora-latest  https://review.opendev.org/72589715:26
openstackgerritJonathan Rosser proposed openstack/ansible-hardening stable/stein: Remove CI for fedora-latest  https://review.opendev.org/72589815:26
openstackgerritAndrew Bonney proposed openstack/openstack-ansible-ops master: logstash: add cisco ios/nexus syslog parsing to pipeline  https://review.opendev.org/72589915:35
*** fghaas has joined #openstack-ansible15:38
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: [WIP] Use galera server role to install galera client  https://review.opendev.org/72590215:41
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-galera_server master: [WIP] combine galera client role into galera_server  https://review.opendev.org/72590315:42
jrossernoonedeadpunk: ^ i did a giant hack on the galera_server role to make it also install the client15:42
jrosserit's very ugly and needs refactoring, if we decide it is a good idea15:43
noonedeadpunkjrosser: what is that?:) https://review.opendev.org/#/c/725903/1/file-galera15:44
jrosserah crap15:45
jrossercurse of git add -A15:45
noonedeadpunkI see:)15:46
jrosseri did some local tests but didnt have my key to push the patch so had to git diff > scp > git apply it elsewhere15:46
noonedeadpunkActually I think we should install server also conditionally...15:46
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-galera_server master: [WIP] combine galera client role into galera_server  https://review.opendev.org/72590315:46
noonedeadpunkOr you mean we should leave galera_client role as well to run it against utility15:46
jrosseri basically copied the tasks over from client into server15:47
noonedeadpunkand galera_server to be indepenedent?15:47
jrosseryeah well this is what we need to decide15:47
jrosserif the installation of client or server is controlled by some booleans15:47
jrosseror a tasks_from: install_client15:47
jrosserbecause the client install is hardly and tasks at all and quite lightweight15:48
noonedeadpunkand then we should update client tests pretty heavily15:48
noonedeadpunkso they do not interfer with server15:48
jrosseryeah we can merge the client and server tests all together15:49
noonedeadpunklet me think about it for a while?15:49
jrossersure yes15:49
jrosseri thought i'd just do a POC as something to think about - it's throwaway if need be15:50
noonedeadpunkIt's probably right direction15:50
noonedeadpunkbut not sure about futher steps yet:)15:50
noonedeadpunkas running galera-server role against utility just to install client may be overwhelming in terms of role execution speed15:51
noonedeadpunkor we eventually just need to create galera_client_install.yml and galera_server_install.yml in role and include correspondive tasks there15:52
jrosseryes, thats why i left galera_client_install.yml alone with adding the repos, which is duplicate15:53
*** gyee has joined #openstack-ansible15:53
jrosseri think that tasks_from: galera_client_install.yml should work right now15:53
jrosserand that would make it skip the server install becasue main.yml would not run15:54
jrosserbut i'm sure there is stuff i have missed there15:54
*** gokhani has joined #openstack-ansible15:56
*** cshen has quit IRC16:03
*** fghaas has quit IRC16:06
noonedeadpunkjrosser: btw, have you found galera_wsrep_provider path for centos?16:08
mgariepyhttps://review.opendev.org/#/c/724721/3/vars/redhat-8.yml16:08
jrossernow that is an interesting question16:08
mgariepynoonedeadpunk, there.16:08
mgariepygalera-4 pkg stuff.16:09
noonedeadpunkoh, lets' try?16:09
jrosserwe want the path for galera-4 on centos7 don't we?16:09
noonedeadpunkI think yes16:09
jrosseri think i may have deleted my vm for that sadly16:09
mgariepyprobably indeed, should follow the pkg we install i guess..16:09
jrossercan we just query the rpm?16:10
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.4  https://review.opendev.org/71783016:10
jrosser<tool> <options> <rpm> -> answer :)16:10
noonedeadpunkI'd rather just wait half an hour to see if path that mgariepy gave would suite :p16:11
mgariepylol16:11
openstackgerritJonathan Rosser proposed openstack/ansible-hardening stable/train: Remove CI for fedora-latest  https://review.opendev.org/72589716:17
*** gokhani has quit IRC16:23
*** rpittau is now known as rpittau|afk16:24
*** cshen has joined #openstack-ansible16:30
*** cshen has quit IRC16:35
noonedeadpunkfwiw - keystone has major security flaw covered with patches https://review.opendev.org/#/c/725891/  and https://review.opendev.org/#/c/725890/16:35
*** evrardjp has quit IRC16:36
*** evrardjp has joined #openstack-ansible16:36
noonedeadpunkso lets merge https://review.opendev.org/#/c/725275/ to unlock stein bump16:37
*** itandops has quit IRC16:39
*** itandops has joined #openstack-ansible16:39
mnasernoonedeadpunk: +w, please feel free to ping for reviews16:41
*** miloa has quit IRC16:43
noonedeadpunkmnaser: than would be great to put +w on some more https://review.opendev.org/#/q/owner:+noonedeadpunk%2540ya.ru+label:Verified+status:open16:44
noonedeadpunkah, I see you already are:)16:44
mnaser:)16:47
*** ygk_12345 has quit IRC16:55
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Clarify documentation for deploying mutliple haproxy without keepalived  https://review.opendev.org/72383416:58
watersjkeepalived is getting virtual address of: 169.254.2.1/24 not ip address I assigned in openstack_user_config internal_lb_vip_address: 10.1.1.10016:58
watersjits default value, so I need to add these haproxy_keepalived_external_vip_cidr haproxy_keepalived_internal_vip_cidr17:00
noonedeadpunkI think you need to define both of these things.17:02
noonedeadpunkbased on cidr interface is going to be defined iirc17:02
watersjnoonedeadpunk, yes i'm seeing that now. tracing it through user_variables.yml now17:02
*** andrea15 has joined #openstack-ansible17:08
*** irclogbot_2 has quit IRC17:20
andrelfi have enable keystone_ldap for one domain (the default one continues to be sql) and enable horizon_keystone_multidomain_suportt in user_variables.yaml. after aplying all ansible steps, i can now use "openstack user show" and get the information of the ldap user but when i try to use the horizon dashboard it return error 500 (it was working before17:22
andrelfwith admin user). from what im seing in apache2 logs, from horizon container, it seems as problem in django "Internal Server Error: /auth/login/" and one of the last entries in the stack error is "ValueError: not enough values to unpack (expected 2, got 1)". any ideia how can i troubleshoot this?17:22
*** irclogbot_1 has joined #openstack-ansible17:22
openstackgerritMerged openstack/openstack-ansible-tests master: Set apparmor statement based on LXC version used  https://review.opendev.org/71899817:25
*** sshnaidm is now known as sshnaidm|afk17:26
openstackgerritMerged openstack/ansible-hardening stable/train: Remove CI for fedora-latest  https://review.opendev.org/72589717:28
noonedeadpunkandrelf: sounds pretty common. I think we had patch for that recently17:30
noonedeadpunkhttps://review.opendev.org/#/c/719934/17:30
andrelfnoonedeadpunk how should i apply that patch and see if it works?17:34
noonedeadpunkyeah, you can cherry-pick it or just manually apply17:34
*** isakgicu has joined #openstack-ansible17:40
andrelfnoonedeadpunk so going to /etc/ansible/roles/os_keystone and cherry pick to that location right?17:45
isakgicuhey guys, how hard would it be to add a second neutron node to an existing OpenStack cluster, and set haproxy to HA mode?17:45
noonedeadpunkandrelf:  /etc/ansible/roles/os_horizon and copy cherry-pick command from donwload menu on gerrit17:46
andrelfyep i have done that but it gives some  conflits.17:47
noonedeadpunkandrelf: what release do you have? that patch is for train...17:47
noonedeadpunkisakgicu: I think it's pretty trivial - like add host in openstack_user_config.yml, run haproxy-install.yml and os-neutron-isntall.yml17:48
andrelfi think i have the lastest in master branch in openstack-ansible17:48
noonedeadpunkofc setup-hosts.yml17:48
noonedeadpunkhm I guess master should have it included17:49
noonedeadpunkhttps://review.opendev.org/#/c/607474/ has been merged 3 weeks ago...17:49
isakgicuhow about uptime? would it affect the activity of current neutron node?17:49
andrelfand i confirmed that os_keystorne is also using master branch17:50
noonedeadpunkisakgicu: I don't think it should.. Like node removal will cause l3 routers which are pointed to it to be down. But can't come to situation when downtime is possible while adding17:51
noonedeadpunkexcept you have some non-standart driver17:51
noonedeadpunkandrelf: but you need to check os_horizon, not os_keystone17:52
*** hamzy_ has quit IRC17:52
andrelfyep sorry ... long day lol17:52
noonedeadpunkso if it's master then just try to git pull17:53
*** isakgicu has quit IRC17:54
*** hamzy has joined #openstack-ansible17:54
*** aedc_ has joined #openstack-ansible17:55
openstackgerritMerged openstack/openstack-ansible-os_tempest stable/rocky: Make functional tests voting  https://review.opendev.org/72326817:57
*** aedc has quit IRC17:58
jrosseri have a couple more haproxy patches which are at the bottom of the stack to review https://review.opendev.org/#/c/722419 https://review.opendev.org/#/c/72242017:58
*** aedc_ has quit IRC18:01
noonedeadpunkthey just were -W so didn't place vote on them18:01
andrelfnoonedeadpunki have done the git pull in os_horizon and can confirm the chjanges are there18:02
andrelfapplying with openstack-ansible steps them18:03
noonedeadpunkI think you'll need to define horizon_keystone_multidomain_choices so that another domain appeared in the list18:03
andrelfok i will check the doc what it says about that18:04
openstackgerritMerged openstack/openstack-ansible stable/train: Bump SHAs for stable/train  https://review.opendev.org/72511518:04
noonedeadpunktrain recheck time!18:04
openstackgerritMerged openstack/openstack-ansible-repo_server stable/stein: Remove git deamon functionality  https://review.opendev.org/72527518:07
*** fghaas has joined #openstack-ansible18:10
openstackgerritMerged openstack/openstack-ansible-repo_server stable/stein: Remove apt-cacher-ng cleanup tasks  https://review.opendev.org/72527618:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Get ceilometer_lib_dir in more reliable way  https://review.opendev.org/72515818:17
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Get ceilometer_lib_dir in more reliable way  https://review.opendev.org/72515818:21
openstackgerritMerged openstack/openstack-ansible-galera_server master: Use more reliable way to get mysql version  https://review.opendev.org/72526918:22
*** cshen has joined #openstack-ansible18:30
*** cshen has quit IRC18:35
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Use openstack_venv_python_executable  https://review.opendev.org/72580318:37
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Fix rados linking for py3  https://review.opendev.org/72515418:38
*** hamzy_ has joined #openstack-ansible18:39
*** andrelf has quit IRC18:40
*** hamzy has quit IRC18:42
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_gnocchi stable/train: Fix rados linking for py3  https://review.opendev.org/72596518:46
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari stable/train: Use openstack_venv_python_executable  https://review.opendev.org/72596618:46
*** Dwane has quit IRC18:54
*** fghaas has quit IRC18:55
openstackgerritMerged openstack/openstack-ansible master: [doc] Adjust deploy-guide to install py3  https://review.opendev.org/72483618:56
*** gokhani has joined #openstack-ansible19:09
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Do not try to connect to mons when everything is provided  https://review.opendev.org/72411819:19
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Use horizon native wsgi app  https://review.opendev.org/72577519:21
*** gokhani has quit IRC19:33
*** yolanda has quit IRC19:33
*** gokhani has joined #openstack-ansible19:36
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Updated from OpenStack Ansible Tests  https://review.opendev.org/70948219:39
*** gokhani has quit IRC19:47
*** jamesdenton has quit IRC19:48
*** cshen has joined #openstack-ansible20:01
*** jamesdenton has joined #openstack-ansible20:04
*** cshen has quit IRC20:06
*** jamesden_ has joined #openstack-ansible20:08
*** spatel has joined #openstack-ansible20:10
*** jamesdenton has quit IRC20:11
*** jamesdenton has joined #openstack-ansible20:21
*** jamesden_ has quit IRC20:22
*** watersj has quit IRC21:06
*** watersj has joined #openstack-ansible21:12
spatelnoonedeadpunk: do you know OSA is ready for CentOS 8?  (Train release)21:15
spateli would like to test if you guys need help to test CentOS 8?21:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_gnocchi stable/train: Fix rados linking for py3  https://review.opendev.org/72596521:23
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-ceph_client stable/train: Do not try to connect to mons when everything is provided  https://review.opendev.org/72599821:23
*** watersj has quit IRC21:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: [doc] Adjust deploy-guide to install py3  https://review.opendev.org/72599921:24
noonedeadpunkspatel: not yet21:42
noonedeadpunkonce we have it ready try to not forget to ping you for testing)21:43
*** spatel has quit IRC21:45
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: [doc] Adjust deploy-guide to install py3  https://review.opendev.org/72599921:45
*** spatel has joined #openstack-ansible21:46
noonedeadpunkjrosser: btw, with centos 7.8 I guess libselinux for py3 should appear?21:46
noonedeadpunkSo we won't need to use custom repo fro that21:46
spatelnoonedeadpunk: in new datacenter i was thinking to use CentOS 8 but look like we are not ready21:48
*** _mmethot_ has joined #openstack-ansible21:49
spatelnoonedeadpunk: if you want i can run test on CentOS 8 (with Train or ussuri)21:50
spatelI think ussuri would be good idea to go with CentOS 8.x21:50
openstackgerritMerged openstack/ansible-hardening stable/train: Remove duplicated Zuul config file  https://review.opendev.org/72406421:51
*** mmethot_ has quit IRC21:51
noonedeadpunkspatel: it's good but centos8 is pretty tricky, so not really easy to implement21:52
spatelyes specially dnf (which i am deal with now days)21:53
spatelnoonedeadpunk: anyway good to know, i will keep going with 7.x21:55
*** _mmethot_ has quit IRC21:56
*** mmethot has joined #openstack-ansible21:56
noonedeadpunkyeah, I guess we kinda stopped at dnf priorities...21:59
noonedeadpunkor smth like that21:59
mgariepyspatel, do you have some cycle to help with the centos8 work ?22:00
spatelmgariepy: sure, i can put sometime..22:00
spatelworking from home so getting some free time also :)22:01
mgariepyhttps://review.opendev.org/#/q/topic:osa/el8+(status:open+OR+status:merged)22:01
mgariepythere are a few patch there22:01
*** cshen has joined #openstack-ansible22:02
*** maaritamm has quit IRC22:02
spatelokay.. let me check22:03
mgariepyno lxc support yet. the cors repo are there for lxc3.22:04
spatellets say i want to start testing then should i be using latest repo?22:06
mgariepyyep start from master and apply the patch on top.22:06
*** cshen has quit IRC22:07
spatelmgariepy: sounds good, i will start deploying latest master on CentOS 8 and will keep you posted with bugs or if any patch22:07
mgariepythere are bugs22:08
spatelI am sure because CentOS 8 is many way new product..22:09
spatelalso I found very few folks using CentOS with OSA :(  even 2 year ago when i start deploying OSA on centOS during that time CentOS was experimental OS22:11
spatelAnyway let me see how far i can make it with CentOS 8.x22:12
*** threestrands has joined #openstack-ansible22:20
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/train: Add NODENAME in rabbitmq env  https://review.opendev.org/70694922:26
*** spatel has quit IRC22:28
openstackgerritMerged openstack/openstack-ansible-os_rally stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69037122:44
openstackgerritMerged openstack/openstack-ansible-os_panko stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69036922:47
*** tosky has quit IRC22:56
*** rh-jelabarre has quit IRC23:07
openstackgerritMerged openstack/openstack-ansible-os_glance stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69035623:07
*** itandops has quit IRC23:25
openstackgerritMerged openstack/openstack-ansible-os_ironic stable/train: Updated from OpenStack Ansible Tests  https://review.opendev.org/69036123:36

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