Created
September 28, 2024 10:05
-
-
Save gowatana/6ab11b27e592ceabfe1431aa83514b50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
VCF 5.2 でホスト コミッショニングを実行してみる。(JSON ファイル)
https://vm.gowatana.jp/entry/2024/09/28/191402