-
Notifications
You must be signed in to change notification settings - Fork 37
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
Vagrant-r10k support for oscar #37
Comments
Ok, sorry, my last comment made about 25% of the sense it should've. It would make much more sense to me to have Oscar do what vagrant-r10k does, itself. Especially since both projects have the same maintainer. vagrant-r10k implements a very limited set of the r10k functionality, but @adrienthebo, you're more than welcome to steal code from it, or outright obsolete it. |
We implemented this ghetto style in the roles.yaml file:
in config/vms.yaml:
and the
That gives you a fully self-provisioning master without any manual steps. Only downside is the github apikey that is needed. |
Is there an easy way to integrate vagrant-r10k with oscar? Tried using the following in the config/roles.yaml:
Returns the following error on a vagrant up/provision:
From vagrant debug:
It may be that the vagrant-config_builder is simply not pulling in the defined vagrant-r10k configs.
The goal is to use oscar with r10k to build out a local dev environment and enable local development and testing of locally stored puppet modules.
The text was updated successfully, but these errors were encountered: