-
Notifications
You must be signed in to change notification settings - Fork 23
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
Convoluted Setup - Further deployment automation #73
Comments
Sorry for the late reply. This might be better in a discussions chat but i will share some thoughts here. The way the deployment happens now is intentional due to its flexibility. This does not mean there are not issues that prove to be annoying in certain situations. Most of the issues come from script issues from what i am aware of. Do you have your solution uploaded on your github that we can test? How easy would it be to offer newer releases in this setup? The nginx solution is not needed when using the dms_cli tool. |
I understand the flexibility coming with just providing a bash scripts and instructions. Terraform plugin exist for almost any cloud platform, also on premise. Warning, this solution was quick and dirty, and was meant to allow people to install all semi-automatic. It uses Ansible (playbook). P.S
|
Hey all, thanks a lot for putting effort into this testbed setup, I would like to to start a discussion regarding developer experience.
What's wrong?
Lot's of manual processes can be automated using proper scripts or proper server config and provision systems (Ansible / Terraform). I had colleagues struggling with setting up the testbed.
Despite using cloud methods, "Cloud Native" mindset is not present and the setup is much messier than is should be imho.
Solution
What do I propose?
My current setup is much friendlier and less prone to errors.
The text was updated successfully, but these errors were encountered: