Housekeeping;Match packer template w/ prod pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e8b41ba5a4
commit
3a608d878d
@ -59,7 +59,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...'
|
||||
properties = {
|
||||
# "deployment.type" = "domainmember"
|
||||
|
||||
"guestinfo.hostname" = "TF-SRV01"
|
||||
"guestinfo.hostname" = "SRV01"
|
||||
# "guestinfo.administratorpw" = var.vm_adminpassword
|
||||
# "guestinfo.ntpserver" = "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org"
|
||||
"guestinfo.ipaddress" = "10.0.0.42"
|
||||
@ -68,7 +68,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...'
|
||||
"guestinfo.gateway" = "10.0.0.1"
|
||||
|
||||
"addsconfig.domainname" = "contoso.com"
|
||||
"addsconfig.username" = "CONTOSO\\Administrator"
|
||||
"addsconfig.username" = "CONTOSO\\domainjoin"
|
||||
"addsconfig.password" = var.adds_password
|
||||
}
|
||||
}
|
||||
|
@ -83,6 +83,7 @@
|
||||
"type": "powershell",
|
||||
"inline": [
|
||||
"choco config set --name=limit-output --value=LimitOutput",
|
||||
"choco install -y dotnetfx",
|
||||
"choco install -y 7zip.install",
|
||||
"choco install -y sysinternals"
|
||||
],
|
||||
@ -90,10 +91,6 @@
|
||||
},
|
||||
{
|
||||
"type": "windows-update"
|
||||
},
|
||||
{
|
||||
"type": "windows-restart",
|
||||
"restart_check_command":"powershell -command \"& {Write-Output 'Probing restart status'}\""
|
||||
}
|
||||
],
|
||||
"post-processors": [[
|
||||
|
Loading…
Reference in New Issue
Block a user