From e1937b3f19866845456e296e287b17cca03de102 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 16 Aug 2021 11:21:18 +0300 Subject: [PATCH] Switch ceph-ansible to Pacific Change-Id: I4216e4ec83f64698705bd7e255b0053e2000a713 --- ansible-role-requirements.yml | 4 ++-- scripts/openstack-ansible.rc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 896a8caa9c..15c829de37 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -271,8 +271,8 @@ - name: ceph-ansible scm: git src: https://github.com/ceph/ceph-ansible - version: stable-5.0 - trackbranch: stable-5.0 + version: stable-6.0 + trackbranch: stable-6.0 - name: opendaylight scm: git src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight diff --git a/scripts/openstack-ansible.rc b/scripts/openstack-ansible.rc index ad1ece2ee8..98bda9f28c 100644 --- a/scripts/openstack-ansible.rc +++ b/scripts/openstack-ansible.rc @@ -33,6 +33,7 @@ export ANSIBLE_ACTION_PLUGINS="${ANSIBLE_ACTION_PLUGINS:-/etc/ansible/roles/conf export ANSIBLE_CALLBACK_PLUGINS="${ANSIBLE_CALLBACK_PLUGINS:-/etc/ansible/roles/plugins/callback:/etc/ansible/roles/ceph-ansible/plugins/callback}" export ANSIBLE_TEST_PLUGINS="${ANSIBLE_TEST_PLUGINS:-/etc/ansible/roles/plugins/test}" export ANSIBLE_VARS_PLUGINS="${ANSIBLE_VARS_PLUGINS:-/etc/ansible/roles/plugins/vars_plugins}" +export ANSIBLE_MODULE_UTILS="${ANSIBLE_MODULE_UTILS:-/etc/ansible/roles/ceph-ansible/module_utils}" export ANSIBLE_GATHERING="${ANSIBLE_GATHERING:-smart}" export ANSIBLE_GATHER_SUBSET="${ANSIBLE_GATHER_SUBSET:-!all,min}"