This section describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using [OpenStack](https://www.openstack.org/). It has been tested with OpenStack Kolla up to Yoga version.
This section describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using [OpenStack](https://www.openstack.org/). It has been tested with OpenStack Kolla up to Yoga version.
<h3><u>Create a Security Group in OpenStack</h3></u>
<h3><u>Create a Security Group in OpenStack</h3></u>
...
@@ -471,6 +470,7 @@ microk8s.enable community
...
@@ -471,6 +470,7 @@ microk8s.enable community
```
```
The Addons to be enabled are:
The Addons to be enabled are:
-`dns`: enables resolving the pods and services by name
-`dns`: enables resolving the pods and services by name
-`helm3`: required to install NATS
-`helm3`: required to install NATS
-`hostpath-storage`: enables providing storage for the pods (required by `registry`)
-`hostpath-storage`: enables providing storage for the pods (required by `registry`)
...
@@ -484,15 +484,14 @@ The Addons to be enabled are:
...
@@ -484,15 +484,14 @@ The Addons to be enabled are:
microk8s.enable dns helm3 hostpath-storage ingress registry prometheus metrics-server linkerd
microk8s.enable dns helm3 hostpath-storage ingress registry prometheus metrics-server linkerd
```
```
__Important__: Enabling some of the addons might take few minutes.
__Important__: Enabling some of the addons might take few minutes. Do not proceed with next steps until the addons are ready. Otherwise, the deployment might fail.
Do not proceed with next steps until the addons are ready.
Otherwise, the deployment might fail.
To confirm everything is up and running:
To confirm everything is up and running:
1. Periodically
1. Periodically
[Check the status of Kubernetes](./1.2.-Install-MicroK8s#check-status-of-kubernetes-and-addons)
[Check the status of Kubernetes](#12-install-microk8s)
until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, linkerd, metrics-server, prometheus, registry, storage] in the enabled block.
until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, linkerd, metrics-server, prometheus, registry, storage] in the enabled block.