Skip to content

Pre-provisioned image for use with the Condor Terraform Module.

License

Notifications You must be signed in to change notification settings

vultr/packer-vultr-condor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-vultr-condor

Pre-provisioned image for use with the Condor Terraform Module. Using a pre-provisioned image provides additional stability when you may wish to test OS level changes prior to cluster updates. Note: This will result in a slightly longer deployment time due to needing to transfer and restore the snapshot.

Usage

  1. Clone this repository
  2. Configure your Vultr API Key
$ export VULTR_API_KEY="<api-key-here>"
  1. Change any other default variable values by your preferred method, if necessary.
  2. Build the snapshot
$ make build
  1. Provide the snapshot description for the resulting image to the custom_snapshot_description input in the Condor terraform module, and deploy.
$ terraform apply