Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 6, 2024 08:26
Show Gist options
  • Save gowatana/51cef4db852557cde028989080f7eb0a to your computer and use it in GitHub Desktop.
Save gowatana/51cef4db852557cde028989080f7eb0a to your computer and use it in GitHub Desktop.
{
"name": "vcf-w02-np01",
"networks": [
{
"type": "VSAN",
"vlanId": 73,
"mtu": 1700,
"subnet": "192.168.73.0",
"mask": "255.255.255.0",
"gateway": "192.168.73.1",
"ipPools": [
{
"start": "192.168.73.131",
"end": "192.168.73.134"
}
]
},
{
"type": "VMOTION",
"vlanId": 72,
"mtu": 1700,
"subnet": "192.168.72.0",
"mask": "255.255.255.0",
"gateway": "192.168.72.1",
"ipPools": [
{
"start": "192.168.72.131",
"end": "192.168.72.134"
}
]
}
]
}
@gowatana
Copy link
Author

gowatana commented Oct 6, 2024

下記の投稿むけ。

PowerVCF で VI Workload Domain を展開してみる。Part-06: VI Workload Domain(NSX 共用)の展開
https://vm.gowatana.jp/entry/2024/10/06/231649

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