Skip to content

Commit b4c9f50

Browse files
committed
Add github.com/openshift/os as a submodule and add GCP routes overlay from this repo
This ensures gcp-route script and other tweaks are autoapplied in OKD as well
1 parent ba3d9df commit b4c9f50

File tree

7 files changed

+5
-179
lines changed

7 files changed

+5
-179
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "fedora-coreos-config"]
22
path = fedora-coreos-config
33
url = https://github.com/coreos/fedora-coreos-config.git
4+
[submodule "openshift-os"]
5+
path = openshift-os
6+
url = https://github.com/vrutkovs/os

bootstrap/overlay/etc/systemd/system/multi-user.target.wants/openshift-gcp-routes.service

Lines changed: 0 additions & 1 deletion
This file was deleted.

bootstrap/overlay/etc/systemd/system/openshift-gcp-routes.service

Lines changed: 0 additions & 17 deletions
This file was deleted.

bootstrap/overlay/usr/local/bin/openshift-gcp-routes.sh

Lines changed: 0 additions & 160 deletions
This file was deleted.

bootstrap/pre-pivot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Copy pivot files
77
cp overlay/etc / -rvf
8-
cp overlay/usr/local/bin/* /usr/local/bin/ -rvf
98
cp manifests/* /opt/openshift/openshift/ -rvf
109

1110
# Copy machine-config-daemon binary from payload

openshift-os

Submodule openshift-os added at 636581f

overlay.d/06gcp-routes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../openshift-os/overlay.d/06gcp-routes

0 commit comments

Comments
 (0)