aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-07-06add k8-nosdn-istio scenarioswutianwei2-0/+306
1. set kubenet the k8s network plugin 2. set istio_enable to true Change-Id: I244c6c1adfb5c992e1748d198cc1d7f8271f56ee Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-05-21add k8-contiv-nofeature scenariowutianwei2-0/+306
Change-Id: I41ba60a9f49034aa84f852baf17786f678622579 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-05-17Bug fix: initialize ODL_VERSION6.0.1Manuel Buil2-0/+5
When doing the ansible lookup, if the variable does not exist, an empty string is returned. That is a bug which must be fixed: https://github.com/ansible/ansible/issues/17329 Until then, we initialize the variable Change-Id: I92c43d15559600ff1583e1560c032377dc22793c Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-05-09Move generic scenarios into scenarios folder for alignment6.0.0Fatih Degirmenci24-0/+2578
All the external scenarios are developed and maintained in corresponding project repos under scenarios folder. In order to handle generic and external scenarios in same way, we need to move generic scenarios into scenarios folder in this repo. Change-Id: I30064d3e3105a88279e40384a8efb888cc3bcc68 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>