浏览代码

Set portal net in master playbook

Jason DeTiberus 9 年之前
父节点
当前提交
4bc761eceb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/common/openshift-master/config.yml

+ 1 - 0
playbooks/common/openshift-master/config.yml

@@ -51,6 +51,7 @@
           console_url: "{{ openshift_master_console_url | default(None) }}"
           console_use_ssl: "{{ openshift_master_console_use_ssl | default(None) }}"
           public_console_url: "{{ openshift_master_public_console_url | default(None) }}"
+          portal_net: "{{ openshift_master_portal_net | default(None) }}"
   - name: Check status of external etcd certificatees
     stat:
       path: "{{ openshift.common.config_base }}/master/{{ item }}"