Skip to content

PhotonOS Arm Packer reference implementation (includes NFS Server)

Notifications You must be signed in to change notification settings

lamw/photonos-arm-nfs-appliance

Repository files navigation

Reference for building PhotonOS Arm NFS Virtual Appliance (OVA) using Packer

Requirements

Step 1 - Clone the git repository

git clone https://github.com/lamw/photonos-arm-nfs-appliance.git

Step 2 - Edit the photon-builder.json file to configure the vSphere endpoint for building the PhotonOS appliance

{
  "builder_host": "192.168.30.240",
  "builder_host_username": "root",
  "builder_host_password": "VMware1!",
  "builder_host_datastore": "nfs",
  "builder_host_portgroup": "VM Network"
}

Note: If you need to change the initial root password on the PhotonOS appliance, take a look at photon-version.json and http/photon-kickstart.json. When the OVA is produced, there is no default password, so this does not really matter other than for debugging purposes.

Step 3 - Start the build by running the build script which simply calls Packer and the respective build files

./build.sh

Try it out

Pre-built PhotonOS Arm NFS Virtual Appliance OVA sample

About

PhotonOS Arm Packer reference implementation (includes NFS Server)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published