diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-07-25 17:01:04 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2017-08-11 15:06:29 +0800 |
commit | 02708db0054bcabf4db151d4b364d70ecc44ef18 (patch) | |
tree | 927dca85b79e918ce30d1f96f6c8bd09079777fa /deploy/template/vm/host.xml | |
parent | 58f021096b8c7969bcbbc9e06934f0718b71a2b9 (diff) |
Adapt network.yml to OpenStack Ansible
JIRA:COMPASS-557
1. modify sys_intf_mappings and ip_settings in
network.yml to synchronize with OSA network.
networks compass build will be mgmt, external,
tenant, storage.
2. modify compass_conf to support new netwok.yml
3. fix some hard coding when transfer ip parameters
4. support heterogeneous network
Change-Id: Ib4a8af1f96a40e6456242e3dc2b456e0c8c17c2e
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/template/vm/host.xml')
-rw-r--r-- | deploy/template/vm/host.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deploy/template/vm/host.xml b/deploy/template/vm/host.xml index 092f0ece..059e46ba 100644 --- a/deploy/template/vm/host.xml +++ b/deploy/template/vm/host.xml @@ -38,10 +38,15 @@ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface> <interface type='network'> - <source network='REPLACE_NET_TENANT'/> + <source network='default'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </interface> + <interface type='network'> + <source network='default'/> + <model type='virtio'/> + <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> + </interface> <serial type='pty'> <source path='/dev/pts/0'/> </serial> |