Skip to content
Snippets Groups Projects
Commit 59d45a57 authored by Simon Crowle's avatar Simon Crowle
Browse files

Creates 2x NGINX and MINIO services

parent 7aa44dd1
No related branches found
No related tags found
No related merge requests found
...@@ -12,100 +12,67 @@ ...@@ -12,100 +12,67 @@
] ]
}, },
{ {
"name": "apache", "name": "nginx_ep1",
"ip_address": "172.40.231.150",
"location": "DC1",
"sfc_id": "MS_Template_1",
"sfc_id_instance": "MS_I1",
"sf_id": "apache",
"sf_id_instance": "adaptive_streaming_I1",
"ipendpoint_id": "adaptive_streaming_I1_apache1",
"sr_id": "service_router",
"influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics"
},
{
"name": "nginx",
"ip_address": "172.40.231.151", "ip_address": "172.40.231.151",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Template_1", "sfc_id": "MS_Demo",
"sfc_id_instance": "MS_I1", "sfc_id_instance": "MS_Demo1",
"sf_id": "nginx", "sf_id": "nginx",
"sf_id_instance": "adaptive_streaming_nginx_I1", "sf_id_instance": "nginx__sf1",
"ipendpoint_id": "adaptive_streaming_nginx_I1_apache1", "ipendpoint_id": "nginx_ep1",
"sr_id": "service_router", "sr_id": "SR2",
"influxdb_url": "http://172.40.231.51:8086", "influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics" "database_name": "CLMCMetrics",
"forward_ports": [
{ "guest": 80, "host": 9180 }
]
}, },
{ {
"name": "mongo", "name": "nginx_ep2",
"service_name": "mongo",
"ip_address": "172.40.231.152", "ip_address": "172.40.231.152",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Template_1", "sfc_id": "MS_Demo",
"sfc_id_instance": "MS_I1", "sfc_id_instance": "MS_Demo1",
"sf_id": "mongo", "sf_id": "nginx",
"sf_id_instance": "metadata_database_I1", "sf_id_instance": "nginx__sf1",
"ipendpoint_id": "metadata_database_I1_apache1", "ipendpoint_id": "nginx_ep2",
"sr_id": "service_router", "sr_id": "SR3",
"influxdb_url": "http://172.40.231.51:8086", "influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics" "database_name": "CLMCMetrics",
"forward_ports": [
{ "guest": 80, "host": 9181 }
]
}, },
{ {
"name": "host", "name": "minio_ep1",
"service_name": "host", "ip_address": "172.40.231.153",
"ip_address": "172.40.231.154",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Template_1", "sfc_id": "MS_Demo",
"sfc_id_instance": "MS_I1", "sfc_id_instance": "MS_Demo1",
"sf_id": "host", "sf_id": "minio",
"sf_id_instance": "adaptive_streaming_I1", "sf_id_instance": "minio_sf1",
"ipendpoint_id": "adaptive_streaming_I1_apache1", "ipendpoint_id": "minio_ep1",
"sr_id": "service_router", "sr_id": "SR4",
"influxdb_url": "http://172.40.231.51:8086", "influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics" "database_name": "CLMCMetrics",
"forward_ports": [
{ "guest": 9000, "host": 9182 }
]
}, },
{ {
"name": "minio", "name": "minio_ep2",
"ip_address": "172.40.231.155", "ip_address": "172.40.231.154",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Template_1", "sfc_id": "MS_Demo",
"sfc_id_instance": "MS_I1", "sfc_id_instance": "MS_Demo1",
"sf_id": "minio", "sf_id": "minio",
"sf_id_instance": "adaptive_streaming_I1", "sf_id_instance": "minio_sf1",
"ipendpoint_id": "adaptive_streaming_I1_minio", "ipendpoint_id": "minio_ep2",
"sr_id": "service_router", "sr_id": "SR5",
"influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics"
},
{
"name": "ipendpoint1",
"ip_address": "172.40.231.170",
"location": "nova",
"sfc_id": "media_service_A",
"sfc_id_instance": "StackID",
"sf_id": "ipendpoint",
"sf_id_instance": "ms-A.ict-flame.eu",
"ipendpoint_id": "endpoint1.ms-A.ict-flame.eu",
"sr_id": "service_router",
"influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics"
},
{
"name": "ipendpoint2",
"ip_address": "172.40.231.171",
"location": "nova",
"sfc_id": "media_service_A",
"sfc_id_instance": "StackID",
"sf_id": "ipendpoint",
"sf_id_instance": "ms-A.ict-flame.eu",
"ipendpoint_id": "endpoint2.ms-A.ict-flame.eu",
"sr_id": "service_router",
"influxdb_url": "http://172.40.231.51:8086", "influxdb_url": "http://172.40.231.51:8086",
"database_name": "CLMCMetrics" "database_name": "CLMCMetrics",
}, "forward_ports": [
{ { "guest": 9000, "host": 9183 }
"name": "test-runner", ]
"ip_address": "172.40.231.200"
} }
] ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment