Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. ---
  2. # Copyright 2014, Rackspace US, Inc.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15.  
  16. component_skel:
  17. neutron_agent:
  18. properties:
  19. is_metal: true
  20. belongs_to:
  21. - neutron_all
  22. neutron_dhcp_agent:
  23. belongs_to:
  24. - neutron_all
  25. neutron_linuxbridge_agent:
  26. belongs_to:
  27. - neutron_all
  28. neutron_openvswitch_agent:
  29. belongs_to:
  30. - neutron_all
  31. neutron_metering_agent:
  32. belongs_to:
  33. - neutron_all
  34. neutron_l3_agent:
  35. belongs_to:
  36. - neutron_all
  37. neutron_lbaas_agent:
  38. belongs_to:
  39. - neutron_all
  40. neutron_bgp_dragent:
  41. belongs_to:
  42. - neutron_all
  43. neutron_metadata_agent:
  44. belongs_to:
  45. - neutron_all
  46. neutron_sriov_nic_agent:
  47. belongs_to:
  48. - neutron_all
  49. neutron_server:
  50. belongs_to:
  51. - neutron_all
  52. opendaylight:
  53. belongs_to:
  54. - neutron_all
  55.  
  56.  
  57. container_skel:
  58. neutron_agents_container:
  59. belongs_to:
  60. - network_containers
  61. contains:
  62. - neutron_agent
  63. - neutron_bgp_dragent
  64. - neutron_dhcp_agent
  65. - neutron_l3_agent
  66. - neutron_lbaas_agent
  67. - neutron_linuxbridge_agent
  68. - neutron_metadata_agent
  69. - neutron_metering_agent
  70. - neutron_openvswitch_agent
  71. - neutron_sriov_nic_agent
  72. properties:
  73. is_metal: true
  74. neutron_server_container:
  75. belongs_to:
  76. - network_containers
  77. contains:
  78. - neutron_server
  79. - opendaylight
  80.  
  81.  
  82. physical_skel:
  83. network_containers:
  84. belongs_to:
  85. - all_containers
  86. network_hosts:
  87. belongs_to:
  88. - hosts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement