diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-11 15:57:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-11 15:57:52 +0000 |
commit | d99b7b9e067a036352fdc94217195f3d7055ea7b (patch) | |
tree | 3615dba2fbb39da57dfc20b91384ac91a3e359a6 /roles | |
parent | bb28bfd03c3897781f277bbcf07c241e43efdc75 (diff) | |
parent | 5d977e5e1bbf5eba378c9aaff02a44f747f642e6 (diff) |
Merge "Add Neutron SR-IOV agent container" into stable/pike
Diffstat (limited to 'roles')
-rw-r--r-- | roles/Compute.yaml | 1 | ||||
-rw-r--r-- | roles/ComputeHCI.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/Compute.yaml b/roles/Compute.yaml index 9d2c8189..892bed8f 100644 --- a/roles/Compute.yaml +++ b/roles/Compute.yaml @@ -39,6 +39,7 @@ - OS::TripleO::Services::MySQLClient - OS::TripleO::Services::NeutronLinuxbridgeAgent - OS::TripleO::Services::NeutronSriovAgent + - OS::TripleO::Services::NeutronSriovHostConfig - OS::TripleO::Services::NeutronVppAgent - OS::TripleO::Services::NovaCompute - OS::TripleO::Services::NovaLibvirt diff --git a/roles/ComputeHCI.yaml b/roles/ComputeHCI.yaml index 0216b04a..4632dff2 100644 --- a/roles/ComputeHCI.yaml +++ b/roles/ComputeHCI.yaml @@ -30,6 +30,7 @@ - OS::TripleO::Services::MySQLClient - OS::TripleO::Services::NeutronLinuxbridgeAgent - OS::TripleO::Services::NeutronSriovAgent + - OS::TripleO::Services::NeutronSriovHostConfig - OS::TripleO::Services::NeutronVppAgent - OS::TripleO::Services::NovaCompute - OS::TripleO::Services::NovaLibvirt |