Advertisement
Guest User

Untitled

a guest
Dec 16th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. multinode:
  2. description: "In this configuration the OpenStack controller is deployed separately from the compute and cinder nodes. This mode assumes the presence of 1 controller node and 1 or more compute/cinder nodes. You can add more nodes to scale your cloud later."
  3. roles:
  4. - controller
  5. - compute
  6. - cinder
  7. - ceph-osd
  8. - mongo
  9. - zabbix-server
  10. - qvbn-server
  11. roles_metadata:
  12. controller:
  13. name: "Controller"
  14. description: "The controller initiates orchestration activities and provides an external API. Other components like Glance (image storage), Keystone (identity management), Horizon (OpenStack dashboard) and Nova-Scheduler are installed on the controller as well."
  15. conflicts:
  16. - compute
  17. - qvbn-server
  18. update_required:
  19. - compute
  20. - cinder
  21. - qvbn-server
  22. has_primary: true
  23. compute:
  24. name: "Compute"
  25. description: "A compute node creates, manages and terminates virtual machine instances."
  26. restrictions:
  27. - condition: "settings:common.libvirt_type.value == 'vcenter'"
  28. message: "Computes cannot be used with vCenter"
  29. qvbn-server:
  30. name: "qvbn-server"
  31. description: "A qvbn node creates, manages and terminates vcpe instances."
  32. restrictions:
  33. -condition: "settings:common.libvirt_type.value == 'vcenter'"
  34. message: "QVBN can not be created as virtual node"
  35. cinder:
  36. name: "Storage - Cinder"
  37. description: "Cinder provides scheduling of block storage resources, typically delivered over iSCSI, VMWare vCenter, and other compatible backend storage systems. Block storage can be used for database storage, expandable file systems, or providing a server with access to raw block level devices."
  38. restrictions:
  39. - condition: "settings:storage.volumes_lvm.value == false and settings:storage.volumes_vmdk.value == false"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement