We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
osism_configuration
1 parent bc8a407 commit d97fee7Copy full SHA for d97fee7
src/rookify/modules/osism_configuration/main.py
@@ -77,19 +77,11 @@ def _write_configuration_yaml(self) -> None:
77
configuration_values["public_network"] = rook_config["ceph"][
78
"public_network"
79
]
80
- else:
81
- self.logger.warn(
82
- "Rook Ceph cluster will be configured without a public network and determine it automatically during runtime"
83
- )
84
85
if len(rook_config["ceph"].get("cluster_network", "")) > 0:
86
configuration_values["cluster_network"] = rook_config["ceph"][
87
"cluster_network"
88
89
90
- self.logger.info(
91
- "Rook Ceph cluster will be configured without a cluster network"
92
93
94
# Render cluster config from template
95
configuration = self.load_template(
0 commit comments