Commit Graph

122 Commits

Author SHA1 Message Date
Tim Burke 1e74d8a618 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 719f8437f47756bba4baa448e35b462aef3face3
  - Remove nobarrier mount option from docs
    
    Swift stopped including this option in its docs in 2019, and recent
    kernels stopped recognizing it as a valid option, leading to mount
    failures.
    
    Related-Change: https://review.opendev.org/c/openstack/swift/+/665984
    Closes-Bug: #2051764
    Change-Id: I4f2ff43ac90023db422633246e89146b377cee74
2024-02-19 16:01:04 +00:00
Dmitriy Rabotyagov 13ab6c3662 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 0ba35bf8416e3e1f1edb4171c895a4c3e34ca6ab
  - Add quorum queues support for service
    
    This change implements and enables by default quorum support
    for rabbitmq as well as providing default variables to globally tune
    it's behaviour.
    
    In order to ensure upgrade path and ability to switch back to HA queues
    we change vhost names with removing leading `/`, as enabling quorum
    requires to remove exchange which is tricky thing to do with running
    services.
    
    Change-Id: Id5f6cabed7ec035845865d6d5facc63590c56d43
2023-11-14 15:42:47 +00:00
Dmitriy Rabotyagov a42a49ca17 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to ee795c740c645df9567014c93ddecf16b0246eb4
  - Fix example playbook linters
    
    Change-Id: I403f4add2f2eb896c96c9c6905694ef32ffc7677
2023-11-14 11:19:56 +00:00
Dmitriy Rabotyagov 1c445b2aa5 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 1d0bba49a7ff8b469007d596451927374a2e2c2e
  - Stop reffering _member_ role
    
    Keystone has stopped providing or reffering `_member_` role for a while,
    thus role should not be refferenced anymore.
    
    Moreover, with 2023.1 service policies have dropped `_member_`
    which resulted in the role to be insufficient for basic operations.
    
    Change-Id: I4d6eacae2041b0a00114dda4e8315d4ec6295319
    Related-Bug: #2029486
2023-08-17 09:57:51 +00:00
Dmitriy Rabotyagov 8a56141dff Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 99c6fb28355553e1d42ed1dfc8ec2e98fe077f8c
  - Fix linters and metadata
    
    With update of ansible-lint to version >=6.0.0 a lot of new
    linters were added, that enabled by default. In order to comply
    with linter rules we're applying changes to the role.
    
    With that we also update metdata to reflect current state.
    
    Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223
    Change-Id: I6bbb97cd2f1daac42269a335014eb6cf7f28d24e
2023-08-14 10:36:19 +00:00
Damian Dabrowski 67c71d5f4b Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 96a262b26b93cd0ccdaadf9263039b382d266da1
  - Add TLS support to swift backends
    
    By overriding the variable `swift_backend_ssl: True` HTTPS will
    be enabled, disabling HTTP support on the swift backend api.
    
    The ansible-role-pki is used to generate the required TLS
    certificates if this functionality is enabled.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/879085
    Change-Id: Idb7882775a90ada9bb9e1450168916c73bf8ae4b
2023-05-08 11:38:23 +00:00
Dmitriy Rabotyagov 5cd4457175 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 78e75642e73c7fdf4f65a33890e6e65a2275b751
  - Ensure service is restarted on unit file changes
    
    At the moment we don't restart services if systemd unit file is changed.
    
    We knowingly prevent systemd_service role handlers to execute
    by providing `state: started` as otherwise service will be restarted twice.
    With that now  we ensure that role handlers will also listen for systemd
    unit changes.
    
    Change-Id: I78c9888f7f2b97bd901d9fcce636bc22b6411eb9
2023-04-11 19:53:08 +00:00
Jonathan Rosser 09711f716e Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to d17911391942edc448904c1cd6bbc9be13742984
  - Fix role as a result of ANSIBLE_INJECT_FACT_VARS=false
    
    ansible_<variable> injection is now disabled by default in
    openstack-ansible so the network interface information is now
    accessed via ansible_facts['ifname'] rather than
    ansible_facts['ansible_ifname'].
    
    This patch also replaces the use of hostvars[inventory_hostname]
    with the more correct access via ansible_facts.
    
    Change-Id: Id2c59badb6767d62799ab51504444d935b68b4ce
