MAAS.
Change-Id: Ibd3175a5dce98c7be771ef44bbe6df579ce65d44
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
openvswitch-odl:
charm: ./{{ ubuntu.release }}/openvswitch-odl
options:
-+{% if opnfv.ext_port is defined %}
-+ provider_mappings: "physnet1:{{ opnfv.ext_port }}"
-+{% endif %}
+{% if opnfv.ext_port is defined %}
+ provider_mappings: "physnet1:{{ opnfv.ext_port }}"
+{% endif %}
{% if opnfv.spaces_dict.data is defined %}
os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% endif %}
architecture: x86_64
roles: [network,control]
nics:
- - ifname: eth0
+ - ifname: ens3
spaces: [admin]
- - ifname: eth1
+ - ifname: ens4
spaces: [floating]
- name: rack-vir-m2
architecture: x86_64
roles: [compute,control,storage]
nics:
- - ifname: eth0
+ - ifname: ens3
spaces: [admin]
- - ifname: eth1
+ - ifname: ens4
spaces: [floating]
- name: rack-vir-m3
architecture: x86_64
roles: [compute,control,storage]
nics:
- - ifname: eth1
+ - ifname: ens3
spaces: [admin]
- - ifname: eth1
+ - ifname: ens4
spaces: [floating]
floating-ip-range: 192.168.122.31,192.168.122.49,192.168.122.1,192.168.122.0/24
- ext-port: "eth1"
+ ext-port: "ens4"
dns: 8.8.8.8
opnfv:
release: d