diff options
author | Jhon Honce <jhonce@redhat.com> | 2015-05-01 13:57:30 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2015-05-29 14:36:56 -0700 |
commit | 3e533e199aa9262f5ca45f8311e82e975cde73b9 (patch) | |
tree | c9ce290ee05b408aa4209c9ebeaecfacb84acd12 /roles/openshift_registry/README.md | |
parent | 1b4526d677651cb3677cbf7cc687a76fcba47c9a (diff) | |
download | openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.gz openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.bz2 openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.xz openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.zip |
* Deploy services from common playbook
Diffstat (limited to 'roles/openshift_registry/README.md')
-rw-r--r-- | roles/openshift_registry/README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/roles/openshift_registry/README.md b/roles/openshift_registry/README.md new file mode 100644 index 000000000..202c818b8 --- /dev/null +++ b/roles/openshift_registry/README.md @@ -0,0 +1,42 @@ +OpenShift Container Docker Registry +=================================== + +OpenShift Docker Registry service installation + +Requirements +------------ + +Running OpenShift cluster + +Role Variables +-------------- + +From this role: +| Name | Default value | | +|--------------------|-------------------------------------------------------|---------------------| +| | | | + +From openshift_common: +| Name | Default value | | +|-----------------------|---------------|--------------------------------------| +| openshift_debug_level | 0 | Global openshift debug log verbosity | + + +Dependencies +------------ + +Example Playbook +---------------- + +TODO + +License +------- + +Apache License, Version 2.0 + +Author Information +------------------ + +Red Hat openshift@redhat.com + |