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

Show friendly error on image not found + update the setup docs #257

Merged
merged 3 commits into from
Dec 21, 2021

Conversation

gdubicki
Copy link
Contributor

@gdubicki gdubicki commented Dec 4, 2021

* quickstart example config was missing required `image_project_id`
  to work at all (see mitchellh#234, mitchellh#228),
* update the GCP setup instructions to their current web UI as of now,
* update images versions to the current and available ones,
* reorganize initial setup sections for readability,
* change headings a bit for consistency,
* fix minor typos, replace http links with https etc.
@gdubicki gdubicki force-pushed the fix_and_update_basic_setup branch from 8294a11 to 9d81928 Compare December 4, 2021 08:52
@gdubicki gdubicki changed the title Fix and update basic setup Fix and update basic setup docs Dec 4, 2021
@gdubicki
Copy link
Contributor Author

gdubicki commented Dec 4, 2021

Oops, I was wrong. The image_project_id is NOT required, but https://github.com/fog/fog-google was missing the project_id of the image_family I was trying to use - rocky-linux-cloud for rocky-linux-8... This will be fixed by fog/fog-google#557 .

and correct info that providing image_project_id is required
- it is not, if the image is a standard one (and the list
of global projects in fog/fog-google is up to date, see
fog/fog-google#557)

Fixes mitchellh#228
@gdubicki gdubicki changed the title Fix and update basic setup docs Show friendly error on image not found + update the setup docs Dec 4, 2021
@gdubicki
Copy link
Contributor Author

@Temikus ?

Copy link
Collaborator

@Temikus Temikus 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 for your contribution ❤️

Only one concern here, please see comment.

lib/vagrant-google/action/run_instance.rb Outdated Show resolved Hide resolved
@Temikus Temikus self-requested a review December 21, 2021 23:26
@Temikus Temikus merged commit e15d32d into mitchellh:master Dec 21, 2021
@gdubicki gdubicki deleted the fix_and_update_basic_setup branch December 22, 2021 07:13
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