diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-12 14:12:25 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-12 14:12:25 -0400 |
commit | e284ee1c2dba7f6ceeedf8af4adc60a795721166 (patch) | |
tree | 7733fb6d89df77d42c2fdb10467a8d9a43bc8c99 /playbooks/common/openshift-cluster/config.yml | |
parent | 1ebd068ceaf1bb10af4de149f5474327a607760f (diff) | |
parent | 4ac07696f3db92d1361290c3a0d7b7637d3d1994 (diff) | |
download | openshift-e284ee1c2dba7f6ceeedf8af4adc60a795721166.tar.gz openshift-e284ee1c2dba7f6ceeedf8af4adc60a795721166.tar.bz2 openshift-e284ee1c2dba7f6ceeedf8af4adc60a795721166.tar.xz openshift-e284ee1c2dba7f6ceeedf8af4adc60a795721166.zip |
Merge pull request #1705 from abutcher/secure-router
Add support for creating secure router
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 2411e7360..6f908fa7f 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -34,3 +34,5 @@ - include: additional_config.yml - include: ../openshift-node/config.yml + +- include: openshift_hosted.yml |