aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-nosdn-osm
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Add OSM variables to os-nosdn-osm scenarioFatih Degirmenci1-1/+6
OSM variables are currently in releng-xci. This change adds them to the scenario itself so they can be configured directly within the scenario. Another change will be send to remove corresponding variables from releng-xci repo. Change-Id: I33067954f53d21651e8b2d508fe25ac8eb4d9cb5 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-08-08Create os-nosdn-osm scenarioFatih Degirmenci7-0/+178
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>