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

Create a script to deploy WMAgent docker image #11564

Closed
amaltaro opened this issue Apr 19, 2023 · 1 comment · Fixed by dmwm/CMSKubernetes#1393
Closed

Create a script to deploy WMAgent docker image #11564

amaltaro opened this issue Apr 19, 2023 · 1 comment · Fixed by dmwm/CMSKubernetes#1393
Assignees
Labels
containerization deployment Issue related to deployment of the services QPrio: High quarter priority Stakeholders WMAgent

Comments

@amaltaro
Copy link
Contributor

amaltaro commented Apr 19, 2023

Impact of the new feature
WMAgent

Is your feature request related to a problem? Please describe.
We need to have a set of scripts to deploy and manage the agent packaged in a docker image.

Describe the solution you'd like
A few scripts need to be created for deploying and managing the agent, such as:

  • deploy script as already available in CMSKubernetes (or WMCore)
  • script to bootstrap the agent (tweak configuration based on secrets) and to populate initial databases
  • script to manage the agent (usual stop/start/restart/status actions)

NOTE: it might require further discussion and whenever possible, reuse code already available.

Describe alternatives you've considered
None

Additional context
Depends on: #8797
Part of the following meta issue: #11314

@amaltaro
Copy link
Contributor Author

This has been addressed with: dmwm/CMSKubernetes#1393
Thanks Todor! Closing this one out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment