blob: 9c22b2a7613d65fe205db17cbe80f0deec4e4a92 (
plain)
1
2
3
4
5
6
7
8
|
routes:
network.routes:
- name: {{ salt['pillar.get']('_param:opnfv_fn_vm_primary_interface') }}
- routes:
- name: maas_mcp_to_pxe_network
ipaddr: {{ salt['pillar.get']('_param:opnfv_maas_pxe_network') }}
netmask: 255.255.255.0
gateway: {{ salt['pillar.get']('_param:opnfv_maas_mcp_address') }}
|