Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Update Vagrant license headers to EPL 2.0.Alexander Kurtakov1-5/+7
Change-Id: Icd1dbbb898262f28cd992eae00f7c854da165ee5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/122389
2016-03-04Minor bug fixes to certain Vagrant workflows.Roland Grunberg1-0/+2
- Permit the use of dashes in virtual machine names - Inform user when VM name already exists and cancel VM creation - Remove previously existing Eclipse-controlled Vagrant project if the corresponding VM does not exist - State of the VM should not be used to uniquely identify it - Add missing toString() method to VagrantVM to enable proper search - Fix file dialog logic for the CreateVMPage Change-Id: I9434794559c5276d14f41b86fc8fcfaa18b36ae2 Reviewed-on: https://git.eclipse.org/r/67836 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-12-18Bug 484413: Implement 'package' command.Roland Grunberg1-0/+8
- Add command handler for creating a Box from a VM - Add wizards for specifying name and folder to place the new box Change-Id: I84a05511b094193ec31aae8c3259ad3c7cd52137 Reviewed-on: https://git.eclipse.org/r/62966 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-12-09Bug 484037: Create validation logic for the Add Box Wizard.Roland Grunberg1-2/+4
Change-Id: I5ccae29f36b5d6cc1fd6ca6f63e3e8e0e8571819 Reviewed-on: https://git.eclipse.org/r/62331 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
2015-11-19Display error message when attempting to SSH into unconfigured VM.Roland Grunberg1-3/+5
Some VMs may not have an SSH daemon configured by default, so if a VM does not have an ip, port, or user, display an error message. Also change references for boxName, to boxRef. Change-Id: Ie960f323b5422feb69bde035c2f54d8061f78935 Reviewed-on: https://git.eclipse.org/r/60821 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-11-18The VM creation wizard should support using box files.Roland Grunberg1-2/+2
Instead of requiring that the user 'add' the box through the Box View UI before being able to use it, automatically do this if the user specifies a valid path to a box in the 'Box Name' field. The only assumption required is that a box file is a readable file path and ends in '.box'. Change-Id: I027f9363303af9eb5b703f6142c2a4915c9aba33 Reviewed-on: https://git.eclipse.org/r/60656 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-11-17Display error message when 'vagrant' cannot be found on the PATH.Roland Grunberg1-0/+3
Even when no boxes/vms exist, the Add Box / Create VM commands may still be selected. If 'vagrant' cannot be found on the system display an error message to inform the user. Change-Id: I35b41b9476c8cc407abc91f8d5c0529be80edbb4 Reviewed-on: https://git.eclipse.org/r/60552 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-11-16Bug 481868 - Initial implementation of allowingRob Stryker1-0/+5
environment variables to be used in the various vagrant commands. Also, updated environment manager to use secure storage Commit 2 - cleanup as per gerrit Commit 3 - Externalize strings, fix sorting of env. table Change-Id: I6ebabe4f6cff796e111fa6b14b51974a02dd5acc Signed-off-by: Rob Stryker <rob.stryker@jboss.com> Reviewed-on: https://git.eclipse.org/r/60099 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-11-02Add a wizard for VM creation.Roland Grunberg1-0/+16
- Create a VM with default settings from an existing box - Create a VM from an existing Vagrantfile Change-Id: Ieffbc05db518e05ccda9284e6da88587586fdbfd Reviewed-on: https://git.eclipse.org/r/59051 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2015-10-21Implement 'Add Box' functionality for Box View.Roland Grunberg1-0/+18
Change-Id: I30e248aea29579f4ee54f09663a5aaf98deed793 Reviewed-on: https://git.eclipse.org/r/58655 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>

    Back to the top