2023-03-27 15:37:39 +00:00
Dmitriy Rabotyagov d2908c150a Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 737c9a51d6fb78927594ddccc1277c0173868f6a
  - Update tox.ini to work with 4.0
    
    With tox release of 4.0, some parameters were deprecated and are ignored now
    which causes tox failures. One of the most spread issues we have is using
    `whitelist_externals` isntead of `allowlist_externals`
    
    
    Change-Id: Ic7864bf2150acbeab504d4dce3dd1a920974e5eb
2022-12-28 09:44:39 +00:00
OpenStack Release Bot 1aef50c65d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 4a3d207c5aff84b2af52e456b17794ef87b6e035
  - Update master for stable/zed
    
    Add file to the reno documentation build to show release notes for
    stable/zed.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/zed.
    
    Sem-Ver: feature
    Change-Id: Ibe537add36546f7b1b8e791943a9f7dd9d26a3db
2022-12-13 14:03:41 +00:00
Andrej Babolcai 4f003769a9 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 89a6bb07187f87aa8aab11ffba14f0248019886f
  - Add support for running object-servers Per Disk
    
    Adds support for configuring different storage port per disk
    in the storage policy ring. This Swift feature is described
    here https://docs.openstack.org/swift/latest/deployment_guide.html#running-object-servers-per-disk
    
    Signed-off-by: Andrej Babolcai <andrej.babolcai@gmail.com>
    Change-Id: I254e35a67195817c237dba00bec6338d3fffa985
2022-11-25 16:28:16 +00:00
Dmitriy Rabotyagov d99d1269df Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 0b14d1ebaed2e89b08cf329940e94a2be95247e4
  - Replace git-core with git for debian
    
    With ansible-core 2.13 it tries to substitude package resolution in apt
    module.
    However git-core is used in Debian as transitional name, but ansible
    tries to select it and provide version, which is not correct behaviour.
    But since git-core is not really valid anyway, we just replace it
    to workaround ansible's imperfectness.
    
    Change-Id: Ic931147588dc549eaf41db9ff1c4abda2b8537c5
2022-10-07 09:29:18 +00:00
Erik Berg 47e964d24c Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to b899b28880f1537531800798afbb2f2b2e80f10a
  - Remove redundant vars line
    
    This line snuck in with Ib586cfc978f1e5fa05f6ce4add8a337eb433f82f
    probably to bring it in line with other OSA roles, but should already
    be covered by the distribution_major_version line above.
    
    Change-Id: I78e89768f077b1cf1562b91ae0066620eb226cc7
2022-09-20 19:21:43 +00:00
Dmitriy Rabotyagov 8bffc66d12 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 5139ecc2334f5059c452e99080660be2a36671d5
  - Support service tokens
    
    Implement support for service_tokens. For that we convert
    role_name to be a list along with renaming corresponding variable.
    
    Additionally service_type is defined now for keystone_authtoken which
    enables to validate tokens with restricted access rules
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/845690
    Change-Id: If34e0170ea0e0f7727cfadba982f3c7dae6ae216
2022-06-17 09:59:28 +00:00
Zuul 26767e23e4 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to e2e110154939a8a7170e07aec3a24ad64d0b3403
  - Merge "Sync rings to all swift hosts to build_files"
  - Sync rings to all swift hosts to build_files
    
    In previous patch [1] I wrongly assumed that there's no reason to have
    /etc/swift/ring_build_files/
    on all hosts. However, there's another logic in the role, that assumes
    having these files and verifying md5sum of them.
    
    As an easy bugfix, we're returning sync to ring_build_files until we
    change logic. It's also easily backportable.
    
    [1] https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/765354
    
    Change-Id: If0e686352e08379027508c2939fae00db6ae6cb8
    Closes-Bug: #1973045
2022-06-04 11:01:41 +00:00
Dmitriy Rabotyagov a2b578218d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 7d8259c4860270472b6669503a091e5025c0d513
  - Switch sphinx language to en
    
    With sphinx release of 5.0.0, they changed default for language variable
    to 'en' from None. With that current None valuable is not valid and should
    not be used.
    
    
    Change-Id: Ifd2b3956ee3f8a7847256d6444cccf674c7d526e
2022-05-30 15:05:53 +00:00
OpenStack Proposal Bot a1d83140f3 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 358f4a3aa896bec035947921a364addbcdc96a71
  - Updated from OpenStack Ansible Tests
    
    Change-Id: Iaacf90e25e90296cd0403f1df0df0d97d1d73c70
