Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Gateway for vRouter data plane network¶
If an edge router is accessible from the data plane through a gateway, define
the vRouter gateway in the TFOperator
custom resource. Otherwise,
the default system gateway is used.
Depending on the Tungsten Fabric Operator API version in use, proceed with one of the following configurations:
Define the vRouterGateway
parameter in the features
section of
the TFOperator
custom resource:
spec:
features:
vRouter:
vRouterGateway: <data-plane-network-gateway>
Define the VROUTER_GATEWAY
parameter in the TFOperator
custom
resource:
spec:
controllers:
tf-vrouter:
agent:
containers:
- name: agent
env:
- name: VROUTER_GATEWAY
value: <data-plane-network-gateway>