From 80e8e99d9b33fc5929c253aba84d330ae68f01de Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 8 Sep 2020 11:43:20 +0200 Subject: Use clouds.yaml rather than duplicating the openstack data in the conf Issue-ID: TEST-261 Signed-off-by: mrichomme Change-Id: I624fca14a30dde9e704a9b982b55cbb8028b37fd Signed-off-by: mrichomme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9987a40..4515944 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ See ubuntu16test as example including the dynamic forwarding port for ssh tunnel in src/onaptests/configuration/settings.py +- Set OpenStack configuration: there are 2 ways to provide the cloud information + If you got the clouds.yaml, you need to reference your cloud with the env + variable OS_TEST_CLOUD + ```shell + export OS_TEST_CLOUD="cloud-name-referenced-in-the-cloud-configuration" + ``` + If you do not have access to the cloud config, you must precise all the + parameters manually + - Export the setting file in a environment variable ```shell export ONAP_PYTHON_SDK_SETTINGS="onaptests.configuration.ubuntu16_multicloud_yaml_settings" @@ -57,7 +66,7 @@ environment and configuration. that the templates files for your service are defined, start to run the different steps: ```shell - python run.py + python run_basicvm_nomulticloud.py ``` - By default, all the logs are stored in the file pythonsdk.debug.log. -- cgit 1.2.3-korg