summaryrefslogtreecommitdiffstats
path: root/.papr.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-12-08 15:49:41 -0800
committerGitHub <noreply@github.com>2017-12-08 15:49:41 -0800
commit54fe1e38764332634181cc7bdc0d0e7692304f91 (patch)
treeadae4f2b0e6bf75a63175a2371470789c22f0df0 /.papr.sh
parentc0f7152a51c6306340f9634f191e81d4322d1b52 (diff)
parent2bf65cdab4aa88f160d005d3b7649b22a6dceba8 (diff)
downloadopenshift-54fe1e38764332634181cc7bdc0d0e7692304f91.tar.gz
openshift-54fe1e38764332634181cc7bdc0d0e7692304f91.tar.bz2
openshift-54fe1e38764332634181cc7bdc0d0e7692304f91.tar.xz
openshift-54fe1e38764332634181cc7bdc0d0e7692304f91.zip
Merge pull request #6399 from mtnbikenc/cleanup-byo-refs
Automatic merge from submit-queue. Cleanup byo references * Remove playbooks/byo/config.yml, replaced by playbooks/deploy_cluster.yml * Update example inventories * Update doc references to 'byo' paths
Diffstat (limited to '.papr.sh')
-rwxr-xr-x.papr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.papr.sh b/.papr.sh
index 80453d4b2..c7b06f059 100755
--- a/.papr.sh
+++ b/.papr.sh
@@ -35,7 +35,7 @@ trap upload_journals ERR
# run the actual installer
# FIXME: override openshift_image_tag defined in the inventory until
# https://github.com/openshift/openshift-ansible/issues/4478 is fixed.
-ansible-playbook -vvv -i .papr.inventory playbooks/byo/config.yml -e "openshift_image_tag=$OPENSHIFT_IMAGE_TAG"
+ansible-playbook -vvv -i .papr.inventory playbooks/deploy_cluster.yml -e "openshift_image_tag=$OPENSHIFT_IMAGE_TAG"
### DISABLING TESTS FOR NOW, SEE:
### https://github.com/openshift/openshift-ansible/pull/6132