9a0c2ae5创建于 2023年9月13日历史提交
{
    "service_endpoint": {
        "iam_service": {
            "{region}": "https://iam.{region}.{endpoint}"
        },
        "auto_scaling_service": {
            "{region}": "https://{aass_host}:{aass_port}"
        },
        "app_gateway": {
            "{region}": "https://{appgateway_host}:{appgateway_port}"
        },
        "vpc_service": {
            "{region}": "https://vpc.{region}.{endpoint}"
        },
        "obs_service": {
            "{region}": "https://obs.{region}.{endpoint}"
        },
        "ims_service": {
            "{region}": "https://ims.{region}.{endpoint}"
        },
        "ecs_service": {
            "{region}": "https://ecs.{region}.{endpoint}"
        },
        "swr_service": {
            "{region}": "https://swr-api.{region}.{endpoint}"
        },
        "cci_service": {
            "{region}": "https://cci.{region}.{endpoint}"
        },
        "internal_iam_endpoint": ""
    },
    "fleet_cidr": {
        "from": "10.100.0.0",
        "to": "10.240.0.0",
        "vpc_netmask": 19,
        "subnet_netmask": 20
    },
    "support_public_image": {
        "{region}": "CentOS 7.2 64bit,CentOS 7.9 64bit,CentOS 8.1 64bit,Ubuntu 22.04 server 64bit"
    },
    "support_docker_based": {
        "{region}": "centos:7.6.1810,centos:7.2.1511"
      },
    "internal_inbound_permissions": [
        {
            "protocol": "TCP",
            "ip_range": "{appgateway_host}/32",
            "from_port": 60001,
            "to_port": 60001
        },
        {
            "protocol": "TCP",
            "ip_range": "{aass_host}/32",
            "from_port": 60001,
            "to_port": 60001 
        }
    ],
    "eip_type": {
        "{region}": "5_bgp"
    },
    "dns_config": {
        "{region}": "100.125.1.250,100.125.129.250"
    },
    "lts_ip": {
        "{region}": "100.125.12.150"
    }
}