diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-31 21:53:10 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-09-01 09:05:28 -0400 |
commit | 606dc36288ef5478a9dae3f35f88e2f283d7635d (patch) | |
tree | 60d5c31251d99d1c3e87818966e09167e562369c /playbooks/byo/openshift-master/restart.yml | |
parent | 4a11ed0808f508d7e9d0953149377e2e181bdae9 (diff) | |
download | openshift-606dc36288ef5478a9dae3f35f88e2f283d7635d.tar.gz openshift-606dc36288ef5478a9dae3f35f88e2f283d7635d.tar.bz2 openshift-606dc36288ef5478a9dae3f35f88e2f283d7635d.tar.xz openshift-606dc36288ef5478a9dae3f35f88e2f283d7635d.zip |
Break out master config into stand-alone playbook
Added byo/openshift-master/config.yml as a new entry point for
performing master installation.
Excluder disable/enable for master has been moved to
common/openshift-master/config.yml to follow a standard pattern that
could be used for both installation and scaleup playbooks.
Diffstat (limited to 'playbooks/byo/openshift-master/restart.yml')
-rw-r--r-- | playbooks/byo/openshift-master/restart.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-master/restart.yml b/playbooks/byo/openshift-master/restart.yml index 7988863f3..8950efd00 100644 --- a/playbooks/byo/openshift-master/restart.yml +++ b/playbooks/byo/openshift-master/restart.yml @@ -1,10 +1,6 @@ --- - include: ../openshift-cluster/initialize_groups.yml - tags: - - always - include: ../../common/openshift-cluster/std_include.yml - tags: - - always - include: ../../common/openshift-master/restart.yml |