From d5c98e17ea8ac152e7bc876b41c46082e71d7175 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 29 Jan 2020 14:14:27 +0100 Subject: Update vCPE doc with cloud settings details Change-Id: Ie5dc08f9ac5f96ccec7520949c26c6c2687bf7e1 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1409 --- docs/docs_vCPE.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/docs_vCPE.rst b/docs/docs_vCPE.rst index 9d1a6c664..a0550cc22 100644 --- a/docs/docs_vCPE.rst +++ b/docs/docs_vCPE.rst @@ -47,16 +47,7 @@ Here are the main steps to run the use case in Integration lab environment, wher :: - cloud: - '--os-auth-url': 'http://10.12.25.2:5000' - '--os-username': 'xxxxxxxxxx' - '--os-user-domain-id': 'default' - '--os-project-domain-id': 'default' - '--os-tenant-id': 'xxxxxxxxxxxxxxxx' - '--os-region-name': 'RegionOne' - '--os-password': 'xxxxxxxxxxx' - '--os-project-domain-name': 'xxxxxxxxx' - '--os-identity-api-version': '3' + cloud_name: 'xxxxxxxx' common_preload_config: 'oam_onap_net': 'xxxxxxxx' @@ -64,6 +55,7 @@ Here are the main steps to run the use case in Integration lab environment, wher 'public_net': 'xxxxxxxxx' 'public_net_id': 'xxxxxxxxxxxxx' +"cloud_name" should be set to Openstack cloud name from clouds.yaml. By default this file is at ~/.config/openstack directory; if it's located in scripts directory it will have precedence over the beforementoined one. Example clouds.yaml.example file is provided. 5. Run Robot to create and distribute for vCPE customer service. This step assumes step 1 has successfully distributed all vcpe models except customer service model -- cgit 1.2.3-korg