diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-01-12 23:11:51 -0500 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-01-12 23:11:58 -0500 |
commit | 96ba14e8648807eb340d978ba0d301a09c878752 (patch) | |
tree | e94767a7221e9d6bc45d9e00bd9bb8101c0d3115 /deploy/config/bm_environment | |
parent | 33de140b27b859fe7af888bdaa58b7621e3023b2 (diff) |
Align example config files to pharos format
After [1], get_mac_addresses_for_virtual()'s behavior was
changed. So in order to let it to produce right mac_addresses for
both pharos's and example's config file, the example config files'
format should also be changed accordingly.
[1] https://gerrit.opnfv.org/gerrit/#/c/50325/
Change-Id: Ia1ee481057fbe87ab8410c0354c4724bcf013ac4
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'deploy/config/bm_environment')
-rw-r--r-- | deploy/config/bm_environment/zte-baremetal1/deploy.yml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/deploy/config/bm_environment/zte-baremetal1/deploy.yml b/deploy/config/bm_environment/zte-baremetal1/deploy.yml index 0c147280..620dd5f4 100644 --- a/deploy/config/bm_environment/zte-baremetal1/deploy.yml +++ b/deploy/config/bm_environment/zte-baremetal1/deploy.yml @@ -1,35 +1,35 @@ adapter: 'ipmi' hosts: -- name: 'controller01' - roles: - - 'CONTROLLER_LB' - ipmi_ip: '192.168.1.106' - ipmi_user: 'testuser' - ipmi_pass: 'testpass' -- name: 'controller02' - roles: - - 'CONTROLLER_LB' - ipmi_ip: '192.168.1.107' - ipmi_user: 'testuser' - ipmi_pass: 'testpass' -- name: 'controller03' - roles: - - 'CONTROLLER_LB' - ipmi_ip: '192.168.1.108' - ipmi_user: 'testuser' - ipmi_pass: 'testpass' -- name: 'computer01' - roles: - - 'COMPUTER' - ipmi_ip: '192.168.1.109' - ipmi_user: 'testuser' - ipmi_pass: 'testpass' -- name: 'computer02' - roles: - - 'COMPUTER' - ipmi_ip: '192.168.1.110' - ipmi_user: 'testuser' - ipmi_pass: 'testpass' + - name: 'controller01' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.106' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' + - name: 'controller02' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.107' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' + - name: 'controller03' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.108' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' + - name: 'computer01' + roles: + - 'COMPUTER' + ipmi_ip: '192.168.1.109' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' + - name: 'computer02' + roles: + - 'COMPUTER' + ipmi_ip: '192.168.1.110' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' disks: daisy: 50 daisy_passwd: 'r00tme' |