Skip to content

Commit

Permalink
Merge pull request #4184 from MohitBis/smb_automation
Browse files Browse the repository at this point in the history
[Squid][Monitoring Stack]Update support for new image
  • Loading branch information
mergify[bot] authored Oct 24, 2024
2 parents 5f62f97 + 82b0cdd commit a7b78eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ceph/ceph_admin/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ def bootstrap(self: CephAdmProtocol, config: Dict):
supported_overrides += [
"samba",
"samba_metrics",
"nginx",
"oauth2_proxy",
]

for image in supported_overrides:
Expand Down
4 changes: 4 additions & 0 deletions cli/ops/cephadm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"nvmeof",
"samba",
"samba_metrics",
"nginx",
"oauth2_proxy",
]


Expand Down Expand Up @@ -103,6 +105,8 @@ def set_container_image_config(node, configs):
nvmeof: nvmeof image URL
samba: samba image URL
samba_metrics: samba metrics image URL
nginx: nginx image URL
oauth2_proxy: oauth2_proxy image URL
"""
# Set CephAdm object
cephadm = CephAdm(node)
Expand Down

0 comments on commit a7b78eb

Please sign in to comment.