blob: 5f7cebdda7c7e9014ee783301a805a3d8ffefcca (
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_fuel_maas_pxe_network') }}
netmask: 255.255.255.0
gateway: {{ salt['pillar.get']('_param:opnfv_fuel_maas_mcp_address') }}
|