summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/flavors/xci-aio.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-03-24 20:17:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-24 20:17:42 +0000
commit27c2b900b293a83d23990eba3b4492fa65bbf413 (patch)
treec9d8cf3fad171cf14494cb2e02a824889e595d73 /prototypes/xci/flavors/xci-aio.sh
parented77a7078497572a8d534ea234fe76f9969713b6 (diff)
parentaf43f43798ccb6a012dcb072f84c116f7e3ca46a (diff)
Merge "xci: Set up the basics for xci developer sandbox"
Diffstat (limited to 'prototypes/xci/flavors/xci-aio.sh')
-rw-r--r--prototypes/xci/flavors/xci-aio.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/prototypes/xci/flavors/xci-aio.sh b/prototypes/xci/flavors/xci-aio.sh
new file mode 100644
index 000000000..9f9ea1be6
--- /dev/null
+++ b/prototypes/xci/flavors/xci-aio.sh
@@ -0,0 +1,27 @@
+#-------------------------------------------------------------------------------
+# XCI Flavor Configuration
+#-------------------------------------------------------------------------------
+# This is the configuration for xci-aio.
+#
+# You are free to modify parts of the configuration to fit into your environment.
+# But before doing that, please ensure you checked other flavors to see if one
+# them can be used instead, saving you some time.
+#-------------------------------------------------------------------------------
+
+#-------------------------------------------------------------------------------
+# Configure VM Nodes
+#-------------------------------------------------------------------------------
+export TEST_VM_NUM_NODES=1
+export TEST_VM_NODE_NAMES=xciaio
+export VM_DOMAIN_TYPE=kvm
+export VM_CPU=8
+export VM_DISK=80
+export VM_MEMORY_SIZE=12288
+export VM_DISK_CACHE=unsafe
+
+#-------------------------------------------------------------------------------
+# Ansible Files for the Flavor
+#-------------------------------------------------------------------------------
+XCI_ANSIBLE_PLAYBOOK=$OPNFV_RELENG_PATH/prototypes/xci/file/configure-xci-aio.yml
+XCI_ANSIBLE_INVENTORY=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-aio-inventory
+XCI_ANSIBLE_VARS=$OPNFV_RELENG_PATH/prototypes/xci/file/xci-aio-vars.yml