diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2017-11-28 10:34:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 10:34:48 -0500 |
commit | b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0 (patch) | |
tree | d9ae51dfc654e8a88c189a975bebfb5bbdbcd80e /playbooks/openshift-etcd/private | |
parent | b9ab765528ff2e7f9aa46b6942d74027ef9b6799 (diff) | |
parent | 08fca0216aeddf24f8c1a4e33fa522021fad249f (diff) | |
download | openshift-b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0.tar.gz openshift-b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0.tar.bz2 openshift-b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0.tar.xz openshift-b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0.zip |
Merge pull request #6269 from mgugino-upstream-stage/clock-depends
Remove openshift_clock from meta depends
Diffstat (limited to 'playbooks/openshift-etcd/private')
-rw-r--r-- | playbooks/openshift-etcd/private/ca.yml | 1 | ||||
-rw-r--r-- | playbooks/openshift-etcd/private/config.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/openshift-etcd/private/ca.yml b/playbooks/openshift-etcd/private/ca.yml index ac5543be9..c9f186e72 100644 --- a/playbooks/openshift-etcd/private/ca.yml +++ b/playbooks/openshift-etcd/private/ca.yml @@ -2,6 +2,7 @@ - name: Generate new etcd CA hosts: oo_first_etcd roles: + - role: openshift_clock - role: openshift_etcd_facts tasks: - include_role: diff --git a/playbooks/openshift-etcd/private/config.yml b/playbooks/openshift-etcd/private/config.yml index f49a3ecaa..3d6c79834 100644 --- a/playbooks/openshift-etcd/private/config.yml +++ b/playbooks/openshift-etcd/private/config.yml @@ -20,6 +20,7 @@ any_errors_fatal: true roles: - role: os_firewall + - role: openshift_clock - role: openshift_etcd etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}" etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}" |