2022-04-04 16:53:42 +00:00
Jonathan Rosser 9504200a67 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to d1ec190e3b7f87fbcaf46a19acdf350950a57e16
  - Cleanup setup.py config
    
    Change-Id: I91029458f0939f41d9d1075a0fc7829e1f66746b
2022-04-04 11:40:47 +00:00
Zuul ba840db4e7 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 4ca16593d841182d63afd777cf9d47dd18e02666
  - Merge "Use common service setup tasks from a collection rather than in-role"
  - Use common service setup tasks from a collection rather than in-role
    
    Change-Id: I04531583a731d02a011f72f6d79eced434a66eaa
2022-01-13 13:15:00 +00:00
Zuul 9980bc8153 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 021d286b56ab89c1c86a98e506134035b3532537
  - Merge "Refactor use of include_vars"
  - Refactor use of include_vars
    
    Use a first_found lookup instead of a with_first_found loop so that
    the 'paths' parameter can be used.
    
    This ensures that only vars from the role are included, and not vars
    from a parent calling role. This can happen when a parent role has
    a higher priority vars file available for inclusion than the role
    it calls.
    
    Change-Id: Ib586cfc978f1e5fa05f6ce4add8a337eb433f82f
2022-01-12 14:59:15 +00:00
Damian Dabrowski 7f891b3074 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to d830128352b56868bb03a7896f140e7ac0ffd778
  - Enable recursion in combine() filter
    
    Ansible's combine() filter needs recursive=True parameter in order to recursively merge nested hashes.
    
    https: //docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#combining-hashes-dictionaries
    Change-Id: I3f3048a7540ac04c749ccb99e20d6ba521175b99
2022-01-12 11:59:33 +00:00
OpenStack Proposal Bot 4cbf6c6ec2 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to ee60779fd54b6c7dd4d0f80a05ba71daf23d7360
  - Updated from OpenStack Ansible Tests
    
    Change-Id: If081c52b7b4d7f9ee4c445927d9600ff827bfc7c
2021-12-17 18:31:22 +00:00
OpenStack Proposal Bot 41fb199c65 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 78ae470524c3b5f57498fc6b827a5b3480e7be96
  - Updated from OpenStack Ansible Tests
    
    Change-Id: Iedad8d79adc5f4f1df420bbc95cecc0f4244bf2f
2021-12-04 22:34:26 +00:00
Zuul 185755ce74 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 73c39cd9d6efd5b09e4e628ec60a5d3c1d13c843
  - Merge "Use config_template as a collection"
  - Use config_template as a collection
    
    Since we still use ceph-ansible that has their own implementation of
    config_template module it's worth to use mentioned module as a collection
    explicitly.
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814
    
    
    
    Change-Id: Iff0959a012d1875e01cd72bee3fb75906ef0983a
2021-12-01 19:28:51 +00:00
Dmitriy Rabotyagov 42182d38af Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 451678a6fd9023d7eafcf456969fef74e74c88df
  - Refactor definition of lock path
    
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819300
    Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/819298
    Change-Id: I6ce09e0e0b83e14fc9386fc4cb49921a21fcabd4
2021-12-01 16:05:12 +00:00
Dmitriy Rabotyagov 7b5f7c2005 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to b96ce882213d5944fd72f5607b909877fc17c461
  - Replace linters test with integarted one
    
    We've created integrated linters check job a while back and it's successfully
    working for several releases. At the moment we experience difficulties
    with future maintenance of the linters check from the openstack-ansible-tests
    repo. So instead of fixing current one, we replace it with modern version of
    the test.
    
    
    Change-Id: Iebcc755c22b8b34e06be95acd48c3ab9cecf953b
2021-05-26 03:01:56 +00:00
Zuul 69e860a8ef Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 2ec9981fb2b9ac7ee23b492500a400c5d44f9baf
  - Merge "Add variables for rabbitmq ssl configuration"
  - Add variables for rabbitmq ssl configuration
    
    Change-Id: I0a1104f8312b16f618bdd8bf6b440730213c5fad
2021-05-18 14:15:13 +00:00
Dmitriy Rabotyagov a59d2ed44f Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 2ce00d6c69854a175d876c95b3439863a20a5fe4
  - Do not collect gnocchi project ID
    
    Ceilometer middleware now accepts also project names,
    so it's not required to gain project UUID [1].
    
    We also switching gnocchi project name to `service` for all scenarios
    as it's already whitelisted by default [2]
    
    [1] e2bf485044
    [2] 082dabb1b7/ceilometermiddleware/swift.py (L158)
    
    Closes-Bug: #1879192
    Change-Id: I40d3178d1b3bd1234ac34c6fa1d0d2bcb7160720
