summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/upgrades
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-04-29 13:38:37 -0400
committerJason DeTiberus <detiber@gmail.com>2016-04-29 13:38:37 -0400
commitada49b7eccf7fd96e5d4716ffd666987ad63be45 (patch)
tree525deee94e5a7506dbea7ea3a6e866873dfba0dd /playbooks/aws/openshift-cluster/upgrades
parent72f295fc7cdef47bffbdffa35b263e120ac9ad93 (diff)
parent638aae76fe3e2ce367dbf5901169b509feb181df (diff)
downloadopenshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.gz
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.bz2
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.xz
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.zip
Merge pull request #1843 from detiber/remove_deprecated_roles
Remove deprecated roles
Diffstat (limited to 'playbooks/aws/openshift-cluster/upgrades')
-rw-r--r--playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml b/playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
index d466b9d30..44d9a3e25 100644
--- a/playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
+++ b/playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
@@ -1,7 +1,6 @@
---
-# This playbook upgrades an existing AWS cluster, leaving nodes untouched if used with an 'online' deployment type.
# Usage:
-# ansible-playbook playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml -e deployment_type=online -e cluster_id=<cluster_id>
+# ansible-playbook playbooks/aws/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml -e deployment_type=<deployment_type> -e cluster_id=<cluster_id>
- include: ../../../../common/openshift-cluster/upgrades/v3_0_to_v3_1/upgrade.yml
vars_files:
- "{{lookup('file', '../../../../aws/openshift-cluster/vars.yml')}}"