From 77f085712a8a7ab2cb42411f457ee87675cdf676 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Jul 2017 10:42:50 +0800 Subject: add extra interface to enable the keepablived plane and the api plane Change-Id: I0157bf8b6fa9be254c61bb384065f80107ab3dda Signed-off-by: root --- .../config/bm_environment/zte-baremetal1/deploy.yml | 6 ++++++ .../bm_environment/zte-baremetal1/network.yml | 21 +++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) (limited to 'deploy/config/bm_environment') diff --git a/deploy/config/bm_environment/zte-baremetal1/deploy.yml b/deploy/config/bm_environment/zte-baremetal1/deploy.yml index b8584251..d24a9569 100644 --- a/deploy/config/bm_environment/zte-baremetal1/deploy.yml +++ b/deploy/config/bm_environment/zte-baremetal1/deploy.yml @@ -3,6 +3,12 @@ hosts: - name: 'controller01' roles: - 'CONTROLLER_LB' +- name: 'controller02' + roles: + - 'CONTROLLER_LB' +- name: 'controller03' + roles: + - 'CONTROLLER_LB' - name: 'computer01' roles: - 'COMPUTER' diff --git a/deploy/config/bm_environment/zte-baremetal1/network.yml b/deploy/config/bm_environment/zte-baremetal1/network.yml index b4140903..77765df8 100644 --- a/deploy/config/bm_environment/zte-baremetal1/network.yml +++ b/deploy/config/bm_environment/zte-baremetal1/network.yml @@ -46,12 +46,12 @@ networks: 'name': 'EXTERNAL' network_name: 'admin_external' mapping: 'physnet1' - - cidr: '10.20.7.0/24' - gateway: '10.20.7.1' + - cidr: '192.168.71.0/24' + gateway: '192.168.71.1' ip_ranges: - - 'start': '10.20.7.20' - 'end': '10.20.7.200' - vlan_id: null + - 'start': '192.168.71.2' + 'end': '192.168.71.254' + vlan_id: 171 name: 'PUBLICAPI' - cidr: '192.168.73.0/24' gateway: '192.168.73.1' @@ -60,16 +60,25 @@ networks: 'end': '192.168.73.254' vlan_id: 1130 name: 'TENANT' + - cidr: '10.20.7.0/24' + gateway: '10.20.7.1' + ip_ranges: + - 'start': '10.20.7.20' + 'end': '10.20.7.200' + vlan_id: null + name: 'HEARTBEAT' interfaces: - name: 'EXTERNAL' interface: 'ens44f1' - name: 'MANAGEMENT' interface: 'ens12f0' - name: 'PUBLICAPI' - interface: 'ens4f0' + interface: 'ens12f0' - name: 'STORAGE' interface: 'ens12f1' - name: 'TENANT' interface: 'ens44f0' + - name: 'HEARTBEAT' + interface: 'ens4f0' internal_vip: '192.168.71.10' public_vip: '10.20.7.11' -- cgit 1.2.3-korg