From 177def06a663796302a9b50abe931ca56b64d413 Mon Sep 17 00:00:00 2001 From: wangyaoguang Date: Tue, 19 Apr 2016 08:49:09 +0800 Subject: Add a common tool for creating libvirt vms w/o puppet 1.It requires two argumets, input config and output folder. 2.It can bring libvirt vms with puppet and trusted ssh keys. 3.It can also bring normal libvirt vms. JIRA: BOTTLENECK-57 Change-Id: I47fd61c328b45d03b4d0daf25fd9e4fe79303f88 Signed-off-by: wangyaoguang --- utils/dev_env/deploy/libvirt_template.xml | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 utils/dev_env/deploy/libvirt_template.xml (limited to 'utils/dev_env/deploy/libvirt_template.xml') diff --git a/utils/dev_env/deploy/libvirt_template.xml b/utils/dev_env/deploy/libvirt_template.xml new file mode 100644 index 00000000..eddeff00 --- /dev/null +++ b/utils/dev_env/deploy/libvirt_template.xml @@ -0,0 +1,41 @@ + + REPLACE_NAME + REPLACE_MEM + REPLACE_MEM + REPLACE_CPU + + hvm + + + + + + + destroy + restart + restart + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg