Advertisement
josephxsxn

blueprinthostgroups

Aug 24th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. {
  2.     "blueprint": "261fullinstall",
  3.     "default_password": "admin",
  4.     "host_groups": [{
  5.             "name": "host_group_2",
  6.             "hosts": [{
  7.                 "fqdn": "master1.aegisdoctrine.local"
  8.             }]
  9.         },
  10.         {
  11.             "name": "host_group_3",
  12.             "hosts": [{
  13.                 "fqdn": "master2.aegisdoctrine.local"
  14.             }]
  15.         },
  16.         {
  17.             "name": "host_group_4",
  18.             "hosts": [{
  19.                     "fqdn": "worker1.aegisdoctrine.local"
  20.                 },
  21.                 {
  22.                     "fqdn": "worker2.aegisdoctrine.local"
  23.                 },
  24.                 {
  25.                     "fqdn": "worker3.aegisdoctrine.local"
  26.                 }
  27.             ]
  28.         },
  29.         {
  30.             "name": "host_group_1",
  31.             "hosts": [{
  32.                 "fqdn": "edge1.aegisdoctrine.local"
  33.             }]
  34.         },
  35.         {
  36.             "name": "host_group_6",
  37.             "hosts": [{
  38.                 "fqdn": "zkqjm3.aegisdoctrine.local"
  39.             }]
  40.         },
  41.         {
  42.             "name": "host_group_5",
  43.             "hosts": [{
  44.                     "fqdn": "zkqjm1.aegisdoctrine.local"
  45.                 },
  46.                 {
  47.                     "fqdn": "zkqjm2.aegisdoctrine.local"
  48.                 }
  49.             ]
  50.         }
  51.     ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement