vagrant-zones 0.1.46 → 0.1.52

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c45a64d33fc088a9d230e5dd364c101b1534c44d9da0ae0f2d7dd4900cb6b5b5
4
- data.tar.gz: 458c22841409f5877381be5ccebb733f4aa09ef827a9f080f7646d1a6d2154ea
3
+ metadata.gz: 59f0414583d8953d0767f67eccc3fa7ba0a6aaf9460566742d9dc62ef747b580
4
+ data.tar.gz: 0e5b6d5215c626e306d42322f17234e4f71708197861fd17178ce39679e23b52
5
5
  SHA512:
6
- metadata.gz: 7755421a5f6f5fb2a6cf9c9b00182c979a1bf90a77f5e1e0ee92351904c978c2cfc6582184082c60bcd95e2e9978901c12d740194c2b760ee7ebc3a2fae29536
7
- data.tar.gz: 101e9cc27c8953b10f955f18052fc991a219103bb153c18d8de1d230a1165554ab7ef93cec62dab5ae22cc47f69c711fa375aad92d5b28c9ca823bff97b3bf38
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: vagrant-zones
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/vagrant-zones/version.rb"
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,41 @@
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
+
25
+ ### [0.1.48](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.47...v0.1.48) (2022-11-23)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * locale updates ([81b37ad](https://www.github.com/STARTcloud/vagrant-zones/commit/81b37ad54b77a794c62cb4792f1aab6b009fd379))
31
+
32
+ ### [0.1.47](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.46...v0.1.47) (2022-11-23)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * comments ([20e0f5d](https://www.github.com/STARTcloud/vagrant-zones/commit/20e0f5df2b7dc10ca3ffa00260b84293a5efa6eb))
38
+
3
39
  ### [0.1.46](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.45...v0.1.46) (2022-11-23)
4
40
 
5
41
 
@@ -39,10 +39,10 @@ module VagrantPlugins
39
39
  @consolehost = '0.0.0.0'
40
40
  @console_onboot = 'false'
41
41
  @console = 'webvnc'
42
- @memory = '4G'
42
+ @memory = '2G'
43
43
  @diskif = 'virtio-blk'
44
44
  @netif = 'virtio-net-viona'
45
- @cpus = 2
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'
@@ -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)
@@ -755,7 +754,6 @@ module VagrantPlugins
755
754
  end
756
755
 
757
756
  # This helps us delete any associated datasets of the zone
758
- ## Future To-Do: Should probably split this up and clean it up
759
757
  def delete_dataset(uii)
760
758
  config = @machine.provider_config
761
759
  name = @machine.name
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.46'
5
+ VERSION = '0.1.52'
6
6
  end
7
7
  end
data/locales/en.yml CHANGED
@@ -31,9 +31,9 @@ en:
31
31
  virtual_box_running_conflict_detected: |-
32
32
  Virtualbox Box appears to be running virtual machines, to continue, please shut these down!
33
33
  meeting: |-
34
- Beggining the zone creation sequence
34
+ Starting the zone creation sequence
35
35
  leaving: |-
36
- Beggining the zone destruction sequence
36
+ Starting the zone destruction sequence
37
37
  halting_zone: |-
38
38
  Halting the zone
39
39
  destroy_zone: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.46
4
+ version: 0.1.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert