diff options
author | songgongjun <gongjun.song@intel.com> | 2019-08-27 21:06:07 -0700 |
---|---|---|
committer | songgongjun <gongjun.song@intel.com> | 2019-08-27 22:48:43 -0700 |
commit | 48d1ab0ce03a5554e7354ef77319ca17d26821f5 (patch) | |
tree | 70168a76be8f3555dbdb0278d010821f9c20df56 /test/hpa_automation | |
parent | c43d1bf4dd915011569ef9e2877517a273cb0476 (diff) |
Add comment about how to get cluster-ip
Issue-ID: INT-1227
Signed-off-by: songgongjun <gongjun.song@intel.com>
Change-Id: I40a261079330ca00b9eb15d431fb3b7ae4c319cb
Diffstat (limited to 'test/hpa_automation')
-rw-r--r-- | test/hpa_automation/tosca/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hpa_automation/tosca/README b/test/hpa_automation/tosca/README index 72e394b03..548ccc8b7 100644 --- a/test/hpa_automation/tosca/README +++ b/test/hpa_automation/tosca/README @@ -15,6 +15,7 @@ use cases. you must change below params: - aai_url: https://<node-ip>:30233 - sdc_onboarding_url: http://<cluster-ip>:8081 + <cludster-ip> can be gotten by "kubectl get services -n onap -o wide | grep sdc-onboarding-be" - sdc_catalog_url: http://<node-ip>:30205 - multicloud_url: http://<node-ip>:30280 - policy_url: https://<node-ip>:30694 |