- Install Openstack Designate, see Eddy Raineri or Stephen Gooch for details
- Download environment and yaml files:
http://onap.readthedocs.io/en/latest/guides/onap-developer/settingup/fullonap.html
wget https://git.onap.org/demo/plain/heat/ONAP/onap_openstack.yaml
wget https://git.onap.org/demo/plain/heat/ONAP/onap_openstack.env - Edit env file:
PUT YOUR xxxxxx HERE - Launch
$ openstack stack create -t onap_openstack.yaml -e onap_openstack.env ONAP
- Run health check on robot VM
$ sudo docker exec -it openecompete_container /var/opt/OpenECOMP_ETE/runTags.sh -i health h -d ./html -V /share/config/integration_robot_properties.py -V /share/config/integration_preload_parameters.py -V /share/config/vm_properties.py
- Update Host Table
xxx.xxx.xxx.xxx policy.api.simpledemo.onap.org
xxx.xxx.xxx.xxx portal.api.simpledemo.onap.org
xxx.xxx.xxx.xxx sdc.api.simpledemo.onap.org
xxx.xxx.xxx.xxx vid.api.simpledemo.onap.org
xxx.xxx.xxx.xxx aai.api.simpledemo.onap.org
- Go to: http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
- Log on and follow standard demo guides.