summaryrefslogtreecommitdiffstats
path: root/config/deploy/deploy_settings.yaml
blob: 82cc081132b22fe6831d3061f45a7e9e506496c9 (plain)
1
2
3
4
5
6
7
8
9
10
global_params:
  ha_enabled: true

deploy_options:
  sdn_controller: opendaylight
  sdn_l3: false
  tacker: true
  congress: false
  sfc: false
  vpn: false
ndicator">{% else %} bindings: data: internal-api options: {% endif %} {% else %} options: {% if os.git_repo.origin_git %} openstack-origin-git: "{{ os.git_repo.branch }}" {% endif %} {% if opnfv.spaces_dict.data is defined %} os-data-network: {{ opnfv.spaces_dict.data.cidr }} {% endif %} {% endif %} {% if os.network.dpdk %} enable-dpdk: true #dpdk-driver: uio_pci_generic #data-port: "" #default-socket-memory: 1024 #default-socket-cores: 1 {% endif %} {% if opnfv.ext_port is defined %} {% if os.network.controller == 'nosdn' %} {% if opnfv.data_port is defined %} bridge-mappings: physnet1:br-ex physnet2:br-data data-port: br-ex:{{ opnfv.ext_port }} br-data:{{ opnfv.data_port }} {% else %} bridge-mappings: physnet1:br-ex data-port: br-ex:{{ opnfv.ext_port }} {% endif %} {% else %} ext-port: {{ opnfv.ext_port }} {% endif %} {% endif %} {# Empty block to avoid bad block trim #}