Monday, 2019-01-28

*** sep has quit IRC00:12
*** sep has joined #openstack-ansible00:12
*** hwoarang has quit IRC00:49
*** hwoarang has joined #openstack-ansible00:50
*** partlycloudy has quit IRC01:05
*** markvoelker has joined #openstack-ansible01:39
cloudnullprometheanfire sadly we've not standardized on a single NGINX installation and configuration method. Lots of great roles out there however none that support all of the OS's we support.01:51
cloudnullif all you're reaching for NGINX is to get a simple reverse proxy for protected ports I'd recommend going with systemd-proxyd which is built-in.01:52
cloudnullhttps://github.com/openstack/openstack-ansible-ops/tree/master/osquery/roles/fleet/templates01:52
cloudnull^ we're using that in the osquery role for this exact purpose.01:52
* cloudnull doesn't know if that's why you want NGINX but meh. 01:53
cloudnull:)01:53
*** markvoelker has quit IRC02:12
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Omit dahsboard on elk setup by default  https://review.openstack.org/63339202:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add support for OVN in MNAIO deploy  https://review.openstack.org/63037702:14
prometheanfirecloudnull: it was part of my os-keystone needs https://review.openstack.org/63342302:25
prometheanfireit set up nginx by default so I just rolled with it02:25
prometheanfirecloudnull: if you are in tomorrow and have time I'd like to go over things with you02:56
*** markvoelker has joined #openstack-ansible03:09
*** markvoelker has quit IRC03:42
*** macza has joined #openstack-ansible04:13
*** spsurya has joined #openstack-ansible04:28
*** markvoelker has joined #openstack-ansible04:39
*** johnny101 has joined #openstack-ansible04:43
*** markvoelker has quit IRC05:11
*** shyamb has joined #openstack-ansible05:34
*** ArchiFleKs has quit IRC05:40
*** ArchiFleKs has joined #openstack-ansible06:05
*** macza has quit IRC06:22
*** marens has quit IRC06:42
*** shyamb has quit IRC06:43
*** jbadiapa has joined #openstack-ansible06:48
*** shyamb has joined #openstack-ansible06:50
*** chandankumar has quit IRC07:07
*** markvoelker has joined #openstack-ansible07:09
*** mkuf_ has joined #openstack-ansible07:11
*** mkuf has quit IRC07:12
*** chandan_kumar has joined #openstack-ansible07:21
*** shyamb has quit IRC07:21
*** gkadam has joined #openstack-ansible07:22
*** jawad_axd has joined #openstack-ansible07:23
*** kopecmartin|off is now known as kopecmartin07:27
*** shyamb has joined #openstack-ansible07:27
spsuryahi can anyone please review https://review.openstack.org/#/c/629382/ ?07:27
*** DanyC has joined #openstack-ansible07:32
jrosserspsurya: without an explanation in the commit message that is very difficult, particularly for what looks like a major version bump?07:42
*** markvoelker has quit IRC07:42
prometheanfireheh, I just finished packaging it, it is a major bump, co-installability gets easier though07:43
*** hwoarang has quit IRC07:45
*** hwoarang has joined #openstack-ansible07:46
spsuryajrosser: agree07:49
spsuryaBTW it is just an update of version07:50
spsuryajust a trivial change , none as major version bump benefit07:51
spsuryabut good to have latest version07:51
spsuryathanks07:51
prometheanfireit's not something we track in requirements, iirc isn't there a bot OSA uses to do those updates?07:52
spsuryaprometheanfire: now those version checks maintain manually IIUC07:53
spsuryano bot for such updates07:54
spsuryaplease correct me if i am wrong07:54
prometheanfireyou may be right07:54
prometheanfireshould just use the requirements tooling with hacking removed from your blacklist though07:54
prometheanfireanyway, going to sleep soon, so nn07:55
*** radeks has joined #openstack-ansible07:57
*** DanyC has quit IRC07:58
*** pcaruana has joined #openstack-ansible08:01
*** chandan_kumar is now known as chandankumar08:02
*** shyamb has quit IRC08:14
*** DanyC has joined #openstack-ansible08:34
*** markvoelker has joined #openstack-ansible08:39
*** tosky has joined #openstack-ansible08:42
*** DanyC has quit IRC08:44
*** electrofelix has joined #openstack-ansible08:53
*** jawad_axd has quit IRC08:59
*** jawad_axd has joined #openstack-ansible09:00
jrossertinwood: could do with some advice re. nova-lxd tempest tests09:00
*** shyamb has joined #openstack-ansible09:03
*** jawad_axd has quit IRC09:04
*** DanyC has joined #openstack-ansible09:10
*** mwe1 has quit IRC09:11
*** markvoelker has quit IRC09:12
*** mwe1 has joined #openstack-ansible09:13
*** DanyC has quit IRC09:15
*** jawad_axd has joined #openstack-ansible09:16
*** DanyC has joined #openstack-ansible09:27
*** DanyC has quit IRC09:28
*** shardy has joined #openstack-ansible09:29
*** DanyC has joined #openstack-ansible09:29
tinwoodjrosser, morning; yes, how can I help?09:48
jrossertinwood: hi! I'm not entirely sure how this has happened but our nova-lxd test is now failing, like this http://logs.openstack.org/51/588951/11/check/openstack-ansible-lxd-ubuntu-bionic/37cd2c1/job-output.txt.gz#_2019-01-27_07_11_03_79433209:49
* tinwood is taking a look09:50
jrosserI dug into it a bit, and it looks like it's going wrong in here http://git.openstack.org/cgit/openstack/nova-lxd/tree/nova_lxd_tempest_plugin/tests/api/compute/servers/test_create_server.py#n1609:50
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Update cirros from 3.5 to 3.6  https://review.openstack.org/63320809:55
tinwoodjrosser, I think it's going wrong here self.client = client.Client()\n  File \"/opt/tempest-testing/lib/python2.7/site-packages/pylxd/client.py\", line 297, in __init__\n    raise exceptions.ClientConnectionFailed()\nClientConnectionFailed09:55
jrossertinwood: yes, the connection fails. Do you know if there is an assumption there that the test is being run from the compute host?09:56
tinwoodjrosser, what is the env?  (ubuntu version, lxd version, pylxd version)?09:56
jrosseri.e, if it is run elsewhere, how should the client connection work09:56
tinwoodjrosser, in particular this looks a bit like a "is package lxd and snap lxd installed?" type error09:56
tinwood?09:56
jrosserafaik this is all installed from apt, no snap09:57
jrosserof note is that tempest runs in a container, not on the host09:57
tinwoodjrosser, I'm a little confused.  Is the line "self.client = client.Client()" running in tempest?09:58
tinwoodi.e. it's test code rather than code under test.09:59
jrosseryes i believe so,  "tempest run -l" is what blows up09:59
tinwoodokay; and that's running an an lxd driven container?10:00
jrosserwell i'm not sure :) looking at the nova_lxd_tempest_plugin code, it seems that the test code tries to connect to the LXD daemon10:01
tinwoodjrosser, because the error indicates that pylxd can't connect to the unix domain socket that the LXD server is running on.  Which might be a permission problem or that the socket doesn't exist.10:01
jrosseri'm still very suprised that the tempest plugin assumes it can contact the compute host directly10:02
tinwoodjrosser, the default place pylxd tries to look is: /var/lib/lxd/unix.socket10:03
tinwoodjrosser, so that would be on the container10:03
tinwoodre: directly connecting; yes that does seem a bit strange10:03
tinwoodIf it was snap installed then it's: /var/snap/lxd/common/lxd/unix.socket10:04
tinwoodjrosser, where is "nova_lxd_tempest_plugin code" out of interested (is it the nova-lxd one?)10:05
jrossertinwood:  http://git.openstack.org/cgit/openstack/nova-lxd/tree/nova_lxd_tempest_plugin10:05
tinwoodjrosser, ah right: going to see10:06
tinwoodjrosser, so the code predates me!  I'm going to have to have a dig around to understand what's going on!  I reckon it's a permission problem, though.10:08
*** markvoelker has joined #openstack-ansible10:10
*** shyamb has quit IRC10:13
tinwoodjrosser, so afaict the code in that tempest plugin is verifying that nova-lxd is doing the right things in terms of setting up/configuring lxd when servers/volumes are created.  The reason it needs a pylxd client is because it is peeking under the hood of the container to see what's going on.  Has the env changed such that tempest is no longer running on the LXD host where the LXD instances are created as part of10:16
tinwoodOpenStack?10:16
jrossertinwood: There has been a lot of work done to improve our tempest role, and it is quite possible that there are more tests now being run than before10:17
jrossertinwood: It is possible that the specific nova-lxd test were not run when I fixed up the OSA support for this previously10:18
*** shyamb has joined #openstack-ansible10:19
tinwoodjrosser, right; the error is "almost certainly" a 'I can't connect to the unix socket' problem and it might be because the LXD server is not available in the tempest container (i.e. if tempest is actually running seperately from where LXD is running).10:20
jrosserbut still - i don't think i've seen another example of tempest tests wanting direct access to the compute node - for example how would this work with a multinode deployment10:20
tinwoodjrosser, yes, I agree; this ought to be more of a nova-lxd specific test, rather that an ansible one.10:20
tinwoodjrosser, are you able to disable them?10:21
jrossertinwood: yes we have a blacklist afaik10:21
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Add feature Letsencrypt SSL certification  https://review.openstack.org/58677410:22
tinwoodReading through the code, they are 'lower level' tests to verify that nova-lxd is doing the right thing wrt to creating containers and hooking up volumes.  I think you would be justified in disabling them for deployment testing.10:22
jrossertinwood: ok, i'll look at disableing the tests - thanks for taking a look :)10:27
tinwoodjrosser, no problem. :)10:27
chandankumarodyssey4me: jrosser hello10:29
jrossero/ hello10:29
chandankumarodyssey4me: jrosser regarding centos7 tempest tests failure I have no clue how to fix that10:30
chandankumarodyssey4me: jrosser there might be floating ip with issue the setup10:30
chandankumarodyssey4me: jrosser from here http://logs.openstack.org/08/633208/5/check/openstack-ansible-functional-centos-7/7603b75/logs/openstack/openstack1/neutron/neutron-dhcp-agent.log.txt.gz#_2019-01-25_16_39_43_66110:31
chandankumarit appears to be down10:31
chandankumarodyssey4me: it might happen that the same floating ip is used somewhere else10:31
*** shyamb has quit IRC10:32
chandankumarodyssey4me: but I am not sure10:32
chandankumarodyssey4me: what to do now in order to unblock patches10:32
odyssey4mechandankumar do you need more time to investigate, or do you need assistance to work out the issue?10:33
odyssey4meI'm not really familiar enough with any of the networking stuff to be able to help.10:33
chandankumarodyssey4me: nope, I tried my best, last try here I am https://review.openstack.org/#/c/633208/ i am trying to create network s with no-dhcp let see how it goes10:35
chandankumarodyssey4me: another issue with nova on centos7 http://logs.openstack.org/08/633208/5/check/openstack-ansible-functional-centos-7/7603b75/logs/host/nova/nova-compute.log.txt.gz#_2019-01-25_16_33_59_23010:36
chandankumarodyssey4me: ImportError: No module named libvirt10:36
chandankumarodyssey4me: I think I can fix it10:37
chandankumarodyssey4me: but it is unrelated as on distro jobs the tempest job is also failing10:37
odyssey4mechandankumar hmm, we need to change the os_nova role to use the python_venv_build role's symlinking - something like https://review.openstack.org/#/c/624062/10:39
chandankumarodyssey4me: yes, I can do that, preparing a patch10:40
odyssey4methanks10:40
*** macza has joined #openstack-ansible10:41
*** markvoelker has quit IRC10:43
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_nova master: Use venv_packages_to_symlink to symlink to import libvirt-python  https://review.openstack.org/63347410:44
chandankumarodyssey4me: ^^10:44
*** macza has quit IRC10:46
odyssey4mechandankumar I think there's going to have to be quite a bit more change10:48
odyssey4medoing that will apply that to all nova hosts, and that's not appropriate10:48
odyssey4memind if I tweak it up a bit?10:48
*** CeeMac has quit IRC11:02
chandankumarodyssey4me: sure11:03
jrosserchandankumar: if you need to get patches into nova we have to blacklist the nova-lxd tests too - things are currently wedged up on that11:13
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_nova master: Use venv_packages_to_symlink to symlink to import libvirt-python  https://review.openstack.org/63347411:18
*** rgogunskiy has joined #openstack-ansible11:21
chandankumarjrosser: from os_nova repo only tempest scenario tests are enabled but not nova-lxd tests11:22
jrosserchandankumar: tempest run -l fails11:23
jrosserchandankumar: like this http://logs.openstack.org/51/588951/11/check/openstack-ansible-lxd-ubuntu-bionic/37cd2c1/job-output.txt.gz#_2019-01-27_07_11_03_79433211:23
jrosserchandankumar: this is easier to read http://logs.openstack.org/51/588951/11/check/openstack-ansible-lxd-ubuntu-bionic/37cd2c1/logs/ara-report/result/dfb8b46c-5e5c-43df-8d6d-696fb879d0bd/11:23
odyssey4mejrosser chandankumar for the lxc test we override the defaults: https://github.com/openstack/openstack-ansible-os_nova/blob/master/tests/os_nova-overrides-lxd.yml11:24
odyssey4me*lxd11:25
*** rgogunskiy_ has joined #openstack-ansible11:26
*** szaher has quit IRC11:26
jrosserurgh - i hope that https://github.com/openstack/nova-lxd/blob/master/nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py isn't somehow overloading the "normal" test_server_basic_ops - that would be unfortunate11:28
*** rgogunskiy has quit IRC11:28
*** szaher has joined #openstack-ansible11:29
chandankumarjrosser: I am digging in the code itself11:30
*** shyamb has joined #openstack-ansible11:31
chandankumari think I know where is the issue11:36
*** markvoelker has joined #openstack-ansible11:40
openstackgerritMerged openstack/openstack-ansible master: Update hacking version to latest  https://review.openstack.org/62938212:06
*** markvoelker has quit IRC12:13
*** rgogunskiy_ has quit IRC12:18
*** rgogunskiy_ has joined #openstack-ansible12:19
openstackgerritMerged openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky  https://review.openstack.org/63334612:24
openstackgerritMerged openstack/openstack-ansible master: Bump SHAs for master  https://review.openstack.org/63334512:24
openstackgerritMerged openstack/openstack-ansible stable/queens: Bump SHAs for stable/queens  https://review.openstack.org/63334712:24
*** rgogunskiy_ has quit IRC12:28
*** rgogunskiy_ has joined #openstack-ansible12:30
*** rgogunskiy_ has quit IRC12:30
*** CeeMac has joined #openstack-ansible12:32
chandankumarodyssey4me: https://review.openstack.org/#/c/633208/ please have a look at this one currently centos 7 jobs are getting blocked at libselinux issue12:34
*** rgogunskiy_ has joined #openstack-ansible12:35
*** pcaruana has quit IRC12:36
*** pcaruana has joined #openstack-ansible12:37
*** shyamb has quit IRC12:38
*** rgogunskiy_ has quit IRC12:38
*** shyamb has joined #openstack-ansible12:38
*** rgogunskiy_ has joined #openstack-ansible12:38
*** ansmith has quit IRC12:39
guilhermespchandankumar: maybe a missing dependency that we could add in centos vars?12:40
odyssey4mechandankumar that's doing it on the wrong host12:44
odyssey4methe issue is that the deployment host venv doesn't have the selinux bindings12:44
odyssey4mebindep installs it on the deployment host: https://github.com/openstack/openstack-ansible-os_tempest/blob/master/bindep.txt#L4812:45
odyssey4meand tox, when creating the venv, should be pulling it in12:45
nowsterI've got a route set up by neutron on the host. What refreshes it when it expires?12:50
nowster2604:1380:0:9697::/64 dev brq5aa4c5e4-56 proto kernel metric 256 expires 86350sec pref medium12:50
odyssey4mechandankumar ok, rather than have tox get access to system packages, perhaps we should just add that python lib to the test requirements here: https://github.com/openstack/openstack-ansible-tests/blob/master/test-requirements.txt12:51
odyssey4meoh, now I realise that this is centos-specific :/12:51
openstackgerritMerged openstack/openstack-ansible-galera_server master: Allow mysqlcheck to be enabled/disabled and tuned  https://review.openstack.org/63332112:51
jrossernowster: i would expect radvd to be running somewhere i think12:59
nowsterthere's one on the host13:01
nowsterlooks like neutron made one in /var/lib/neutron/ra/2557c43b-b81a-4cb2-92cb-e77a75ecd214.radvd.conf13:01
nowsterbut the advertisement doesn't seem to be keeping the kernel route alive13:03
nowsterecho 2 > /proc/sys/net/ipv6/conf/brq5aa4c5e4-56/accept_ra13:18
nowsterIf forwarding is enabled on an interface, it doesn't listen to router advertisements by default.13:18
nowsterPossible values are:13:20
nowster0 Do not accept Router Advertisements.13:20
nowster1 Accept Router Advertisements if forwarding is disabled.13:20
nowster2 Overrule forwarding behaviour. Accept Router Advertisements13:20
nowster  even if forwarding is enabled.13:20
nowsterThis smells like a possible bug.13:21
guilhermespso odyssey4me if is something specific to centos, would be the option to add like vars/red-hat?13:22
odyssey4meguilhermesp no need - this is for the deploy host, not the target host... and this is role test specific13:23
guilhermesphum...that makes a bit tricky13:24
odyssey4meguilhermesp I've made a suggestion in the review13:25
odyssey4mehttps://review.openstack.org/#/c/633208/13:25
*** rgogunskiy__ has joined #openstack-ansible13:28
*** shyamb has quit IRC13:29
*** shyamb has joined #openstack-ansible13:30
*** rgogunskiy_ has quit IRC13:30
*** rgogunskiy__ has quit IRC13:31
*** pcaruana has quit IRC13:32
odyssey4meguilhermesp chandankumar I'll put a patch together now.13:34
chandankumarodyssey4me: ok13:34
*** thuydang has joined #openstack-ansible13:34
*** ansmith has joined #openstack-ansible13:35
redrobotGood mornin' #openstack-ansible friends!13:40
redrobotmnaser, if you get a chance, I could use a +1 on this: https://review.openstack.org/#/c/631326/13:41
*** shyamb has quit IRC13:47
*** pcaruana has joined #openstack-ansible13:50
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Update cirros from 3.5 to 3.6  https://review.openstack.org/63320814:01
*** macza has joined #openstack-ansible14:01
*** dave-mccowan has joined #openstack-ansible14:09
*** ArchiFleKs has quit IRC14:12
*** ArchiFleKs has joined #openstack-ansible14:18
*** mgariepy has joined #openstack-ansible14:22
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Added dependencies of os_tempest role  https://review.openstack.org/63272614:31
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Ensure selinux bindings are linked into the venv  https://review.openstack.org/63351314:40
odyssey4mechandankumar ^ that should do it14:40
CeeMacafernoon al14:43
CeeMac*all14:43
*** TxGirlGeek has joined #openstack-ansible14:47
*** jawad_axd has quit IRC14:52
*** archklikk has joined #openstack-ansible14:52
*** jawad_axd has joined #openstack-ansible14:52
chandankumarodyssey4me: sure14:56
*** TxGirlGeek has quit IRC14:56
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Update cirros from 3.5 to 3.6  https://review.openstack.org/63320814:59
*** cmart has joined #openstack-ansible15:00
*** jawad_axd has quit IRC15:01
CeeMacjamesdenton, you around?15:02
*** kaiokmo has quit IRC15:03
*** chandankumar is now known as chkumar|out15:08
*** zul has joined #openstack-ansible15:09
jamesdentonfor a few min15:12
jamesdentongotta run out in a sec. whats up15:12
CeeMacjust a quick question hopefully15:13
CeeMacthe neutron.conf files, transport_url isn't referencing the LB VIP, it has the container addresses instead15:13
CeeMacis that normal?15:13
CeeMaci'm getting a timeout talking to the message queue from dhcp.agent which is stooping instances launching15:14
jamesdentonyeah, i think it load balances across those automatically15:14
CeeMacany idea what could cause timeout ?15:15
CeeMacjust checking rabbit logs and don't see any recent connection attempts from neutron around the time of the error15:15
jamesdentonnot offhand. have you tried restaring dhcp agent?15:15
CeeMaci'll give it a go15:16
jamesdentonk15:16
jamesdentontry and restart them all15:16
jamesdentoni'll be back in about 30 min15:16
CeeMaci'll restart the networking node, that'll cover all of the neutron related services15:16
CeeMack, thanks15:16
*** DanyC has quit IRC15:19
*** shardy has quit IRC15:19
*** DanyC has joined #openstack-ansible15:20
*** shardy has joined #openstack-ansible15:21
*** cmart has quit IRC15:36
*** nurdie has joined #openstack-ansible15:42
* mnaser is finally back15:46
*** openstackgerrit has quit IRC15:51
*** gkadam has quit IRC16:00
*** TxGirlGeek has joined #openstack-ansible16:04
*** macza has quit IRC16:05
*** shardy has quit IRC16:06
*** shardy has joined #openstack-ansible16:07
*** macza has joined #openstack-ansible16:12
*** jawad_axd has joined #openstack-ansible16:20
*** jawad_axd has quit IRC16:24
*** openstackgerrit has joined #openstack-ansible16:35
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_tempest master: Only init a workspace if doesn't exists  https://review.openstack.org/63354916:35
*** dmsimard has quit IRC16:43
*** thuydang has left #openstack-ansible16:46
*** pcaruana has quit IRC16:47
*** dmsimard has joined #openstack-ansible16:47
*** dmsimard has quit IRC16:49
*** cmart has joined #openstack-ansible16:51
*** dmsimard has joined #openstack-ansible16:52
*** archklikk has quit IRC16:57
*** archklikk has joined #openstack-ansible16:59
*** KeithMnemonic has joined #openstack-ansible17:00
*** gyee has joined #openstack-ansible17:09
*** radeks has quit IRC17:10
*** radeks has joined #openstack-ansible17:17
*** kopecmartin is now known as kopecmartin|off17:18
*** jawad_axd has joined #openstack-ansible17:22
*** jawad_axd has quit IRC17:26
*** sdake has quit IRC17:34
*** jawad_axd has joined #openstack-ansible17:43
*** jawad_axd has quit IRC17:47
*** electrofelix has quit IRC17:48
*** strattao has joined #openstack-ansible18:03
*** archklikk has quit IRC18:07
*** Darcidride_ has joined #openstack-ansible18:11
*** strattao has quit IRC18:11
*** sdake_ has joined #openstack-ansible18:13
*** Darcidride_ has quit IRC18:13
*** sdake_ is now known as sdkae18:14
redrobotWelcome back, mnaser!  Here's a welcome back review: ;) https://review.openstack.org/#/c/631326/18:21
*** jawad_axd has joined #openstack-ansible18:31
*** shardy has quit IRC18:33
openstackgerritJames Denton proposed openstack/openstack-ansible-os_neutron master: [WIP] Deploy Vector Packet Processing (VPP) Platform for Neutron  https://review.openstack.org/63164418:37
openstackgerritJames Denton proposed openstack/openstack-ansible-os_nova master: [WIP] Patch os_nova to support networking-vpp driver for Neutron  https://review.openstack.org/63358018:38
*** DanyC has quit IRC18:56
*** dave-mccowan has quit IRC19:00
*** archklikk has joined #openstack-ansible19:03
*** jawad_axd has quit IRC19:07
*** dave-mccowan has joined #openstack-ansible19:09
*** strattao has joined #openstack-ansible19:11
*** spsurya has quit IRC19:14
*** jawad_axd has joined #openstack-ansible19:14
*** jawad_axd has quit IRC19:15
ThiagoCMCGuys, can I ignore this warning: "Could not match supplied host pattern, ignoring: repo_masters" ?19:22
*** hamzaachi has joined #openstack-ansible19:24
*** hwoarang has quit IRC19:30
*** hwoarang has joined #openstack-ansible19:30
*** dave-mccowan has quit IRC19:34
*** archklikk_ has joined #openstack-ansible19:49
*** archklikk has quit IRC19:51
ThiagoCMCI'm facing a hard time to deploy OSA Rocky with Ceph and I really need to do this ASAP. I can send some Bitcoins (bit-cents) to whoever have time to work with me on this project! Please, PM me if you have interest.20:02
ThiagoCMCI can easily deploy OSA/Rocky with Ceph, BTW... Using NFS for Glance and LVM2/iSCSI for Cinder, everything works but, now, I need to move to Ceph and nothing (Glance/Cinder) works. And also for some reason, Heat is giving my internal error 500.20:05
*** archklikk_ has quit IRC20:21
*** archklikk_ has joined #openstack-ansible20:21
*** hamzaachi has quit IRC20:27
*** nurdie has quit IRC20:27
*** nurdie has joined #openstack-ansible20:28
*** speedmann has quit IRC20:34
*** TxGirlGeek has quit IRC20:40
*** aedc has quit IRC20:47
*** radeks_ has joined #openstack-ansible20:53
*** radeks has quit IRC20:53
*** TxGirlGeek has joined #openstack-ansible21:02
*** radeks_ has quit IRC21:06
*** aedc has joined #openstack-ansible21:07
prometheanfirethe comms between haproxy and the back end web services, is that always forced to be http or can it be https, so that stuff is encrytped all the way down?21:50
*** ansmith has quit IRC21:52
*** macza has quit IRC22:00
*** macza has joined #openstack-ansible22:01
*** sdkae has quit IRC22:03
*** sdake has joined #openstack-ansible22:06
*** jawad_axd has joined #openstack-ansible22:10
*** jpward1981 has joined #openstack-ansible22:12
*** nurdie has quit IRC22:15
*** jawad_axd has quit IRC22:15
*** DanyC has joined #openstack-ansible22:18
*** sdake has quit IRC22:45
*** sdake has joined #openstack-ansible22:46
*** sdake has quit IRC22:46
*** sdake has joined #openstack-ansible22:48
*** TxGirlGeek has quit IRC22:54
*** sdake has quit IRC22:57
*** sdake has joined #openstack-ansible22:58
*** TxGirlGeek has joined #openstack-ansible23:01
*** sdake has quit IRC23:01
*** sdake has joined #openstack-ansible23:02
*** TxGirlGeek has quit IRC23:32
*** ThiagoCMC has quit IRC23:35
*** strattao has quit IRC23:41
*** TxGirlGeek has joined #openstack-ansible23:46
*** aedc has quit IRC23:49
*** aedc has joined #openstack-ansible23:49
broken_oneany reason why hosts are indexed for keystone configs?  https://github.com/openstack/openstack-ansible-os_keystone/blob/d40f3bb4124f0ca44f0afc85dbc5322b3c7b276d/tasks/main.yml23:50
broken_oneshouldn't the plays run on all containers?23:51
broken_onewe ran up against an issue where AD integration is not working because OSA on installs the necessary bits on the infra3 container23:51
*** archklikk_ has quit IRC23:57

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