fix(doc): adding new dependencies to the readme
This commit is contained in:
parent
078c21c172
commit
f7dfec14d7
11
README.md
11
README.md
|
@ -23,6 +23,8 @@ With this tool you can publish all the images and the necessary templates to act
|
||||||
* Packer >= 1.6.0
|
* Packer >= 1.6.0
|
||||||
* virt-sparsify (optional)
|
* virt-sparsify (optional)
|
||||||
* Ruby
|
* Ruby
|
||||||
|
|
||||||
|
### For OpenNebula you will need :
|
||||||
* These ruby gems:
|
* These ruby gems:
|
||||||
* opennebula
|
* opennebula
|
||||||
* opennebula-cli
|
* opennebula-cli
|
||||||
|
@ -35,6 +37,15 @@ With this tool you can publish all the images and the necessary templates to act
|
||||||
* create/manage services templates
|
* create/manage services templates
|
||||||
* create/manage network templates
|
* create/manage network templates
|
||||||
|
|
||||||
|
### For Local qemu buidls you will need:
|
||||||
|
* qemu-kvm
|
||||||
|
|
||||||
|
### For Local Virtualbox builds you will need:
|
||||||
|
* virtualbox
|
||||||
|
|
||||||
|
### For Local VMWare Workstation builds you will need:
|
||||||
|
* vmware-workstation (with a valid licence, 30 trial is fine)
|
||||||
|
|
||||||
## How to use the "build" tool ?
|
## How to use the "build" tool ?
|
||||||
|
|
||||||
First you need to create the "publisher" "tools/one-templates" configuration.
|
First you need to create the "publisher" "tools/one-templates" configuration.
|
||||||
|
|
Loading…
Reference in New Issue