-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating blue green pipeline with applier v2.0.3 (#42)
* Updating blue green pipeline with applier v2.0.3 * Adjust scm step in Jenkinsfile * Remove git describe * Fixing environment search & replace * Fixing pipeline * Fixing project display names so they group together * Pointing to primary repository instead of fork * Adding removal of slash from namespace
- Loading branch information
Showing
16 changed files
with
80 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
openshift_cluster_content: | ||
- object: projectrequest | ||
content: | ||
- name: simple-spring-boot-spaces | ||
file: "{{ inventory_dir }}/../.openshift/projects/projects.yml" | ||
action: create | ||
- object: deployments | ||
content: | ||
- name: jenkins | ||
namespace: spring-boot-web-build | ||
template: openshift//jenkins-ephemeral | ||
params: "{{ inventory_dir }}/../.openshift/deployment/build/params" | ||
- name: basic-tomcat-dev | ||
template: "{{ inventory_dir }}/../.openshift/deployment/template.yml" | ||
params: "{{ inventory_dir }}/../.openshift/deployment/dev/params" | ||
- name: basic-tomcat-stage | ||
template: "{{ inventory_dir }}/../.openshift/deployment/template.yml" | ||
params: "{{ inventory_dir }}/../.openshift/deployment/stage/params" | ||
- name: basic-tomcat-prod | ||
template: "{{ inventory_dir }}/../.openshift/deployment/template-bg.yml" | ||
params: "{{ inventory_dir }}/../.openshift/deployment/prod/params" | ||
- object: builds | ||
content: | ||
- name: jenkins | ||
template: "{{ inventory_dir }}/../.openshift/builds/template.yml" | ||
params: "{{ inventory_dir }}/../.openshift/builds/params" |
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,2 @@ | ||
[seed-hosts] | ||
localhost ansible_connection=local |
2 changes: 0 additions & 2 deletions
2
blue-green-spring/files/builds/params → blue-green-spring/.openshift/builds/params
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,5 +1,3 @@ | ||
APPLICATION_NAME=spring-boot-web | ||
NAMESPACE=spring-boot-web-build | ||
IMAGE_STREAM_TAG_NAME=redhat-openjdk18-openshift:1.1 | ||
SOURCE_REPOSITORY_URL=https://github.com/pabrahamsson/simple-spring-boot-web.git | ||
SOURCE_REPOSITORY_REF=build |
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.
File renamed without changes.
File renamed without changes.
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
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 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 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