diff --git a/harmony/src/domain/topology/ha_cluster.rs b/harmony/src/domain/topology/ha_cluster.rs index 3411a90..f6c3a02 100644 --- a/harmony/src/domain/topology/ha_cluster.rs +++ b/harmony/src/domain/topology/ha_cluster.rs @@ -8,12 +8,15 @@ use kube::api::ObjectMeta; use log::debug; use log::info; -use crate::{modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy}, topology::node_exporter::NodeExporter}; use crate::topology::PxeOptions; use crate::{data::FileContent, modules::okd::crd::nmstate::NMState}; use crate::{ executors::ExecutorError, modules::okd::crd::nmstate::NodeNetworkConfigurationPolicySpec, }; +use crate::{ + modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy}, + topology::node_exporter::NodeExporter, +}; use super::{ DHCPStaticEntry, DhcpServer, DnsRecord, DnsRecordType, DnsServer, Firewall, HostNetworkConfig,