Skip to content

Commit

Permalink
Merge branch 'main' into fix/remove-unneeded-pypi-release-token
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne authored Nov 11, 2024
2 parents 2609bc6 + d97fee7 commit dd0e74f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/rookify/modules/osism_configuration/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,11 @@ def _write_configuration_yaml(self) -> None:
configuration_values["public_network"] = rook_config["ceph"][
"public_network"
]
else:
self.logger.warn(
"Rook Ceph cluster will be configured without a public network and determine it automatically during runtime"
)

if len(rook_config["ceph"].get("cluster_network", "")) > 0:
configuration_values["cluster_network"] = rook_config["ceph"][
"cluster_network"
]
else:
self.logger.info(
"Rook Ceph cluster will be configured without a cluster network"
)

# Render cluster config from template
configuration = self.load_template(
Expand Down

0 comments on commit dd0e74f

Please sign in to comment.