aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-08-30 17:58:46 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-11 15:06:38 +0530
commit8714faf28bb10d3a5df20d082fa0d2a47d6bacc2 (patch)
tree31e06abf45f0a8cf63895a4f3df9d2210d5c9dbb
parent3f90f785d99d480b3d70fdf8c9cbe3a3b991560a (diff)
Casablanca: profile
Issue-ID: CLI-122 Change-Id: I06fd9dcdd0e1468afe3743518d79ce3e55e40400 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--deployment/zip/src/main/release/data/onap-casablanca-profile.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/deployment/zip/src/main/release/data/onap-casablanca-profile.json b/deployment/zip/src/main/release/data/onap-casablanca-profile.json
new file mode 100644
index 00000000..36c4a5a9
--- /dev/null
+++ b/deployment/zip/src/main/release/data/onap-casablanca-profile.json
@@ -0,0 +1,57 @@
+[
+ {
+ "product" : "onap-casablanca",
+ "name" : "aai:host-url",
+ "value" : "https://192.168.17.7:8443"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "aai:host-username",
+ "value" : "AAI"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "aai:host-password",
+ "value" : "AAI"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "msb:host-url",
+ "value" : "http://192.168.17.5:80"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "sdc:host-url",
+ "value" : "http://192.168.17.13:8080"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "sdc:host-username",
+ "value" : "cs_0008"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "sdc:host-password",
+ "value" : "demo123456!"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "policy:host-url",
+ "value" : "http://192.168.17.19:8443"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "so:host-url",
+ "value" : "http://192.168.17.3:8080"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "so:host-username",
+ "value" : "InfraPortalClien"
+ },
+ {
+ "product" : "onap-casablanca",
+ "name" : "so:host-password",
+ "value" : "password1$"
+ }
+] \ No newline at end of file