From 5df1ac0a14075d708c89d35705097a83340cd424 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Thu, 2 Jun 2016 14:34:15 +1000 Subject: Add custom domain file for virtual deploy Upstream packaging for tripleo-incubator seems to be lagging significantly, and in addition we will likely want to add a myriad of custom features like numa support that may not be suitable for upstream, so copy our own domain.xml into the tripleo templates directory when deploying. This may be improved in future if we can land a patch that allows a custom template directory to be specified upstream, and have it packaged and released. Change-Id: I7e7e7f695d9473545014761e9f8986616bc2cd19 JIRA: APEX-119 JIRA: APEX-106 JIRA: APEX-127 Signed-off-by: Michael Chapman Signed-off-by: Tim Rozet --- lib/installer/domain.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lib/installer/domain.xml (limited to 'lib') diff --git a/lib/installer/domain.xml b/lib/installer/domain.xml new file mode 100644 index 00000000..c710e561 --- /dev/null +++ b/lib/installer/domain.xml @@ -0,0 +1,36 @@ + + %(name)s + %(memory)s + %(cpus)s + + + hvm + + + + + + + + + + destroy + restart + restart + + + + + + + + %(network)s + %(bm_network)s + %(enable_serial_console)s + + + + + -- cgit 1.2.3-korg