]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph: use jewel release 748/head
authorSébastien Han <seb@redhat.com>
Sun, 1 May 2016 14:22:43 +0000 (16:22 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 3 May 2016 12:02:44 +0000 (14:02 +0200)
Also fix the repo url.

Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/all.sample
group_vars/common-coreoss.sample
roles/ceph-common/defaults/main.yml
roles/ceph-common/tasks/installs/redhat_ceph_repository.yml

index fec0cfca8714ce79c74fb438c82f724b539dfd95..e317102040530c18e44cf7801beebe97d1ee2878 100644 (file)
@@ -82,8 +82,8 @@ dummy:
 # COMMUNITY VERSION
 #ceph_stable: false # use ceph stable branch
 #ceph_stable_key: https://download.ceph.com/keys/release.asc
-#ceph_stable_release: infernalis # ceph stable release
-#ceph_stable_repo: "http://ceph.com/debian-{{ ceph_stable_release }}"
+#ceph_stable_release: jewel # ceph stable release
+#ceph_stable_repo: "http://download.ceph.com/debian-{{ ceph_stable_release }}"
 
 ###################
 # Stable Releases #
@@ -97,12 +97,12 @@ dummy:
 #  - infernalis
 
 # Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
-# # for a list of available Debian distributions, visit http://ceph.com/debian-{{ ceph_stable_release }}/dists/
+# # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
 # for more info read: https://github.com/ceph/ceph-ansible/issues/305
 #ceph_stable_distro_source:
 
 # This option is needed for _both_ stable and dev version, so please always fill the right version
-# # for supported distros, see http://ceph.com/rpm-{{ ceph_stable_release }}/
+# # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/
 #ceph_stable_redhat_distro: el7
 
 # ENTERPRISE VERSION ICE (old, prior to the 1.3)
@@ -382,3 +382,4 @@ dummy:
 # by ceph.conf.j2 template. so it should always be defined
 #mon_containerized_deployment_with_kv: false
 
+
index 32ae29553386d62055e4d83f38254a62dcb15692..071f0af9e74c82368cd1cfe55df29618c2634d21 100644 (file)
@@ -14,4 +14,3 @@ dummy:
 #pypy_binary_directory: /opt/bin
 #pip_url: https://bootstrap.pypa.io/get-pip.py
 #local_temp_directory: /tmp
-
index 9252df15121fa4f4be69f4fc9db7f31d15fa8060..0189d2683b2fca5e21df742d01ba62f5cdaf3ac9 100644 (file)
@@ -74,8 +74,8 @@ ceph_use_distro_backports: false # DEBIAN ONLY
 # COMMUNITY VERSION
 ceph_stable: false # use ceph stable branch
 ceph_stable_key: https://download.ceph.com/keys/release.asc
-ceph_stable_release: infernalis # ceph stable release
-ceph_stable_repo: "http://ceph.com/debian-{{ ceph_stable_release }}"
+ceph_stable_release: jewel # ceph stable release
+ceph_stable_repo: "http://download.ceph.com/debian-{{ ceph_stable_release }}"
 
 ###################
 # Stable Releases #
@@ -89,12 +89,12 @@ ceph_stable_releases:
   - infernalis
 
 # Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
-# # for a list of available Debian distributions, visit http://ceph.com/debian-{{ ceph_stable_release }}/dists/
+# # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
 # for more info read: https://github.com/ceph/ceph-ansible/issues/305
 #ceph_stable_distro_source:
 
 # This option is needed for _both_ stable and dev version, so please always fill the right version
-# # for supported distros, see http://ceph.com/rpm-{{ ceph_stable_release }}/
+# # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/
 ceph_stable_redhat_distro: el7
 
 # ENTERPRISE VERSION ICE (old, prior to the 1.3)
index bc4e906bd27ad5b532fbc425468b5266021de239..b6469ffce3f7ba6a03e40a3c771e76b27812fa4b 100644 (file)
@@ -27,7 +27,7 @@
 
 - name: add ceph stable repository
   yum:
-    name: http://ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
+    name: http://download.ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
   changed_when: false
   when:
     ceph_stable and
@@ -35,7 +35,7 @@
 
 - name: add ceph stable repository
   dnf:
-    name: http://ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
+    name: http://download.ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
   changed_when: false
   when:
     ceph_stable and