aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-09-08 11:43:20 +0200
committermrichomme <morgan.richomme@orange.com>2020-09-09 10:03:38 +0200
commit80e8e99d9b33fc5929c253aba84d330ae68f01de (patch)
tree3680d71cd8b2570f97bfff52e78643b4b7ae307a /README.md
parent076a0030b70a875535f7fcabb7acafe7cf478746 (diff)
Use clouds.yaml rather than duplicating the openstack data in the conf
Issue-ID: TEST-261 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I624fca14a30dde9e704a9b982b55cbb8028b37fd Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
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.