diff options
author | Itohan <itohan.ukponmwan@intel.com> | 2019-06-05 20:18:48 +0000 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-06 01:20:02 +0000 |
commit | ecd1ebd52a0201ba3ab356cc23235e382a5419d8 (patch) | |
tree | bac3989386dbb3007c3048f6aad0ac57684b2bfc /test/hpa_automation/heat/README.md | |
parent | 9882a074712bdc451c0676cbed4ef2bcc35df176 (diff) |
Fixed Bugs in automtion script
Issue-ID: INT-905 INT-904 INT-794
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Change-Id: I45e5e09940378c8223ae36b8af3fc5e1b8b836bc
Diffstat (limited to 'test/hpa_automation/heat/README.md')
-rw-r--r-- | test/hpa_automation/heat/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hpa_automation/heat/README.md b/test/hpa_automation/heat/README.md index 4dd2abf2b..404ddbea1 100644 --- a/test/hpa_automation/heat/README.md +++ b/test/hpa_automation/heat/README.md @@ -7,7 +7,7 @@ These guide describes how to run the hpa_automation.py script. It can be used to - Install ONAP CLI. See [link](https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/installation_guide.html) - Install python mysql.connector (pip install mysql-connector-python) - Must have connectivity to the ONAP, a k8s vm already running is recommended as connectivity to the ONAP k8s network is required for the SDC onboarding section. - - Create policies for homing using the temp_resource_module_name specified in hpa_automation_config.json. Sample policies can be seen in the sample_vfw_policies directory. Be sure to specify the right path to the directory in hpa_automation_config.json + - Create policies for homing using the temp_resource_module_name specified in hpa_automation_config.json. Sample policies can be seen in the sample_vfw_policies directory. Be sure to specify the right path to the directory in hpa_automation_config.json, only policies should exist in the directory - Create Nodeport for Policy pdp using the pdp_service_expose.yaml file (copy pdp_service_expose.yaml in hpa_automation/heat to rancher and run kubectl apply -f pdp_expose.yaml) - Put in the CSAR file to be used to create service models and specify its path in hpa_automation_config.json - Modify the SO bpmn configmap to change the SO vnf adapter endpoint to v2. See step 4 [here](https://onap.readthedocs.io/en/casablanca/submodules/integration.git/docs/docs_vfwHPA.html#docs-vfw-hpa) |