Skip to content

Source code of HCIBench major components

Notifications You must be signed in to change notification settings

vsphere-tmm/HCIBench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCIBench

I have this repo maintained is for user to upgrade their HCIBench instance without deploying another OVA. To upgrade your HCIBench:

  1. You need to have HCIBench Controller VM running
  2. Your HCIBench Controller VM should have internet connectivity
  3. SSH into your HCIBench Controller VM and run the following cmds to upgrade your HCIBench to the latest build

tdnf install -y git && git clone https://github.com/vsphere-tmm/HCIBench.git && sh HCIBench/upgrade.sh

or

cd /root/ && wget https://codeload.github.com/vsphere-tmm/HCIBench/zip/master && unzip master && sh /root/HCIBench-master/upgrade.sh

  1. the logs, results and configuration files will be preserved after upgrading to the latest build.

About

Source code of HCIBench major components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 78.4%
  • JavaScript 10.8%
  • HTML 5.5%
  • Shell 2.7%
  • Python 2.5%
  • Batchfile 0.1%