Add a common tool for creating libvirt vms w/o puppet 37/12437/2
authorwangyaoguang <sunshine.wang@huawei.com>
Tue, 19 Apr 2016 00:49:09 +0000 (08:49 +0800)
committerwangyaoguang <sunshine.wang@huawei.com>
Tue, 19 Apr 2016 01:02:07 +0000 (09:02 +0800)
commit177def06a663796302a9b50abe931ca56b64d413
treeb41256b5d203237737917a189d24716865891760
parente2b73bf29779412d3b0ceb7742e6a4bdcecb7f74
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>
utils/dev_env/deploy/create_libvirt_vm.sh [new file with mode: 0755]
utils/dev_env/deploy/libvirt_template.xml [new file with mode: 0644]
utils/dev_env/deploy/mac_generator.sh [new file with mode: 0755]
utils/dev_env/deploy/meta-data.template [new file with mode: 0644]
utils/dev_env/deploy/p-agent-user-data.template [new file with mode: 0644]
utils/dev_env/deploy/p-master-user-data.template [new file with mode: 0644]
utils/dev_env/deploy/user-data.template [new file with mode: 0644]
utils/dev_env/paras.conf [new file with mode: 0644]