Island: Add TODO about Deployment and initialize_services()

This commit is contained in:
Mike Salvatore 2022-08-03 14:34:28 -04:00
parent 833e3b82bc
commit 78356ec7e1
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ def _log_agent_binary_hashes(agent_binary_repository: IAgentBinaryRepository):
logger.info(f"{os} agent: SHA-256 hash: {binary_sha256_hash}")
# TODO: The deployment should probably be passed into initialize_services(), but we can rework that
# when we refactor this file.
def _get_depyloyment_from_file(file_path: Path) -> Deployment:
try:
with open(file_path, "r") as deployment_info_file: