mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
.. | ||
vib | ||
fw-vnc.vib | ||
fw-vnc.zip | ||
Makefile | ||
README.md | ||
Vagrantfile |
Building ESX VIB package
Requirements:
Other requirements (automatically get by Makefile
):
- Vagrant plugin vagrant-sshfs
- VIB Author tool RPM in current directory
Build
VIB package build is based on a deprecated, but still working, VIB Author tool. This tool works fine on old EL/CentOS 6, that's why the build process (unfortunately) requires the Vagrant+VirtualBox to provide the build environment with the CentOS 6.
There are two possible approaches to building the VIB package.
1. Makefile
Just start the make
and required Vagrant plugin and latest known
VIB Author tool will be automatically downloaded and new VIB
packages built.
$ make
You can find the fresh packages in fw-vnc.vib
and fw-vnc.zip
.
2. Manual
- download VIB Author tool RPM into the current directory
- start Vagrant
$ vagrant plugin install vagrant-sshfs
$ vagrant up && vagrant destroy -f
You can find the fresh packages in fw-vnc.vib
and fw-vnc.zip
.