UPDATE_USER_SERVICE_NAME = "update_user_services.py"
UPDATE_EDGE_SERVICE_NAME = "update_edge_services.py"
MANIFESTS_CONFIG = {
    "v3": {
        "script_name": UPDATE_USER_SERVICE_NAME,
        "role": "generic",
        "type": "v3"
    },
    "v4": {
        "script_name": UPDATE_USER_SERVICE_NAME,
        "role": "generic",
        "type": "v4"
    },
    "edge": {
        "script_name": UPDATE_EDGE_SERVICE_NAME,
        "role": "edge",
        "type": "v4"
    }
}

version_file_suffix = "ARTIFACT_VERSION.txt"

MANIFEST_SVC_NAMES = {
    'sx-redis': ['redis'],
    'p81zero-server': ['p81zero'],
    'sx-guacd': ['guacd'],
    'sx-guard': ['guard'],
    'wireguard': ['wg_sdp', 'wg_tunnel'],
    'strongswan': ['strongswan'],
    'openvpn': ['openvpn_agent', 'openvpn_tunnel'],
    'sx-resolver': ['resolver'],
    'sx-watcher': ['watcher'],
    'sx-ntc': ['ntc'],
    'vector': ['vector'],
    'sx-connectivity': ['connectivity'],
    'sx-url-feed': ['webroot_feed'],
    'firefly': ['cloudSecurityEngine'],
    'proxy': ['cloudSecurityProxy'],
    'ipsec': ['ipsec'],
    'vpp': ['vpp'],
    'consul': ['consul'],
    'consul-template': ['consul-template'],
    'route-controller': ['route-controller']
}
