diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-21 14:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 14:27:43 -0500 |
commit | c4c3b29396b13cd9e9ba93543f96967c89d81c42 (patch) | |
tree | 83db7f6169cdff2ec3de8d8273b88aa2ece2ef1e /roles/installer_checkpoint | |
parent | 65464f64236ea0aad56e2be5ece34412ad60f919 (diff) | |
parent | 98815e010d29c670ff15aecf5dd15fb1241c76f0 (diff) | |
download | openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.gz openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.bz2 openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.xz openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.zip |
Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfs
Playbook Consolidation - openshift-nfs
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r-- | roles/installer_checkpoint/README.md | 2 | ||||
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/installer_checkpoint/README.md b/roles/installer_checkpoint/README.md index f8588c4bf..b1b4441f5 100644 --- a/roles/installer_checkpoint/README.md +++ b/roles/installer_checkpoint/README.md @@ -68,7 +68,7 @@ phase are stored in the `phase_attributes` variable. }, 'installer_phase_nfs': { 'title': 'NFS Install', - 'playbook': 'playbooks/byo/openshift-nfs/config.yml' + 'playbook': 'playbooks/openshift-nfs/config.yml' }, #... } diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index d8bdea343..14fdca400 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -54,7 +54,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_nfs': { 'title': 'NFS Install', - 'playbook': 'playbooks/byo/openshift-nfs/config.yml' + 'playbook': 'playbooks/openshift-nfs/config.yml' }, 'installer_phase_loadbalancer': { 'title': 'Load balancer Install', |