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

Build GHAR Packer Cannot Use Bundled Plugins #293

Closed
wants to merge 7 commits into from

Conversation

olivereri
Copy link
Contributor

@olivereri olivereri commented Dec 18, 2023

Description

Building Github Actions Runner AMIs never set required plugins like Base AMI builds did. The Build workflow had been reporting this error:

Warning: Bundled plugins used

This template relies on the use of plugins bundled into the Packer binary.
The practice of bundling external plugins into Packer will be removed in an
upcoming version.

To remove this warning, add the following section to your template:

packer {
  required_plugins {
    amazon = {
      source  = "github.com/hashicorp/amazon"
      version = "~> 1"
    }
  }
}

The payments on this technical debt are due. Simply add the required plugin to Build GHAR's variables.hcl file.

Related Issues

department-of-veterans-affairs/va.gov-cms#16240
https://github.com/department-of-veterans-affairs/devops/pull/13814

Testing done

Screenshots

QA steps

What needs to be checked to prove this works?
What needs to be checked to prove it didn't break any related things?
What variations of circumstances (users, actions, values) need to be checked?

Tasks

Preview Give feedback

Is this PR blocked by another PR?

  • Add the DO NOT MERGE label
  • Add links to additional PRs here:

@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 18:01 Destroyed
@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 18:36 Destroyed
@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 18:46 Destroyed
@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 18:56 Destroyed
@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 19:32 Destroyed
@va-cms-bot va-cms-bot temporarily deployed to Tugboat December 18, 2023 19:39 Destroyed
@olivereri olivereri closed this Dec 18, 2023
@tjheffner tjheffner deleted the eo-fix-build-ghar-packer-update branch February 14, 2024 21:11
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.

3 participants