diff options
| author | Jhon Honce <jhonce@redhat.com> | 2015-06-01 16:00:11 -0700 | 
|---|---|---|
| committer | Jhon Honce <jhonce@redhat.com> | 2015-06-01 16:00:11 -0700 | 
| commit | 433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc (patch) | |
| tree | a1e01051d2e971364c4415a673a6c8683b80d2fb /roles/openshift_registry/meta | |
| parent | 92524d99ddcb5365bebf3e73e32ab604581d0fd9 (diff) | |
| parent | 3f486ba15524ece60a2e211416535ca3d40708bc (diff) | |
| download | openshift-433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc.tar.gz openshift-433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc.tar.bz2 openshift-433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc.tar.xz openshift-433e3c77adf99cfaa5d6b8f94d2f0065f187b0fc.zip | |
Merge pull request #190 from jwhonce/wip/containers
Infrastructure - Deploy services in cluster
@twiest All comments covered.
Diffstat (limited to 'roles/openshift_registry/meta')
| -rw-r--r-- | roles/openshift_registry/meta/main.yml | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/roles/openshift_registry/meta/main.yml b/roles/openshift_registry/meta/main.yml new file mode 100644 index 000000000..93b6797d1 --- /dev/null +++ b/roles/openshift_registry/meta/main.yml @@ -0,0 +1,13 @@ +--- +galaxy_info: +  author: OpenShift Red Hat +  description: OpenShift Embedded Docker Registry +  company: Red Hat, Inc. +  license: Apache License, Version 2.0 +  min_ansible_version: 1.7 +  platforms: +  - name: EL +    versions: +    - 7 +  categories: +  - cloud | 
