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

✨ Add command to install or update a vagrant development environment #69

Open
4 tasks
tkilias opened this issue Jun 6, 2023 · 1 comment
Open
4 tasks
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Jun 6, 2023

Summary

Add a command line command which allows a user to install or update a vagrant development environment from templates managed in this project.

Details

  • We already have some copies of a prototype https://github.com/exasol/integration-test-docker-environment/tree/main/vagrant
  • We should deliver with this project a core setup for the development environment
  • However, each repository might need to extend it
    • This means we need a way, how each repository can inject its extension
  • Currently, we use bash scripts for the basic setup, which can be annoying to maintain, maybe we should move to ansible
  • We should support libvirt (linux), virtualbox (MacOSX) and hyperv (Windows), if possible, these are the hypervisors used by our team

Background & Context

  • A vagrant development environment helps with setting up a Virtual Machine with all dependencies necessary to run and test your code.
    • This is especially necessary, if you need to interact with docker and your host system doesn't provide docker.
    • Furthermore, in case you break something in your current VM, you simply destroy it and start a new one, without the tedious setup process.
  • We already have multiple copies of this in many repositories, and maintaining all them is tedious.

Examples

References

Task(s)

  • Add core templates
  • Develop extension mechanism
  • Refactor setup scripts
  • Add hypervisors
@tkilias
Copy link
Collaborator Author

tkilias commented Jun 6, 2023

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

No branches or pull requests

1 participant