From e85a35071e940326e6b7bad6c3f6a206c4f2df01 Mon Sep 17 00:00:00 2001 From: Gl4di4torRr Date: Fri, 22 Mar 2019 15:41:45 -0400 Subject: [PATCH] upgrading applier --- basic-nginx/.applier/group_vars/seed-hosts.yml | 7 ++++++- basic-nginx/.openshift/builds/template.yml | 2 +- basic-nginx/requirements.yml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/basic-nginx/.applier/group_vars/seed-hosts.yml b/basic-nginx/.applier/group_vars/seed-hosts.yml index 8674ed02..116a0aaf 100644 --- a/basic-nginx/.applier/group_vars/seed-hosts.yml +++ b/basic-nginx/.applier/group_vars/seed-hosts.yml @@ -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: @@ -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" diff --git a/basic-nginx/.openshift/builds/template.yml b/basic-nginx/.openshift/builds/template.yml index 935c01cb..31ca0c43 100644 --- a/basic-nginx/.openshift/builds/template.yml +++ b/basic-nginx/.openshift/builds/template.yml @@ -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" diff --git a/basic-nginx/requirements.yml b/basic-nginx/requirements.yml index 95372358..01436dd1 100644 --- a/basic-nginx/requirements.yml +++ b/basic-nginx/requirements.yml @@ -5,4 +5,4 @@ - name: openshift-applier scm: git src: https://github.com/redhat-cop/openshift-applier - version: v2.0.6 \ No newline at end of file + version: v2.0.8 \ No newline at end of file