Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.03 KB | None | 0 0
  1. {
  2.     "__version": "2.3.0",
  3.     "__comments": "Sample template to deploy a vCenter Server Appliance with an embedded Platform Services Controller on a vCenter Server instance.",
  4.     "new.vcsa": {
  5.         "vc": {
  6.             "hostname": "192.168.0.105",
  7.             "username": "administrator",
  8.             "password": "itsasecret123",
  9.             "deployment.network": "vmware",
  10.             "datacenter": [
  11.                 "vNETLAB-DC"
  12.             ],
  13.             "datastore": "DATASTORE",
  14.             "target": [
  15.                 "192.168.0.105"
  16.             ]
  17.         },
  18.         "appliance": {
  19.             "thin.disk.mode": true,
  20.             "deployment.option": "small",
  21.             "name": "vcsa65"
  22.         },
  23.         "network": {
  24.             "ip.family": "ipv4",
  25.             "mode": "static",
  26.             "ip": "192.168.0.105",
  27.             "dns.servers": [
  28.                 "192.168.0.1"
  29.             ],
  30.             "prefix": "24",
  31.             "gateway": "192.168.0.1",
  32.             "system.name": "vCENTERSRV01.vmarioitsolutions.local"
  33.         },
  34.         "os": {
  35.             "password": "itsasecret123",
  36.             "ssh.enable": true
  37.         },
  38.         "sso": {
  39.             "password": "itsasecret123",
  40.             "domain-name": "vmarioitsolutions.local",
  41.             "site-name": "default-site"
  42.         }
  43.     },
  44.     "ceip": {
  45.         "description": {
  46.             "__comments": [
  47.                 "++++VMware Customer Experience Improvement Program (CEIP)++++",
  48.                 "VMware's Customer Experience Improvement Program (CEIP) ",
  49.                 "provides VMware with information that enables VMware to ",
  50.                 "improve its products and services, to fix problems, ",
  51.                 "and to advise you on how best to deploy and use our ",
  52.                 "products. As part of CEIP, VMware collects technical ",
  53.                 "information about your organization's use of VMware ",
  54.                 "products and services on a regular basis in association ",
  55.                 "with your organization's VMware license key(s). This ",
  56.                 "information does not personally identify any individual. ",
  57.                 "",
  58.                 "Additional information regarding the data collected ",
  59.                 "through CEIP and the purposes for which it is used by ",
  60.                 "VMware is set forth in the Trust & Assurance Center at ",
  61.                 "http://www.vmware.com/trustvmware/ceip.html . If you ",
  62.                 "prefer not to participate in VMware's CEIP for this ",
  63.                 "product, you should disable CEIP by setting ",
  64.                 "'ceip.enabled': false. You may join or leave VMware's ",
  65.                 "CEIP for this product at any time. Please confirm your ",
  66.                 "acknowledgement by passing in the parameter ",
  67.                 "--acknowledge-ceip in the command line.",
  68.                 "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
  69.             ]
  70.         },
  71.         "settings": {
  72.            "ceip.enabled": false
  73.         }
  74.     }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement