Guest User

Untitled

a guest
Nov 14th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. NUM_OF_VMS_PER_NODE = 19
  2. NUM_OF_NODES = 10000
  3.  
  4. CN_INVS = [
  5. {
  6. 'resource_class': 'VCPU',
  7. 'total': 48,
  8. 'allocation_ratio': 2.0
  9. },
  10. {
  11. 'resource_class': 'MEMORY_MB',
  12. 'total': 262144,
  13. }
  14. ]
  15.  
  16. SHARED_STORAGE_INVS = [
  17. {
  18. 'resource_class': 'DISK_GB',
  19. 'total': 4096000
  20. }
  21. ]
  22.  
  23. SHARED_VM_FLAVOR = {
  24. 'VCPU': 4,
  25. 'MEMORY_MB': 8096
  26. 'DISK_GB': 1
  27. }
Advertisement
Add Comment
Please, Sign In to add comment