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

add current_versions.sh file to the terraform provisioner #61

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

moadqassem
Copy link
Member

Description

Mounting the current_versions.sh file to the target provisioner when installing TinkerBell on Equinix using terraform

Why is this needed

Because the generate-envrc.sh will fail and no TinkerBell env will be created.

Fixes: #60

How Has This Been Tested?

Simply ran the provisioner on Equinix and the env file was created with all the needed info.

How are existing users impacted? What migration steps/scripts do we need?

None

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

Copy link
Contributor

@gauravgahlot gauravgahlot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @moadqassem 👍🏼

Copy link
Contributor

@gianarb gianarb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! we should really get #8 this in place!

@gianarb gianarb added the ready-to-merge Signal to Mergify to merge the PR. label Mar 4, 2021
@mergify mergify bot merged commit dbf51c8 into tinkerbell:master Mar 4, 2021
@moadqassem moadqassem deleted the add-current-versions-sh-file branch March 16, 2021 18:18
ttwd80 pushed a commit to ttwd80/tinkerbell-playground that referenced this pull request Sep 7, 2024
)

## Description
Mounting the `current_versions.sh` file to the target provisioner when installing TinkerBell on Equinix using terraform 
<!--- Please describe what this PR is going to change -->

## Why is this needed
Because the `generate-envrc.sh` will fail and no TinkerBell env will be created.
<!--- Link to issue you have raised -->

Fixes: tinkerbell#60

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
Simply ran the provisioner on Equinix and the env file was created with all the needed info.

## How are existing users impacted? What migration steps/scripts do we need?
None
<!--- Fixes a bug, unblocks installation, removes a component of the stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to generate Tinkerbell env using generate-envrc.sh script
3 participants