diff options
author | Valerii Ponomarov <vponomar@redhat.com> | 2019-12-21 00:09:11 +0530 |
---|---|---|
committer | Valerii Ponomarov <vponomar@redhat.com> | 2019-12-21 00:15:18 +0530 |
commit | d28b637d972aa600ed15ef437e4cb59c53e0ca5e (patch) | |
tree | 5cefd011a1d3b6d2ebc395227494ed64dc1da286 /deployment/playbooks/ocp-end-to-end.yaml | |
parent | 678dd026c8961a713dec15a153ef9da64c6b171b (diff) |
Delete 'deployment' dir as obsolete and not supported
'deployment' directory contains obsolete and unsupported
approach for deploying OpenShift and GlusterFS storage.
Separate deployment approach has already been used for significant
amount of time.
So, delete local 'directory' as it makes no sense to keep it.
Moreover, it may be confusing for people who may try it out
and see unpredictable errors.
Change-Id: Ibf353500bab59853f597304cb9c1990102c000ef
Diffstat (limited to 'deployment/playbooks/ocp-end-to-end.yaml')
-rw-r--r-- | deployment/playbooks/ocp-end-to-end.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/deployment/playbooks/ocp-end-to-end.yaml b/deployment/playbooks/ocp-end-to-end.yaml deleted file mode 100644 index 58f0ca01..00000000 --- a/deployment/playbooks/ocp-end-to-end.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- include: setup.yaml - tags: ['setup'] - -- include: prod.yaml - tags: ['prod'] - -- include: ocp-install.yaml - tags: ['ocp-install'] - -- include: ocp-configure.yaml - tags: ['ocp-configure'] - -- include: clean.yaml - tags: ['clean'] |