Deploy OpenSDN¶
Deployment of OpenSDN, formerly Tungsten Fabric (TF), is managed by
the tungstenfabric-operator Helm resource in a respective
ClusterRelease.
To deploy OpenSDN:
Optional. Configure the ASN and encapsulation settings if you need custom values for these parameters. For configuration details, see Autonomous System Number (ASN).
Verify that you have completed all prerequisite steps as described in OpenSDN deployment prerequisites.
Create the
tungstenfabric.yamlfile with theTFOperatorresource configuration. For example:apiVersion: tf.mirantis.com/v2 kind: TFOperator metadata: name: openstack-tf namespace: tf spec: dataStorageClass: tungstenfabric-operator-bind-mounts
Configure the
TFOperatorcustom resource according to the needs of your deployment. For the configuration details, refer to TFOperator custom resource and OpenSDN Operator (TFOperator) resources.Trigger the OpenSDN deployment:
kubectl apply -f tungstenfabric.yaml
Verify that OpenSDN has been successfully deployed:
kubectl get pods -n tf
The successfully deployed TF services should appear in the
Runningstatus in the system response.
See also