Skip to content

Commit

Permalink
move the configuration to deploy_ocs
Browse files Browse the repository at this point in the history
- in the new place, it will cover both UI and CLI deployments

Signed-off-by: Daniel Horak <[email protected]>
  • Loading branch information
dahorak committed Jun 13, 2024
1 parent f850c55 commit f89b7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,9 +1617,6 @@ def deploy_ocs_via_operator(self, image=None):
f"{constants.NODE_SELECTOR_ANNOTATION}"
)

# Access buckets with DNS subdomain style (Virtual host style) for RGW
self.configure_virtual_host_style_acess_for_rgw()

def configure_virtual_host_style_acess_for_rgw(self):
"""
Enable access buckets with DNS subdomain style (Virtual host style) for RGW
Expand Down Expand Up @@ -2022,6 +2019,9 @@ def deploy_ocs(self):
)
)

# Access buckets with DNS subdomain style (Virtual host style) for RGW
self.configure_virtual_host_style_acess_for_rgw()

# Change monitoring backend to OCS
if config.ENV_DATA.get("monitoring_enabled") and config.ENV_DATA.get(
"persistent-monitoring"
Expand Down

0 comments on commit f89b7f7

Please sign in to comment.