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

Merge branch 'revert-59d45a57' into 'integration'

Revert "Creates 2x NGINX and MINIO services"

See merge request FLAME/flame-clmc!35
parents 59d45a57 cc44bd24
No related branches found
No related tags found
No related merge requests found
...@@ -12,67 +12,100 @@ ...@@ -12,67 +12,100 @@
] ]
}, },
{ {
"name": "nginx_ep1", "name": "apache",
"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_Demo", "sfc_id": "MS_Template_1",
"sfc_id_instance": "MS_Demo1", "sfc_id_instance": "MS_I1",
"sf_id": "nginx", "sf_id": "nginx",
"sf_id_instance": "nginx__sf1", "sf_id_instance": "adaptive_streaming_nginx_I1",
"ipendpoint_id": "nginx_ep1", "ipendpoint_id": "adaptive_streaming_nginx_I1_apache1",
"sr_id": "SR2", "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": 80, "host": 9180 }
]
}, },
{ {
"name": "nginx_ep2", "name": "mongo",
"service_name": "mongo",
"ip_address": "172.40.231.152", "ip_address": "172.40.231.152",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Demo", "sfc_id": "MS_Template_1",
"sfc_id_instance": "MS_Demo1", "sfc_id_instance": "MS_I1",
"sf_id": "nginx", "sf_id": "mongo",
"sf_id_instance": "nginx__sf1", "sf_id_instance": "metadata_database_I1",
"ipendpoint_id": "nginx_ep2", "ipendpoint_id": "metadata_database_I1_apache1",
"sr_id": "SR3", "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": 80, "host": 9181 }
]
}, },
{ {
"name": "minio_ep1", "name": "host",
"ip_address": "172.40.231.153", "service_name": "host",
"ip_address": "172.40.231.154",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Demo", "sfc_id": "MS_Template_1",
"sfc_id_instance": "MS_Demo1", "sfc_id_instance": "MS_I1",
"sf_id": "minio", "sf_id": "host",
"sf_id_instance": "minio_sf1", "sf_id_instance": "adaptive_streaming_I1",
"ipendpoint_id": "minio_ep1", "ipendpoint_id": "adaptive_streaming_I1_apache1",
"sr_id": "SR4", "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": 9182 }
]
}, },
{ {
"name": "minio_ep2", "name": "minio",
"ip_address": "172.40.231.154", "ip_address": "172.40.231.155",
"location": "DC1", "location": "DC1",
"sfc_id": "MS_Demo", "sfc_id": "MS_Template_1",
"sfc_id_instance": "MS_Demo1", "sfc_id_instance": "MS_I1",
"sf_id": "minio", "sf_id": "minio",
"sf_id_instance": "minio_sf1", "sf_id_instance": "adaptive_streaming_I1",
"ipendpoint_id": "minio_ep2", "ipendpoint_id": "adaptive_streaming_I1_minio",
"sr_id": "SR5", "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": "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",
"database_name": "CLMCMetrics"
},
{
"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