226 lines
6.3 KiB
JSON
226 lines
6.3 KiB
JSON
{
|
|
"application_name": "ceph_vexx",
|
|
"bastion_to_use": "ceph_vexx",
|
|
"network": [{
|
|
"name": "ceph_network",
|
|
"bastion_access": "yes",
|
|
"subnet": {
|
|
"name":"ceph_network_subnet",
|
|
"ip_version": 4,
|
|
"cidr": "172.39.15.0/24",
|
|
"dns_servers": ["8.8.8.8"],
|
|
"linked_router": [{"router_name": "ceph_router"}]
|
|
},
|
|
"port": [
|
|
]
|
|
}],
|
|
"router": [{
|
|
"router_name": "ceph_router",
|
|
"router_external_gateway": "0048fce6-c715-4106-a810-473620326cb0",
|
|
"linked_subnets": [{
|
|
"router_interface_name": "ceph_router_interface",
|
|
"subnet_name": "ceph_network_subnet"}]
|
|
}],
|
|
"security_group":[
|
|
{
|
|
"name": "all_open",
|
|
"description": "Emine DEV environment is security group",
|
|
"rules": [
|
|
{
|
|
"name": "Ingress_ssh",
|
|
"description": "ssh traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 22,
|
|
"port_range_min": 22,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_http",
|
|
"description": "http traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 80,
|
|
"port_range_min": 80,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_https",
|
|
"description": "https traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 443,
|
|
"port_range_min": 443,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_squid",
|
|
"description": "Squid Proxy traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 3128,
|
|
"port_range_min": 3128,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_ping",
|
|
"description": "icmp traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 0,
|
|
"port_range_min": 0,
|
|
"protocol": "icmp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_nosqlclient",
|
|
"description": "nosqlclient traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 3000,
|
|
"port_range_min": 3000,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_nexus",
|
|
"description": "nexus repository traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 8081,
|
|
"port_range_min": 8081,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_nexus_docker_registry",
|
|
"description": "nexus repository traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 8082,
|
|
"port_range_min": 8082,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_ceph_osds",
|
|
"description": "Ceph OSDs traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 7300,
|
|
"port_range_min": 6800,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_ceph_mons",
|
|
"description": "Ceph Mons and Client traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 3300,
|
|
"port_range_min": 3300,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_ceph_mons_backup",
|
|
"description": "Ceph Mons and Client traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 6789,
|
|
"port_range_min": 6789,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
},
|
|
{
|
|
"name": "Ingress_mongodb",
|
|
"description": "mongodb traffic",
|
|
"direction": "ingress",
|
|
"port_range_max": 27017,
|
|
"port_range_min": 27017,
|
|
"protocol": "tcp",
|
|
"remote_ip_prefix": "0.0.0.0/0"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"instance": [{
|
|
"name": "stg-cephmon-00",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "mons",
|
|
"network": [{"name": "ceph_network"}]
|
|
},
|
|
{
|
|
"name": "stg-cephmon-01",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "mons",
|
|
"network": [{"name": "ceph_network"}]
|
|
},
|
|
{
|
|
"name": "stg-cephmon-02",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "mons",
|
|
"network": [{"name": "ceph_network"}]
|
|
},
|
|
{
|
|
"name": "stg-cephosd-00",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "osds",
|
|
"network": [{"name": "ceph_network"}],
|
|
"volume": ["osd-00"]
|
|
},
|
|
{
|
|
"name": "stg-cephosd-01",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "osds",
|
|
"network": [{"name": "ceph_network"}],
|
|
"volume": ["osd-01"]
|
|
},
|
|
{
|
|
"name": "stg-cephosd-02",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "osds",
|
|
"network": [{"name": "ceph_network"}],
|
|
"volume": ["osd-02"]
|
|
},
|
|
{
|
|
"name": "stg-ceph-bastion-00",
|
|
"az": "nova",
|
|
"flavor": "v3-starter-1",
|
|
"image": "Ubuntu 22.04 - Cloud Image",
|
|
"keypair": "dell XPS",
|
|
"security_group": ["all_open"],
|
|
"inventory_group": "ceph_vexx_bastion",
|
|
"network": [{
|
|
"name": "ceph_network",
|
|
"fip": {
|
|
"name": "fip_bastion",
|
|
"pool": "public"
|
|
}
|
|
}]
|
|
}
|
|
],
|
|
"volume": [
|
|
{"name": "osd-00", "description": "Ceph OSD 0", "size": 50, "availability_zone": "nova", "volume_type": "rbd"},
|
|
{"name": "osd-01", "description": "Ceph OSD 1", "size": 50, "availability_zone": "nova", "volume_type": "rbd"},
|
|
{"name": "osd-02", "description": "Ceph OSD 2", "size": 50, "availability_zone": "nova", "volume_type": "rbd"}
|
|
]
|
|
}
|