From 076a0030b70a875535f7fcabb7acafe7cf478746 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Fri, 4 Sep 2020 17:03:23 +0200 Subject: Support non multicloud configuration Add tenant and availability zone manually It is done by multicloud in multicloud mode Use settings.py as the main settings and specific settings per use case Issue-ID: TEST-256 Signed-off-by: mrichomme Change-Id: I3a66a8416cddb546780f784568e7a88f2bd1781b Signed-off-by: mrichomme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f275115..9987a40 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ instantiate services on ONAP A basic example is implemented in the python file -- run.py +- run_basicvm_multicloud_yaml.py The global datas defined in these files (see input_datas) shall be adapted to your environment. @@ -41,9 +41,12 @@ See ubuntu16test as example - Export the setting file in a environment variable ```shell - export ONAP_PYTHON_SDK_SETTINGS="onaptests.configuration.settings" + export ONAP_PYTHON_SDK_SETTINGS="onaptests.configuration.ubuntu16_multicloud_yaml_settings" ``` +Note each "use case" may have its own settings corresponding to the test +environment and configuration. + - (optional) Open ssh tunnel towards your openlab setting a dynamic port forward (by default 1080): ```shell -- cgit 1.2.3-korg