Deploy OpenSDN

Deployment of OpenSDN, formerly Tungsten Fabric (TF), is managed by the tungstenfabric-operator Helm resource in a respective ClusterRelease.

To deploy OpenSDN:

  1. Optional. Configure the ASN and encapsulation settings if you need custom values for these parameters. For configuration details, see Autonomous System Number (ASN).

  2. Verify that you have completed all prerequisite steps as described in OpenSDN deployment prerequisites.

  3. Create the tungstenfabric.yaml file with the TFOperator resource configuration. For example:

    apiVersion: tf.mirantis.com/v2
    kind: TFOperator
    metadata:
      name: openstack-tf
      namespace: tf
    spec:
       dataStorageClass: tungstenfabric-operator-bind-mounts
    
  4. Configure the TFOperator custom resource according to the needs of your deployment. For the configuration details, refer to TFOperator custom resource and OpenSDN Operator (TFOperator) resources.

  5. Trigger the OpenSDN deployment:

    kubectl apply -f tungstenfabric.yaml
    
  6. Verify that OpenSDN has been successfully deployed:

    kubectl get pods -n tf
    

    The successfully deployed TF services should appear in the Running status in the system response.