Skip to content

Commit

Permalink
openshift disconnected: adjust install-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jan 29, 2025
1 parent 9584a9b commit 5610e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion install-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,8 @@ imageContentSources:
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
- mirrors:
- REGISTRY:PORT/openshift-release-dev
source: {{ 'registry.ci.openshift.org/ocp/release' if version == 'ci' else 'quay.io/openshift-release-dev' }}
source: quay.io/openshift-release-dev
- mirrors:
- REGISTRY:PORT/openshift-release-dev
source: registry.ci.openshift.org/ocp/release
{% endif %}
2 changes: 1 addition & 1 deletion scripts/08_nfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ REGISTRY=$(echo $IP | sed 's/\./-/g' | sed 's/:/-/g').sslip.io
{% endif %}
sed -i "[email protected]@$REGISTRY:5000@" $BASEDIR/deploy/deployment.yaml
fi
sed -i -e "[email protected]/[email protected]/nfs@" -e "[email protected]@$/$IP@" -e "s@/ifs/kubernetes@/var/nfsshare@" $BASEDIR/deploy/deployment.yaml
sed -i -e "[email protected]/[email protected]/nfs@" -e "[email protected]@$IP@" -e "s@/ifs/kubernetes@/var/nfsshare@" $BASEDIR/deploy/deployment.yaml
echo 'apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
Expand Down

0 comments on commit 5610e13

Please sign in to comment.