Advertisement
Guest User

govc JSON for deploying vcenter vcsa

a guest
Dec 29th, 2019
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.23 KB | None | 0 0
  1. {
  2.   "Annotation": "JSON file that deploys a VMware vCenter (VCSA) via OVA, utilizing the 'govc' tool.  This deployment was tested on RackN Digital Rebar Platform, deploying vCenter 6.7.0u3 on top of an ESXi 6.7.0u3 node.",
  3.   "Name": "vc01",
  4.   "Annotation": "RackN Deployed VMware vCenter Server Appliance (VCSA)",
  5.   "Deployment": "small",
  6.   "DiskProvisioning": "thin",
  7.   "IPAllocationPolicy": "dhcpPolicy",
  8.   "IPProtocol": "IPv4",
  9.   "MarkAsTemplate": false,
  10.   "PowerOn": true,
  11.   "InjectOvfEnv": true,
  12.   "WaitForIP": false,
  13.   "NetworkMapping": [
  14.     {
  15.       "Name": "Guest Network",
  16.       "Network": "VM Network"
  17.     }
  18.   ],
  19.   "PropertyMapping": [
  20.     {
  21.       "Key": "guestinfo.cis.deployment.autoconfig",
  22.       "Value": "True"
  23.     },
  24.     {
  25.        "Key": "guestinfo.cis.deployment.node.type",
  26.        "Value": "embedded"
  27.     },
  28.     {
  29.        "Key": "guestinfo.cis.db.type",
  30.        "Value": "embedded"
  31.     },
  32.     {
  33.       "Key": "guestinfo.cis.appliance.net.addr.family",
  34.       "Value": "ipv4"
  35.     },
  36.     {
  37.       "Key": "guestinfo.cis.appliance.net.mode",
  38.       "Value": "static"
  39.     },
  40.     {
  41.       "Key": "guestinfo.cis.appliance.net.addr",
  42.       "Value": "10.10.10.83"
  43.     },
  44.     {
  45.       "Key": "guestinfo.cis.appliance.net.prefix",
  46.       "Value": "24"
  47.     },
  48.     {
  49.       "Key": "guestinfo.cis.appliance.net.gateway",
  50.       "Value": "10.10.10.1"
  51.     },
  52.     {
  53.       "Key": "guestinfo.cis.appliance.net.dns.servers",
  54.       "Value": "1.1.1.1,1.0.0.1"
  55.     },
  56.     {
  57.       "Key": "guestinfo.cis.appliance.ntp.servers",
  58.       "Value": "time-a.nist.gov,time-b.nist.gov,time-c.nist.gov"
  59.     },
  60.     {
  61.       "Key": "guestinfo.cis.appliance.net.pnid",
  62.       "Value": "10.10.10.83"
  63.     },
  64.     {
  65.       "Key": "guestinfo.cis.appliance.root.passwd",
  66.       "Value": "VMware1!"
  67.     },
  68.     {
  69.       "Key": "guestinfo.cis.appliance.ssh.enabled",
  70.       "Value": "True"
  71.     },
  72.     {
  73.       "Key": "guestinfo.cis.appliance.root.shell",
  74.       "Value": "/bin/bash"
  75.     },
  76.     {
  77.       "Key": "guestinfo.cis.vmdir.site-name",
  78.       "Value": "vc01"
  79.     },
  80.     {
  81.       "Key": "guestinfo.cis.vmdir.domain-name",
  82.       "Value": "vsphere.local"
  83.     },
  84.     {
  85.       "Key": "guestinfo.cis.vmdir.username",
  86.       "Value": "root@vspere.local"
  87.     },
  88.     {
  89.       "Key": "guestinfo.cis.vmdir.password",
  90.       "Value": "VMware1!"
  91.     },
  92.     {
  93.       "Key": "guestinfo.cis.vmdir.first-instance",
  94.       "Value": "True"
  95.     },
  96.     {
  97.       "Key": "guestinfo.cis.vpxd.ha.management.addr",
  98.       "Value": ""
  99.     },
  100.     {
  101.       "Key": "guestinfo.cis.vpxd.ha.management.port",
  102.       "Value": "443"
  103.     },
  104.     {
  105.       "Key": "guestinfo.cis.vpxd.ha.management.user",
  106.       "Value": ""
  107.     },
  108.     {
  109.       "Key": "guestinfo.cis.vpxd.ha.management.password",
  110.       "Value": ""
  111.     },
  112.     {
  113.       "Key": "guestinfo.cis.vpxd.ha.management.thumbprint",
  114.       "Value": ""
  115.     },
  116.     {
  117.       "Key": "guestinfo.cis.vpxd.ha.placement",
  118.       "Value": ""
  119.     },
  120.     {
  121.       "Key": "guestinfo.cis.ceip_enabled",
  122.       "Value": "False"
  123.     },
  124.     {
  125.       "Key": "vami.domain.VMware-vCenter-Server-Appliance",
  126.       "Value": "vsphere.local"
  127.     },
  128.     {
  129.       "Key": "vami.searchpath.VMware-vCenter-Server-Appliance",
  130.       "Value": ""
  131.     }
  132.   ]
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement