Merge "Avoid build conflicts in build server"
[releng.git] / prototypes / xci / flavors / xci-aio.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=1
15 export TEST_VM_NODE_NAMES=xciaio
16 export VM_DOMAIN_TYPE=kvm
17 export VM_CPU=8
18 export VM_DISK=80
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-aio.yml
26 XCI_ANSIBLE_INVENTORY=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-aio-inventory
27 XCI_ANSIBLE_VARS=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-aio-vars.yml