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 11, 2017
1 parent 3409e6d commit 3b7e5d5
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 12 deletions.
4 changes: 4 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,10 @@
tags:
- node

- include: initialize_openshift_repos.yml
tags:
- always

- include: initialize_openshift_version.yml
tags:
- always
Expand Down
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
1 change: 0 additions & 1 deletion roles/openshift_common/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ galaxy_info:
- cloud
dependencies:
- role: openshift_facts
- role: openshift_repos
3 changes: 1 addition & 2 deletions roles/openshift_health_checker/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
dependencies:
- role: openshift_facts
- role: openshift_repos
- role: openshift_facts
1 change: 0 additions & 1 deletion roles/openshift_loadbalancer/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ galaxy_info:
dependencies:
- role: lib_os_firewall
- role: openshift_facts
- 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 @@ -12,4 +12,3 @@ galaxy_info:
dependencies:
- role: lib_os_firewall
- 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 3b7e5d5

Please sign in to comment.