Skip to content

Releases: Ontotext-AD/packer-azure-graphdb

Version 1.2.0

16 Feb 08:37
25f9350
Compare
Choose a tag to compare

Changes

  • The gallery_subscription_id is now a required variable instead of defaulting to subscription_id.

Fixes

Version 1.1.0

15 Feb 14:02
4a94601
Compare
Choose a tag to compare

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 resources
    • build_temp_resource_group_name - Name of the temporary resource group created by Packer during the build
    • build_resource_group_name - Name of a resource group to be used by Packer during the build
    • gallery_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

06 Nov 06:56
9074b04
Compare
Choose a tag to compare

Initial release of the Packer template.