2021-05-17 10:36:57 +00:00
Zuul 931afcb6b2 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to d425a9486551c717e1e471e7f1ca62babe6f9b2a
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I36cecfb184e2740a95558f2e890eb87aa2ef7a2e
2021-04-19 15:43:46 +00:00
Dmitriy Rabotyagov 920dca05e2 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 24bbb72ac97bbd2683d0eae04b8ab4c3674005bc
  - Revert "split templates to work around configparser bug"
    
    This reverts commit 3e151d97adbff78be1b146938374a0dced5970e9.
    
    Reason for revert: Upstream bug has been fixed
    
    Change-Id: I5498030487677523ae71ae2f9a13074ab4552204
    Related-Bug: #1872553
    Closes-Bug: #1921354
2021-04-19 10:37:34 +00:00
OpenStack Proposal Bot ff405a2491 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 44fa8898b17c10cfbf655ace5f8cbbe2d0a0b8a5
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I9a34d4cd10cef0c5e9c8e349e98cc1fe5c923bd7
2021-03-22 10:46:24 +00:00
Zuul ba532d9d3c Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 992ab38b616a1339ec40b54d0ce3b83f67b8cb29
  - Merge "Use ansible_facts[] instead of fact variables"
  - Use ansible_facts[] instead of fact variables
    
    See https://github.com/ansible/ansible/issues/73654
    
    Change-Id: Ia3c80d5c0e63ee9c38868c41c9235c51a2498971
2021-03-16 16:04:49 +00:00
OpenStack Proposal Bot 17b4a52d4c Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 545e8a36a86eba00a3cb230ed7ffed94742cda5c
  - Updated from OpenStack Ansible Tests
    
    Change-Id: If9c67fe4179c793c17bc8b10695ee8051c5351f1
2021-03-13 11:20:15 +00:00
Zuul 7f8a365d49 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 07b1b03cdc4584b486e8b232b0aaecb6e3c044b2
  - Merge "Switch default virtualenv to python3"
  - Switch default virtualenv to python3
    
    Change-Id: I5bc095b4ebcfa7e69ce34e058a438b10ec60a07a
2021-03-11 03:06:50 +00:00
Jonathan Rosser d6d15be860 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to a1205ca3a9e8f0fb587691c3842b285f9be157f9
  - Remove references to unsupported operating systems
    
    All references to Gentoo, SUSE, Debian stretch and Centos-7  are removed.
    Conditional tasks, ternary operators and variables are simplified where possible
    OS specific variables files are generalised where possible
    
    Change-Id: I30e528914092c5c4df081031045e3d2f2e949bfd
2021-03-10 18:18:51 +00:00
Zuul bad5ddcdde Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 3c16888e1af1dfd5cf7d07719d040587e5e015f3
  - Merge "[reno] Stop publishing release notes"
  - [reno] Stop publishing release notes
    
    Since we copy all release notes to the integrated repo there is not need
    in publishing release notes for each repository. We should only verify their
    validity and linting.
    
    
    Change-Id: Icd059fb0ec832e8b7b4e6f9a671b11959b6bda26
2021-01-26 18:26:37 +00:00
Jonathan Rosser b887869360 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to baa3dc357801ca0631308a939259feeb0e237099
  - Move swift packages from constraints to requirements
    
    This is necessary to use the new pip resolver
    
    Change-Id: I5c22a77fc889b78bad6d1e27f7c631ef4b8a8220
2021-01-26 10:49:58 +00:00
Dmitriy Rabotyagov 4951bafa9d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to d3f80f734a3ba69da019a9adf853cd541dc8fd84
  - Use global service variables
    
    Instead of overriding each service separatelly it might make
    sense for deployers to define some higher level variable that
    will be used first or fallback to default variable.
    
    Change-Id: Ia08e7c0c1a7398c6edac32dc04cb90e50b502059
2021-01-11 10:09:39 +00:00
Zuul 7731dc966f Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 58e003f44e1dba26c5fa8457cd1a41c88a1a2bb9
  - Merge "Use synchronize module for rings distribution"
  - Use synchronize module for rings distribution
    
    Instead of using rsync which do not respect ssh ports, we fetch rings
    to the deploy host and distribute them back to swift hosts
    
    Change-Id: I9f8bc0af9803d2a235b3da956b5618adfe195c00
    Closes-Bug: #1904935
