vagrant-zones 0.1.48 → 0.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/lint-release-and-publish.yml +4 -3
- data/CHANGELOG.md +22 -0
- data/lib/vagrant-zones/config.rb +2 -3
- data/lib/vagrant-zones/driver.rb +0 -1
- data/lib/vagrant-zones/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59f0414583d8953d0767f67eccc3fa7ba0a6aaf9460566742d9dc62ef747b580
|
|
4
|
+
data.tar.gz: 0e5b6d5215c626e306d42322f17234e4f71708197861fd17178ce39679e23b52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08ba65bcd7371e02719ddec716ce75111e8f35f37b9f6ecb97c31d74e13d669ca78377fb88b34bbbadf3252da5219b4ef0acfef5db6ceb189ed12cd3c0b3e2d7'
|
|
7
|
+
data.tar.gz: f2e3a29f4401ad167b90ac08bfa3e76abde7265124ad6c5125bb7d61380a277c0d9d8a7223a0a26711c9999d22390515ae7076554604247ca4d56437af08ca2d
|
|
@@ -10,15 +10,17 @@ on:
|
|
|
10
10
|
jobs:
|
|
11
11
|
release-please:
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
|
+
env:
|
|
14
|
+
GEM_NAME: "vagrant-zones"
|
|
13
15
|
steps:
|
|
14
16
|
- uses: GoogleCloudPlatform/release-please-action@v2
|
|
15
17
|
id: release
|
|
16
18
|
with:
|
|
17
19
|
release-type: ruby
|
|
18
|
-
package-name:
|
|
20
|
+
package-name: ${{ env.GEM_NAME }}
|
|
19
21
|
bump-minor-pre-major: true
|
|
20
22
|
bump-patch-for-minor-pre-major: true
|
|
21
|
-
version-file: "lib/
|
|
23
|
+
version-file: "lib/${{ env.GEM_NAME }}/version.rb"
|
|
22
24
|
|
|
23
25
|
# Checkout code if release was created
|
|
24
26
|
- uses: actions/checkout@v2
|
|
@@ -41,7 +43,6 @@ jobs:
|
|
|
41
43
|
run: bundle exec rake
|
|
42
44
|
if: ${{ steps.release.outputs.release_created }}
|
|
43
45
|
|
|
44
|
-
|
|
45
46
|
# Publish to GPR
|
|
46
47
|
- name: Publish to GPR
|
|
47
48
|
run: |
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.1.51](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.50...v0.1.51) (2022-11-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* release 0.1.52 ([9481021](https://www.github.com/STARTcloud/vagrant-zones/commit/948102146752274be1c3b37d66b465517197ea77))
|
|
9
|
+
|
|
10
|
+
### [0.1.50](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.49...v0.1.50) (2022-11-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* spacing ([0b187e5](https://www.github.com/STARTcloud/vagrant-zones/commit/0b187e549aea50e8e8b9558f8a39cd228b7580bb))
|
|
16
|
+
|
|
17
|
+
### [0.1.49](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.48...v0.1.49) (2022-11-23)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* change default number of cores ([7cc9f65](https://www.github.com/STARTcloud/vagrant-zones/commit/7cc9f652bbcf0e6048cad7f770024c956306bbfc))
|
|
23
|
+
* remove old config ([f2193fd](https://www.github.com/STARTcloud/vagrant-zones/commit/f2193fd50e9099f7577f5aac6cda6a7ab367bfa3))
|
|
24
|
+
|
|
3
25
|
### [0.1.48](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.47...v0.1.48) (2022-11-23)
|
|
4
26
|
|
|
5
27
|
|
data/lib/vagrant-zones/config.rb
CHANGED
|
@@ -39,10 +39,10 @@ module VagrantPlugins
|
|
|
39
39
|
@consolehost = '0.0.0.0'
|
|
40
40
|
@console_onboot = 'false'
|
|
41
41
|
@console = 'webvnc'
|
|
42
|
-
@memory = '
|
|
42
|
+
@memory = '2G'
|
|
43
43
|
@diskif = 'virtio-blk'
|
|
44
44
|
@netif = 'virtio-net-viona'
|
|
45
|
-
@cpus =
|
|
45
|
+
@cpus = 1
|
|
46
46
|
@cpu_configuration = 'simple'
|
|
47
47
|
@complex_cpu_conf = UNSET_VALUE
|
|
48
48
|
@boot = UNSET_VALUE
|
|
@@ -51,7 +51,6 @@ module VagrantPlugins
|
|
|
51
51
|
@setup_wait = 90
|
|
52
52
|
@box = UNSET_VALUE
|
|
53
53
|
@clean_shutdown_time = 300
|
|
54
|
-
@dns = [{ 'nameserver' => '1.1.1.1' }, { 'nameserver' => '1.0.0.1' }]
|
|
55
54
|
@vmtype = 'production'
|
|
56
55
|
@partition_id = '0000'
|
|
57
56
|
@sshport = '22'
|
data/lib/vagrant-zones/driver.rb
CHANGED
|
@@ -508,7 +508,6 @@ module VagrantPlugins
|
|
|
508
508
|
## Begin of code block to move to Netplan function
|
|
509
509
|
uii.info(I18n.t('vagrant_zones.configure_interface_using_vnic'))
|
|
510
510
|
uii.info(" #{vnic_name}")
|
|
511
|
-
|
|
512
511
|
netplan1 = %(network:\n version: 2\n ethernets:\n #{vnic_name}:\n match:\n macaddress: #{mac}\n)
|
|
513
512
|
netplan2 = %( dhcp-identifier: mac\n dhcp4: #{opts[:dhcp4]}\n dhcp6: #{opts[:dhcp6]}\n)
|
|
514
513
|
netplan3 = %( set-name: #{vnic_name}\n addresses: [#{ip}/#{shrtsubnet}]\n gateway4: #{defrouter}\n)
|