Deployment of Tungsten Fabric (TF) is managed by the
tungstenfabric-operator
Helm resource in a respective MOS
ClusterRelease
.
To deploy TF:
Verify that you have completed all prerequisite steps as described in Tungsten Fabric deployment prerequisites.
Create tungstenfabric.yaml
with the TF resource configuration.
For example:
apiVersion: operator.tf.mirantis.com/v1alpha1
kind: TFOperator
metadata:
name: openstack-tf
namespace: tf
spec:
settings:
orchestrator: openstack
Trigger the TF deployment:
kubectl apply -f tungstenfabric.yaml
Verify that TF has been successfully deployed:
kubectl get pods -n tf
The successfully deployed TF services should appear in the Running
status
in the system response.
Starting from MOS 21.1, if you have enabled StackLight, enable
Tungsten Fabric monitoring by setting tungstenFabricMonitoring.enabled
to true
as described in MOS Operations Guide:
Configure StackLight.