Brian Cain
0dfde12e9a
Add clone_disk method to virtualbox driver
2020-02-10 12:58:11 -08:00
Brian Cain
d1ccb6536f
Add note about attaching device
2020-02-10 12:58:11 -08:00
Brian Cain
91a274416a
Improve disk messages to user
2020-02-10 12:58:11 -08:00
Brian Cain
7486fe5931
Add ability to resize vmdk disks by converting to vdi
2020-02-10 12:58:11 -08:00
Brian Cain
2e884207df
Rename disk_size variable
...
Use bytes instead of mb to align with flag used
2020-02-10 12:58:11 -08:00
Brian Cain
dec145b8f9
Add additional note about resizing a disk that might be a primrary
2020-02-10 12:58:11 -08:00
Brian Cain
56cc23cdec
Remove prys
2020-02-10 12:58:11 -08:00
Brian Cain
fcc9c55fa0
Begin to add code for resizing VMDK type disks
2020-02-10 12:58:11 -08:00
Brian Cain
4df346c5c6
Add resize for disks
...
Also add warnings in case disk resize request is smaller than original
disk size.
2020-02-10 12:58:11 -08:00
Brian Cain
7e686e6f70
Attach harddisk after creation
2020-02-10 12:58:11 -08:00
Brian Cain
1c87351c94
Begin to add method for determining the proper port and device
2020-02-10 12:58:11 -08:00
Brian Cain
2a3f9dad29
Remove uuid from params
...
No need to pass in machine uuid as it is a class variable already for the driver
2020-02-10 12:58:11 -08:00
Brian Cain
259cb5fcca
Attempt to create and attach disk to guest
2020-02-10 12:58:11 -08:00
Brian Cain
9b83e2ac30
Move around pry
2020-02-10 12:58:11 -08:00
Brian Cain
35c8db56ec
Add handling for configuring and creating disks with vbox provider
2020-02-10 12:58:11 -08:00
Brian Cain
cac56c983c
Add extra key for vbox driver with listing hdds
2020-02-10 12:58:11 -08:00
Brian Cain
5be7989f2d
Add basic driver methods for disk operations
2020-02-10 12:58:11 -08:00
Brian Cain
16cccd504a
Add virtualbox driver method for obtaining vm information
2020-02-10 12:58:11 -08:00
Brian Cain
9bf41d34ba
Add some basic driver methods for configuring disks
2020-02-10 12:58:11 -08:00
Brian Cain
55cb8d1f0a
Add configure_disk blank unit test file and some method docs
2020-02-10 12:58:11 -08:00
Brian Cain
5273ba9590
Add method for converting bytes to megabytes
2020-02-10 12:58:11 -08:00
Brian Cain
00b47a285e
Ensure decimal points are respected for numeric conversions
2020-02-10 12:58:11 -08:00
Brian Cain
fc54996ba8
Add beginning of ConfigureDisks capability to VirtualBox provider
2020-02-10 12:58:11 -08:00
Brian Cain
c4dde72c7c
Merge pull request #11381 from briancain/enhancement/vagrant-spec-ci
...
Update vagrant-spec docs and Vagrantfile
2020-02-10 08:20:22 -08:00
Brian Cain
65864f86da
Boost guest memory
...
With 2GB of ram, certain tests were timing out and not able to complete.
This commit bumps up that base setting to 5GB to be safe.
2020-02-07 16:15:28 -08:00
Brian Cain
0f1f559c5d
Update vagrant-spec readme
2020-02-07 15:36:15 -08:00
Brian Cain
8dc45976d6
Document VAGRANT_SPEC_ARGS option for running tests
2020-02-07 13:29:36 -08:00
Brian Cain
ef2075c9b2
Ensure nfs kernel server is on ubuntu hosts
2020-02-06 14:46:11 -08:00
Brian Cain
9aaea362c6
Introduce platform mapping for other kinds of vagrant boxes
2020-02-05 16:55:13 -08:00
Brian Cain
4cfaa9809b
Update readme with more info on how to run spec tests
2020-02-05 16:54:59 -08:00
Chris Roberts
306bf7899d
Merge pull request #11369 from chrisroberts/fix/comms
...
Documentation and template updates
2020-02-03 12:45:28 -08:00
Chris Roberts
e62f88c463
Documentation and template updates for discuss
2020-02-03 12:02:50 -08:00
Brian Cain
80afa52dcf
Update CHANGELOG
2020-01-31 12:54:02 -08:00
Brian Cain
7b6af85fa3
Merge pull request #11359 from briancain/fix/validate-synced_folder-types
...
Fixes #11358 : Actually validate synced_folder type options
2020-01-31 12:53:14 -08:00
Brian Cain
fe8d8da99a
Fixup: reword error message for type validation
2020-01-31 09:36:29 -08:00
Brian Cain
82b2630a80
Fixes #11358 : Actually validate synced_folder type options
...
Prior to this commit, Vagrant wouldn't validate the `type` option for
any synced_folder configs defined. This commit updates that behavior to
look at the current list of installed synced_folder plugins, and ensure
if a type is defined, it's a valid plugin in that list.
2020-01-31 09:00:27 -08:00
Jeff Bonhag
f5d57e376f
Merge pull request #11353 from jbonhag/github/no-build-on-forks
...
Don't build gem on Vagrant forks
2020-01-30 14:02:42 -05:00
Jeff Bonhag
4b3be19e56
Don't build gem on Vagrant forks
...
This commit adds a check to see if push is happening against the main
Vagrant repo. If not, it will skip the build-gem job. This prevents
people from getting failure notifications when they push to the master
branch of their Vagrant fork.
2020-01-30 09:42:56 -05:00
Brian Cain
87ca0f25a3
Merge pull request #11352 from briancain/website/add-sidebar-for-ansible-pages
...
Include important Ansible docs in side navbar
2020-01-29 16:03:29 -08:00
Brian Cain
2150c3f4b3
Include important Ansible docs in side navbar
...
This commit adds some extra nav links for important Ansible
documentation that was burried in the other doc pages.
2020-01-29 11:44:26 -08:00
Brian Cain
5cc06bde64
Merge pull request #11341 from hjung4/spell
...
Fix spelling errors
2020-01-27 15:29:24 -08:00
comet
fa43afb57b
update
2020-01-27 17:04:23 -06:00
Chris Roberts
b231abe114
Update version and changelog for new development
2020-01-27 12:31:15 -08:00
Chris Roberts
ac268e2638
Release v2.2.7
v2.2.7
2020-01-27 12:29:18 -08:00
Jeff Bonhag
db316a396f
Lock closed issues after 30 days ( #11332 )
...
This commit adds Hashibot support to lock closed issues after 30 days.
It also will automatically remove the `waiting-reply` tag if a user
replies to an issue with that tag.
2020-01-27 09:58:50 -05:00
Jeff Bonhag
a1abc177bd
Merge pull request #11328 from Lin-Buo-Ren/patch-1
...
Fix missing quoting for `VagrantFile`
2020-01-21 09:27:16 -05:00
林博仁(Buo-ren Lin)
8ac6403bcc
Fix missing quoting for VagrantFile
...
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
2020-01-21 16:56:14 +08:00
Chris Roberts
02c157e427
Fix environment variable value
2020-01-16 14:46:50 -08:00
Chris Roberts
d8d24f4d6e
Merge pull request #11320 from chrisroberts/e-ci-updates
...
Add CI scripts and configuration
2020-01-16 14:24:50 -08:00
Chris Roberts
ee302f3a9b
Add CI scripts and configuration
...
Provides scripts for building, storing, and releasing Vagrant
via builders. Includes updates for testing and removal of
deprecated CI configuration.
2020-01-15 17:16:54 -08:00