-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#456 - Renames qa to test and updates some other variables as part of…
… ROSA migration (#457) * Fixes #456 - Renames qa to test anad updates some other variables as part of ROSA * Some more updates switching over qa to test. QA domain name is still there as test hasn't been created yet * Have to leave these hostnames as qa for now until we get the test hostname and switch over. * Updated version for autoscaler Updated deployment location
- Loading branch information
Showing
12 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
# Login with `oc login ...` before running. | ||
oc project officehours-test | ||
docker login -u `oc whoami` -p `oc whoami -t` registry.aws.web.umich.edu | ||
docker build --platform linux/amd64 -t registry.aws.web.umich.edu/officehours-test/officehours . | ||
docker push registry.aws.web.umich.edu/officehours-test/officehours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
service/overlays/qa/build.yaml → service/overlays/test/build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- op: replace | ||
path: /spec/output/to/name | ||
value: image-registry.openshift-image-registry.svc:5000/officehours-qa/officehours:latest | ||
value: image-registry.openshift-image-registry.svc:5000/officehours-test/officehours:latest | ||
- op: replace | ||
path: /spec/source/git/ref | ||
value: master |
9 changes: 4 additions & 5 deletions
9
service/overlays/qa/deployment.yaml → service/overlays/test/deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
- op: replace | ||
path: /spec/template/spec/containers/0/image | ||
value: docker-registry.default.svc:5000/officehours-qa/officehours:latest | ||
value: image-registry.openshift-image-registry.svc:5000/officehours-test/officehours:latest | ||
- op: replace | ||
path: /spec/selector/variant | ||
value: qa | ||
value: test | ||
- op: replace | ||
path: /spec/template/metadata/labels/variant | ||
value: qa | ||
value: test | ||
- op: replace | ||
path: /spec/triggers/0/imageChangeParams/from/namespace | ||
value: officehours-qa | ||
|
||
value: officehours-test |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
service/overlays/qa/web-autoscaler.yaml → service/overlays/test/web-autoscaler.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- op: replace | ||
path: /spec/scaleTargetRef/name | ||
value: officehours-web-qa | ||
value: officehours-web-test |