ManageIQ / manageiq-appliance-build

Scripts to build ManageIQ appliances
Apache License 2.0
10 stars 55 forks source link

[WIP] Create vagrant box/version for release build #482

Closed simaishi closed 1 year ago

simaishi commented 3 years ago

I'm pretty sure I used this exact script when I created the vagrant box last time, but please do verify this works as intended. You will need to set credentails on the machine to use the script.

When a new branch is created, the 'master' box needs major version bumped (e.g. v12.0.0-nightly to v13.0.0-nightly). This script doesn't handle that. FYI.

miq-bot commented 3 years ago

Some comments on commit https://github.com/simaishi/manageiq-appliance-build/commit/ed886c4fc3a4050491382768be75b17347500802

scripts/vagrant_box.rb

miq-bot commented 3 years ago

Checked commit https://github.com/simaishi/manageiq-appliance-build/commit/ed886c4fc3a4050491382768be75b17347500802 with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint 2 files checked, 38 offenses detected

scripts/vagrant_box.rb

kbrock commented 3 years ago

/cc @NickLaMuro Vagrant seems do be down your alley. Not sure if this helps you but wanted to make sure you were in the loop.

bdunne commented 1 year ago

Replaced by: https://github.com/ManageIQ/manageiq-release/pull/241