diff options
Diffstat (limited to 'playbooks/aws')
| -rw-r--r-- | playbooks/aws/openshift-cluster/hosted.yml | 4 | ||||
| -rw-r--r-- | playbooks/aws/openshift-cluster/install.yml | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml index 32139e150..da7ec9d21 100644 --- a/playbooks/aws/openshift-cluster/hosted.yml +++ b/playbooks/aws/openshift-cluster/hosted.yml @@ -10,10 +10,10 @@  - include: ../../openshift-prometheus/private/config.yml    when: openshift_hosted_prometheus_deploy | default(false) | bool -- include: ../../common/openshift-cluster/service_catalog.yml +- include: ../../openshift-service-catalog/private/config.yml    when: openshift_enable_service_catalog | default(false) | bool -- include: ../../common/openshift-management/config.yml +- include: ../../openshift-management/private/config.yml    when: openshift_management_install_management | default(false) | bool  - name: Print deprecated variable warning message if necessary diff --git a/playbooks/aws/openshift-cluster/install.yml b/playbooks/aws/openshift-cluster/install.yml index 6c177bd21..f8206529a 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -42,5 +42,5 @@    include: ../../openshift-node/private/config.yml  - name: include openshift-glusterfs -  include: ../../common/openshift-glusterfs/config.yml +  include: ../../openshift-glusterfs/private/config.yml    when: groups.oo_glusterfs_to_config | default([]) | count > 0  | 
