Releases: Ontotext-AD/packer-azure-graphdb
Releases · Ontotext-AD/packer-azure-graphdb
Version 1.2.0
Changes
- The
gallery_subscription_id
is now a required variable instead of defaulting tosubscription_id
.
Fixes
- Fixed create_image_definition.sh to use
gallery_subscription_id
Version 1.1.0
New
- Added installation of Azure CLI
- Added subscription as an attribute in the create_image_definition.sh helper script.
- Added installation of Telegraf.
- Added provisioning of GraphDB backup script.
- Added keepalive and file max size settings.
- Added new variables in variables.pck.hcl
tags
- Additional tags to apply to the build resourcesbuild_temp_resource_group_name
- Name of the temporary resource group created by Packer during the buildbuild_resource_group_name
- Name of a resource group to be used by Packer during the buildgallery_subscription_id
- ID of the subscription where the Shared Image Gallery is located
Changes
- Removed features preventing build with Standard_B1ls VM.
- Improved logging of the GraphDB install script.
- Added proper prefixes to the variable names in variables.pck.hcl
- Grouped variables by usage in variables.pck.hcl
- Updated create_image_definition.sh to just create the definition and to skip invoking
packer build
Version 1.0.0
Initial release of the Packer template.