Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NUM_OF_VMS_PER_NODE = 19
- NUM_OF_NODES = 10000
- CN_INVS = [
- {
- 'resource_class': 'VCPU',
- 'total': 48,
- 'allocation_ratio': 2.0
- },
- {
- 'resource_class': 'MEMORY_MB',
- 'total': 262144,
- }
- ]
- SHARED_STORAGE_INVS = [
- {
- 'resource_class': 'DISK_GB',
- 'total': 4096000
- }
- ]
- SHARED_VM_FLAVOR = {
- 'VCPU': 4,
- 'MEMORY_MB': 8096
- 'DISK_GB': 1
- }
Advertisement
Add Comment
Please, Sign In to add comment