Skip to content

Commit

Permalink
Removing dependencies for openshift_repos and setting them up early i…
Browse files Browse the repository at this point in the history
…n the cluster build.
  • Loading branch information
Kenny Woodson committed Aug 8, 2017
1 parent 0569c50 commit a2976e7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
5 changes: 5 additions & 0 deletions playbooks/common/openshift-cluster/std_include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
tags:
- node

- include: initialize_openshift_repos.yml
tags:
- always

- include: initialize_openshift_version.yml
tags:
- always

3 changes: 1 addition & 2 deletions roles/etcd_common/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ galaxy_info:
categories:
- cloud
- system
dependencies:
- { role: openshift_repos }
dependencies: []
1 change: 0 additions & 1 deletion roles/openshift_ca/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ galaxy_info:
- cloud
- system
dependencies:
- role: openshift_repos
- role: openshift_cli
- role: openshift_named_certificates
2 changes: 0 additions & 2 deletions roles/openshift_common/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ galaxy_info:
categories:
- cloud
dependencies:
- role: openshift_facts
- role: openshift_repos
- role: openshift_version
3 changes: 3 additions & 0 deletions roles/openshift_health_checker/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
---
dependencies:
- role: openshift_facts
- role: openshift_version
1 change: 0 additions & 1 deletion roles/openshift_loadbalancer/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ dependencies:
- service: nuage mon
port: "{{ nuage_mon_rest_server_port | default(9443) }}/tcp"
when: openshift_use_nuage | default(false) | bool
- role: openshift_repos
3 changes: 1 addition & 2 deletions roles/openshift_master_cluster/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ galaxy_info:
categories:
- cloud
- system
dependencies:
- { role: openshift_repos }
dependencies: []
1 change: 0 additions & 1 deletion roles/openshift_storage_glusterfs/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ galaxy_info:
- 7
dependencies:
- role: openshift_hosted_facts
- role: openshift_repos
- role: lib_openshift
1 change: 0 additions & 1 deletion roles/openshift_storage_nfs/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ dependencies:
- service: nfs
port: "2049/tcp"
- role: openshift_hosted_facts
- role: openshift_repos
1 change: 0 additions & 1 deletion roles/openshift_version/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ galaxy_info:
categories:
- cloud
dependencies:
- role: openshift_repos
- role: openshift_docker_facts
- role: docker
when: openshift.common.is_containerized | default(False) | bool and not skip_docker_role | default(False) | bool
Expand Down

0 comments on commit a2976e7

Please sign in to comment.