All notable changes to the Packer template for creating GraphDB Azure VM images will be documented in this file.
- Fixed the get
NODE_STATE
step in thegraphdb_backup
script.
- The
gallery_subscription_id
is now a required variable instead of defaulting tosubscription_id
.
- Fixed create_image_definition.sh to use
gallery_subscription_id
- Installed Azure CLI
- Removed features preventing build with Standard_B1ls VM.
- Fixed create_image_definition.sh
- 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.
- 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
- 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
- Updated create_image_definition.sh to just create the definition and to skip invoking
packer build
- Initial release of the Packer template.
- Added configuration to create GraphDB VM image on Azure.
- Added basic provisioning with installation scripts.
- Added README.md with usage instructions.
- Added CONTRIBUTING.md
- Added CHANGELOG.md