Implementation Neutron SR-IOV
This change adds the required container skeleton `neutron_sriov_nic_agent` to bind the SR-IOV agent to necessary container groups Co-Authored-By: James Denton <james.denton@rackspace.com> Closes-Bug: #1653283 Change-Id: I343f25a615840907168b0fa7d64fc61c01e0b49b Depends-On: I7b580db0496ff009a2f64c71447b2977f22d6bf6 Depends-On: Ia62725e2369f75000157e0ab2c3f858e61fef10d
This commit is contained in:
parent
482c7aeeaf
commit
ad2e1c33c6
@ -41,6 +41,9 @@ component_skel:
|
||||
neutron_metadata_agent:
|
||||
belongs_to:
|
||||
- neutron_all
|
||||
neutron_sriov_nic_agent:
|
||||
belongs_to:
|
||||
- neutron_all
|
||||
neutron_server:
|
||||
belongs_to:
|
||||
- neutron_all
|
||||
|
@ -57,6 +57,7 @@ container_skel:
|
||||
contains:
|
||||
- neutron_linuxbridge_agent
|
||||
- neutron_openvswitch_agent
|
||||
- neutron_sriov_nic_agent
|
||||
- nova_compute
|
||||
properties:
|
||||
is_metal: true
|
||||
|
@ -292,6 +292,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
|
||||
'neutron_metadata_agent',
|
||||
'neutron_metering_agent',
|
||||
'neutron_openvswitch_agent',
|
||||
'neutron_sriov_nic_agent',
|
||||
'neutron_server',
|
||||
'neutron_server_container',
|
||||
'nova_all',
|
||||
|
Loading…
Reference in New Issue
Block a user