In this tutorial, we will deploy the service created in the previous Service Design tutorial onto OpenStack. We will do so by using the VID GUI from the ONAP Portal. Login as user demo.
In this section, you will learn the following through VID GUI:
- How to Instantiate a Service
- How to Instantiate a VNF
- How to Instantiate VF Module
- How to Instantiate Network
Let us start by running Robot init script
1.Run Robot init script to populate demo models.
Code Block |
---|
cd ~/oom/kubernetes/robot
./demo-k8s.sh onap init
|