Deploy Tungsten Fabric¶
Deployment of Tungsten Fabric is managed by the tungstenfabric-operator
Helm resource in a respective ClusterRelease
.
To deploy Tungsten Fabric:
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 Tungsten Fabric deployment prerequisites.
Create the
tungstenfabric.yaml
file with the Tungsten Fabric resource configuration. For example:apiVersion: tf.mirantis.com/v2 kind: TFOperator metadata: name: openstack-tf namespace: tf spec: dataStorageClass: tungstenfabric-operator-bind-mounts
Configure the
TFOperator
custom resource according to the needs of your deployment. For the configuration details, refer to TFOperator custom resource and API Reference.Trigger the Tungsten Fabric deployment:
kubectl apply -f tungstenfabric.yaml
Verify that Tungsten Fabric has been successfully deployed:
kubectl get pods -n tf
The successfully deployed TF services should appear in the
Running
status in the system response.If you have enabled StackLight, enable Tungsten Fabric monitoring by setting
tungstenFabricMonitoring.enabled
totrue
as described in StackLight configuration procedure.Since MOSK 23.1,
tungstenFabricMonitoring.enabled
is enabled by default during the Tungsten Fabric deployment. Therefore, skip this step.