aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/src/test/resources/templates/base-config-data-jinja.json
blob: bbfb38d80773dc99c1824e1c9d148dd2c58234e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "node_hostname": "sdnc-host",
  "node_backup_router_address": "2001:1890:1253::192:168:100:1",
  "node_backup_router_d_address": "2011:1090:1253::112:158:100:1",
  "servers": [
    "Server1",
    "Server2",
    "Server3"
  ],
  "classes": [
    "superuser-class",
    "tacacs-adv-class",
    "tacacs-base-class"
  ],
  "system_password": "teamops-system-password"
}