Advertisement
Guest User

Untitled

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