shapeblue / mbx

🐒📦 Build, run, test monkey-powered local CloudStack dev/qa env
22 stars 7 forks source link

Add support for storage management #3

Closed rohityadavcloud closed 3 years ago

rohityadavcloud commented 3 years ago

The steps to build storage folder (4.15 in readme) can be wrapped under a command such as: (with a base folder path defined either within the mbx directory or at /export/testing/...)

mbx storage list # list available storage template dir with systemvmtemplate+guest templates pre-installed mbx storage create <either cloudstack version or rsync url such as at http://cloudstack.apache.org> mbx storage delete # delete storage

Or, this is wrapped inside mbx itself; all user does it run mbx storage create 4.15 to create what is described in README. These are initial thoughts than requirements.

rohityadavcloud commented 3 years ago

With 4.16 it won't be necessary if/when rpms/deb have systemvmtemplate bundled