Skip to content

Commit

Permalink
Deploy rpms SVCs on vsphere
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkailiu committed Jul 29, 2020
1 parent 14e37f8 commit 1007bbf
Show file tree
Hide file tree
Showing 31 changed files with 23 additions and 5,014 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ build-farm-consistency:
@echo "diffing ns-ttl-controller assets ..."
diff -Naup ./core-services/ci-ns-ttl-controller/ci-ns-ttl-controller_dc.yaml ./clusters/build-clusters/01_cluster/openshift/ci-ns-ttl-controller/ci-ns-ttl-controller_dc.yaml
@echo "diffing rpms-ocp assets ..."
for file in ./core-services/release-controller/rpms-ocp-*.yaml; do diff -Naup "$${file}" "./clusters/build-clusters/01_cluster/openshift/release-controller/$${file##*/}"; done
for file in ./core-services/release-controller/rpms-ocp-*.yaml; do diff -Naup "$${file}" "./clusters/build-clusters/common/ocp/$${file##*/}"; done
.PHONY: build-farm-consistency

bump-pr:
Expand Down
7 changes: 7 additions & 0 deletions clusters/JoinBuildFarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Claim a folder in [README.md](../README.md), e.g.,

The folder `build-clusters/vsphere` then can be used to store the files related to the cluster.

Make a softlink to the [common](./common) folder.

```
$ cd build-clusters/vsphere
$ ln -s ../common common
```

## Set up applyConfig against the cluster

Create the namespace:
Expand Down
1 change: 1 addition & 0 deletions clusters/build-clusters/01_cluster/common

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1007bbf

Please sign in to comment.