Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Commit 7508094

Browse files
committed
Also modify OpenShift Makefile
Signed-off-by: Johnny Bieren <[email protected]>
1 parent df25051 commit 7508094

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ all: OpenShift OCS CNV bell
66
OpenShift:
77
pushd OpenShift; make; popd
88

9+
OpenShift-virt:
10+
pushd OpenShift; make pre_install; make all; popd
11+
912
OCS: OpenShift
1013
pushd OCS; make; popd
1114

OpenShift/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
.PHONY: default all requirements configure
22
default: requirements configure
33

4-
all: default
4+
all: cluster post_install
55

66
requirements:
77
./01_install_requirements.sh
88

99
configure:
1010
./02_configure_host.sh
1111

12+
pre_install: requirements configure
13+
14+
cluster:
15+
./03_create_cluster.sh
16+
1217
post_install:
1318
./99_post_install.sh
1419

0 commit comments

Comments
 (0)