diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-09-04 17:03:23 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-09-08 11:03:28 +0200 |
commit | 076a0030b70a875535f7fcabb7acafe7cf478746 (patch) | |
tree | 0f5a62fad16fa4fb930ae0436bf158c20d9ff6b1 /README.md | |
parent | 6022ac2e68ece3720bcfa57b290d73ac0eb238c1 (diff) |
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 <morgan.richomme@orange.com>
Change-Id: I3a66a8416cddb546780f784568e7a88f2bd1781b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |