summaryrefslogtreecommitdiffstats
path: root/bin/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cluster')
-rwxr-xr-xbin/cluster4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cluster b/bin/cluster
index 0a6ee7ec4..bf8198de9 100755
--- a/bin/cluster
+++ b/bin/cluster
@@ -188,12 +188,12 @@ if __name__ == '__main__':
Reads ~/.openshift-ansible for default configuration items
[DEFAULT]
validate_cluster_ids = False
- cluster_ids = production,stage,integration
+ cluster_ids = marketing,sales
providers = gce,aws,libvirt
"""
environment = ConfigParser.SafeConfigParser({
- 'cluster_ids': 'prod,stg,int',
+ 'cluster_ids': 'marketing,sales',
'validate_cluster_ids': 'False',
'providers': 'gce,aws,libvirt',
})