diff options
| author | Avesh Agarwal <avagarwa@redhat.com> | 2015-06-19 14:41:10 -0400 | 
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2015-08-26 13:22:42 -0400 | 
| commit | 1b3fff6248fbd6788a26ee2b6c60f7731891c0f4 (patch) | |
| tree | 6e2fc801a4366bf7e8075882e90f8383a638fb74 /roles/openshift_master_ca | |
| parent | 2595194cc34db43de2d9f139ff7ed1cd41c47ab1 (diff) | |
| download | openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.gz openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.bz2 openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.xz openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.zip | |
Atomic Enterprise related changes.
Diffstat (limited to 'roles/openshift_master_ca')
| -rw-r--r-- | roles/openshift_master_ca/tasks/main.yml | 4 | ||||
| -rw-r--r-- | roles/openshift_master_ca/vars/main.yml | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/roles/openshift_master_ca/tasks/main.yml b/roles/openshift_master_ca/tasks/main.yml index 03eb7e15f..303dc9c5d 100644 --- a/roles/openshift_master_ca/tasks/main.yml +++ b/roles/openshift_master_ca/tasks/main.yml @@ -1,6 +1,6 @@  --- -- name: Install the OpenShift package for admin tooling -  yum: pkg=openshift state=present +- name: Install the base package for admin tooling +  yum: pkg={{ openshift.common.service_type }} state=present    register: install_result  - name: Reload generated facts diff --git a/roles/openshift_master_ca/vars/main.yml b/roles/openshift_master_ca/vars/main.yml index 2925680bb..1f6af808c 100644 --- a/roles/openshift_master_ca/vars/main.yml +++ b/roles/openshift_master_ca/vars/main.yml @@ -1,5 +1,5 @@  --- -openshift_master_config_dir: /etc/openshift/master +openshift_master_config_dir: "{{ openshift.common.config_base }}/master"  openshift_master_ca_cert: "{{ openshift_master_config_dir }}/ca.crt"  openshift_master_ca_key: "{{ openshift_master_config_dir }}/ca.key"  openshift_master_ca_serial: "{{ openshift_master_config_dir }}/ca.serial.txt" | 
