Browse Source

Remove empty openshift_hosted_facts role

This commit removes a now-empty role.
Michael Gugino 7 years ago
parent
commit
efe272a51c

+ 0 - 1
playbooks/openshift-master/private/config.yml

@@ -180,7 +180,6 @@
                                                 }}"
   roles:
   - role: openshift_master_facts
-  - role: openshift_hosted_facts
   - role: openshift_clock
   - role: openshift_cloud_provider
   - role: openshift_builddefaults

+ 3 - 4
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

+ 1 - 1
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

+ 0 - 15
roles/openshift_hosted_facts/meta/main.yml

@@ -1,15 +0,0 @@
----
-galaxy_info:
-  author: Andrew Butcher
-  description: OpenShift Hosted Facts
-  company: Red Hat, Inc.
-  license: Apache License, Version 2.0
-  min_ansible_version: 1.9
-  platforms:
-  - name: EL
-    versions:
-    - 7
-  categories:
-  - cloud
-dependencies:
-- role: openshift_facts

+ 0 - 1
roles/openshift_hosted_facts/tasks/main.yml

@@ -1 +0,0 @@
----

+ 0 - 1
roles/openshift_storage_glusterfs/README.md

@@ -147,7 +147,6 @@ Dependencies
 ------------
 
 * os_firewall
-* openshift_hosted_facts
 * openshift_repos
 * lib_openshift
 

+ 1 - 1
roles/openshift_storage_glusterfs/meta/main.yml

@@ -10,6 +10,6 @@ galaxy_info:
     versions:
     - 7
 dependencies:
-- role: openshift_hosted_facts
+- role: openshift_facts
 - role: lib_openshift
 - role: lib_os_firewall

+ 1 - 1
roles/openshift_storage_nfs/meta/main.yml

@@ -11,4 +11,4 @@ galaxy_info:
     - 7
 dependencies:
 - role: lib_os_firewall
-- role: openshift_hosted_facts
+- role: openshift_facts