diff options
author | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-19 08:49:09 +0800 |
---|---|---|
committer | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-19 09:02:07 +0800 |
commit | 177def06a663796302a9b50abe931ca56b64d413 (patch) | |
tree | b41256b5d203237737917a189d24716865891760 /utils/dev_env/paras.conf | |
parent | e2b73bf29779412d3b0ceb7742e6a4bdcecb7f74 (diff) |
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 <sunshine.wang@huawei.com>
Diffstat (limited to 'utils/dev_env/paras.conf')
-rw-r--r-- | utils/dev_env/paras.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/dev_env/paras.conf b/utils/dev_env/paras.conf new file mode 100644 index 00000000..1ebf104a --- /dev/null +++ b/utils/dev_env/paras.conf @@ -0,0 +1,20 @@ +############################################################################## +# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + + +## This is a sample configuration file, as one input parameter for 'create_libvirt_vm.sh' +host_names=test-master,test-agent +puppet_enable=true +master_host=test-master +vm_mem=4096 +vm_cpu_cores=4 +image_url=file:///home/ubuntu/trusty-server-cloudimg-amd64-btnks.img +image_name=disk.img +ipaddr_start=192.168.122.201 +trusted_ssh_pub_keys_file=/home/ubuntu/trusted_ssh_pub_keys |