summaryrefslogtreecommitdiffstats
path: root/node-admin/include/node-flavors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/include/node-flavors.xml')
-rw-r--r--node-admin/include/node-flavors.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/node-admin/include/node-flavors.xml b/node-admin/include/node-flavors.xml
new file mode 100644
index 00000000000..419ea348493
--- /dev/null
+++ b/node-admin/include/node-flavors.xml
@@ -0,0 +1,15 @@
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<config name="vespa.config.nodes.node-repository">
+ <flavor>
+ <item>
+ <!-- Note: This flavor does NOT match the production 'docker' flavor -->
+ <name>docker</name>
+ <environment>DOCKER_CONTAINER</environment>
+ <minCpuCores>1.0</minCpuCores>
+ <minMainMemoryAvailableGb>3.0</minMainMemoryAvailableGb>
+ <minDiskAvailableGb>10.0</minDiskAvailableGb>
+ <description>DOCKER_CONTAINER with 1.0 CPUs, 3.0 Gb memory and 10.0 Gb disk</description>
+ </item>
+ </flavor>
+</config>
+