[suse] Update security group for kube_masters

We would like to open following ports on kube_master:
  - for debug handlers kubectl exec and kubectl run commands
      protocol: tcp, port: 10250
  - for application service
      protocol: tcp, port_range: 30000 to 32767
  - for flanneld udp and vxlan backend
      protocol: udp, port: 8285 and port: 8472

Change-Id: Ie40e5c90c0b246960ff94b917f285a810120c340
Partial-Bug: #1622949
This commit is contained in:
Michal Jura 2016-11-25 11:16:32 +01:00
parent d7ed87e9ae
commit b28218f3df
1 changed files with 12 additions and 0 deletions

View File

@ -360,6 +360,18 @@ resources:
- protocol: tcp
port_range_min: 6443
port_range_max: 6443
- protocol: tcp
port_range_min: 10250
port_range_max: 10250
- protocol: tcp
port_range_min: 30000
port_range_max: 32767
- protocol: udp
port_range_min: 8285
port_range_max: 8285
- protocol: udp
port_range_min: 8472
port_range_max: 8472
secgroup_kube_minion:
type: OS::Neutron::SecurityGroup