From: Kanagaraj Manickam k00365106 Date: Thu, 30 Aug 2018 12:28:46 +0000 (+0530) Subject: Casablanca: profile X-Git-Tag: 2.0.4~43^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F65719%2F2;p=cli.git Casablanca: profile Issue-ID: CLI-122 Change-Id: I06fd9dcdd0e1468afe3743518d79ce3e55e40400 Signed-off-by: Kanagaraj Manickam k00365106 --- 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