Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TES-277: Packer Automation #13

Merged
merged 1 commit into from
Feb 15, 2024
Merged

TES-277: Packer Automation #13

merged 1 commit into from
Feb 15, 2024

Conversation

mihailradkov
Copy link
Contributor

@mihailradkov mihailradkov commented Feb 7, 2024

Description

Overhauled the variables and scripts structure.

Changes

  • 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 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
  • Updated create_image_definition.sh to just create the definition and to skip invoking packer build
  • Removed the ARM configuration for building images

Related Issues

TES-277

variables.pkr.hcl Show resolved Hide resolved
variables.pkr.hcl Outdated Show resolved Hide resolved
variables.pkr.hcl Outdated Show resolved Hide resolved
files/install_graphdb.sh Outdated Show resolved Hide resolved
Overhauled the variables and scripts structure.

- 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 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
- Updated create_image_definition.sh to just create the definition and to skip invoking `packer build`
- Removed the ARM configuration for building images
@mihailradkov mihailradkov merged commit 4a94601 into main Feb 15, 2024
1 check passed
@mihailradkov mihailradkov deleted the TES-277-automation branch February 15, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants