aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 22:04:48 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 22:04:48 -0400
commitc09c0fa4ef4c1cd7e7e28a12c9469b783b75d4d8 (patch)
tree224b50684ace3785d9da69f710706c3d810d0450 /blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json
parentd280b356afc2595ab9d5492bb5ae55b9553b218f (diff)
SDNC Blueprints Content Generation Service
Creating SDNC Blueprints Content Generation Service to mash data into Velocity Templates Change-Id: I0b5100f1dd242b9d70df7f919c2a7e4105364eed Issue-ID: CCSDK-504 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json')
-rw-r--r--blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json b/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json
new file mode 100644
index 000000000..13d355cbc
--- /dev/null
+++ b/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json
@@ -0,0 +1,36 @@
+{
+ "node0_hostname": "appc-host",
+ "node0_backup_router_address": "2001:2001:2001:2001:2001:2001:2001:2001",
+ "servers": [
+ "Server1",
+ "Server2",
+ "Server3"
+ ],
+ "tacplus-servers": [
+ {
+ "tacplus-server-name": "tacplus-server-name1",
+ "tacplus-server-source-address": "enc-dsdsasa1"
+ },
+ {
+ "tacplus-server-name": "tacplus-server-name2",
+ "tacplus-server-source-address": "enc-dsdsasa2"
+ }
+ ],
+ "classes": [
+ {
+ "name": "superuser-class",
+ "idle-timeout": 5,
+ "permissions": "all"
+ },
+ {
+ "name": "tacacs-adv-class",
+ "idle-timeout": 5
+ },
+ {
+ "name": "tacacs-base-class",
+ "idle-timeout": 5
+ }
+ ],
+ "system-password": "teamops-system-password",
+ "root-password": "teamops-root-password"
+}