Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created September 28, 2024 10:05
Show Gist options
  • Save gowatana/6ab11b27e592ceabfe1431aa83514b50 to your computer and use it in GitHub Desktop.
Save gowatana/6ab11b27e592ceabfe1431aa83514b50 to your computer and use it in GitHub Desktop.
{
"hostsSpec": [
{
"hostfqdn": "vcf-w01-esxi-01.c.go-lab.jp",
"username": "root",
"storageType": "VSAN",
"password": "VMware1!",
"networkPoolName": "vcf-w01-np01"
},
{
"hostfqdn": "vcf-w01-esxi-02.c.go-lab.jp",
"username": "root",
"storageType": "VSAN",
"password": "VMware1!",
"networkPoolName": "vcf-w01-np01"
},
{
"hostfqdn": "vcf-w01-esxi-03.c.go-lab.jp",
"username": "root",
"storageType": "VSAN",
"password": "VMware1!",
"networkPoolName": "vcf-w01-np01"
}
]
}
@gowatana
Copy link
Author

下記の投稿むけ。

VCF 5.2 でホスト コミッショニングを実行してみる。(JSON ファイル)
https://vm.gowatana.jp/entry/2024/09/28/191402

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