add custom hostname_map to node config

In order to support custom hostname maps we
should run with a custom name in CI.

Depends-On: I1d6158a3ca26a36f09781184101df16ef7feda2a
Related-Bug: #1741569
Change-Id: I0f8c0c21273f033f62a66b3ec4de0f3f73883663
This commit is contained in:
Wes Hayutin 2018-01-05 16:42:17 -05:00 committed by Emilien Macchi
parent 632f2d7b16
commit 4b5918ced4
1 changed files with 4 additions and 0 deletions

View File

@ -3,9 +3,13 @@ overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
default_name: overcloud-controller-0
hostnamemap_override: overcloud-controller-foo-0
- name: compute_0
flavor: compute
virtualbmc_port: 6231
default_name: overcloud-novacompute-0
hostnamemap_override: overcloud-novacompute-bar-0
node_count: 2