Skip to content

Commit

Permalink
Remove vagrant-vbguest plugin from AM playbook
Browse files Browse the repository at this point in the history
The plugin is not maintained anymore and the playbook does not require
its functionality. Also the 2.4.2 release of Vagrant broke plugin
installation.
  • Loading branch information
replaceafill committed Nov 6, 2024
1 parent b43aa63 commit 129c4f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/archivematica-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
sudo apt-get purge virtualbox-7.0
wget -O /tmp/virtualbox-7.0_7.0.14-161095~Ubuntu~focal_amd64.deb -L https://download.virtualbox.org/virtualbox/7.0.14/virtualbox-7.0_7.0.14-161095~Ubuntu~focal_amd64.deb
sudo dpkg -i /tmp/virtualbox-7.0_7.0.14-161095~Ubuntu~focal_amd64.deb
- name: Install the vagrant-vbguest plugin
run: |
vagrant plugin install vagrant-vbguest
- name: Update vbox networks
run: |
sudo mkdir -p /etc/vbox/
Expand Down
8 changes: 0 additions & 8 deletions playbooks/archivematica-jammy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ machine.
6. The ansible playbook `singlenode.yml` specified in the Vagrantfile will provision using qa branches of archivematica. To provision using the stable 1.16.x/0.22.x branches, replace "vars-singlenode-qa.yml" with "vars-singlenode-1.16.yml" in `singlenode.yml`. You can also modify create a custom vars file and pass it instead (to modify role variables to deploy custom branches, etc.)
7. If you get errors regarding the Vagrant shared folders, they are usually due
to different versions of VirtualBox. One way to fix it is using a vagrant
plugin that installs the host's VirtualBox Guest Additions on the guest system:
```
$ vagrant plugin install vagrant-vbguest
$ vagrant vbguest
```
# Login and credentials
If you are using the default values in vars-singlenode-XXXX.yml and Vagrantfile files, the login URLS are:
Expand Down

0 comments on commit 129c4f9

Please sign in to comment.