-
Perhaps as an additional appendix in existing docs, or separate file that can be referenced in future release announcements, let's add some discussion on typical upgrade paths. Starting example to fo…
-
OS: Centos 7
Vsphere
Kubeadm init --kubernetes-version v1.6.1 successful
sudo cp /etc/kubernetes/admin.conf $HOME/
sudo chown $(id -u):$(id -g) $HOME/admin.conf
export KUBECONFIG=$HOME/admin.…
-
Hi,
I'm testing version 3.2.0 and I'm having problems uploading files through the drag & drop window, either by clicking on it, then browsing, or by actually dragging&dropping the file.
The uploa…
-
We need to add support for service specific managers (SSMs) to the NS descriptors. The SSM section might be very similar to the VNF section. Using connection points, the SSMs could be connected to VNF…
-
We need to add support for function specific managers (FSMs) to the VNF descriptors. The FSM section might be very similar to the VDU section. Using connection points, the FSMs could be connected to V…
-
When a VNF instance is removed, sometimes the Stack is removed from Openstack, but Openstack returns an error message. Then, the VNF Manager is not able to remove the Stack because no exists inside Op…
-
Basic syntactical validation
-
as initial step for year 1 demo we would like to implement a simple deploy service flow.
more details from the MANO framework side can be found here -
sonata-nfv/son-mano-framework#23.
we need to def…
-
Define and implement a API for simple service deployment to be used by the GK
Derived from:
https://github.com/sonata-nfv/son-mano-framework/issues/23
see also
https://github.com/sonata-nfv/son-gkeep…
-
In the simple service deployment flow the SLM will invoke the Infrabstract to translate the NSD to the relevant VIM deployment script , then deploy the service, and will expect a deployment final stat…