From 816c07902f8ec9b601f73a1010a5b7bfd556a07c Mon Sep 17 00:00:00 2001 From: Ricardo Noriega <rnoriega@redhat.com> Date: Mon, 28 May 2018 10:07:45 +0200 Subject: [PATCH] NeutronSriovHostConfig missing in SRIOV's env files This service is required to perform operations on the host in order to configure SRIOV capable NICs. Change-Id: I30d790c917f5bdbf0d6e6fca66aea7d08c1c8d10 Closes-Bug: #1773746 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com> --- environments/neutron-opendaylight-sriov.yaml | 1 + environments/neutron-sriov.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/environments/neutron-opendaylight-sriov.yaml b/environments/neutron-opendaylight-sriov.yaml index 943dd028d3..a6eb14a980 100644 --- a/environments/neutron-opendaylight-sriov.yaml +++ b/environments/neutron-opendaylight-sriov.yaml @@ -4,6 +4,7 @@ resource_registry: # see https://review.openstack.org/#/c/563443 OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml + OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml parameter_defaults: NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2'] diff --git a/environments/neutron-sriov.yaml b/environments/neutron-sriov.yaml index 323ce8d952..5a07b87f85 100755 --- a/environments/neutron-sriov.yaml +++ b/environments/neutron-sriov.yaml @@ -1,6 +1,7 @@ ## A Heat environment that can be used to deploy SR-IOV resource_registry: OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml + OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml parameter_defaults: NeutronMechanismDrivers: ['sriovnicswitch', 'openvswitch']