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:
@@ -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:
|
||||
+
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user