Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy non-ONAP development OpenStack environment for VNF testing #3

Closed
4 tasks done
taylor opened this issue May 16, 2018 · 1 comment
Closed
4 tasks done

Comments

@taylor
Copy link
Collaborator

taylor commented May 16, 2018

Goal: Segment testing of non-ONAP VNF work from ONAP

This is Part 2: Get VNFs running on OpenStack without ONAP from https://docs.google.com/document/d/1GrdMynJA738fmkOPvTrkZAGz04eC4TcvmLRYLW4wbCs/edit#

@taylor
Copy link
Collaborator Author

taylor commented May 16, 2018

Setting up OpenStack Ocata in Virtualbox on Ubuntu 17.10

Provision base dev software and pull down onap-demo code:

git clone git@github.com:cncf/onap-demo.git -b amsterdam-openstack-ocata

cd onap-demo

./vagrant/run_demo.sh

Deploy the router to new packet server:

cd router-node ; vagrant plugin install vagrant-reload ; vagrant up

Deploy openstack to new packet server:

cd ../vagrant ; vagrant up control ; vagrant up control-1 ; vagrant up control-2

Register compute nodes as resources for OpenStack to use:

vagrant ssh control -- source /vagrant/openrc \; nova-manage cell_v2 simple_cell_setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant