File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Add direct support of libvirt to cloudify, use with restrinctions.
33
44Before use check that you have 64bit platform, if you want to start 64bit images.
55
6- based on https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/
6+ Based on https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/
77
88# Plugin Requirements
99
@@ -70,11 +70,25 @@ Description for Network
7070Update ` ip ` runtime property in VM by data from network.
7171
7272## Examples
73- * [ Ubuntu: amd64 vm with connection by fabric] ( examples/vm_fabric.amd64.yaml )
7473* [ Ubuntu: amd64 vm with scale support] ( examples/vm_agent.yaml )
74+ * [ Ubuntu: amd64 vm with connection by fabric] ( examples/vm_fabric.amd64.yaml )
7575* [ Ubuntu: arm64 vm with connection by fabric] ( examples/vm_fabric.arm64.yaml )
76+ * [ CentOS: amd64 vm with connection by fabric] ( examples/vm_centos.amd64.yaml )
77+ * [ CentOS: Cluster blueprint, run vm on separate cento host] ( examples/cluster.yaml )
78+ Has support ` floating ips ` separated by commas. Look to inputs.
79+
80+ For documentation ` backup ` / ` restore ` workflows with noncluster blueprints look to
81+ [ Utilities Plugin] ( https://github.com/cloudify-incubator/cloudify-utilities-plugin/blob/master/cloudify_suspend/README.md ) .
82+
83+ ## Wagon creation:
84+
85+ Recommended constraints file for CentOs 7.x and RedHat 7.x is:
86+ ```
87+ libvirt-python==4.0.0
88+ cloudify-plugins-common==3.3
89+ ```
90+
91+ You should to install [ libvirt-devel] ( examples/bootstraps/centos.sh#L2 ) before create wagon.
7692
7793## TODO:
7894* Add more examples with different vm struct and archictures: mips, powerpc
79- * Add tests
80-
You can’t perform that action at this time.
0 commit comments