diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-08 15:49:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 15:49:41 -0800 |
commit | 54fe1e38764332634181cc7bdc0d0e7692304f91 (patch) | |
tree | adae4f2b0e6bf75a63175a2371470789c22f0df0 /images | |
parent | c0f7152a51c6306340f9634f191e81d4322d1b52 (diff) | |
parent | 2bf65cdab4aa88f160d005d3b7649b22a6dceba8 (diff) | |
download | openshift-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 'images')
-rw-r--r-- | images/installer/root/exports/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/root/exports/manifest.json b/images/installer/root/exports/manifest.json index 8b984d7a3..53696b03e 100644 --- a/images/installer/root/exports/manifest.json +++ b/images/installer/root/exports/manifest.json @@ -4,7 +4,7 @@ "OPTS": "", "VAR_LIB_OPENSHIFT_INSTALLER" : "/var/lib/openshift-installer", "VAR_LOG_OPENSHIFT_LOG": "/var/log/ansible.log", - "PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/byo/config.yml", + "PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/deploy_cluster.yml", "HOME_ROOT": "/root", "ANSIBLE_CONFIG": "/usr/share/atomic-openshift-utils/ansible.cfg", "INVENTORY_FILE": "/dev/null" |