diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-11-22 15:02:21 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-12-06 10:22:10 +0000 |
commit | ba8a72f9ac68fbdf04f9470960fae496aa49fa71 (patch) | |
tree | 2a726c59d29a6d68fc29058d5e0d5c916bbe1702 /docs | |
parent | 62a4764febf13ad678593d4ff8fc52e430564cf1 (diff) |
Insert vcpe customer service workflow into SO catalogdb
Customer service workflow entry will be automatically
inserted into catalogdb database if running with
oom_mode set to True.
So database endpoint properties were updated to
reflect current catalogdb location.
vCPE doc updated to reflect the changes made.
Change-Id: I54ef0bf94ccf2d38501c1b854cafe4d388a4b35d
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-205
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs_vCPE.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/docs_vCPE.rst b/docs/docs_vCPE.rst index f3a2be13f..12320d9e5 100644 --- a/docs/docs_vCPE.rst +++ b/docs/docs_vCPE.rst @@ -77,11 +77,7 @@ Here are the main steps to run the use case in Integration lab environment, wher vcpe.py init -6. Run a command from Rancher node to insert vcpe customer service workflow entry in SO catalogdb. You should be able to see a sql command printed out from the above step output at the end, and use that sql command to replace the sample sql command below (inside the double quote) and run it from Rancher node: - -:: - - kubectl exec dev-mariadb-galera-mariadb-galera-0 -- mysql -uroot -psecretpassword catalogdb -e "INSERT INTO service_recipe (ACTION, VERSION_STR, DESCRIPTION, ORCHESTRATION_URI, SERVICE_PARAM_XSD, RECIPE_TIMEOUT, SERVICE_TIMEOUT_INTERIM, CREATION_TIMESTAMP, SERVICE_MODEL_UUID) VALUES ('createInstance','1','vCPEResCust 2019-06-03 _04ba','/mso/async/services/CreateVcpeResCustService',NULL,181,NULL, NOW(),'6c4a469d-ca2c-4b02-8cf1-bd02e9c5a7ce')" +6. If running with oom_mode=False run a command printed at the end of the above step from k8s control node to insert vcpe customer service workflow entry in SO catalogdb. It will be done automatically otherwise. 7. 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 |