Skip to content

Commit

Permalink
Merge branch 'release/20210527.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed May 27, 2021
2 parents 0aeeee9 + 9290d9d commit 4f68ed5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 95 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
sudo add-apt-repository -y "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib"
sudo -E apt-get update
sudo -E apt-get install -y virtualbox-6.1
curl -skL -O https://download.virtualbox.org/virtualbox/6.1.22/Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack
echo "y" | sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack --replace
rm -rf Oracle_VM_VirtualBox_Extension_Pack-6.1.22.vbox-extpack
export VERSION=$(VBoxManage --version | sed 's/^\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/g')
curl -skL -O https://download.virtualbox.org/virtualbox/$VERSION/Oracle_VM_VirtualBox_Extension_Pack-$VERSION.vbox-extpack
echo "y" | sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-$VERSION.vbox-extpack --replace
rm -rf Oracle_VM_VirtualBox_Extension_Pack-$VERSION.vbox-extpack
fi
sudo systemctl start vboxdrv.service
sh -x -c "vboxmanage --version"
Expand Down Expand Up @@ -94,6 +95,7 @@
.script-packer-build: &script-packer-build
- |
vagrant cloud auth login --token $VAGRANT_CLOUD_TOKEN
cd $CI_PROJECT_DIR/packer/$_PACKER_BUILDER_PROVIDER-$_PACKER_BUILDER_VERSION
packer build packer.json
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "roles/ansible"]
path = roles/ansible
url = https://github.com/alvistack/ansible-role-ansible.git
branch = develop
[submodule "roles/locales"]
path = roles/locales
url = https://github.com/alvistack/ansible-role-locales.git
Expand Down
43 changes: 0 additions & 43 deletions packer/libvirt-33/box.xml

This file was deleted.

3 changes: 0 additions & 3 deletions packer/libvirt-33/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
},
{
"compression_level": 9,
"include": [
"box.xml"
],
"keep_input_artifact": true,
"output": "output-vagrant/package.box",
"provider_override": "libvirt",
Expand Down
43 changes: 0 additions & 43 deletions packer/libvirt-34/box.xml

This file was deleted.

3 changes: 0 additions & 3 deletions packer/libvirt-34/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
},
{
"compression_level": 9,
"include": [
"box.xml"
],
"keep_input_artifact": true,
"output": "output-vagrant/package.box",
"provider_override": "libvirt",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
include_role:
name: python

- name: include role
include_role:
name: ansible

- name: include role
include_role:
name: locales
Expand Down
1 change: 1 addition & 0 deletions roles/ansible
Submodule ansible added at 105e90

0 comments on commit 4f68ed5

Please sign in to comment.