Skip to content

Installation guide

luishens01 edited this page Jul 23, 2018 · 4 revisions

Developing

These scripts were built with ansible > 2.4

Prerequisites

  • ansible > 2.4
  • docker > 17.12.0-ce
  • docker-py = 1.9.0

Cloning this repository

git clone https://github.com/sonata-nfv/tng-devops.git
cd tng-devops/

Components installation guide

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.