diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-04 14:57:05 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-06 16:43:52 -0500 |
commit | cccdd4a479273778be44811cbb4b74637aa63476 (patch) | |
tree | 86e52efbe04b632e0a61dd2d8e73d298e77a15ef /playbooks/byo/config.yml | |
parent | 9099dc40ea3f75a2d9d87ba8f30400764508170b (diff) | |
download | openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.gz openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.bz2 openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.xz openshift-cccdd4a479273778be44811cbb4b74637aa63476.zip |
Playbook Consolidation - byo/config.yml
Diffstat (limited to 'playbooks/byo/config.yml')
-rw-r--r-- | playbooks/byo/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/byo/config.yml b/playbooks/byo/config.yml index 7d03914a2..4b74e5bce 100644 --- a/playbooks/byo/config.yml +++ b/playbooks/byo/config.yml @@ -1,2 +1,3 @@ --- -- include: openshift-cluster/config.yml +# TODO (rteague): Temporarily leaving this playbook to allow CI tests to operate until CI jobs are updated. +- import_playbook: ../deploy_cluster.yml |