-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoton.variables.pkr.hcl
39 lines (33 loc) · 1.09 KB
/
photon.variables.pkr.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
VMware Photon OS Variables File
Created by
Russell Hamker
Twitter -> @butch7903
*/
// VM Config Info
version = "1.0.0"
description = "Hamker Tech Photon Tanzu TKG Appliance"
vm_name = "photontkg-template.hamker.local"
vm_final_name = "photontkg.hamker.local"
iso_checksum = "f6d95f3e88a1380bb168b9d0a1a2bf85" #md5 checksum
iso_url = "https://packages.vmware.com/photon/5.0/GA/iso/photon-minimal-5.0-dde71ec57.x86_64.iso"
numvcpus = "2"
ramsize = "1024"
// VMware Connect Credentials # needed to download Tanzu CLI
vmwuser = "<[email protected]>"
vmwpass = "<YourCustomerConnectPassword>"
// VM user Login Info
guest_username = "root"
guest_password = "VMware12345!"
// VMHOST Info
builder_host = "10.10.0.11"
builder_host_username = "root"
builder_host_password = "VMware12345!"
builder_host_datastore = "vsanDatastore"
builder_host_portgroup = "VM Network"
// VCSA Info
ovftool_deploy_vcenter = "10.10.0.100"
ovftool_deploy_vcenter_password = "VMware12345!"
ovftool_deploy_vcenter_username ="[email protected]"
// OVA OVF Template Name
photon_ovf_template = "photon.xml.template"