1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5840: Pin ceph ansible release for HCI clusters

(cherry picked from commit b41a483010c78b5fccc2718bc33ad97e0f3b1e86)
This commit is contained in:
Ruben S. Montero 2022-05-25 16:22:32 +02:00
parent 71c896bff0
commit 1b4ef19759
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -45,7 +45,7 @@ ANSIBLE_VERSION = [Gem::Version.new('2.8'), Gem::Version.new('2.10')]
ANSIBLE_ARGS = "--ssh-common-args='-o UserKnownHostsFile=/dev/null'"
ANSIBLE_INVENTORY_DEFAULT = 'default'
CEPH_ANSIBLE_URL = 'https://github.com/ceph/ceph-ansible.git'
CEPH_ANSIBLE_BRANCH = 'stable-6.0'
CEPH_ANSIBLE_BRANCH = 'v6.0.26' #'stable-6.0'
CEPH_ANSIBLE_DIR = '/var/lib/one/.ansible/ceph-6.0'
module OneProvision