Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created August 13, 2018 22:57
Show Gist options
  • Save gowatana/f95e02159d1cb8b68506eb6aa7eaa8e5 to your computer and use it in GitHub Desktop.
Save gowatana/f95e02159d1cb8b68506eb6aa7eaa8e5 to your computer and use it in GitHub Desktop.
{
"__version": "2.13.0",
"__comments": "deploy a VCSA with an embedded-PSC as a replication partner to another embedded-VCSA, on an ESXi host.",
"new_vcsa": {
"esxi": {
"hostname": "infra-esxi-06.go-lab.jp",
"username": "root",
"password": "パスワード",
"deployment_network": "dvpg-vc-deploy-0000",
"datastore": "vsanDatastore"
},
"appliance": {
"thin_disk_mode": true,
"deployment_option": "tiny",
"name": "lab-vc-02"
},
"network": {
"ip_family": "ipv4",
"mode": "static",
"ip": "192.168.10.12",
"dns_servers": [
"192.168.1.101",
"192.168.1.102"
],
"prefix": "24",
"gateway": "192.168.10.1",
"system_name": "lab-vc-02.go-lab.jp"
},
"os": {
"password": "VMware1!",
"ntp_servers": [
"192.168.1.101",
"192.168.1.102"
],
"ssh_enable": true
},
"sso": {
"password": "VMware1!",
"domain_name": "vsphere.local",
"first_instance": false,
"replication_partner_hostname": "lab-vc-01.go-lab.jp",
"sso_port": 443
}
},
"ceip": {
"settings": {
"ceip_enabled": false
}
}
}
@gowatana
Copy link
Author

下記の投稿むけ。

VCSA 6.7 を CLI デプロイしてみる。(embedded-PSC x2 の Enhanced Linked Mode)
https://communities.vmware.com/people/gowatana/blog/2018/08/13/vcsa67-cli-deploy

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