Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active June 29, 2024 13:35
Show Gist options
  • Save gowatana/21c6660b31fb3af9279d193e6d503f90 to your computer and use it in GitHub Desktop.
Save gowatana/21c6660b31fb3af9279d193e6d503f90 to your computer and use it in GitHub Desktop.
{
"__version": "2.13.0",
"__comments": [
"D:/vcsa-cli-installer/win32/vcsa-deploy.exe install --accept-eula --no-ssl-certificate-verification --precheck-only ./lab-vc-02_vsan.json",
"D:/vcsa-cli-installer/win32/vcsa-deploy.exe install --accept-eula --no-ssl-certificate-verification ./lab-vc-02_vsan.json"
],
"new_vcsa": {
"esxi": {
"hostname": "lab-esxi-141.go-lab.jp",
"username": "root",
"password": "VMware1!",
"deployment_network": "VM Network",
"VCSA_cluster": {
"datacenter": "lab-dc-02",
"cluster": "vsan-cluster",
"compression_only": false,
"deduplication_and_compression": false,
"disks_for_vsan": {
"cache_disk": [
"mpx.vmhba0:C0:T1:L0"
],
"capacity_disk": [
"mpx.vmhba0:C0:T2:L0"
]
},
"enable_vlcm": false,
"enable_vsan_esa": false
}
},
"appliance": {
"thin_disk_mode": true,
"deployment_option": "tiny",
"name": "lab-vc-02"
},
"network": {
"ip_family": "ipv4",
"mode": "static",
"system_name": "lab-vc-02.go-lab.jp",
"ip": "192.168.10.12",
"prefix": "24",
"gateway": "192.168.10.1",
"dns_servers": [
"192.168.1.101",
"192.168.1.102"
]
},
"os": {
"password": "VMware1!",
"ntp_servers": [
"192.168.1.101",
"192.168.1.102"
],
"ssh_enable": true
},
"sso": {
"password": "VMware1!",
"domain_name": "vsphere.local"
}
},
"ceip": {
"settings": {
"ceip_enabled": false
}
}
}
@gowatana
Copy link
Author

下記の投稿むけ。

vcsa-deploy で VCSA を CLI デプロイしてみる。(vSAN 構成)
https://vm.gowatana.jp/entry/2024/06/29/205827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment