CEPHSTORA-222 Use Ansible 2.5.7.0 and ceph-ansible 3.1#217
Open
andymcc wants to merge 1 commit intorcbops:masterfrom
Open
CEPHSTORA-222 Use Ansible 2.5.7.0 and ceph-ansible 3.1#217andymcc wants to merge 1 commit intorcbops:masterfrom
andymcc wants to merge 1 commit intorcbops:masterfrom
Conversation
This PR changes to use Ansible 2.5.7.0 (the latest Ansible 2.5 version) along with ceph-ansible 3.1 To get this working we clean up some unrequired references in ansible.cfg, adjust the bootstrap-ansible.sh file and adjust the plugins and ceph-ansible role versions. The master branch of OSA-plugins includes a connection module that will work with ansible 2.5+, whereas stable/queens does not. Additionally, the config_template module required for ceph-ansible has been updated in ceph-ansible stable-3.1 so we no longer need the plugins directory for prod and should move it to the testing roles to clone. The openstack_hosts role also has some changes that are required for Ansible 2.5 to run in our keystone_rgw scenario test. This is a testing only role so we can bump this to master safely. 8f7114732df71249a907fa738da3c6b40492b50d is required for openstack_hosts to work with Ansible 2.5+ Finally, this PR adjusts the update_dependency job so that v3.1 of ceph-ansible is used as the base, and skips the openstack-ansible-plugins repo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes to use Ansible 2.5.7.0 (the latest Ansible 2.5 version)
along with ceph-ansible 3.1
To get this working we clean up some unrequired references in
ansible.cfg, adjust the bootstrap-ansible.sh file and adjust the plugins
and ceph-ansible role versions.
The master branch of OSA-plugins includes a connection module that will
work with ansible 2.5+, whereas stable/queens does not.
Finally, this PR adjusts the update_dependency job so that v3.1 of
ceph-ansible is used as the base, and skips the
openstack-ansible-plugins repo.