Skip to content

Commit

Permalink
upgrading applier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gl4di4torRr committed Mar 22, 2019
1 parent dadf579 commit e85a350
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion basic-nginx/.applier/group_vars/seed-hosts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
source_code_url: https://github.com/redhat-cop/container-pipelines.git
source_code_ref: master

openshift_cluster_content:
- object: projectrequest
content:
Expand All @@ -11,6 +13,9 @@ openshift_cluster_content:
namespace: basic-nginx-build
template: openshift//jenkins-ephemeral
params: "{{ inventory_dir }}/../.openshift/deployment/build/params"
params_from_vars:
SOURCE_REPOSITORY_URL: "{{ source_code_url }}"
SOURCE_REPOSITORY_REF: "{{ source_code_ref }}"
- name: basic-nginx-dev
template: "{{ inventory_dir }}/../.openshift/deployment/template.yml"
params: "{{ inventory_dir }}/../.openshift/deployment/dev/params"
Expand Down
2 changes: 1 addition & 1 deletion basic-nginx/.openshift/builds/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ parameters:
- description: Git source URI for application
name: SOURCE_REPOSITORY_URL
required: true
value: https://github.com/redhat-cop/container-pipelines.git
value: https://github.com/redhat-copcontainer-pipelines.git
- description: Git branch/tag reference
name: SOURCE_REPOSITORY_REF
value: "master"
Expand Down
2 changes: 1 addition & 1 deletion basic-nginx/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- name: openshift-applier
scm: git
src: https://github.com/redhat-cop/openshift-applier
version: v2.0.6
version: v2.0.8

0 comments on commit e85a350

Please sign in to comment.