Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
b5ac09de
Commit
b5ac09de
authored
Sep 06, 2024
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/rhsm-oc' into integration_2024_w36
parents
7a7aaf5d
01ec929d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
19 deletions
+0
-19
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+0
-3
openshift/README.md
openshift/README.md
+0
-2
openshift/oai-gnb-fhi72-bc.yaml
openshift/oai-gnb-fhi72-bc.yaml
+0
-7
openshift/ran-base-bc.yaml
openshift/ran-base-bc.yaml
+0
-7
No files found.
ci-scripts/cls_containerize.py
View file @
b5ac09de
...
...
@@ -450,9 +450,6 @@ class Containerize():
cmd
.
cd
(
lSourcePath
)
# if asterix, copy the entitlement and subscription manager configurations
if
self
.
host
==
'Red Hat'
:
cmd
.
run
(
'mkdir -p ./etc-pki-entitlement ./rhsm-conf ./rhsm-ca'
)
cmd
.
run
(
'cp /etc/rhsm/rhsm.conf ./rhsm-conf/'
)
cmd
.
run
(
'cp /etc/rhsm/ca/redhat-uep.pem ./rhsm-ca/'
)
cmd
.
run
(
'cp /etc/pki/entitlement/*.pem ./etc-pki-entitlement/'
)
baseImage
=
'ran-base'
...
...
openshift/README.md
View file @
b5ac09de
...
...
@@ -53,8 +53,6 @@ In case you have difficulties in following it then you can copy the
certificates from an RHEL9 host
```
bash
oc create configmap rhsm-conf
--from-file
/etc/rhsm/rhsm.conf
oc create configmap rhsm-ca
--from-file
/etc/rhsm/ca/redhat-uep.pem
oc create secret generic etc-pki-entitlement
--from-file
/etc/pki/entitlement/
{
NUMBER_ON_YOUR_COMPUTER
}
.pem
--from-file
/etc/pki/entitlement/
{
NUMBER_ON_YOUR_COMPUTER
}
-key
.pem
```
...
...
openshift/oai-gnb-fhi72-bc.yaml
View file @
b5ac09de
...
...
@@ -32,13 +32,6 @@ spec:
-
secret
:
name
:
etc-pki-entitlement
destinationDir
:
etc-pki-entitlement
configMaps
:
-
configMap
:
name
:
rhsm-conf
destinationDir
:
rhsm-conf
-
configMap
:
name
:
rhsm-ca
destinationDir
:
rhsm-ca
strategy
:
dockerStrategy
:
dockerfilePath
:
"
docker/Dockerfile.gNB.fhi72.rhel9"
...
...
openshift/ran-base-bc.yaml
View file @
b5ac09de
...
...
@@ -34,13 +34,6 @@ spec:
-
secret
:
name
:
etc-pki-entitlement
destinationDir
:
etc-pki-entitlement
configMaps
:
-
configMap
:
name
:
rhsm-conf
destinationDir
:
rhsm-conf
-
configMap
:
name
:
rhsm-ca
destinationDir
:
rhsm-ca
strategy
:
dockerStrategy
:
dockerfilePath
:
"
docker/Dockerfile.base.rhel9"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment