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

Error: Plugin not found. Retry build. #83

Closed
crlane opened this issue Jul 30, 2020 · 2 comments
Closed

Error: Plugin not found. Retry build. #83

crlane opened this issue Jul 30, 2020 · 2 comments

Comments

@crlane
Copy link
Contributor

crlane commented Jul 30, 2020

#82 Introduced a breaking bug by changing the path of the plugin installation location. On the very next line, it checks for the location of the packer-builder-arm-image in the old location, causing the script to fail.

    default: + PACKERFILE=/vagrant/rpi_ubuntu_arm64_with_salt.json
    default: + sudo mkdir -p /root/.packer.d/plugins
    default: + sudo cp /vagrant/packer-builder-arm-image /root/.packer.d/plugins/
    default: + [[ ! -f /home/vagrant/.packer.d/plugins/packer-builder-arm-image ]]
    default: + echo 'Error: Plugin not found. Retry build.'
    default: Error: Plugin not found. Retry build.
@crlane
Copy link
Contributor Author

crlane commented Jul 30, 2020

I'm working on a PR, should have one up shortly.

crlane added a commit to crlane/packer-builder-arm-image that referenced this issue Jul 30, 2020
- Resolves issue solo-io#83
- PR solo-io#82 introduced a change to plugin location, but did not update the
test of the plugins location. This resolves that and makes it a little
more general.
soloio-bulldozer bot pushed a commit that referenced this issue Aug 12, 2020
* Repair plugin file creation and existence test

- Resolves issue #83
- PR #82 introduced a change to plugin location, but did not update the
test of the plugins location. This resolves that and makes it a little
more general.
@yuval-k
Copy link
Member

yuval-k commented Aug 12, 2020

thank you for the fix!

@yuval-k yuval-k closed this as completed Aug 12, 2020
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

No branches or pull requests

2 participants