From af56b68e030085aa523152e83811705636ead79c Mon Sep 17 00:00:00 2001 From: asgar Date: Fri, 8 Mar 2019 19:52:33 +0530 Subject: added ansible server functionality multiple ansible server for CDT Issue-ID: APPC-1510 Change-Id: I383bc63705418654efb596c617309821ebbeb9b4 Signed-off-by: Mohamed Asgar Samiulla --- src/cdt.application.properties.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/cdt.application.properties.json (limited to 'src/cdt.application.properties.json') diff --git a/src/cdt.application.properties.json b/src/cdt.application.properties.json new file mode 100644 index 0000000..f635d23 --- /dev/null +++ b/src/cdt.application.properties.json @@ -0,0 +1,15 @@ +{ + "source": "INSTAR", + "CONTACT_US": { + "CONTACT_US_EMAIL": "appc@list.onap.org", + "CONTACT_US_SUBJECT": "CDT Query/Feedback" + }, + "username": "admin", + "password": "admin", + "displayConfigScaleout": true, + "Actions": { + "ConfigScaleOut": "ConfigScaleOut", + "Configure": "Configure" + }, + "versionNoForApiCall": "0.0.1" +} \ No newline at end of file -- cgit 1.2.3-korg