11048f6bed19b5896c2585cd4eb6b79c01a627e7
[releng.git] / prototypes / xci / flavors / xci-mini.sh
1 #-------------------------------------------------------------------------------
2 # XCI Flavor Configuration
3 #-------------------------------------------------------------------------------
4 # This is the configuration for xci-aio.
5 #
6 # You are free to modify parts of the configuration to fit into your environment.
7 # But before doing that, please ensure you checked other flavors to see if one
8 # them can be used instead, saving you some time.
9 #-------------------------------------------------------------------------------
10
11 #-------------------------------------------------------------------------------
12 # Configure VM Nodes
13 #-------------------------------------------------------------------------------
14 export TEST_VM_NUM_NODES=3
15 export TEST_VM_NODE_NAMES="xcimaster controller00 compute00"
16 export VM_DOMAIN_TYPE=kvm
17 export VM_CPU=8
18 export VM_DISK=100
19 export VM_MEMORY_SIZE=12288
20 export VM_DISK_CACHE=unsafe
21
22 #-------------------------------------------------------------------------------
23 # Ansible Files for the Flavor
24 #-------------------------------------------------------------------------------
25 XCI_ANSIBLE_PLAYBOOK=$OPNFV_RELENG_PATH/prototypes/xci/file/configure-xci-mini.yml
26 XCI_ANSIBLE_INVENTORY=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-mini-inventory
27 XCI_ANSIBLE_VARS=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-mini-vars.yml