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

Containerization of SPPMon (and Install-Script) #73

Open
NielsKorschinsky opened this issue Aug 18, 2021 · 1 comment
Open

Containerization of SPPMon (and Install-Script) #73

NielsKorschinsky opened this issue Aug 18, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers Long Term Issue which isn't urgend, but should be solved sometimes.
Milestone

Comments

@NielsKorschinsky
Copy link
Member

I've checked the Dockerfile and did some research into docker-compose.
It is already possible to execute Grafana and Influx via docker-compose, only the execution of the python scripts is unclear for now.

Containerizing everything would reduce the dependencies by a lot, especially the python3+ vs yum python 2.7 conflict.
The most parts of the install process could stay the same, it is only required to move the config file into the container after editing it.

docker-compose.zip

@NielsKorschinsky NielsKorschinsky added enhancement New feature or request Long Term Issue which isn't urgend, but should be solved sometimes. labels Aug 18, 2021
@NielsKorschinsky NielsKorschinsky added this to the Stale & Old issues milestone Aug 23, 2022
@NielsKorschinsky
Copy link
Member Author

It is important to re-visit the config file and whether it is required to use the container name as srv_address within each component.
Also, it should be verified if the influxDB can be hidden from the internet, only exposing Grafana and the python container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Long Term Issue which isn't urgend, but should be solved sometimes.
Projects
None yet
Development

No branches or pull requests

1 participant