diff options
| author | Michael Gugino <mgugino@redhat.com> | 2017-12-12 14:11:38 -0500 | 
|---|---|---|
| committer | Michael Gugino <mgugino@redhat.com> | 2017-12-12 14:13:57 -0500 | 
| commit | efe272a51c39c46583ba9a0d2a20644fc251da55 (patch) | |
| tree | 347caaf22d3da922717b3bc764421f20ef6ad083 /roles/openshift_hosted | |
| parent | 01ae634a0bf89fe840006f9139f8ffd20e09afc8 (diff) | |
| download | openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.gz openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.bz2 openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.xz openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.zip  | |
Remove empty openshift_hosted_facts role
This commit removes a now-empty role.
Diffstat (limited to 'roles/openshift_hosted')
| -rw-r--r-- | roles/openshift_hosted/README.md | 7 | ||||
| -rw-r--r-- | roles/openshift_hosted/meta/main.yml | 2 | 
2 files changed, 4 insertions, 5 deletions
diff --git a/roles/openshift_hosted/README.md b/roles/openshift_hosted/README.md index a1c2c3956..3cf5d97c5 100644 --- a/roles/openshift_hosted/README.md +++ b/roles/openshift_hosted/README.md @@ -43,9 +43,9 @@ variables also control configuration behavior:  **NOTE:** Configuring a value for  `openshift_hosted_registry_storage_glusterfs_ips` with a `glusterfs_registry` -host group is not allowed. Specifying a `glusterfs_registry` host group  -indicates that a new GlusterFS cluster should be configured, whereas  -specifying `openshift_hosted_registry_storage_glusterfs_ips` indicates wanting  +host group is not allowed. Specifying a `glusterfs_registry` host group +indicates that a new GlusterFS cluster should be configured, whereas +specifying `openshift_hosted_registry_storage_glusterfs_ips` indicates wanting  to use a pre-configured GlusterFS cluster for the registry storage.  _ @@ -53,7 +53,6 @@ _  Dependencies  ------------ -* openshift_hosted_facts  * openshift_persistent_volumes  Example Playbook diff --git a/roles/openshift_hosted/meta/main.yml b/roles/openshift_hosted/meta/main.yml index 1d70ef7eb..ac9e241a5 100644 --- a/roles/openshift_hosted/meta/main.yml +++ b/roles/openshift_hosted/meta/main.yml @@ -12,6 +12,6 @@ galaxy_info:    categories:    - cloud  dependencies: -- role: openshift_hosted_facts +- role: openshift_facts  - role: lib_openshift  - role: lib_os_firewall  | 
