Skip to content

Commit

Permalink
Remove some spurious log messages in osism_configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne authored Nov 11, 2024
1 parent bc8a407 commit d97fee7
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 d97fee7

Please sign in to comment.