From 362d8dd18b626b9d066754e62ae3818f384e0314 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Tue, 10 Apr 2018 11:47:30 +0100 Subject: [PATCH] Updated ip address so services are on the same subnet as the flame-mgmt network --- clmctest/inputs/rspec.yml | 14 +++++++------- clmctest/monitoring/rspec.yml | 8 ++++---- clmctest/scripts/rspec.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/clmctest/inputs/rspec.yml b/clmctest/inputs/rspec.yml index a7ace28..7200d3d 100644 --- a/clmctest/inputs/rspec.yml +++ b/clmctest/inputs/rspec.yml @@ -10,7 +10,7 @@ hosts: host: 8888 - guest: 9092 host: 9092 - ip_address: "203.0.113.100" + ip_address: "172.40.231.50" - name: apache cpus: 1 memory: 2048 @@ -19,7 +19,7 @@ hosts: forward_ports: - guest: 80 host: 8881 - ip_address: "203.0.113.101" + ip_address: "172.40.231.150" location: "DC1" sfc_id: "MS_Template_1" sfc_id_instance: "MS_I1" @@ -36,7 +36,7 @@ hosts: forward_ports: - guest: 80 host: 8882 - ip_address: "203.0.113.102" + ip_address: "172.40.231.151" location: "DC1" sfc_id: "MS_Template_1" sfc_id_instance: "MS_I1" @@ -53,7 +53,7 @@ hosts: forward_ports: - guest: 80 host: 8883 - ip_address: "203.0.113.103" + ip_address: "172.40.231.152" location: "DC1" sfc_id: "MS_Template_1" sfc_id_instance: "MS_I1" @@ -70,7 +70,7 @@ hosts: forward_ports: - guest: 80 host: 8884 - ip_address: "203.0.113.104" + ip_address: "172.40.231.153" location: "DC1" sfc_id: "MS_Template_1" sfc_id_instance: "MS_I1" @@ -87,7 +87,7 @@ hosts: forward_ports: - guest: 80 host: 8885 - ip_address: "203.0.113.105" + ip_address: "172.40.231.154" location: "DC1" sfc_id: "MS_Template_1" sfc_id_instance: "MS_I1" @@ -100,4 +100,4 @@ hosts: cpus: 1 memory: 2048 disk: "10GB" - ip_address: "203.0.113.150" \ No newline at end of file + ip_address: "172.40.231.200" \ No newline at end of file diff --git a/clmctest/monitoring/rspec.yml b/clmctest/monitoring/rspec.yml index 1b71931..7328a2e 100644 --- a/clmctest/monitoring/rspec.yml +++ b/clmctest/monitoring/rspec.yml @@ -10,7 +10,7 @@ hosts: host: 8888 - guest: 9092 host: 9092 - ip_address: "203.0.113.100" + ip_address: "172.40.231.50" - name: ipendpoint1 cpus: 1 memory: 2048 @@ -19,7 +19,7 @@ hosts: forward_ports: - guest: 80 host: 8081 - ip_address: "203.0.113.140" + ip_address: "172.40.231.170" location: "nova" sfc_id: "media_service_A" sfc_id_instance: "StackID" @@ -36,7 +36,7 @@ hosts: forward_ports: - guest: 80 host: 8082 - ip_address: "203.0.113.141" + ip_address: "172.40.231.171" location: "nova" sfc_id: "media_service_A" sfc_id_instance: "StackID" @@ -49,4 +49,4 @@ hosts: cpus: 1 memory: 2048 disk: "10GB" - ip_address: "203.0.113.150" \ No newline at end of file + ip_address: "172.40.231.200" \ No newline at end of file diff --git a/clmctest/scripts/rspec.yml b/clmctest/scripts/rspec.yml index 0de15c5..a9ca71b 100644 --- a/clmctest/scripts/rspec.yml +++ b/clmctest/scripts/rspec.yml @@ -3,5 +3,5 @@ hosts: cpus: 1 memory: 2048 disk: "10GB" - ip_address: "203.0.113.150" + ip_address: "172.40.231.200" \ No newline at end of file -- GitLab