Create os-nosdn-osm scenario 37/58837/20
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 20 Jun 2018 21:56:03 +0000 (23:56 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 8 Aug 2018 08:31:01 +0000 (10:31 +0200)
commita44164fde75c88ddbb5d2d9770aaeb8978c2c0fa
tree17c11152b264f765068446bccedce4a904a92211
parent47145857b78f8093aa0653a16158e2940deac697
Create os-nosdn-osm scenario

The tasks added by this change
- configure opnfv host by installing required OSM packages, configuring
lxd and lxd bridge, making devuser member of lxd and docker groups
- clone OSM devops repo and checks out specific version
- execute install_osm.sh script with certain arguments to ensure script
runs unattended

The installation of OSM is based on
    https://osm.etsi.org/wikipub/index.php/OSM_Release_FOUR#Install_OSM_Release_FOUR

Change-Id: I8897288f7d0cadc4931ca21de13a4f4418fff7a8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
scenarios/os-nosdn-osm/role/os-nosdn-osm/defaults/main.yml [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/configure-opnfvhost.yml [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/main.yml [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/post-deployment.yml [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/templates/lxd-bridge.j2 [new file with mode: 0644]
scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml [new file with mode: 0644]