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

docs: Update docs to specify Packer version 1.6.0 #484

Merged
merged 5 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addons/addon-base-raas/packages/serverless-packer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Node 12
- [Hashicorp Packer](https://www.packer.io/)
- The Service Workbench code is tested with Packer 1.6.0. You can install Packer 1.6.0 by using Packer version manager [pkenv](https://github.com/iamhsa/pkenv).

#### Project variables

Expand All @@ -19,6 +20,6 @@ By convention, this looks in the `./config/infra` directory for a json file that

## Topics

- [Installing Packer](https://learn.hashicorp.com/tutorials/packer/getting-started-install)
- [Installing Packer](https://github.com/iamhsa/pkenv)

- [Troubleshooting](https://learn.hashicorp.com/tutorials/packer/getting-started-install#troubleshooting)
2 changes: 1 addition & 1 deletion docs/docs/deployment/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _**Note**: You can create your own machine image if you do not wish to use the o

To deploy the machine images SDC, follow the steps outlined in the readme file located in `main/solution/machine-images/README.md`. Additionally, perform the following actions:

1. Install the open source tool, Packer from this [website](https://www.packer.io/). Packer is used to create a custom AMI which is then pushed to the Service Workbench deployment.
1. Install Packer 1.6.0 by using [pkenv](https://github.com/iamhsa/pkenv). Packer 1.6.0 creates a custom AMI that is uploaded to the Service Workbench deployment.
2. Fetch the package with `curl` or `wget`, unzip the package, and copy it to the `directory /usr/local/bin`.
3. Change directory to `/main/solution/machine-images`.
4. Run the command below. The command takes approximately 15 minutes to complete:
Expand Down
2 changes: 1 addition & 1 deletion main/solution/machine-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This solution uses [Packer](https://www.packer.io/) to create an Amazon Machine Image (AMI). This AMI forms the basis for EC2/EMR environments that investigators use for their research.

To install Packer, please see their installation [instructions](https://www.packer.io/intro/getting-started/install.html).
To install Packer 1.6.0, use [pkenv](https://github.com/iamhsa/pkenv).

## Preparation

Expand Down