From 2f11e4a8efd4e2ce1b788ee47acfaa45e358be57 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Thu, 25 Feb 2016 12:54:53 -0500 Subject: Add warnings to bin/cluster and READMEs --- bin/cluster | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/cluster b/bin/cluster index c3b101c98..ecb8bc58e 100755 --- a/bin/cluster +++ b/bin/cluster @@ -264,6 +264,13 @@ if __name__ == '__main__': providers = gce,aws,libvirt,openstack """ + warning = ("================================================================================\n" + "ATTENTION: You are running a community supported utility that has not been\n" + "tested by Red Hat. Visit https://docs.openshift.com for supported installation\n" + "instructions.\n" + "================================================================================\n\n") + sys.stderr.write(warning) + cluster_config = ConfigParser.SafeConfigParser({ 'cluster_ids': 'marketing,sales', 'validate_cluster_ids': 'False', -- cgit v1.2.1