Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created April 22, 2023 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/eab714fa0fca223c21a0fc368089e8c9 to your computer and use it in GitHub Desktop.
Save gowatana/eab714fa0fca223c21a0fc368089e8c9 to your computer and use it in GitHub Desktop.
# VM Settings
$vm_name = "lab-ntnx-ce-vm-02"
$vm_cpu_num = 4
$vm_mem_gb = 20
$vm_vmdk_1_gb = 32
$vm_vmdk_2_gb = 200
$vm_vmdk_3_gb = 500
$vm_hw_version = "vmx-14"
#$vm_drs_level = "PartiallyAutomated" # Can be specified only when DRS enabled
# base vSphere Settings
$dc_name = "infra-dc-01"
$vm_folder_name = "lab_nx_1-node-ahv"
$cluster_name = "infra-cluster-02"
$esxi_name = "infra-esxi-07.go-lab.jp"
$pg_name = "Nested-Trunk-Network"
$datastore_name = "ds-vmfs-infra-esxi-07-B"
$iso_path_name = "[ds-vmfs-infra-esxi-07-B] /iso/phoenix-ce2.0-fraser-6.5.2-stable-fnd-5.3.4-x86_64.iso"
@gowatana
Copy link
Author

下記の投稿むけ。

ESXi で Nested Nutanix CE VM を作成してみる。(PowerCLI 版)
https://blog.ntnx.jp/entry/2023/04/22/162504

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