Browse Source

Merge pull request #8374 from SaravanaStorageNetwork/ntp_check_and_start

NTP service is a pre-requisite for glusterfs
Michael Gugino 6 years ago
parent
commit
0d3cc83262

+ 2 - 0
playbooks/openshift-glusterfs/config.yml

@@ -4,5 +4,7 @@
     l_init_fact_hosts: "oo_masters_to_config:oo_glusterfs_to_config"
     l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
     l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] | union(groups['oo_glusterfs_to_config']) }}"
+    l_install_base_packages: True
+    l_base_packages_hosts: "oo_glusterfs_to_config"
 
 - import_playbook: private/config.yml

+ 2 - 0
playbooks/openshift-glusterfs/registry.yml

@@ -4,5 +4,7 @@
     l_init_fact_hosts: "oo_masters_to_config:oo_glusterfs_to_config"
     l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
     l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] | union(groups['oo_glusterfs_to_config']) }}"
+    l_install_base_packages: True
+    l_base_packages_hosts: "oo_glusterfs_to_config"
 
 - import_playbook: private/registry.yml