-
Notifications
You must be signed in to change notification settings - Fork 13
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
Owner alias plugin #12
Conversation
6d56c0c
to
b3647ff
Compare
fix outscale#10 Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
b3647ff
to
4d8ccea
Compare
@SwampDragons is there any new way to test the new changes over the builers? |
@marinsalinas Yes. If you run |
You can also run |
Have we started the partner conversation about transferring ownership of this repo to Outscale so you don't need to wait on our merge approval? |
@SwampDragons I don't think so. With this separate repo and the possibility of Outscale being owner of it, would osc builders still part of the main Packer binary, or would it be more like Terraform (separate binary, and possibly a repository) ? |
@Hakujou Currently the osc builders are being vedored in Packer here and all of its code now is in this repository and should remain in it. In the near future plugins won't be vondered anymore and the binaries will have to be downloaded with |
Thanks, Just test that on my machine, it work. |
To expand on what Moss said, the binary will be separate, but installation will happen seamlessly via the init command and a "packer" block in the config file. Documentation will remain on the Packer.io website, with a "partner" tag to show that it is being maintained by someone in a partner relationship with HashiCorp. |
@sylviamoss @SwampDragons Ok, thanks a lot. I'll need to discuss it with other Outscale employees as it's not a kind of decision I can take alone. Until then, this MR has been tested and is working, it can be merged :) |
Thanks, @Hakujou. I'll let @SwampDragons give you the information on which is the best channel for you to reach out to. |
Note that I didn't test it with new plugin system, but only with old packer repository.
Closes #10