Open vxlan-gpe port on compute

Tested in virtual environment

Change-Id: I40018a280760f76edf79f94c797ab0cfce79b193
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
This commit is contained in:
Ferenc Cserepkei 2016-07-30 21:26:55 +02:00
parent 5d80efce6d
commit 550965c331
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,4 @@
notice('MODULAR: odl-vxgpe.pp')
include firewall
class { 'opendaylight::vxgpe': }

View File

@ -0,0 +1,12 @@
class opendaylight::vxgpe {
firewall {'215 vxlan-gpe tcp':
dport => [ 6633 ],
proto => 'tcp',
action => 'accept',
}
firewall {'215 vxlan-gpe udp':
dport => [ 6633 ],
proto => 'udp',
action => 'accept',
}
}

View File

@ -63,6 +63,16 @@
puppet_manifest: puppet/manifests/odl-sfc.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 120
- id: odl_vxgpe
type: puppet
version: 2.0.0
groups: [compute, compute-vmware]
required_for: [openstack-network-common-config]
requires: [openstack-network-start]
parameters:
puppet_manifest: puppet/manifests/odl-vxgpe.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 60
- id: openstack-network-common-config
type: puppet
version: 2.0.0