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

[choir] Explore Ansible capabilities to orchestrate nodes #27

Open
Gelassen opened this issue Apr 27, 2023 · 0 comments
Open

[choir] Explore Ansible capabilities to orchestrate nodes #27

Gelassen opened this issue Apr 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Gelassen
Copy link
Owner

Gelassen commented Apr 27, 2023

User story:

As a developer I want to easily deploy and scale up infrastructure, preferably in 1-3 clicks.

Tech description:

Bash and npm scripts helped a lot with automatisation of the process. Planned migration to Docker compose should help go even further with automatisation of the whole ecosystem. Although, it is already known Docker is not a virtualisation technology and could not be considered as a full replacement of the VM. It breaks isolation environment for some cases, e.g. db volume mapping, which may be crucial for such tasks as a private chain deployment.

Ansible is not a virtualization or a containerization technology at all, but it is still automatisation tool which might be more handy in some cases rather than docker compose. The aim of this task to explore the Ansible capabilities and, in the positive case, define steps to utilise the Ansible for project.

Current important task is orchestrate private chain nodes with secure way of passing passwords,

@Gelassen Gelassen added the enhancement New feature or request label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant