Skip to content

Configure Submariner Security Group Prerequisites for OpenStack Platform

Notifications You must be signed in to change notification settings

sridhargaddam/configure-osp-for-subm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configure Submariner Security Group Prerequisites for OpenStack Platform

Submariner Gateway nodes need to be able to accept traffic over UDP ports (4500 and 500 by default) when using IPsec. Submariner also uses UDP port 4800 to encapsulate traffic from the worker and master nodes to the Gateway nodes, and TCP port 8080 to retrieve metrics from the Gateway nodes.

configure_osp.sh is a script designed to update your OpenShift installation on OpenStack infrastructure for Submariner deployments, handling the requirements specified above.

You can use the configure_osp.sh script on your OpenShift install directory with your openrc credentials correctly sourced.

git clone https://github.com/sridhargaddam/configure-osp-for-subm.git
./configure_osp.sh <openshift-install-dir>

Certain parameters, such as the IPsec UDP ports can be customized before running the script. For example:

export IPSEC_NATT_PORT=4501
export IPSEC_IKE_PORT=501

Prerequisites

You will need:

  • Terraform version 0.12. Maximum compatible version is 0.12.12

About

Configure Submariner Security Group Prerequisites for OpenStack Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published