From 425ecb3c7dfc7adcc5860f0147ed091a6e6ca59e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 5 Oct 2017 18:45:30 +0200 Subject: [PATCH] common: fix ga verison for debian rhcs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- group_vars/all.yml.sample | 2 +- group_vars/rhcs.yml.sample | 2 +- roles/ceph-defaults/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3