summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2015-10-15 14:37:50 -0400
committerJoel Diaz <jdiaz@redhat.com>2015-10-15 14:37:50 -0400
commitef021a3d43e46d0da00ece93b45d5eb55bb4ca93 (patch)
treeee51e863a12da9af67e985de0f80ae91cfeb3858
parentd614bd906c539196efbf6960cd9cc39eee218971 (diff)
parent14ae81a5c18a6cdf5bf00ada9eeec21a82cd982e (diff)
downloadopenshift-ef021a3d43e46d0da00ece93b45d5eb55bb4ca93.tar.gz
openshift-ef021a3d43e46d0da00ece93b45d5eb55bb4ca93.tar.bz2
openshift-ef021a3d43e46d0da00ece93b45d5eb55bb4ca93.tar.xz
openshift-ef021a3d43e46d0da00ece93b45d5eb55bb4ca93.zip
Merge pull request #700 from joelddiaz/reg_fix
Change docs/comments
-rw-r--r--playbooks/adhoc/s3_registry/s3_registry.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/s3_registry/s3_registry.yml b/playbooks/adhoc/s3_registry/s3_registry.yml
index 92be64e17..d1546b6fa 100644
--- a/playbooks/adhoc/s3_registry/s3_registry.yml
+++ b/playbooks/adhoc/s3_registry/s3_registry.yml
@@ -1,7 +1,7 @@
---
# This playbook creates an S3 bucket named after your cluster and configures the docker-registry service to use the bucket as its backend storage.
# Usage:
-# ansible-playbook s3_registry.yml -e accesskey="S3 aws access key" -e secretkey="S3 aws secret key" -e clusterid="mycluster"
+# ansible-playbook s3_registry.yml -e clusterid="mycluster"
#
# The AWS access/secret keys should be the keys of a separate user (not your main user), containing only the necessary S3 access role.
# The 'clusterid' is the short name of your cluster.