From: Sébastien Han Date: Thu, 5 Oct 2017 16:45:30 +0000 (+0200) Subject: common: fix ga verison for debian rhcs X-Git-Tag: v3.0.0rc17~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=425ecb3c7dfc7adcc5860f0147ed091a6e6ca59e;p=ceph-ansible.git common: fix ga verison for debian rhcs Signed-off-by: Sébastien Han --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index ca0b45a8e..78afcc327 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -180,7 +180,7 @@ dummy: # RHCS installation in Debian systems #ceph_rhcs_cdn_debian_repo: https://customername:customerpasswd@rhcs.download.redhat.com -#ceph_rhcs_cdn_debian_repo_version: "/3-updates/" +#ceph_rhcs_cdn_debian_repo_version: "/3-release/" # for GA, later for updates use /3-updates/ # REPOSITORY: UBUNTU CLOUD ARCHIVE diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 0582f806b..034e28d1d 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -180,7 +180,7 @@ ceph_repository: rhcs # RHCS installation in Debian systems #ceph_rhcs_cdn_debian_repo: https://customername:customerpasswd@rhcs.download.redhat.com -#ceph_rhcs_cdn_debian_repo_version: "/3-updates/" +#ceph_rhcs_cdn_debian_repo_version: "/3-release/" # for GA, later for updates use /3-updates/ # REPOSITORY: UBUNTU CLOUD ARCHIVE diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 225b19e00..a8ef2a1ec 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -172,7 +172,7 @@ ceph_rhcs_repository_path: "{{ ceph_stable_rh_storage_repository_path | default( # RHCS installation in Debian systems ceph_rhcs_cdn_debian_repo: https://customername:customerpasswd@rhcs.download.redhat.com -ceph_rhcs_cdn_debian_repo_version: "/3-updates/" +ceph_rhcs_cdn_debian_repo_version: "/3-release/" # for GA, later for updates use /3-updates/ # REPOSITORY: UBUNTU CLOUD ARCHIVE