from cephadm.services.service_registry import service_registry
from cephadm.services.cephadmservice import CephadmAgent
from cephadm.tlsobject_types import TLSCredentials
+from cephadm.utils import get_node_proxy_status_value
from urllib.error import HTTPError, URLError
- from typing import Any, Dict, List, Set, TYPE_CHECKING, Optional, MutableMapping, IO
+ from typing import Any, Dict, List, Set, TYPE_CHECKING, Optional, MutableMapping, IO, Tuple
if TYPE_CHECKING:
from cephadm.module import CephadmOrchestrator