Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEPHSTORA-222 Use Ansible 2.5.1.0 #152

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ versions of ``ceph-ansible`` used in RPC deployments.

### **ceph-ansible version:** v3.0.33

### **Ansible version:** 2.4.4.0
### **Ansible version:** 2.5.1.0

## What is rpc-ceph?

Expand Down
7 changes: 0 additions & 7 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
library = /etc/ansible/ceph_plugins/library:/etc/ansible/ceph_roles/ceph-ansible/library
# set plugin path directories here, separate with colons
action_plugins = /etc/ansible/ceph_plugins/action:/etc/ansible/ceph_roles/ceph-ansible/plugins/actions
cache_plugins = /etc/ansible/ceph_plugins/cache
callback_plugins = /etc/ansible/ceph_plugins/callback:/etc/ansible/ceph_roles/ceph-ansible/plugins/callback
connection_plugins = /etc/ansible/ceph_plugins/connection
lookup_plugins = /etc/ansible/ceph_plugins/lookup
inventory_plugins = /etc/ansible/ceph_plugins/inventory
vars_plugins = /etc/ansible/ceph_plguins/vars_plugins
filter_plugins = /etc/ansible/ceph_plugins/filter
test_plugins = /etc/ansible/ceph_plugins/test
terminal_plugins = /etc/ansible/ceph_plugins/terminal
strategy_plugins = /etc/ansible/ceph_plugins/strategy
roles_path = /etc/ansible/ceph_roles/ceph-ansible/roles:/etc/ansible/ceph_roles:/etc/ansible/roles
2 changes: 1 addition & 1 deletion phobos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ From the root of the rpc-ceph repo clone:
* set `client_count` to the number of clients desired.

```bash
$ pip install -r requirements.txt ansible==2.4.3.0
$ pip install -r requirements.txt ansible==2.5.2.0
$ ansible-playbook -e cluster_deploy_version=perf-v01 \
-e ssh_keyname=mykey \
-e stor_count=3 \
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap-ansible.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e -u -x

export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.4.4.0"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.5.2.0"}
export SSH_DIR=${SSH_DIR:-"/root/.ssh"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
# Set the role fetch mode to any option [git-clone]
Expand Down
4 changes: 4 additions & 0 deletions tests/ansible-role-test-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
scm: git
version: stable/pike
- name: ../ceph_plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: 587eea909c0a27a9f6015b31d14077dcc14943bb
- name: lxc_container_create
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
scm: git
Expand Down