homelab/docs/ADR/001-Development-environment.md
vincent 53eaf5254d
All checks were successful
continuous-integration/drone/push Build is passing
style: lint markdown
2022-11-29 22:08:34 +01:00

30 lines
908 B
Markdown

# 001 Development environment
## Status
Accepted
## Context
we need to create a virtual cluster to do test without impact on production.
### Virtualisation or Container
Virtualisation provide better isolation but must ressource are needed.
Container able to create more item without consum as resource than virtual machine.
### Creation Wrapper
Vagrant is good top manage virtual machine but not a lot of LXC box availlable, Vagant van be use with other configuration manager than ansible.
Molecule can manage molecule with plugins molecule-LXD. molecule is ansible exclusive solution
## Decision
we will use container instead VM for the resource consumption avantage.
Molecule wrapper will be use because all our configuration is already provide by ansible and we can have a better choise of container with molecule than vagrant.
## Consequences
Need to create dev env other an LXD server.