Create fuel kvm plugin 49/12549/4
authorGuo Ruijing <ruijing.guo@intel.com>
Tue, 3 May 2016 01:22:42 +0000 (09:22 +0800)
committerGuo Ruijing <ruijing.guo@intel.com>
Tue, 3 May 2016 02:31:16 +0000 (10:31 +0800)
commitfc3228bd6c2163081143e2231e0574faa9bcaad1
treea44d48fe8b04121029523ee96a9bbb1936dd19d3
parentbacb4acf4ed1a5b6481d613a6dc2e8c9ccff15db
Create fuel kvm plugin

Upstream status: NA

In Brahmaputra release, KVM plugin functionality was bundled inside the
fuel-plugin-qemu. In order for easy maintenance, the KVM plugin functionality
would be separated from fuel-plugin-qemu and moved into an independent
fuel-plugin-kvm and keep the source code here starting from Colorado release.

Change-Id: Id89069234a4529cca40f1887e2d947378f928dd2
Signed-off-by: davidjchou <david.j.chou@intel.com>
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
13 files changed:
fuel-plugin/Dockerfile [new file with mode: 0644]
fuel-plugin/LICENSE [new file with mode: 0644]
fuel-plugin/README.md [new file with mode: 0644]
fuel-plugin/build_kvm.sh [new file with mode: 0644]
fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp [new file with mode: 0644]
fuel-plugin/deployment_tasks.yaml [new file with mode: 0644]
fuel-plugin/environment_config.yaml [new file with mode: 0644]
fuel-plugin/metadata.yaml [new file with mode: 0644]
fuel-plugin/pre_build_hook [new file with mode: 0644]
fuel-plugin/repositories/ubuntu/README [new file with mode: 0644]
fuel-plugin/tasks.yaml [new file with mode: 0644]
fuel-plugin/vagrant/Vagrantfile [new file with mode: 0644]
fuel-plugin/vagrant/build_fuel_plugin.sh [new file with mode: 0644]