aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/_functions.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23Provide ovn-central-address for local deploymentsKonrad Bańka1-1/+6
K8splugin served with docker-compose doesn't utilize ovn-central-address configured in host environment. Function responsible for generating config file has been modified to provide this information if available. Issue-ID: MULTICLOUD-708 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ie3c27c68c02a0e206f6447e8c4330e18af942cd8
2019-05-31Starting of k8splugin with docker-compose is brokendublinSamuli Silvius1-0/+36
docker-compose.yml and start.sh script cannot be used in installer.sh to start k8splugin and mongo. This commit modifies start.sh script to be usable in installer.sh to start plugin before tests. Also fixed kud_tests variable in installer.sh. Issue-ID: MULTICLOUD-640 Change-Id: I60cc850d6f5b58df574f79ad3c65b801c59b3a14 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>