2020-12-04 17:32:50 +00:00
Zuul 4e05dc8bd6 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to afc82768d4ba8dcafa9f931fea65ebdc52d15f43
  - Merge "Stop to use the __future__ module."
  - Stop to use the __future__ module.
    
    The __future__ module [1] was used in this context to ensure compatibility
    between python 2 and python 3.
    
    We previously dropped the support of python 2.7 [2] and now we only support
    python 3 so we don't need to continue to use this module and the imports
    listed below.
    
    Imports commonly used and their related PEPs:
    - `division` is related to PEP 238 [3]
    - `print_function` is related to PEP 3105 [4]
    - `unicode_literals` is related to PEP 3112 [5]
    - `with_statement` is related to PEP 343 [6]
    - `absolute_import` is related to PEP 328 [7]
    
    [1] https://docs.python.org/3/library/__future__.html
    [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    [3] https://www.python.org/dev/peps/pep-0238
    [4] https://www.python.org/dev/peps/pep-3105
    [5] https://www.python.org/dev/peps/pep-3112
    [6] https://www.python.org/dev/peps/pep-0343
    [7] https://www.python.org/dev/peps/pep-0328
    
    Change-Id: Ic435def472b13d5c89645c2bb083702cb251d132
2020-12-04 16:38:31 +00:00
Dmitriy Rabotyagov bfa65afbe9 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 569c8cfb0092cc9bc295d709e1f382ed232032b7
  - Define condition for the first play host one time
    
    We use the same condition, which defines against what host some "service"
    tasks should run against, several times. It's hard to keep it the same
    across the role and ansible spending additional resources to evaluate
    it each time, so it's simpler and better for the maintenance to set
    a boolean variable which will say for all tasks, that we want to run
    only against signle host, if they should run or not now.
    
    Change-Id: I4abb67271bd635c8cde5d4d65451e5fa0091868b
2020-12-03 19:24:58 +00:00
Dmitriy Rabotyagov dad361f4bf Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to 5e4c9582f19ae54ff68d68c68ef7e37f1162faac
  - Reduce number of processes on small systems
    
    Even the most modest 4C/8T system would run with the maximum 16 processes
    due to the calculation being VCPU*2.
    
    We devide amount of CPUs to number of threads for hyperthreaded CPUs
    
    Change-Id: Ie3c590d413b001ac9ccdb6522c9654b4372b5e10
2020-12-01 16:00:32 +00:00
Zuul 3c3fa4a40d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  to b5c7fe3c3f2df555539cd44a397dff079010ea45
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I4129270e23e25e426a7af45934d360343c46125e
2020-11-24 11:49:43 +00:00
zhoulinhui 1f7fc0ff79 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
    
    Change-Id: Ic9503c500aa32be4ee76d5862351b2dbf31b0d4a
2020-11-10 11:57:50 +00:00
Dmitriy Rabotyagov dbd5f26cbe Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Add global override for service bind address
    
    Change-Id: Id04786c64e6dcc955e086a26f0abe38e2437d23f
2020-10-21 14:08:57 +00:00
Zuul b4458181c9 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I19b942ff79abf4a35a93ff8de7d94ebdb764e840
2020-10-06 11:20:01 +00:00
Jonathan Rosser 1b8f4e0029 Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Fix linter errors
    
    Depends-On: https://review.opendev.org/755585
    Change-Id: I497f6c2c963a59eb5ff4101bd74b16fa9eecc4c0
2020-10-02 12:25:36 +00:00
OpenStack Proposal Bot e802ebfb0d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Updated from OpenStack Ansible Tests
    
    Change-Id: Ia50c91c1561ff1a8c8dcb7a7c0002f091e802492
2020-09-25 20:36:36 +00:00
Dmitriy Rabotyagov b43f67f33d Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Delegate gnocchi retrievement task to setup host
    
    Since we don't have required libraries on the swift hosts,
    we should delegate openstack collection tasks to the setup host.
    
    Change-Id: Ib8a8875c1a355b1f67cdc2bc4f1d028fa7ae3496
2020-09-07 11:13:01 +00:00
Zuul f60da43e5e Update git submodules
* Update openstack-ansible-os_swift from branch 'master'
  - Merge "Updated from OpenStack Ansible Tests"
  - Updated from OpenStack Ansible Tests
    
    Change-Id: I5ae8285aaaca73ca9dacff18dcf31e4754b5742c
2020-08-14 21:17:02 +00:00