2015-06-10 15:47:42 +01:00
|
|
|
---
|
|
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
component_skel:
|
2021-10-07 08:39:15 -05:00
|
|
|
ironic_neutron_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2015-06-10 15:47:42 +01:00
|
|
|
neutron_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
|
|
|
neutron_dhcp_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
|
|
|
neutron_linuxbridge_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2016-04-01 14:24:42 -04:00
|
|
|
neutron_openvswitch_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2015-06-10 15:47:42 +01:00
|
|
|
neutron_metering_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
|
|
|
neutron_l3_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2016-08-23 17:25:25 -03:00
|
|
|
neutron_bgp_dragent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2015-06-10 15:47:42 +01:00
|
|
|
neutron_metadata_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2017-01-03 18:38:12 -06:00
|
|
|
neutron_sriov_nic_agent:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2015-06-10 15:47:42 +01:00
|
|
|
neutron_server:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2022-10-28 09:41:58 -05:00
|
|
|
neutron_ovn_controller:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
|
|
|
neutron_ovn_gateway:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
|
|
|
neutron_ovn_northd:
|
|
|
|
belongs_to:
|
|
|
|
- neutron_all
|
2015-06-10 15:47:42 +01:00
|
|
|
|
|
|
|
container_skel:
|
|
|
|
neutron_agents_container:
|
|
|
|
belongs_to:
|
|
|
|
- network_containers
|
2021-06-24 20:54:27 +03:00
|
|
|
- network-agent_containers
|
2015-06-10 15:47:42 +01:00
|
|
|
contains:
|
2021-10-07 08:39:15 -05:00
|
|
|
- ironic_neutron_agent
|
2015-06-10 15:47:42 +01:00
|
|
|
- neutron_agent
|
2017-04-06 23:44:19 -05:00
|
|
|
- neutron_bgp_dragent
|
|
|
|
- neutron_dhcp_agent
|
|
|
|
- neutron_l3_agent
|
|
|
|
- neutron_linuxbridge_agent
|
2015-06-10 15:47:42 +01:00
|
|
|
- neutron_metadata_agent
|
|
|
|
- neutron_metering_agent
|
2016-04-01 14:24:42 -04:00
|
|
|
- neutron_openvswitch_agent
|
2017-04-06 23:44:19 -05:00
|
|
|
- neutron_sriov_nic_agent
|
|
|
|
properties:
|
|
|
|
is_metal: true
|
2015-06-10 15:47:42 +01:00
|
|
|
neutron_server_container:
|
|
|
|
belongs_to:
|
|
|
|
- network_containers
|
2021-06-24 20:54:27 +03:00
|
|
|
- network-infra_containers
|
2015-06-10 15:47:42 +01:00
|
|
|
contains:
|
|
|
|
- neutron_server
|
2022-10-28 09:41:58 -05:00
|
|
|
neutron_ovn_gateway_container:
|
|
|
|
belongs_to:
|
|
|
|
- network-gateway_containers
|
|
|
|
contains:
|
|
|
|
- neutron_ovn_controller
|
|
|
|
- neutron_ovn_gateway
|
|
|
|
properties:
|
|
|
|
is_metal: true
|
|
|
|
neutron_ovn_northd_container:
|
|
|
|
belongs_to:
|
|
|
|
- network-northd_containers
|
|
|
|
contains:
|
|
|
|
- neutron_ovn_northd
|
2015-06-10 15:47:42 +01:00
|
|
|
|
|
|
|
physical_skel:
|
|
|
|
network_containers:
|
|
|
|
belongs_to:
|
|
|
|
- all_containers
|
|
|
|
network_hosts:
|
|
|
|
belongs_to:
|
|
|
|
- hosts
|
2021-06-24 20:54:27 +03:00
|
|
|
network-agent_containers:
|
|
|
|
belongs_to:
|
|
|
|
- all_containers
|
|
|
|
network-agent_hosts:
|
|
|
|
belongs_to:
|
|
|
|
- hosts
|
|
|
|
network-infra_containers:
|
|
|
|
belongs_to:
|
|
|
|
- all_containers
|
|
|
|
network-infra_hosts:
|
|
|
|
belongs_to:
|
|
|
|
- hosts
|
2022-10-28 09:41:58 -05:00
|
|
|
network-gateway_containers:
|
|
|
|
belongs_to:
|
|
|
|
- all_containers
|
|
|
|
network-gateway_hosts:
|
|
|
|
belongs_to:
|
|
|
|
- hosts
|
|
|
|
network-northd_containers:
|
|
|
|
belongs_to:
|
|
|
|
- all_containers
|
|
|
|
network-northd_hosts:
|
|
|
|
belongs_to:
|
|
|
|
- hosts
|