Thursday, 2020-09-24

*** MickyMan77 has quit IRC00:03
*** gyee has quit IRC00:27
*** MickyMan77 has joined #openstack-ansible00:31
*** MickyMan77 has quit IRC00:40
*** MickyMan77 has joined #openstack-ansible01:31
*** MickyMan77 has quit IRC01:40
*** MickyMan77 has joined #openstack-ansible02:32
*** MickyMan77 has quit IRC02:41
*** d34dh0r53 has quit IRC03:26
*** dave-mccowan has quit IRC03:47
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-ansible04:33
*** d34dh0r53 has joined #openstack-ansible05:11
*** MickyMan77 has joined #openstack-ansible05:15
*** MickyMan77 has quit IRC05:24
*** idlemind_ has joined #openstack-ansible05:24
*** idlemind has quit IRC05:27
*** shyamb has joined #openstack-ansible05:40
*** miloa has joined #openstack-ansible06:09
*** akahat is now known as akahat|PTO06:18
*** d34dh0r53 has quit IRC06:47
*** shyamb has quit IRC06:51
jrosserit passes \o/ https://review.opendev.org/#/c/67005107:02
*** andrewbonney has joined #openstack-ansible07:08
*** shyamb has joined #openstack-ansible07:11
*** shyam89 has joined #openstack-ansible07:27
*** shyamb has quit IRC07:30
*** mathlin has quit IRC07:31
*** djhankb has quit IRC07:31
*** djhankb has joined #openstack-ansible07:31
*** mathlin has joined #openstack-ansible07:32
*** mathlin has quit IRC07:36
*** mathlin has joined #openstack-ansible07:37
*** mathlin has joined #openstack-ansible07:43
noonedeadpunkjrosser: we need to remove [WP] ?:)07:44
jrosserfinally yes!07:44
jrosseri was just going to write a releasenote to go in there too07:45
*** shyam89 has quit IRC07:57
noonedeadpunkdmsimard: I don't know if it's only me, but would be really great if with `#line-36` (or smth) the line would be highlighted when it comes to see the code08:00
*** jbadiapa has joined #openstack-ansible08:02
*** tosky has joined #openstack-ansible08:04
*** mathlin has quit IRC08:04
*** mathlin has joined #openstack-ansible08:09
*** shyamb has joined #openstack-ansible08:17
*** yolanda has joined #openstack-ansible08:22
*** pcaruana has quit IRC08:35
*** pcaruana has joined #openstack-ansible08:45
noonedeadpunkjrosser: looking at https://review.opendev.org/#/c/613078 - are you sure we don't need ca-certificates?09:00
noonedeadpunkas actually that's the only thing that bothers me09:00
jrosseri've not yet revisited that, so yes ca-certificates and ping needs to go back in09:00
noonedeadpunkI think ping is there, that was my fault09:01
noonedeadpunkit was just moved in non-alphabetical order :p09:01
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Bind services to mgmt network addresses  https://review.opendev.org/67005109:04
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: WIP - Use haproxy for metal deployments  https://review.opendev.org/73340809:07
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Minimise distro packages installed into the lxc image  https://review.opendev.org/61307809:08
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Minimise distro packages installed into the lxc image  https://review.opendev.org/61307809:08
*** spatel has joined #openstack-ansible09:14
*** spatel has quit IRC09:18
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Update pip/setuptools/wheel to latest versions  https://review.opendev.org/75403709:22
*** shyam89 has joined #openstack-ansible09:25
*** mbuil has quit IRC09:25
*** shyamb has quit IRC09:26
*** sum12 has quit IRC09:27
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Add support for senlin tempest plugin  https://review.opendev.org/75404409:32
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_senlin master: DNM - test patch for senlin tempest testing  https://review.opendev.org/75404509:34
*** yolanda has quit IRC09:38
noonedeadpunkjrosser: sorry, just noticed you comment https://review.opendev.org/#/c/75131609:39
*** yolanda has joined #openstack-ansible09:39
jrosseri guess i was thinking about leaving the door open for dns-0109:40
jrosserwe are currently working on that here for radosgw09:40
noonedeadpunkYeah, I mean that you just set haproxy_ssl_letsencrypt_certbot_http_01 to false in case you need something except http-0109:41
jrosserso there may end up being more conditionals in the code generally on the challenge type09:41
noonedeadpunkI think you will provide that with haproxy_ssl_letsencrypt_setup_extra_params?09:42
jrosserwe've not finished it yet, but for dns-01 we'd need to not deploy the same renewal hook09:42
noonedeadpunkand hook is created only when haproxy_ssl_letsencrypt_certbot_http_01 ?09:43
jrosserthere needs to be different hooks for dns-0109:43
noonedeadpunkor you mean post hok as well?09:43
noonedeadpunkoh, I see09:43
noonedeadpunkI thought it would be the same actually09:43
jrosserneeds a pre/post hook to add/remove the TXT record, basically the deployer needs to be able to give a (templated) shell script in a var09:44
jrosserbecasue everyone does DNS differently, either you use a certbot plugin or have to customise the pre/post hook yourself09:44
noonedeadpunkum....09:44
jrossereven though we have bind here and there is a bind plugin we can't use it for just practical reasons09:45
noonedeadpunkyeah, that what I thought about - that providing dns hooks in role will be overkill09:45
noonedeadpunkbut again09:45
jrossertheres loads of these https://certbot.eff.org/docs/using.html#dns-plugins09:46
noonedeadpunkI think that we just drop hooks when haproxy_ssl_letsencrypt_certbot_http_01 and trying to go another way if not09:46
noonedeadpunkbut we can really make this variable not bool09:46
watersjGood morning, what switches are you guys using for your openstack clusters? Do you have automation for vlan'ing from openstack into switches?09:48
jrosserwatersj: cisco nexus here, and configured somewhat painfully with ansible09:51
jrossernow thats all working its great, but the runtime for the nxos playbooks is completely absurd and it was a bit of an adventure making it work properly09:52
noonedeadpunkjunipers worked perfectly for me09:52
jrosser48 ports * a few tasks * several tasks per port * bunch of switches == loooooong runtime09:53
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: Define http-01 params with already provided variables  https://review.opendev.org/75131609:55
noonedeadpunkon juniper we used port groups actually - so we configure group of vlans and then assign group to port range...09:55
noonedeadpunk*group of setting with same vlans and etc09:56
jrosserexpect that makes a huge difference to the amount of config you need09:59
noonedeadpunkyeah it is... as if you need add vlan to computes, you just add vlan to group and call it a day09:59
jrosseri have a juniper router here at home and it's like having to switch my brain entirely nxos <> junos09:59
noonedeadpunkor change bond setting or whatever09:59
noonedeadpunk(not whatever, but quite a wide range)10:00
noonedeadpunkand they are so much cheaper than cisco :))10:00
jrosserwell, list prices are just fantasy, real price is *much* less10:01
watersjthank you guys, either of juniper or cisco is miles better what we have now10:01
noonedeadpunkis it hp?:)10:01
jrosserwatersj: theres good value arista stuff too, i'd also look there10:01
*** mbuil has joined #openstack-ansible10:02
noonedeadpunk+110:02
jrosserwatersj: basically i'd say that you've got to look at how ambitious you intend to be features wise, then make sure the documentation / support from the vendor is sufficiently good for that10:02
watersjnoonedeadpunk, i wish hp. i didn't buy these i inherent them, netgears10:03
watersjbut atleast I have open ear for something better and junipers & ciscos I've used in the past. Both good but ciscos are $$$10:04
CeeMacjrosser: cisco and juniper seem to work from opposite paradigms.  Translating between the two is a total brain melter10:04
CeeMaci'm really happy in the juniper world now in general10:05
*** sum12 has joined #openstack-ansible10:07
*** shyam89 has quit IRC10:16
snadgehaproxy[2635]: Server neutron_server-back/infra1_neutron_server_container-f3c0603d is DOWN, reason: Layer4 connection problem, info: "No route to host", check duration: 0ms. 0 active and 0 backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.10:43
snadgeim concerned about this neutron flapping issue.. no route to host sounds suspiciously like a networking issue, which doesn't make sense to me10:44
snadgecan i increase the resources to rabbit maybe?10:58
snadgeor galera, im at a bit of a loss for where to look10:59
noonedeadpunkif haproxy doesn't see endpoints, I can bet it's not rabbit's fault...11:28
dmsimardnoonedeadpunk: https://github.com/ansible-community/ara/issues/15411:39
noonedeadpunkoh, ok, good to know)11:39
dmsimardI got it to work but I'm not happy with the solution https://review.opendev.org/#/c/731999/11:40
dmsimardit's the same implementation as 0.x but 0.x also vendored jquery11:46
dmsimardactually no, it didn't vendor it but it depended on it11:46
dmsimardand I'd like to not add a dependency11:46
*** shyamb has joined #openstack-ansible11:47
dmsimardthe idea for that patch would be to use django-rest-framework's jquery but it's location looks hardcoded so unreliable over version changes11:47
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Add support for senlin tempest plugin  https://review.opendev.org/75404411:49
snadgewhats a possible reason i could get no route to host between haproxy and neutron server-back ?11:57
snadgeits got me stumped11:57
snadgeits obviously some kind of temporary / intermittent thing11:57
noonedeadpunksnadge: some MTU thing?12:12
snadgei wouldn't have thought so, why would it be that?12:12
noonedeadpunkif you use vlan and jumbo frame that could be the reason12:13
snadgemost of the mtu's on most of the interfaces are 1500 .. but I can see 9000 and vlans are in use yes12:14
noonedeadpunkI mean for vlan it should be 1450 I guess12:15
snadgesurprised you picked up on that, i would never have guessed12:15
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Switch tempestconf job from centos-7 to centos-8  https://review.opendev.org/75407612:15
*** shyamb has quit IRC12:21
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Remove task to rescue deployments broken by Stein release-candidate  https://review.opendev.org/75407812:27
jrossernoonedeadpunk: seems keystone and haproxy role fighting over directories in /etc/ for ssl keys, did you come across this before in metal deploys? https://zuul.opendev.org/t/openstack/build/e0ce2d4552e04127bfe74cb97383b941/log/job-output.txt#1121012:43
jrosserthats for this patch https://review.opendev.org/#/c/733408/12:44
noonedeadpunkjrosser: can't recall anything specific tbh12:54
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: DNM Test new python resolver  https://review.opendev.org/75408412:57
jrosserok, needs a more careful look then becasue seems things are handled differently between haproxy and keystone role12:58
jrossermaybe others too i expect12:58
noonedeadpunkand that is for centos only...12:59
jrossergrep suggests horizon and keystone13:02
jrossertbh it would be better if the native distro location was used13:02
jrosserrather than adding complexity13:02
noonedeadpunktbh I'd rework that for keystone at least13:02
noonedeadpunkyeah, that what I thought about as well13:03
noonedeadpunklike for keystone we define location of the keys13:03
jrossercan we take the default from an os specific var?13:04
noonedeadpunkbut probably what we were aiming is to get deployments as similar as possible13:04
jrosseryeah, so an alternative would be to take all this and move it to openstack_hosts13:04
jrosserso theres just one place that does the directory setup13:04
noonedeadpunkoh, and keystone and horizon beat each other for `/etc/pki/tls/` as well13:07
noonedeadpunkthat is pretty nast....13:07
noonedeadpunkand they both dublicate _ssl_key_ tasks13:08
noonedeadpunkyeah, I think that placing that in openstack_hosts is the way13:13
*** pcaruana has quit IRC13:16
noonedeadpunkand we probably should find the better way to handle certificate creation process. Like separate role or maybe sync tasks...13:17
noonedeadpunkI guess you had idea with plugin as well, which is valid one13:17
jrosserright yes, certs is a big topic13:17
jrosseri guess this needs to be removed too https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_install.yml#L20-L2113:19
noonedeadpunkyeah, sure, if we move symlinking to openstack_hosts than we need to move creation as well13:25
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible-os_horizon/src/branch/master/tasks/horizon_install.yml#L16-L26 will be dropped at all for instance13:25
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Do not manage /etc/ssl or /etc/pki directories or symlinks  https://review.opendev.org/75409213:25
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_horizon master: Do not manage /etc/ssl or /etc/pki directories or symlinks  https://review.opendev.org/75409313:27
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-openstack_hosts master: Ensure SSL certificate and key directories and symlinks are present  https://review.opendev.org/75409513:34
* jrosser no idea at all if it's even possible to put depends-on those13:36
noonedeadpunkI think it is13:36
jrosseropenstack-hosts runs integrated tests though13:39
jrosseroh hmm - now my head hurts13:39
jrosserthis all needs testing in the context of the metal/haproxy job13:40
noonedeadpunkthen we should set keystone and horizon dependant on openstak_hosts, and bind-to-mgmt on keystone and horizon...13:41
noonedeadpunkI think?13:41
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Do not manage /etc/ssl or /etc/pki directories or symlinks  https://review.opendev.org/75409213:42
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_horizon master: Do not manage /etc/ssl or /etc/pki directories or symlinks  https://review.opendev.org/75409313:43
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: WIP - Use haproxy for metal deployments  https://review.opendev.org/73340813:43
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Minimise distro packages installed into the lxc image  https://review.opendev.org/61307813:45
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Fix tempest init logic  https://review.opendev.org/75339313:46
*** d34dh0r53 has joined #openstack-ansible13:49
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Enable senlin tempest plugin when senlin is deployed  https://review.opendev.org/75410514:06
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_senlin master: DNM - test patch for senlin tempest testing  https://review.opendev.org/75404514:06
openstackgerritMerged openstack/openstack-ansible-os_rally master: Use the utility host for db setup tasks  https://review.opendev.org/75363814:09
*** dave-mccowan has joined #openstack-ansible14:30
*** shyamb has joined #openstack-ansible14:31
*** dave-mccowan has quit IRC14:34
*** shyam89 has joined #openstack-ansible14:39
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Switch tempestconf job from centos-7 to centos-8  https://review.opendev.org/75407614:40
*** shyamb has quit IRC14:42
*** shyam89 has quit IRC14:45
*** sshnaidm is now known as sshnaidm|afk14:48
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: DNM Test new python resolver  https://review.opendev.org/75408414:53
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: DNM Test new python resolver  https://review.opendev.org/75408414:56
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: Test ansible-base 2.10.1  https://review.opendev.org/75411815:12
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Move openstack-ansible-uw_apache centos job to centos-8  https://review.opendev.org/75412215:32
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Add openstack-ansible-uw_apache focal job  https://review.opendev.org/75412315:32
openstackgerritJonathan Rosser proposed openstack/ansible-role-python_venv_build master: DNM do not use venv_pip_build_args when upgrading venv pip/setuptools/wheels  https://review.opendev.org/75412515:56
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: DNM Test new python resolver  https://review.opendev.org/75408415:57
*** gyee has joined #openstack-ansible15:59
*** shyamb has joined #openstack-ansible16:05
*** shyamb has quit IRC16:06
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Do not manage /etc/ssl or /etc/pki directories or symlinks  https://review.opendev.org/75409216:06
admin0in a ceph cluster, what do I need to override to make a single host use local-disk and not ceph ?16:07
admin0i meant in a osa+ceph setup16:09
jrosseradmin0: it's a little tricky, because i seem to remember that to use a local disk nova_libvirt_images_rbd_pool must be undefined16:16
*** idlemind_ has quit IRC16:16
jrosserso when i did this i had the compute hosts in two groups compute_with_ceph and compute_with_ssd16:16
*** spatel has joined #openstack-ansible16:16
noonedeadpunkI think override of `images_type` to `default` should work as well16:18
noonedeadpunkin host_var for example16:18
jrosseri ended up with something like this http://paste.openstack.org/show/798347/16:18
jrosseri seem to remember something was odd if nova_libvirt_images_rbd_pool was also defined, but it was loooong ago16:20
noonedeadpunkI think ceph client got installed?16:21
noonedeadpunkour logic here is super weird16:22
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Enable senlin tempest plugin when senlin is deployed  https://review.opendev.org/75410516:23
jrosserit is kind of fairly normal use case to have a mixture of ceph and local disks, and it's not straightforward to configure16:24
jrosserwe could do better i think16:24
noonedeadpunkwhat is deifference between nova_rbd_inuse and nova_libvirt_images_rbd_pool....16:25
jrossermaybe we have some tests of nova_libvirt_images_rbd_pool is defined, and they should be nova_libvirt_images_rbd_pool is defined and nova_libvirt_images_rbd_pool | length > 016:25
jrosserthen at least you can override to ''16:25
noonedeadpunkI was thinking about |bool16:25
jrosserthat would do it16:25
noonedeadpunkas non empty string will be true anyway iirc?16:25
jrosserjust don't call your pool 'false' :)16:26
noonedeadpunklol yeah16:26
noonedeadpunkI guess it's corner case?:)16:26
jrosseryeah!16:26
openstackgerritMerged openstack/openstack-ansible-os_tempest stable/ussuri: defaults: use a versioned path for stackviz/tempestconf virtualenv  https://review.opendev.org/75331816:36
openstackgerritMerged openstack/openstack-ansible-tests master: Remove Centos-7 support  https://review.opendev.org/74210316:42
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_nova master: Make possible to set nova_libvirt_images_rbd_pool to empty string  https://review.opendev.org/75414716:45
mgariepynoonedeadpunk, https://github.com/openstack/openstack-ansible-os_cinder/commit/c6b9f011b777aa0513e99a35fba7d976a4c9d4c116:48
mgariepydid you tests that in a recent install ?16:48
noonedeadpunknot sure... having issues with that?16:49
mgariepyon a really old install yep.16:49
mgariepy(rocky)16:49
noonedeadpunkI guess on rocky we didn't have that16:49
noonedeadpunkI mean cluster wasn't defined there at all16:49
*** spatel has quit IRC16:50
noonedeadpunkBut even before that patch it was working for me on train16:50
mgariepyi had it with override.16:50
mgariepybut the cinder code wasn't working correctly..16:50
noonedeadpunkah, i see...16:50
mgariepydo you have a deployment with this ?16:50
noonedeadpunkon train it's working nicely tbh, and iirc in stein as well16:51
mgariepythat you can do a quick test?16:51
noonedeadpunkyep16:51
mgariepycreate a volume from a volume.16:51
mgariepyon Rocky it fails on the scheduler.16:51
*** miloa has quit IRC16:51
mgariepyand tbh i haven't seen any changes in thoses bits of code that fixed that issue.16:51
mgariepyif you can confirm that it works correcly i'd be happy.16:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-apt_package_pinning master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75414916:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-ceph_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415016:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-galera_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415116:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-galera_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415216:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-haproxy_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415316:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-lxc_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415416:53
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-lxc_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415516:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-memcached_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415616:54
noonedeadpunkmgariepy: working for me16:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415716:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415816:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-openstack_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415916:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-openstack_openrc master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416016:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-ops master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416116:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_adjutant master: Updated from OpenStack Ansible Tests  https://review.opendev.org/73672316:54
noonedeadpunkmgariepy: http://paste.openstack.org/show/798349/16:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_aodh master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933516:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_barbican master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416216:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_blazar master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416316:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ceilometer master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416416:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cinder master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416516:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cloudkitty master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416616:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_designate master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933616:55
mgariepyhuh ok.16:55
mgariepyon which version ?16:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416716:55
mgariepyTrain?16:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933716:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_heat master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416816:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416916:56
noonedeadpunkmgariepy: somewhere train yes16:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ironic master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417016:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_keystone master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417116:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_magnum master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74585116:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_manila master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417216:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_masakari master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417316:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_mistral master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417416:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_neutron master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417516:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_nova master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417616:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_octavia master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417716:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_panko master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933816:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_placement master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417816:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_rally master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933916:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417916:58
mgariepy| os-vol-host-attr:host          | rbd@SSD#ceph-ssd  < that's from what ? hosts value of the container/hosts?16:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_senlin master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75289216:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_swift master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418116:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418216:58
mgariepywow it's hard to talk in here... haha16:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418316:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_trove master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418416:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_zun master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418516:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-plugins master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418616:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rabbitmq_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418716:59
mgariepyin cinder.conf you do have the cluster config and no not have the backend_host in the backend_sections ?16:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-repo_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418816:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418916:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419016:59
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-config_template master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419116:59
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-hardening master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419216:59
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419317:00
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_mount master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419417:00
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_networkd master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419517:00
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_service master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419617:00
noonedeadpunkmgariepy: have both17:00
mgariepythe backend_host do have the value of os-vol-host-attr:host ?17:01
mgariepy# Backend override of host value. (string value) << so that;s the reason it works.17:06
mgariepythere is little to no logic in the scheduler to play with the cluster..17:06
noonedeadpunkbackend_host has value of rbd17:06
noonedeadpunkiirc it was kind of important to have same backend_host value across volume services for active-active to work17:07
noonedeadpunkdunno why they need cluster then....17:07
mgariepythe cluster one is kinda neat.17:08
mgariepyyou set the cluster17:08
mgariepyvolume from image or empty one just works17:08
mgariepybut vol from vol or snapshot doesn't17:08
mgariepybecause when you pass it the vol_id, it fetch the backend_host (which is the container) and then get all avalaible backend (only returns the cluster) and then you get here: https://github.com/openstack/cinder/blob/master/cinder/scheduler/filter_scheduler.py#L544-L54517:10
*** andrewbonney has quit IRC17:11
*** strattao has quit IRC17:39
openstackgerritMerged openstack/openstack-ansible-apt_package_pinning master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75414917:50
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Remove task to rescue deployments broken by Stein release-candidate  https://review.opendev.org/75407817:50
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415317:52
openstackgerritMerged openstack/openstack-ansible-ops master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416117:53
*** tosky has quit IRC18:22
*** hamzaachi has joined #openstack-ansible18:40
jrosserwould be great to get some reviews on this now it passes https://review.opendev.org/#/c/752032/18:47
openstackgerritMerged openstack/ansible-hardening master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419219:13
*** openstackgerrit has quit IRC19:14
*** openstackgerrit has joined #openstack-ansible19:22
openstackgerritMerged openstack/openstack-ansible-plugins master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418619:22
*** nurdie has joined #openstack-ansible19:44
*** itandops has joined #openstack-ansible19:55
openstackgerritMerged openstack/openstack-ansible stable/train: Bump SHAs for stable/train  https://review.opendev.org/75283120:32
openstackgerritMerged openstack/openstack-ansible master: Update pip/setuptools/wheel to latest versions  https://review.opendev.org/75403720:48
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_keystone master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417121:23
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418321:24
*** itandops has quit IRC21:27
*** itandops has joined #openstack-ansible21:39
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416622:08
*** scanepa has joined #openstack-ansible22:16
*** MickyMan77 has joined #openstack-ansible22:16
*** MickyMan77 has quit IRC22:25
openstackgerritMerged openstack/openstack-ansible-os_heat master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416822:40
openstackgerritMerged openstack/openstack-ansible-os_trove master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418422:42
openstackgerritMerged openstack/openstack-ansible-os_rally master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933922:46
openstackgerritMerged openstack/openstack-ansible-repo_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418822:46
openstackgerritMerged openstack/openstack-ansible-rsyslog_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419022:48
openstackgerritMerged openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416722:49
openstackgerritMerged openstack/openstack-ansible-os_nova master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417622:50
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75418722:57
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417322:57
openstackgerritMerged openstack/openstack-ansible-os_placement master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417822:58
openstackgerritMerged openstack/openstack-ansible-galera_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415122:59
openstackgerritMerged openstack/openstack-ansible-memcached_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415623:01
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416523:05
openstackgerritMerged openstack/openstack-ansible-os_designate master: Updated from OpenStack Ansible Tests  https://review.opendev.org/74933623:06
openstackgerritMerged openstack/openstack-ansible-openstack_openrc master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75416023:07
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417023:12
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75417523:19
openstackgerritMerged openstack/ansible-config_template master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75419123:19
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/75415023:39

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