Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /src/workspace/baserock/pedroalvarez/add-more-openstack-clients/baserock/baserock/definitions # cat cloud-examples.morph
  2. name: cloud-examples
  3. kind: cluster
  4. systems:
  5. - morph: devel-system-x86_64-generic
  6. deploy:
  7. cloud-devel-system:
  8. type: rawdisk
  9. location: cloud-devel-system-x86_64.img
  10. DISK_SIZE: 4G
  11. HOSTNAME: cloud-devel-system
  12. INITRAMFS_PATH: boot/initramfs.gz
  13. CLOUD_INIT: yes
  14. subsystems:
  15. - morph: initramfs-x86_64
  16. deploy:
  17. devel-initramfs:
  18. type: initramfs
  19. location: boot/initramfs.gz
  20. - morph: trove-x86_64-generic
  21. deploy:
  22. cloud-trove:
  23. type: rawdisk
  24. location: cloud-trove-x86_64.img
  25. DISK_SIZE: 4G
  26. INITRAMFS_PATH: boot/initramfs.gz
  27. CLOUD_INIT: yes
  28. subsystems:
  29. - morph: initramfs-x86_64
  30. deploy:
  31. trove-initramfs:
  32. type: initramfs
  33. location: boot/initramfs.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement