From 974993a17188f10acd6a1f9b2f48002b9c77ef24 Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Mon, 12 Feb 2018 12:58:14 +0100 Subject: Adding SRIOV scenario This scenario should enable SRIOV interfaces to be used by Neutron. Only will be supported in baremetal deployments with SRIOV capable NICs. The name of the interface must be known in advance and the physnet of the SRIOV network is set as nfv_sriov. Change-Id: Ie4295413e0be2197bd9ada4f887f6b47cd486765 Signed-off-by: Ricardo Noriega --- lib/ansible/playbooks/configure_undercloud.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ansible/playbooks/configure_undercloud.yml') diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index e9ce8754..9ef0d883 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -148,6 +148,11 @@ src: /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml dest: "{{ apex_temp_dir }}/" flat: yes + - name: fetch sriov environment file + fetch: + src: /usr/share/openstack-tripleo-heat-templates/environments/neutron-opendaylight-sriov.yaml + dest: "{{ apex_temp_dir }}/" + flat: yes - include: undercloud_aarch64.yml when: aarch64 -- cgit 1.2.3-korg