]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
openSUSE OBS repo using ceph_stable_release v4.0.0rc14
authorJohannes Kastl <kastl@b1-systems.de>
Wed, 21 Aug 2019 19:45:57 +0000 (21:45 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 30 Aug 2019 13:04:24 +0000 (09:04 -0400)
Instead of hardcoding `luminous`, use the `ceph_stable_release` variable
to point to the correct repository.

This is now uncommented in roles/ceph-defaults/defaults/main.yml to be
available, as it is only used if ceph_repository is set to 'obs'.

group_vars/*.sample files have been regenerated using the
./generate_group_vars_sample.sh script.

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
(cherry picked from commit 0cedc4d3030d6859935609a055a08d87f44e3354)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index ab26caa9ef37eabdb21f41b467faf037b217d7e8..0f54a051830cad301ffbf3fd90fc651e6c0da59b 100644 (file)
@@ -209,7 +209,7 @@ dummy:
 # usually has newer Ceph releases than the normal distro repository.
 #
 #
-#ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/luminous/openSUSE_Leap_{{ ansible_distribution_version }}/"
+#ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{ ceph_stable_release }}/openSUSE_Leap_{{ ansible_distribution_version }}/"
 
 # REPOSITORY: DEV
 #
index 2442a5335ede9010cd1cc40c5bb7d232ac3663d6..515db4b41ded8d3256fab7538288d19021bdccd6 100644 (file)
@@ -209,7 +209,7 @@ ceph_rhcs_version: 4
 # usually has newer Ceph releases than the normal distro repository.
 #
 #
-#ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/luminous/openSUSE_Leap_{{ ansible_distribution_version }}/"
+#ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{ ceph_stable_release }}/openSUSE_Leap_{{ ansible_distribution_version }}/"
 
 # REPOSITORY: DEV
 #
index e72d072713344075715b2bb8dbcb23f9b541376e..27b7f650c038d8c372b789a7cd991d161bcb4cf6 100644 (file)
@@ -201,7 +201,7 @@ ceph_stable_release_uca: "{{ ansible_distribution_release }}-updates/{{ ceph_sta
 # usually has newer Ceph releases than the normal distro repository.
 #
 #
-#ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/luminous/openSUSE_Leap_{{ ansible_distribution_version }}/"
+ceph_obs_repo: "https://download.opensuse.org/repositories/filesystems:/ceph:/{{ ceph_stable_release }}/openSUSE_Leap_{{ ansible_distribution_version }}/"
 
 # REPOSITORY: DEV
 #