-
Notifications
You must be signed in to change notification settings - Fork 24
Installation guide
luishens01 edited this page Jul 23, 2018
·
4 revisions
These scripts were built with ansible > 2.4
- ansible > 2.4
- docker > 17.12.0-ce
- docker-py = 1.9.0
git clone https://github.com/sonata-nfv/tng-devops.git
cd tng-devops/
The installation is very simple. You just need to execute the yml for your selected environment and component with ansible-playbook, just specfiying the role of the installation and the environment file, like this:
-
For Service Platform component:
ansible-playbook roles/sp.yml -i environments -e target="your env file"
-
For VnV component:
ansible-playbook roles/vnv.yml -i environments -e target="your env file"
-
For SDK component:
ansible-playbook roles/sdk.yml -i environments -e target="your env file"
This ansible commands will start the automathic deployment of the elements.