Tuesday, 2018-11-27

*** tosky has quit IRC00:16
*** cshen has joined #openstack-ansible00:31
*** cshen has quit IRC00:36
openstackgerritzhongshengping proposed openstack/openstack-ansible-tests master: Dissuade .gitignore references to personal tools  https://review.openstack.org/60922900:43
*** jonher_ has joined #openstack-ansible00:50
*** jonher has quit IRC00:53
*** jonher_ is now known as jonher00:53
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_placement master: [WIP] Create base files to install placement  https://review.openstack.org/61882001:07
*** pabelanger has joined #openstack-ansible01:23
pabelangero/01:24
pabelangeris /opt/openstack-ansible a hard requirement (location of git repo) or just standard way for documentation?01:24
*** hw_wutianwei_ has joined #openstack-ansible01:36
*** aedc has quit IRC01:45
*** nyloc has quit IRC03:17
*** nyloc has joined #openstack-ansible03:18
*** maddtux has joined #openstack-ansible03:28
*** udesale has joined #openstack-ansible03:54
openstackgerritMerged openstack/ansible-hardening master: fix tox python3 overrides  https://review.openstack.org/57977804:19
*** udesale has quit IRC04:31
*** ivve has joined #openstack-ansible04:31
*** chandan_kumar has joined #openstack-ansible05:26
*** chandan_kumar is now known as chkumar|ruck05:28
*** chhagarw has joined #openstack-ansible06:10
*** e-vad has quit IRC06:40
*** faizy98 has joined #openstack-ansible06:51
*** amab has joined #openstack-ansible06:57
*** ahosam has joined #openstack-ansible07:02
amabHi, During the AIO installation follwoing error occured:07:03
amab TASK [os_nova : Register libvirt-python files] *********************************                    ********************************************************************************                    ***************************************************************************** Sunday 25 November 2018  16:29:21 +0330 (0:00:00.356)       0:07:11.339 ******* fatal: [aio1]: FAILED! => {"changed": false, "cmd":07:04
amab"dpkg -L python-libvirt | grep '^/usr/local/lib/python2.7/dist-packages/'",07:05
amabduring "openstack-ansible setup-openstack.yml " command07:06
amab"python-libvirt" does not include /usr/local/lib/python2.7/dist-packages/ directory and it is normal, it should check /usr/lib/python2.7/dist-packages probably!!07:08
*** jawad_axd has joined #openstack-ansible07:16
*** ahosam has quit IRC07:16
*** pcaruana has joined #openstack-ansible07:23
*** mma has joined #openstack-ansible07:43
*** DanyC_ has quit IRC08:00
*** DanyC has joined #openstack-ansible08:01
*** DanyC has quit IRC08:05
*** gkadam has joined #openstack-ansible08:08
*** chhagarw has quit IRC08:18
*** priteau has joined #openstack-ansible08:22
*** cshen has joined #openstack-ansible08:24
*** shardy has joined #openstack-ansible08:25
cshenmy patch needs more review, https://review.openstack.org/#/c/581248/ thanks.08:25
*** tosky has joined #openstack-ansible08:38
jrosseramab: which release of OSA are you using?08:45
amabjrosser stable/queens08:45
jrosseramab take a look at the code here https://github.com/openstack/openstack-ansible-os_nova/blob/stable/queens/tasks/drivers/kvm/nova_compute_kvm_install.yml#L79-L9508:54
jrosserthe first task looks for where the libvirt-python module is on your system, and from your error it seems that it was found in /usr/local/lib/python2.7/.......08:55
jrosserso i think that is the problem, that somehow you have those python modules in /usr/local rather than /usr/lib08:56
*** hamzaachi has joined #openstack-ansible08:59
*** gillesMo has joined #openstack-ansible09:06
*** udesale has joined #openstack-ansible09:09
*** ahosam has joined #openstack-ansible09:15
*** jackivanov has joined #openstack-ansible09:16
amabjrosser: Right, when I install python-libvirt manually (by apt) and run dpkg -L  python-libvirt, the real directory would be /usr/lib/python2.7/....09:16
jrosseramab: yes, thats what i see on my hosts, do you know how those libvirt files got into /usr/local?09:17
*** DanyC has joined #openstack-ansible09:20
amabjrosser: No!09:20
jrosseramab: here is what happens on a queens build http://logs.openstack.org/18/619718/2/check/openstack-ansible-deploy-aio_lxc-ubuntu-xenial/5d8fa94/logs/ara-report/result/002b9ce0-1033-4424-9b8e-186a1b43d93c/09:20
jrosserdid you start with a completely fresh 16.04 host?09:20
amabjrosser: Not completely09:21
amabI am going to remvoe all packages related to kvm, libvirt, qemu...09:21
amaband try again09:21
jrosseramab: i would recommend that you build AIO like this on a host you can really easily reinstall, or do it in a VM, then you can start again without worry09:23
*** rgogunskiy has joined #openstack-ansible09:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Add retries for utility container distro package installs  https://review.openstack.org/61871109:28
jrosseramab: also note that those tasks you have an error with are removed from the rocky release - is there a reason you're trying queens?09:30
odyssey4mepabelanger /opt/openstack-ansible is the only thing we test - ymmv but if it's a hard requirement for anything, we'd like it not to be09:33
odyssey4mepabelanger there is also https://review.openstack.org/559105 to make it better :)09:33
arxcruzevrardjp: odyssey4me https://review.openstack.org/#/c/619986/ :)09:37
*** hamzaachi has quit IRC09:38
Miouge-Good morning everyone :)09:40
jrosserlooks like we need some centos mirrors fu http://mirror.ord.rax.openstack.org:8080/rdo/centos7-master/current-passed-ci/python-openstackclient-lang-3.16.1-0.20181026105338.3e5a2d2.el7.noarch.rpm: [Errno 14] HTTP Error 40409:40
*** faizy_ has joined #openstack-ansible09:43
*** faizy98 has quit IRC09:46
*** aedc has joined #openstack-ansible09:51
openstackgerritJonathan Rosser proposed openstack/ansible-role-systemd_service master: Allow user/group to be overriden in unit section  https://review.openstack.org/62011609:53
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Remove unnecessary octavia scenario AIO bootstrap  https://review.openstack.org/61979210:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Ensure AIO container_tech/install_method vars are namespaced  https://review.openstack.org/62027810:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Implement documentation changes for translations  https://review.openstack.org/62027910:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: [docs] Clean up the AIO user story  https://review.openstack.org/62028010:05
jrosseri think rocky is blocked on ceph/suse failures - we should decide what to do about that10:12
openstackgerritMerged openstack/openstack-ansible-ops master: reduce container count on cluster test  https://review.openstack.org/61943610:18
amabjrosser: Sure, Thanks. As I have already worked on queens, I prefered to check it on OSA. I want to work with OSA to use that is production environment. How you compare OSA and kolla? is kolla stable enough?10:18
admin0\o10:20
*** aedc has quit IRC10:21
admin0amab, i had to evaluate between kolla and OSA recently .. the issue is not technical ..the issue is in the support you get back .. i also am in the kolla channel to see the quality of questions/answers .. i stick to OSA because here there more people who do OPS and are able to guide you .. there if you are faced with a difficult question, there is no answer on it for days and sometimes no direction at all10:24
admin0does it work .. yes, can you guarantee that there will be more knowledgeable people to help you when you face issues in setup,upgrade,issues - no10:25
*** aedc has joined #openstack-ansible10:29
*** nowster has joined #openstack-ansible10:31
amabadmin0: Thnak you. Is there any prefer on ubuntu or centos? I usually prefer centos but as I checked most of the discussions on OSA are based on Ubuntu10:32
admin0amab, ubuntu :)10:33
admin0because of dependencies and upgrade of packages10:33
*** rpittau has joined #openstack-ansible10:33
*** udesale has quit IRC10:33
*** udesale has joined #openstack-ansible10:34
jrosseramab: there are folks here who run quite big clouds on centos with OSA - so its a supported OS and the tooling does work.... on the other hand there are probably many more people using OSA/ubuntu so perhaps the issues/bugs tend to get discovered and ironed out quicker there10:37
jrosserhaving said all that mnaser has done a great job recently on the centos support so it's really up to you and how important the choice of underlying OS is in your environment10:37
*** nowster is now known as nowster-10:38
*** nowster has joined #openstack-ansible10:38
*** nowster- has left #openstack-ansible10:38
admin0amab, my viewpoints are based on stuff outside of openstack specific .. like backup, monitoring, other packages that you want to install and you either find that the package is not even there in centos but in ubuntu, or the package is old and you cannot upgrade to do the rpm dependency stuff10:39
*** udesale has quit IRC10:39
Miouge-It also comes down to what you are familiar with. If your org tooling around this or that OS it can make your life easier10:41
amabadmin0: Good :) I will try ubuntu10:44
*** mma has quit IRC10:47
cshenHi all, need some reviews(+2) for my patch https://review.openstack.org/#/c/581248/ thanks.10:47
amabadmin0: right10:51
*** mma has joined #openstack-ansible10:52
*** mma has quit IRC11:02
*** udesale has joined #openstack-ansible11:06
*** hamzaachi has joined #openstack-ansible11:14
*** electrofelix has joined #openstack-ansible11:17
*** hamzaachi_ has joined #openstack-ansible11:21
*** mma has joined #openstack-ansible11:24
*** hamzaachi has quit IRC11:24
*** hamzaachi__ has joined #openstack-ansible11:24
*** hamzaachi_ has quit IRC11:27
*** mma has quit IRC11:28
*** ahosam has quit IRC11:31
*** chkumar|ruck is now known as chkumar|away11:32
*** udesale has quit IRC11:38
jhonni99hi all, i have question regarding haproxy , how can i overwrite the "haproxy_whitelist_networks" param bedore deploying , the default ones doesnt work for our ENV.11:41
*** ahosam has joined #openstack-ansible11:41
jhonni99its not documented11:42
*** cshen has quit IRC11:44
*** udesale has joined #openstack-ansible11:45
*** udesale has quit IRC11:45
*** udesale has joined #openstack-ansible11:46
Miouge-jhonni99: I think you can set ‘haproxy_whitelist_networks’ for a global setting, or haproxy_glance_registry_whitelist_networks,  haproxy_nova_metadata_whitelist_networks etc.. for a service specific override, see https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy/haproxy.yml11:47
*** mma has joined #openstack-ansible11:51
*** udesale has quit IRC11:52
*** udesale has joined #openstack-ansible11:53
jhonni99@Miouge- thanks alot :)11:53
*** chhagarw has joined #openstack-ansible11:54
*** faizy_ has quit IRC11:54
*** cshen has joined #openstack-ansible11:54
*** mma has quit IRC11:56
*** mma has joined #openstack-ansible12:00
openstackgerritMerged openstack/openstack-ansible master: Use discuss ML instead of dev/operators  https://review.openstack.org/62001512:01
*** ahosam has quit IRC12:05
*** ahosam has joined #openstack-ansible12:05
openstackgerritChristian Zunker proposed openstack/openstack-ansible-os_neutron master: Fix OVS scenario with changes introduced with Queens  https://review.openstack.org/61715512:05
*** mma has quit IRC12:07
openstackgerritChristian Zunker proposed openstack/openstack-ansible-os_neutron master: Fix OVS scenario with changes introduced with Queens  https://review.openstack.org/61715512:07
*** aedc has quit IRC12:11
jamesdentongood morning all12:16
*** rpittau_ has joined #openstack-ansible12:16
*** rpittau has quit IRC12:19
*** udesale has quit IRC12:20
*** ahosam has quit IRC12:20
*** ahosam has joined #openstack-ansible12:20
*** vnogin has joined #openstack-ansible12:21
*** vnogin has quit IRC12:22
*** rpittau has joined #openstack-ansible12:24
*** rpittau_ has quit IRC12:28
*** ansmith has quit IRC12:29
*** udesale has joined #openstack-ansible12:32
*** udesale has quit IRC12:32
*** mma has joined #openstack-ansible12:33
*** udesale has joined #openstack-ansible12:34
jamesdentonjrosser Did that centos build issue get resolved from yesterday? Related to python2-os-client-config i think?12:35
jrosserjamesdenton: i think i saw it again today, let me just check12:36
jrosserjamesdenton: here is a job which failed 7hrs ago for the same thing https://review.openstack.org/#/c/620034/12:37
jamesdentonlooks like the mirror now has an updated version: python2-os-client-config-1.31.2-0.20181105100255.a024da3.el7.noarch.rpm12:38
jamesdentonwah wah12:38
jrosserrecheck recheck recheck12:38
jamesdentonthank you12:38
pabelangerodyssey4me: ack, that is what I figured12:38
jrosserjamesdenton: did you get any insight into the lxc cache prep timeout?12:40
jamesdentonnone whatsoever12:40
noonedeadpunkFolks, what do you think about this patch? https://review.openstack.org/#/c/620076/12:40
*** mma has quit IRC12:41
jrosserjamesdenton: http://mirror.dfw.rax.openstack.org:8080/rdo/centos7-master/current-passed-ci/python-openstackclient-lang-3.16.1-0.20181026105338.3e5a2d2.el7.noarch.rpm: [Errno 14] HTTP Error 40412:42
jamesdentonthere's 10 packages getting 404s just from the review you showed me12:43
*** mma has joined #openstack-ansible12:44
* jrosser wonders why these rdo repos are not using a hash for the path instead of current-passed-ci.......12:48
*** mma has quit IRC12:48
vakuznetReview please https://review.openstack.org/#/c/617776/12:50
*** vnogin has joined #openstack-ansible12:51
*** udesale has quit IRC12:54
*** cshen_ has joined #openstack-ansible12:56
*** cshen has quit IRC12:59
*** arxcruz is now known as arxcruz|brb13:00
jrossermnaser: you around?13:04
*** rpittau_ has joined #openstack-ansible13:08
*** maddtux has quit IRC13:10
*** rpittau has quit IRC13:11
*** aedc has joined #openstack-ansible13:15
mnaserHi jrosser13:16
mnaserJust rolling in to the office13:16
*** ahosam has quit IRC13:17
jrossermnaser: you added this to the tests repo which fixed all sorts of repo 404 errors for centos https://github.com/openstack/openstack-ansible-tests/blob/master/common-tasks/test-set-nodepool-vars.yml#L44-L5513:17
jrosseri cant see the same thing in the main repo though?13:18
mnaserYep, I’m gonna guess it’s not in the integrated13:18
mnaserYeah probably it was missed :(13:18
jrossersnap :) no worries easy to add. there are a bunch of integrated tests suffering the same way13:18
*** rpittau_ is now known as rpittau13:20
mnaserHopefully this wil all be eliminated soon13:20
mnaserThanks to the awesome work by odyssey4me13:20
mnaserCan you push a patch jrosser ?13:20
jrossersure13:20
mnaserThank you13:21
odyssey4mestill looking for a second review for https://review.openstack.org/551791 which enables integrated AIO usage for role tests - it doesn't cover everything, but gets the basics done for a defaults-only functional check with whatever services we want13:22
odyssey4meonce that merges I can work on adding more things - like increased affinity for certain containers to allow cluster tests (like we do for keystone, rabbit, galera)... but I'd like to get the basics done and ported back so that we can start doing upgrade tests asap13:23
*** mma has joined #openstack-ansible13:25
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure that a consistent mirror is used for RDO  https://review.openstack.org/62031313:28
mnaserand upgrade tests are pretty critical13:32
mnaseresp with os_placement stuff13:32
guilhermespmnaser: when is the ideal deadline to have os_placement done? At least the first test scenarios13:33
mnaserguilhermesp: the earlier the better? :D haha, right now we might be the first project to have a working version13:34
mnaserbut you're probably really reall close ot it anyways13:34
guilhermespyeah, just need some help with this http://logs.openstack.org/20/618820/28/check/openstack-ansible-functional-centos-7/3156ada/ara-report/result/e6cd2526-f565-4cc9-87e2-b636fe9a5ff5/13:34
guilhermesp:P13:34
guilhermesphave no ideal at the moment which dependencies to add in vars files13:34
openstackgerritMerged openstack/openstack-ansible stable/ocata: Fix ansible-sshd version  https://review.openstack.org/61980013:34
mnaserooo i think i know13:34
*** strattao has joined #openstack-ansible13:34
mnaserguilhermesp: https://review.openstack.org/#/c/618820/28/vars/redhat-7.yml13:35
mnaseryou have it set to placement_distro_packages: []13:35
mnaseri mean you have it set to "placement_distro_packages: " which is like setting it to None13:35
mnaserif you do "placement_distro_packages: []" it will be an empty list13:35
mnaserand the len, etc stuff should work13:35
mnaserso the stuff that should be a list should just be [] to be an empty list13:35
guilhermespthe conditional is failing with lenght > 0, would be the same?13:36
mnaserguilhermesp: yes, its because its trying to compare "None" to a list13:38
mgariepymorning everyone13:38
guilhermespk, going to fix that mnaser thanks13:38
mnaserno problem guilhermesp13:39
mnaserhi mgariepy13:39
mgariepyfailure on this one is weird. https://review.openstack.org/#/c/620140/13:39
mgariepyhaha13:39
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_placement master: [WIP] Create base files to install placement  https://review.openstack.org/61882013:40
mgariepybut both patch that depends on it succeeded.13:40
*** vnogin has quit IRC13:41
*** jhesketh_ has joined #openstack-ansible13:44
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure that a consistent mirror is used for RDO  https://review.openstack.org/62031313:48
*** jhesketh has quit IRC13:50
*** hughsaunders has quit IRC13:50
*** gillesMo has quit IRC13:51
mnasermgariepy: centos related review if you're around -- https://review.openstack.org/#/c/620152/13:54
*** ansmith has joined #openstack-ansible13:54
*** udesale has joined #openstack-ansible13:56
mgariepymnaser, done14:02
mnaserthank you14:03
mgariepyhttps://review.openstack.org/#/c/619796/ and https://review.openstack.org/#/c/620140/ should fix ceph on suse in Rocky14:05
*** udesale has quit IRC14:05
mgariepyand this one would need review : https://review.openstack.org/#/c/620075/14:05
*** udesale has joined #openstack-ansible14:05
*** strattao has quit IRC14:15
openstackgerritAndy Smith proposed openstack/openstack-ansible master: Add qdrouterd role for oslo.messaging backend deployment  https://review.openstack.org/57026114:24
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_keystone master: Deployment host can provide shibboleth SP key-pair  https://review.openstack.org/62032414:25
*** chhagarw has quit IRC14:27
*** stuartgr has quit IRC14:30
openstackgerritMaxime Guyot proposed openstack/openstack-ansible master: Update doc to use chrony instead of ntp  https://review.openstack.org/62032914:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Apply constraints when building the venv  https://review.openstack.org/62033114:32
*** vnogin has joined #openstack-ansible14:32
*** gisak has joined #openstack-ansible14:36
gisakhello everyone14:36
gisakcan some1 tell me: lxc containers need network to be accessible by ansible with python, or they need python in order to install network ?14:38
Miouge-gisak: I think it uses DHCP (lxc-dnsmaq) on eth0 to bootstrap things14:40
*** Miouge- has left #openstack-ansible14:43
*** Miouge- has joined #openstack-ansible14:43
gisakvery strange things happen on my controller node, when I run playbooks for deploying hosts, it fails to connect to containers, only the neutron from network node is created and deployed perfectly14:43
gisakhttp://paste.openstack.org/show/736030/14:43
gisak@noonedeadpunk and @admin0 suggested me to install python manually on each container, but I cant do that as containers have no network ..14:48
Miouge-gisak: AFAIK eth0 is wired the lxcbr0 which gives access to outside world (apt & all)14:51
*** chhagarw has joined #openstack-ansible14:51
jamesdentongisak Are you following the documentation precisely? Which OS are you using and how did you kick them? The issues you're describing are not really common14:52
Miouge-gisak: Have a look at “ip route show” and “ip addr show eth0” in your LXC containers.14:52
*** gkadam has quit IRC14:52
gisakagree, I understand that, but have no idea how to manually link lxc's eth0 to lxcbr014:53
mnaserodyssey4me: i just realized we missed something in the removal of apt-cacher-ng14:53
gisakusing ubuntu 1814:53
mnaserin an upgrade, the /etc/haproxy/conf.d/repo_cache file is not removed14:53
odyssey4memnaser what's that?14:54
mnaserso the config file still exists14:54
mnaserand so haproxy config gets rebuilt with that and forever complains that the service is down14:54
odyssey4mehmm, yeah - apologies for that14:54
mnaserno worries!14:54
noonedeadpunkgisak: check, lxc containers network has nat on the lxc host14:54
mnaseri can push a patch.. but im not sure if there's a way to setup something in the haproxy role14:54
mnaserwhere we kinda empty out anything that we dont define in /etc/haproxy/conf.d14:54
mnaserpuppet had stuff like that but dunno if we can do the same in ansible14:55
odyssey4memnaser https://github.com/openstack/openstack-ansible-haproxy_server/commit/972ebbe5db3b5e340176640129b4dc7923ead8aa would be handy for that14:55
mnaseryeah that's one way of going about it14:55
odyssey4memnaser otherwise the simplest is probably to wipe that folder in the run-upgrade script so that the role rebuilds it14:55
mnaserodyssey4me: yeah but in my case i dont run-upgrade so that might hit others, ok, let me push up a patch to add it with state=absent14:56
mnaseras a rocky-only patch14:56
Miouge-jamesdenton: I ran into a similar issue than what gisak describes a while back. I don’t recall all the details but a lxc-stop && lxc-start fixed the situation14:56
odyssey4meyeah, I prefer that because it allows handling of minor/major upgrades14:56
mnaserokay great, ill do it14:56
jamesdentonGood to know, Miouge-. Thanks.14:57
noonedeadpunkgisak it shoulod have smth like this http://paste.openstack.org/show/736112/14:58
gisaklxc-stop/start does not work .. in containers config file network is not described as it should be14:59
gisakyeah you are right the iptables -L -t nat is ok14:59
gisakthe only problem is in containers network14:59
noonedeadpunkgisak: probably the best way here is really to drop all containers, clean lxc cache and create them from scratch15:01
gisakwell.. that is what I am doing all day today :)15:02
gisakstill cant understand why on network node, which is also the deployer, containers are created without problems while on controller node not15:04
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: redhat: stop updating system unnecessarily  https://review.openstack.org/62015215:05
openstackgerritMohammed Naser proposed openstack/openstack-ansible stable/rocky: haproxy: remove repo_cache service  https://review.openstack.org/62033615:05
Miouge-gisak: is it possible to dump the output of “ip route show” and “ip addr show eth0” from one of the failed container (with a lxc-attach for instance)?15:06
*** ianychoi_ is now known as ianychoi15:06
*** chhagarw has quit IRC15:07
gisakroot@controller01:~# lxc-attach controller01_aodh_container-4b94f54315:07
gisakroot@controller01_aodh_container-4b94f543:~# ip addr show eth015:07
gisakDevice "eth0" does not exist.15:07
gisakhttp://paste.openstack.org/show/736114/15:08
gisakhttp://paste.openstack.org/show/736115/15:09
gisakcompare these 2 configs, first from controller node and second from network node15:10
gisakhttp://paste.openstack.org/show/736116/15:11
gisakhttp://paste.openstack.org/show/736117/15:11
openstackgerritMohammed Naser proposed openstack/openstack-ansible-haproxy_server stable/rocky: Add 'absent' service state  https://review.openstack.org/62033715:11
gisakand what is stored in containers dir folder15:12
*** noonedeadpunk[h] has joined #openstack-ansible15:12
*** noonedeadpunk has quit IRC15:13
openstackgerritMohammed Naser proposed openstack/openstack-ansible stable/rocky: haproxy: remove repo_cache service  https://review.openstack.org/62033615:14
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Use the repo if available  https://review.openstack.org/62033915:18
*** rpittau has quit IRC15:21
*** strattao has joined #openstack-ansible15:24
*** vollman has joined #openstack-ansible15:26
*** shardy has quit IRC15:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Remove glance_developer_mode and glance_venv_download  https://review.openstack.org/62034015:28
openstackgerritMohammed Naser proposed openstack/openstack-ansible-lxc_container_create stable/rocky: redhat: stop updating system unnecessarily  https://review.openstack.org/62034215:30
*** cshen_ has quit IRC15:33
openstackgerritMohammed Naser proposed openstack/openstack-ansible-lxc_container_create master: cleanup: remove rocky-only upgrade code  https://review.openstack.org/62034315:34
*** strattao has quit IRC15:36
mnaserodyssey4me: https://github.com/openstack/openstack-ansible/commit/43a5c874ef7ff1c43c51086022655bb44492794e#diff-80113ee2b90d9100a81da4dbd71abd1715:37
mnaserhow do you feel about dropping this in S instead of T.. because i dont think we released with apt-cacher-ng enabled?15:37
*** weezS has joined #openstack-ansible15:38
odyssey4meyes, but that's there for anyone who deployed prior to release15:38
mnaserodyssey4me: fair enough, trying to minimize our tasks because that one runs a looot :p15:39
mnasermaybe we'd need a more explicit 'support' policy15:39
*** vnogin has quit IRC15:40
odyssey4mewell, if you want to drop it - make sure there's a release note informing people to clean up themselves if they're falling in that group15:41
*** vnogin has joined #openstack-ansible15:41
mnasernot super tied to it15:41
*** shardy has joined #openstack-ansible15:44
*** noonedeadpunk[h] is now known as noonedeadpunk15:49
*** jawad_axd has quit IRC15:49
mnaserodyssey4me: lmao we're not getting rid of htat job15:50
mnaser# grep proxy /etc/yum.conf  => proxy=http://<foo>.vexxhost.local:314215:50
mnaserthe jobs assume quotes15:50
*** jawad_axd has joined #openstack-ansible15:50
odyssey4meoops15:50
mnasers/jobs/tasks/15:50
mnaserheh, all good15:50
mnaserim wondering why we dont use ini_file15:50
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: MNAIO: Add ability to deploy Ceph  https://review.openstack.org/60733815:51
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: redhat: clean-up proxy settings properly  https://review.openstack.org/62034615:54
evrardjpo/15:54
*** jawad_axd has quit IRC15:55
evrardjpOh I forgot to say somewhere that I saw someone passing *_proxy in *_PROXY in env vars for tox, and I thought that was quite cleaner than listing all the vars like we do15:55
evrardjpchange the location of the word 'somewhere' after 'tox'.15:55
odyssey4meperhaps, but hardly worth changing all our tox configs again15:56
evrardjpodyssey4me: agreed.15:56
odyssey4menice to know wildcards are possible though15:56
evrardjpodyssey4me: just saying in case15:56
evrardjpexactly :)15:56
odyssey4mewe'll be ditching tox for most of our tests anyway in the near future15:56
*** udesale has quit IRC15:56
*** udesale has joined #openstack-ansible15:57
evrardjpI suppose we'll keep them for docs/reno15:57
odyssey4meonce I manage to get another core review for https://review.openstack.org/551791 :)15:57
odyssey4meyep, docs/reno will stay using it15:57
odyssey4methat's part of the PTI15:57
evrardjpindeed.15:58
*** udesale has quit IRC15:58
mnasercloudnull, DimGR, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, colinmcnamara, thorst, adreznec, eil397,16:00
mnaserqwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, mnaser, nicolasbock, jrosser, cjloader, antonym, dcdamien16:00
mnaser#startmeeting openstack_ansible_meeting16:00
mnaser#topic rollcall16:00
openstackMeeting started Tue Nov 27 16:00:21 2018 UTC and is due to finish in 60 minutes.  The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:00
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)"16:00
mnasero/16:00
spotzo/16:00
evrardjpo/16:00
cloudnullo/16:01
odyssey4meo/ although I'm sharing with another meeting :/16:01
mnaseri'm sorry, i haven't been updating things properly16:01
mnaserlast week highlights imho has been: odyssey4me getting us closer to running integrated for all roles16:02
mnaserso please eyes on https://review.openstack.org/#/c/551791/16:02
odyssey4meneed one more core review for https://review.openstack.org/551791 - then I'll be porting those back so that we can do upgrade tests along with deploy tests16:02
mnaseri thought i reviewd that16:02
mnaserok ill review this shortly after the meeting to get us the second +216:03
odyssey4meta16:03
mnaserother things is os_placement still in progress16:03
mnaserwe're having a lot of gate failures i think16:03
evrardjpos_manila is also in progress16:03
evrardjp(while of lesser importance than placement, I agree)16:04
mnaseri can look at the centos jobs to help make them stable but if we're going to have always-red nonvoting jobs, i would want to remove them16:04
mnaserit takes 1.5h of wasted upstream CI time on every job and if no one is actively looking at them.. makes it hard16:04
odyssey4mebear in mind we agreed that distro jobs on master stay non-voting, regardless of consistent failures16:04
odyssey4methis allows people to work on fixing things as we go, rather than having to focus on fixing it at the end of the cycle16:05
evrardjpwell the idea was to report back -- for example suse current breakages in horizon is on my todo list, even if I didn't get the chance to tackle it16:05
mnaserodyssey4me: i agree, but it seems like there aren't a lot of eyes on them presently16:05
evrardjpwe need more ppl to help there, anyone, feel free to help ! :)16:06
odyssey4mesure, but it'll be easier to troubleshoot and solve them once we're using integrated build for all tests - because everyone is more familiar with it16:06
mnaserodyssey4me: yep, i agree16:06
mnaserso just something to keep in mind16:06
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Add support for aarch64 images  https://review.openstack.org/62003216:07
mnaserwe've identified a few responsible people per distro so just keep up with those and feel free to ping them when/if we need things16:07
mnaserover the next few days i'm upgrading a few environments so https://review.openstack.org/#/q/topic:queens-to-rocky16:07
evrardjpmnaser: great news!16:07
mnaserthat's most of what i've identified, anyone else (surely i missed things!)16:07
evrardjpshouldn't that be a topic of the open discussion though? It's less a report, more a heads-up :p16:08
vakuznetReview please https://review.openstack.org/#/c/618046/16:08
mnasersure16:09
mnasermostly just a "what i've been working on" thing, anyways16:09
mnaser#topic bug triage16:10
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)"16:10
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180523916:10
openstackLaunchpad bug 1805239 in openstack-ansible "missing logrotate of the syslog, daemon.log " [Undecided,New]16:10
mnaserhm16:11
mnaserwe dont use rsyslog_client anymore right16:11
odyssey4mewe do, for suse16:11
evrardjpmaybe asking which branch does this apply?16:12
evrardjpand if that is for hosts or containers?16:12
evrardjpvakuznet: are you the owner of this bug?  ^16:12
mnaserthis says centos16:12
vakuznetyes16:12
vakuznetQueens, host16:13
evrardjpvakuznet: we supposed master :)16:13
evrardjppresumed*16:13
evrardjpso yeah that could apply.16:13
mnaserso in rocky we no longer use rsyslog stuff and moved to journals for everything afaik16:13
mnaserit is a queens bug16:13
evrardjpindeed.16:13
mnaservakuznet: are you able to push a patch regarding this?  i can help with how to get it properly landed if you have questions16:14
vakuznetsure16:14
odyssey4meI'm not feeling very well, so I'm going offline. I'll catch y'all tomorrow.16:14
mnasertake care odyssey4me16:14
mnaservakuznet: cool, ill mark as confirmed/medium and assign to you is that ok?16:15
*** vnogin has quit IRC16:15
vakuznethttps://github.com/openstack/openstack-ansible/blob/master/playbooks/common-tasks/rsyslog-client.yml#L1816:15
evrardjpsee you later odyssey4me16:15
mnaservakuznet: we can talk about the potential fix after our meeting right now, is that okay? we're just triaging things right now16:16
mnaserjust to see bugs or not bugs :)16:16
vakuznetok16:16
evrardjpand important or not :)16:16
evrardjpor less*16:16
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180483716:17
openstackLaunchpad bug 1804837 in openstack-ansible "Failed to checkout version 0.5.1 of ansible-sshd for stable/pike" [Undecided,New]16:17
mnaserwasnt this fixed?16:17
* mnaser checks16:17
mnaserevrardjp: do you know if the shabump includes it?16:18
mnaseroh no shabump required16:18
mnaserok so this will be included in 16.0.2316:19
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180482716:20
openstackLaunchpad bug 1804827 in openstack-ansible "Keystone ldap only configures domain on one node" [Undecided,New]16:20
mnaseraw darn16:20
*** aedc has quit IRC16:20
evrardjpsorry I was to something else16:20
*** aedc has joined #openstack-ansible16:20
mnaseryep thats valid16:21
mnaserregression by https://github.com/openstack/openstack-ansible-os_keystone/commit/096ed19665dad45fe9b1c1790ba599d90ccf233c16:21
*** cshen has joined #openstack-ansible16:21
evrardjpI am still reading...16:22
mnaserconfirmed/high assigned to jesse .. problem is that we made a change to run ldap setup on one container only to avoid race conditions16:22
mnaserbut that also meant the steps to config the local config files were only happening on one container16:23
mnaserso that patch caused it, it should simply do then when: on the os_keystone_domain task only, not the entire script16:23
evrardjpyeah16:23
evrardjpI saw your message16:23
evrardjpgreat content in the bug16:23
evrardjpI agree16:23
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180477016:24
openstackLaunchpad bug 1804770 in openstack-ansible "Pike -> Queens Upgrade: Documentation for OVS setup and neutron agent rebalancing missing" [Undecided,New]16:24
mnaserthats an amazing bug16:24
mnasergreat docs included16:24
mnaserposted asking for input16:25
cloudnulloh wow, thats a bummer ...16:25
mnaserif they want/can contribute it16:25
evrardjpyeah16:26
cloudnulljamesdenton had something on that the other day ?16:26
jamesdentonyes - i can take it and work on docs updates16:26
mnasercloudnull: i think he might have been helping the bug repoter here16:26
cloudnullah .16:26
mnaserjamesdenton: oh awesome, a lot of info was put there too, so ill assign to you, is that okay?16:26
cloudnulli think its something we can generally add to the upgrade scripts / playbooks16:26
jamesdentonsure thing.16:27
mnaserthank you16:27
mnaseroh thats an easy one16:27
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180469516:28
openstackLaunchpad bug 1804695 in openstack-ansible "Credentials needed to "Verifying OpenStack operation in openstack-ansible" step" [Undecided,New]16:28
openstackgerritMerged openstack/ansible-role-systemd_service master: Allow user/group to be overriden in unit section  https://review.openstack.org/62011616:28
mnaseradded as low-hanging-fruit, great if anyone wants to push up a small fix :)16:28
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180428316:29
openstackLaunchpad bug 1804283 in openstack-ansible "Rabbitmq Error: unable to connect to node 'rabbit@ostack-controller-01': nodedown" [Undecided,New]16:29
mnaserso i run into this all the time16:29
mnaseri have to do16:29
mnaserrabbitmqctl -n rabbit@`hostname` blah16:29
mnaserit's a bug, not sure how's the best way to resolve it, but maybe eliminated with nspawn16:30
mnaserconfirmed/medium -- i'll add a comment about it.. maybe someone has insight if there's an easy fix?16:30
evrardjpmmm16:30
evrardjpthat rings me a bell16:30
evrardjpmnaser: two questions for you16:31
evrardjpwhat's in /etc/hosts , and what do you have HOST or HOSTNAME in your bashrc/environment ?16:31
evrardjpoh third question, which branch?16:31
mnaserevrardjp: those are probably good questions to add for the bug16:32
mnaser:D16:32
evrardjpwell we don't know if what you had is the same16:32
evrardjpbut I can ask the questions.16:32
evrardjplet me comment on the bug16:32
mnaserit is the same issue :)16:32
mnaserill move onto the next one while you comment on that16:33
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180344416:33
openstackLaunchpad bug 1803444 in openstack-ansible "gnocchi playbook failing on 18.0.0" [Undecided,New]16:33
*** chhagarw has joined #openstack-ansible16:34
evrardjpI think that might be a duplicate of another one we talked in the past16:34
mnaserevrardjp: the gnocchi one?16:34
evrardjpyeah, doesn't that ring you a bell?16:35
mnaseryes, i didnt mark it as anything so it showed up next week :)16:35
evrardjpIt seems we talked about that in the past.16:35
evrardjphahah16:35
evrardjpthat's why16:35
mnaserso i think the solution is to add `import_playbook` .. but i dunno the implications of doing that16:35
evrardjpyeah we even discussed on what to do , but nobody got cycles, IIRC16:36
mnaserokay well16:36
mnaserconfirmed medium and we can ask for that patch to be pushed up16:36
mnaser#link https://bugs.launchpad.net/openstack-ansible/+bug/180213216:37
openstackLaunchpad bug 1802132 in openstack-ansible "OpenStack Ansible dashboard not able to log in with admin credentials" [Undecided,New]16:37
evrardjpmnaser: should we point to http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-11-20-16.00.log.html#l-73 ?16:37
evrardjpok let me add that link into the bug16:37
mnaseryes that would be useful16:37
evrardjpdone16:38
evrardjpI haven't tried horizon for ages16:39
mnaseri dunno16:40
mnaseri've deployed countless times and havent seen aynthing16:40
evrardjpI recall horizon default endpoint policy to change to move to external by default, but I think we are explicit in endpoints usage. So it's probably not that, but I haven't touched horizon for a while, as I said earlier.16:41
mnaserposted a comment requesting user_vars and etc16:41
evrardjpyeah it seem to deploy just fine for me, but I haven't tested it.16:41
mnaserbut it doesnt fel likea bug16:41
evrardjpyeah16:41
evrardjpI have the impression something wrong got inserted in the horizon config16:41
evrardjpmaking django scream16:41
mnaseryup16:41
mnaser#topic open discussion16:42
*** openstack changes topic to "open discussion (Meeting topic: openstack_ansible_meeting)"16:42
evrardjpnext?16:42
mnaserthats all :)16:42
evrardjpso upgrades? :)16:42
mnasergoing okay so far, i'll have a bunch of patches up16:42
mnaseri will write an email to the mailing list about meeting engagement. i will maybe suggest we actually come up with another time, another method of communication or dropping it16:42
evrardjpI think there were a few ppl asking for feedback16:42
evrardjpwe can say in the future you did just fine?16:42
evrardjp:)16:42
mnaseronce my patches land16:43
mnaser:P16:43
evrardjphaha16:43
evrardjpwell16:43
evrardjptbh it's been always fluctuating16:43
evrardjpsometimes you find 9 ppl, sometimes I felt pretty much alone16:43
evrardjpI asked if the time was right, and at the end it was the best time.16:43
evrardjpBut I agree we shouldn't be only two in meetings.16:44
evrardjpthis is an opportunity for everyone to raise awareness of their work/issue, yet the media is not used...16:44
mnaseryeah16:44
* evrardjp shrugs16:44
mnaserill raise to ml16:45
evrardjpmnaser: it was worse when we had two meetings a week16:45
mnaseri can imagine16:45
evrardjpI think having a meeting per week is the minimum, as one every two week will make our bug list and goal focus too thin16:45
evrardjpbug list too big*16:45
mnaseri dunno16:45
openstackgerritMerged openstack/openstack-ansible stable/queens: Add MariaDB infrastructure mirrors and disable nested virt  https://review.openstack.org/61971816:45
mnaseri feel like we do a good job communicating things together at the same time16:46
mnaserits an ML discussion which ill send write away16:46
evrardjpyup, I think it's good to put it in the open at least.16:46
jrosserperhaps we suffer today from not having the 1hr warning?16:46
evrardjpI'm alwys for LESS meetings :D16:46
mnaserjrosser: i dunno, the 1 hour warning usualyl doesn't help much16:47
mnaseri'm more about the engagement16:47
evrardjpoh yeah I am kinda not doing it anymore because I have other meetings16:47
evrardjpmnaser: it has been working for me in the past though : )16:47
evrardjp(at least for the beginning of the meeting)16:47
mnaseri try to do it closer to the meeting16:47
mnaserso people kinda still remember it16:47
evrardjphaha16:48
mnaserif you tell me about something that will happen in an hour surely ill forget :)16:48
evrardjpthat's because you're all over the place, not everyone is like you :p16:48
mnaserha16:48
mnaser:P16:48
mnaseranyone has any other topics?16:49
evrardjpno other topic16:49
mnasercool, thanks everyone16:50
mnaser#endmeeting16:50
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC"16:50
openstackMeeting ended Tue Nov 27 16:50:17 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:50
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-11-27-16.00.html16:50
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-11-27-16.00.txt16:50
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-11-27-16.00.log.html16:50
evrardjpnicolasbock: if you have extra cycles, could you check on why this failure on the installation of OSA with suse packages happen? http://logs.openstack.org/05/620005/1/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-150/6381125/logs/ara-report/result/9c6cdb53-3fb9-4e82-aba4-9a3cce4eeccf/ .16:52
evrardjpnicolasbock: ImportError: No module named gbpclient.v2_0 probably means some package we need to add (or remove conditionally) on suse16:53
*** arxcruz|brb is now known as arxcruz16:54
*** hamzaachi__ has quit IRC16:55
* tosky things that voice meetings are a way to *lower* the number of attendees, not raise them16:56
toskythinks*16:56
*** gyee has joined #openstack-ansible16:59
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: redhat: clean-up proxy settings properly  https://review.openstack.org/62034617:06
*** cshen has quit IRC17:09
*** mma has quit IRC17:10
*** jawad_axd has joined #openstack-ansible17:11
*** DanyC has quit IRC17:14
*** cshen has joined #openstack-ansible17:15
*** jawad_axd has quit IRC17:15
*** cshen has quit IRC17:20
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Ensure that a consistent mirror is used for RDO  https://review.openstack.org/62031317:34
pabelangermnaser: odyssey4me: evrardjp: cloudnull: logan- boom! Post job in ansible-network running OSA stable/rocky, from zuul: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/a0b4156a37f9453eb4ec7db5422272df/logs/ce/cebd2edf7b65986f46973502cf63094eb22f88eb/post/packet-ci-cloud-deploy/0f1c93e/job-output.html17:35
pabelangeronly doing setup-hosts right now, but expect other playbooks to work fine17:35
*** cshen has joined #openstack-ansible17:35
mnaserpabelanger: w00t17:35
pabelangerHow is ansible.cfg managed in OSA? Is there anything special I need to do if I want to modify it?17:36
evrardjppabelanger: that's great17:36
evrardjppabelanger: no setup.cfg17:36
evrardjppabelanger: we rely on env vars should you want to override things17:36
evrardjpwe load an rc file though, which sets a few env variables by default17:37
pabelangerk, do recommended way is envars17:37
pabelangerso*17:37
pabelangerI don't think I've setup ARA properly, can seem to find sqlite db17:38
*** mma has joined #openstack-ansible17:39
*** aedc has quit IRC17:41
evrardjppabelanger: by default ARA isn't wired for everyone (just in gates), but I seem to recall a recent patch that landed in master to ensure ARA could be usable by everyone17:41
evrardjppabelanger: https://review.openstack.org/#/c/612775/17:42
evrardjp(there was a bug fix later, but that gives you an idea)17:42
pabelangerevrardjp: yah, I'm using that, but scripts/openstack-ansible.rc doesn't take the CALLBACK path into account17:43
pabelangerlet me manually set it and see if it works17:43
evrardjpdid you get this patch too? https://review.openstack.org/#/c/617389/ ?17:44
pabelangerevrardjp: no https://review.openstack.org/#/c/617785/17:46
pabelangerI think the issue I will have, is script/bootstrap-ansible.sh is called in its own ansible task, so if we setup any environmental variables they will not be carried over to the next task17:47
pabelangerwhich is fine, I can set it up manually myself17:47
evrardjpnothing prevents you from using a ansible.cfg though17:48
evrardjpif that can help you17:48
evrardjpI am not sure about the current state of the precedence though.17:48
pabelangersure, I'll manually set it now then figure out the best way17:49
*** DanyC has joined #openstack-ansible17:49
pabelangertoday logan- wraps his deploy in once large bash script, where I am doing per tasks17:49
gisak hey guys, from where is better to clone the repo? git.openstack.org or github.com ?17:52
evrardjpgisak: github is a mirror of git.openstack.org17:52
evrardjpI am lazy and I have hub installed so I do openstack/openstack-ansible which fetches from gh17:53
gisak:) got it, thanks17:53
*** DanyC has quit IRC17:54
*** mma has quit IRC17:57
*** jawad_axd has joined #openstack-ansible17:57
evrardjpI have to go. Have a good night/day everyone!17:57
pabelangerthanks!17:57
*** ansmith has quit IRC17:59
*** ansmith has joined #openstack-ansible18:01
*** ahosam has joined #openstack-ansible18:03
*** hamzaachi has joined #openstack-ansible18:07
openstackgerritMohammed Naser proposed openstack/openstack-ansible-rabbitmq_server master: upgrade: start service before applying policies  https://review.openstack.org/62037818:11
*** gary_perkins has quit IRC18:17
*** gary_perkins has joined #openstack-ansible18:18
gisakin a 3 node env: network node, controller node and compute node, where glance is going to be on controller node,   do I need to have br-vlan on controller node?18:33
gisakon controller I have: br-mgmt, br-vxlan and br-storage is it good ?18:33
*** strattao has joined #openstack-ansible18:47
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_service stable/rocky: Allow user/group to be overriden in unit section  https://review.openstack.org/62038618:48
*** nicolasbock has quit IRC18:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update elk_6x for 6.5.x  https://review.openstack.org/61944818:56
*** vollman has quit IRC18:56
jamesdentongisak you should not need br-vlan on a controller node if it is not running network services18:57
jamesdentonor br-vxlan, for that matter18:57
*** jawad_axd has quit IRC19:05
jrosserjamesdenton: if you ever want Octavia or dbaas then that might be more complicated?19:08
jamesdentonyes, you definitely have a point19:08
jamesdentonit really doesn't hurt to have it19:08
*** ahosam has quit IRC19:08
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_placement master: [WIP] Create base files to install placement  https://review.openstack.org/61882019:10
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: ensure the mount unit is started after reboot  https://review.openstack.org/61777619:10
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-lxc_hosts stable/queens: ensure the mount unit is started after reboot  https://review.openstack.org/62038919:12
*** strattao has quit IRC19:14
*** jawad_axd has joined #openstack-ansible19:16
*** hamzaachi has quit IRC19:18
*** hamzaachi has joined #openstack-ansible19:18
*** electrofelix has quit IRC19:25
*** chhagarw has quit IRC19:28
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-lxc_hosts stable/rocky: ensure the mount unit is started after reboot  https://review.openstack.org/62039019:33
*** hughsaunders has joined #openstack-ansible19:35
*** shardy has quit IRC19:35
logan-pabelanger: nice!19:53
*** mma has joined #openstack-ansible19:58
pabelangerlogan-: running all 3 playbooks now19:59
*** mma has quit IRC20:02
logan-was just reading thru your job setup, pretty nice how you've laid it out20:05
*** goldenfri has joined #openstack-ansible20:09
gisakdamn... i dont get this guys ... http://paste.openstack.org/show/736181/20:12
gisakwiped everything and started over, facing the same issue, attached full paste of playbooks20:13
gisakwould be really nice if somebody can tell me where is my mistake20:13
jamesdentonlooks like that paste ends in the middle of a task20:13
gisakguess there is a limit in pasting ..20:15
gisakhttps://jpst.it/1ussv20:18
gisakhere is the paste of bootstrap-ansible.sh as well: https://jpst.it/1ussV20:21
pabelangerlogan-: yah, used some of your logic for ssh auth sock20:21
gisakin first paste, at line 1866, maybe here is the problem?>>> fatal: [controller01]: FAILED! => {"ansible_job_id": "161256119402.28173", "attempts": 120, "changed": false, "finished": 0, "started": 1}20:24
gisakmaybe after this error, containers are not created correctly and here is my problem20:26
jamesdentonquick! Can i get a review before zuul changes its mind? https://review.openstack.org/#/c/58406920:30
jamesdentongisak looking20:30
gisaksec20:30
jrossergisak: TASK [lxc_hosts : Ensure that the LXC cache has been prepared] <= that fails on the controller, but works on the network node20:33
jamesdentontry bumping the timeout with lxc_cache_prep_timeout: 120020:33
jamesdentonyou can add that to user_variables.yml20:33
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-openstack_hosts master: use ansible_hostname to construct canonical_hostname in /etc/hosts  https://review.openstack.org/62039920:33
jamesdentonactually, it may already default to 1200. i guess it depends on the version. You could go 1800 which would be 30 min20:35
jrosserit really shouldnt take that long, unless you have very small upstream bandwidth to download the image20:35
gisakok, now just try again, or need to wipe everything and start over ?20:35
jamesdentonyou can set and rerun the playbook20:35
jamesdentonbut jrosser is right, it's unusual but it does happen.20:36
gisakyeah, set it up to 1800 just to be sure20:36
jrosserif you do have a small internet uplink then you should be able to download the image somewhere local and override the url20:36
gisakinternet is ok, but indeed I would like to download the image manually, how can I get the right link ?20:37
gisakI'm using ubuntu 18.04.1 LTS20:38
jrosseroh hold on - this is the cache prep, ignore me20:38
jrosserthe imageis already downloaded20:38
gisakyep, and on neutron runs perfectly20:38
jrosserwere you still using queens?20:39
gisakno, its Rocky20:40
jrosseryou should be able to find /var/log/lxc-cache-prep-commands.log on each host20:40
jrosserthere might be a clue there about whats happening20:41
*** xgerman has joined #openstack-ansible20:42
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Update playbook to newer syntax.  https://review.openstack.org/61993220:43
jrosserjamesdenton: i think that some of the default timeouts for apt are really quite long - this might be similar to what you were seeing in the gate?20:44
jamesdentonit's possible - i don't have a failure to look at anymore. I rechecked twice today and finally got a +120:45
gisakhere is the /var/log/lxc-cache-prep-commands.log outout:>>>  http://paste.openstack.org/show/736184/20:46
jamesdentonbut yesterday I did have the issue gisak is seeing in the gate. but it was fleeting20:47
gisaknow running the same task, hope it will pass successfully20:48
jamesdentonyou bump the timeout?20:48
gisakyes i put it 1800 in /etc/openstack_deploy/user_variables.yml20:49
gisakhttp://paste.openstack.org/show/736185/20:50
gisakreached 130 left already20:50
jamesdentonK20:51
*** jawad_axd has quit IRC20:58
*** hamzaachi has quit IRC21:03
*** ahosam has joined #openstack-ansible21:04
*** DanyC has joined #openstack-ansible21:07
gisakwell ... the cache was successfully configured, but still fails to setup correctly containers ..21:09
gisakhttp://paste.openstack.org/show/736186/21:10
gisakthis errors are my nightmares for few days already )21:11
*** DanyC has quit IRC21:11
jamesdentonwhat was the retry counter at when it finally finished that task?21:17
jamesdentonjust curious21:17
gisakFAILED - RETRYING: Ensure that the LXC cache has been prepared (38 retries left).21:19
gisakchanged: [controller01]21:19
gisaknow I destroyed all containers and rerun the playbooks, lets see what will happen this time21:20
*** ivve has quit IRC21:21
*** cshen has quit IRC21:21
gisakcant believe to my eyes, I think its working :)21:22
gisakgive a few min to check it :D21:23
gisakyeah, its still running, but at least now I see containers running as they should21:26
gisakyes! it finally worked! :D21:33
jamesdentonso it's moved beyond this task? TASK [lxc_container_create : Gather container facts]21:34
gisakyeah this TASK failed, and eventually all others were stopping21:35
gisaknow i run openstack-ansible setup-infrastructure.yml playbook21:36
jamesdentonOk cool. Smooth sailing from here :D21:36
gisakyeah! thank you guys so much :)21:39
jamesdentonglad to help.21:39
gisakif knew you personally, beer would be by my side for sure :D21:39
jamesdentonit's good to know that no matter where I go, a beer awaits me21:40
gisak:D21:40
gisakthats a good thing, in case you'll trip in Moldova, don't hesitate to contact ;)21:41
*** cshen has joined #openstack-ansible21:41
*** ansmith has quit IRC21:41
jamesdentonjrosser mnaser cloudnull sorry to bug, but if you have time can you bless https://review.openstack.org/#/c/58406921:42
jamesdentonthanks gisak :)21:42
jonherhttps://review.openstack.org/581248/ is awaiting +workflow :)21:44
*** pcaruana has quit IRC21:46
*** priteau has quit IRC21:47
openstackgerritMerged openstack/openstack-ansible master: Update playbook to newer syntax.  https://review.openstack.org/61993322:03
*** ahosam has quit IRC22:24
*** ansmith has joined #openstack-ansible22:26
jrossermnaser: could you check that this has done the right thing? http://logs.openstack.org/13/620313/3/check/openstack-ansible-deploy-aio_lxc-centos-7/f01d063/job-output.txt.gz#_2018-11-27_20_26_09_18705322:27
*** dcdamien has joined #openstack-ansible22:32
*** gisak has quit IRC22:46
*** dcdamien has quit IRC22:52
*** dcdamien has joined #openstack-ansible22:54
admin0"fatal: [c2_ceph-mon_container-cf1019d3]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute u'ansible_all_ipv4_addresses'"}" -- comes on a rerun of the playbook .. what coul dbe the issue22:54
*** strattao has joined #openstack-ansible22:54
*** priteau has joined #openstack-ansible22:54
*** strattao has quit IRC22:57
*** radeks has quit IRC22:57
*** priteau has quit IRC22:58
cloudnulljamesdenton done23:10
cloudnullalso the change for systemd-service has merged, just waiting for the cherry-pick to get back into rocky .23:11
*** aedc has joined #openstack-ansible23:14
admin0hmm.. rerunning the playbooks without limit fixed23:18
*** DanyC has joined #openstack-ansible23:21
*** DanyC has quit IRC23:26
*** dcdamien has quit IRC23:30
*** DanyC has joined #openstack-ansible23:42
*** DanyC has quit IRC23:46
*** jhesketh_ is now known as jhesketh23:51
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_placement master: [WIP] Create base files to install placement  https://review.openstack.org/61882023:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!