]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Use internal EL8 repos 458/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 12 Apr 2019 19:43:15 +0000 (15:43 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 17 Apr 2019 16:23:33 +0000 (12:23 -0400)
Nightly/scratch builds of RHCS4 for EL8 rely on nightly builds of AppStream and BaseOS so we're mirroring them internally.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/vars/redhat_8.yml

index 9ceaee80706e9d4873eacb613ae7dc24a92527f3..1ba19661461654352737c6cbeff74f505cb90624 100644 (file)
@@ -9,13 +9,21 @@ use_satellite: false
 beta_repos:
   rhel-beta-baseos:
     name: "RHEL {{ ansible_distribution_version }} BaseOS (RPMs)"
-    baseurl: "https://downloads.redhat.com/redhat/rhel/rhel-8-beta/baseos/x86_64/"
+    baseurl: "http://drop.front.sepia.ceph.com/el8/baseos/"
     enabled: 1
-    gpgcheck: 1
-    gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
+    gpgcheck: 0
   rhel-beta-appstream:
     name: "RHEL {{ ansible_distribution_version }} AppStream (RPMs)"
-    baseurl: "https://downloads.redhat.com/redhat/rhel/rhel-8-beta/appstream/x86_64/"
+    baseurl: "http://drop.front.sepia.ceph.com/el8/appstream/"
     enabled: 1
-    gpgcheck: 1
-    gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
+    gpgcheck: 0
+  rhel8-ceph:
+    name: "RHCS 4.0 Scratch Build RPMs"
+    baseurl: "http://drop.front.sepia.ceph.com/el8/latest/"
+    enabled: 1
+    gpgcheck: 0
+  rhel8-ceph-deps:
+    name: "RHCS 4.0 Scratch Build Dependency RPMs"
+    baseurl: "http://drop.front.sepia.ceph.com/el8/deps/"
+    enabled: 1
+    gpgcheck: 0