diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-03 12:57:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-03 12:57:41 +0000 |
commit | 418533f4c431a7435435e090a6a8415080556148 (patch) | |
tree | f8d4421135e2d97908c5d89f749d49d3810cabf4 /config/deploy/os-odl-fdio-ha.yaml | |
parent | d970df54b78c5648a62711f9dbc42ec658baf05d (diff) | |
parent | 6afb7794346307c9f276b49796c43e99c4fba604 (diff) |
Merge "Euphrates Docs update w odl scenario name cleanups"
Diffstat (limited to 'config/deploy/os-odl-fdio-ha.yaml')
-rw-r--r-- | config/deploy/os-odl-fdio-ha.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/deploy/os-odl-fdio-ha.yaml b/config/deploy/os-odl-fdio-ha.yaml new file mode 100644 index 00000000..af81e5a5 --- /dev/null +++ b/config/deploy/os-odl-fdio-ha.yaml @@ -0,0 +1,37 @@ +global_params: + ha_enabled: true + +deploy_options: + sdn_controller: opendaylight + sdn_l3: true + odl_version: carbon + odl_vpp_routing_node: overcloud-novacompute-0 + tacker: true + congress: true + sfc: false + vpn: false + vpp: true + dataplane: fdio + performance: + Controller: + kernel: + hugepages: 1024 + hugepagesz: 2M + intel_iommu: 'on' + iommu: pt + isolcpus: 1,2 + vpp: + main-core: 1 + corelist-workers: 2 + uio-driver: uio_pci_generic + Compute: + kernel: + hugepagesz: 2M + hugepages: 2048 + intel_iommu: 'on' + iommu: pt + isolcpus: 1,2 + vpp: + main-core: 1 + corelist-workers: 2 + uio-driver: uio_pci_generic |