1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Bug 1779924 Add configuration settings

This commit is contained in:
bmcelvee
2019-12-19 16:33:19 -05:00
parent 24f5cb03c6
commit f790ff7bc0

View File

@@ -10,11 +10,23 @@ configurations to obtain content from Satellite repositories.
.Prerequisites
You must provide or create a yum-compatible repository configuration file, that
* You must provide or create a yum-compatible repository configuration file that
downloads content from your Satellite instance.
+
.Sample repository configuration
+
----
[test-<name>]
name=test-<number>
baseurl = https://satellite.../content/dist/rhel/server/7/7Server/x86_64/os
enabled=1
gpgcheck=0
sslverify=0
sslclientkey = /etc/pki/entitlement/...-key.pem
sslclientcert = /etc/pki/entitlement/....pem
----
.Procedure
. Create a ConfigMap containing the Satellite repository configuration file:
+
----