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

should support local vagrant plugins #468

Open
hoatle opened this issue Sep 6, 2018 · 3 comments
Open

should support local vagrant plugins #468

hoatle opened this issue Sep 6, 2018 · 3 comments

Comments

@hoatle
Copy link
Member

hoatle commented Sep 6, 2018

local plugins should be within the plugins directory for prod usage. With dev mode, a plugin can be placed within the workspace directory, follow the convention of teracy-dev extensions for location lookup and path.

When a plugin is updated, make sure to re-install the plugin (gem) so that vagrant gets the latest code of the plugin.

I guess we could introduce: is_local and location option for plugin config so that we know it's a local plugin to handle properly.

@hoatle hoatle added this to the v0.6.0-dev milestone Sep 6, 2018
@hoatle hoatle modified the milestones: v0.6.0-dev, v0.6.0-a4-dev Sep 13, 2018
@hoatle hoatle modified the milestones: v0.6.0-a4-dev, v0.6.0-a5-dev Sep 15, 2018
@hoatle hoatle self-assigned this Oct 3, 2018
@hoatle hoatle removed this from the v0.6.0-a5-dev milestone Oct 4, 2018
@hoatle hoatle removed the sprt:next label Oct 4, 2018
@hoatle
Copy link
Member Author

hoatle commented Oct 4, 2018

I guess we don't need this yet for v0.6, so maybe we could make this into v0.7 or when we really need this feature

@hoatle hoatle removed their assignment Oct 7, 2018
@hoatle
Copy link
Member Author

hoatle commented Oct 7, 2018

related: #493

As I could see, plugin_manager also supports local plugin so we just need to add config support

@hoatle hoatle added this to the v0.7.0-dev milestone Oct 27, 2018
@hoatle hoatle assigned hoatle and unassigned hieptranquoc Dec 28, 2018
@hoatle
Copy link
Member Author

hoatle commented Dec 28, 2018

vagrant introduced local and global mode plugins, I need to specify more to avoid confusions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants