diff options
Diffstat (limited to 'playbooks/openstack')
| -rw-r--r-- | playbooks/openstack/openshift-cluster/config.yml | 1 | ||||
| -rw-r--r-- | playbooks/openstack/openshift-cluster/files/heat_stack.yaml | 10 | 
2 files changed, 1 insertions, 10 deletions
| diff --git a/playbooks/openstack/openshift-cluster/config.yml b/playbooks/openstack/openshift-cluster/config.yml index 1366c83ca..f9ddb9469 100644 --- a/playbooks/openstack/openshift-cluster/config.yml +++ b/playbooks/openstack/openshift-cluster/config.yml @@ -29,4 +29,5 @@      openshift_use_openshift_sdn: "{{ lookup('oo_option', 'use_openshift_sdn') }}"      os_sdn_network_plugin_name: "{{ lookup('oo_option', 'sdn_network_plugin_name') }}"      openshift_use_flannel: "{{ lookup('oo_option', 'use_flannel') }}" +    openshift_use_calico: "{{ lookup('oo_option', 'use_calico') }}"      openshift_use_fluentd: "{{ lookup('oo_option', 'use_fluentd') }}" diff --git a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml index 20ce47c07..82329eac1 100644 --- a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml +++ b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml @@ -340,16 +340,6 @@ resources:            port_range_max: 10250            remote_mode: remote_group_id          - direction: ingress -          protocol: tcp -          port_range_min: 10255 -          port_range_max: 10255 -          remote_mode: remote_group_id -        - direction: ingress -          protocol: udp -          port_range_min: 10255 -          port_range_max: 10255 -          remote_mode: remote_group_id -        - direction: ingress            protocol: udp            port_range_min: 4789            port_range_max: 4789 | 
