dev-lxc 0.6.0 → 0.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a53ebf97a2d361a6f04b0ce461b7209b45ce5504
4
- data.tar.gz: 8dff129d818639fef6661972af488a9419a6e341
3
+ metadata.gz: b5587c9d2b0002b0c4da9024a5c84b64726dcaf3
4
+ data.tar.gz: 6ff40230fdab7aeb5272a52a588abca27608bae5
5
5
  SHA512:
6
- metadata.gz: f3a2abf6c170530d27dde4bba706c6e188a97a36fc36e10c6f07fa6b55efdb51aa6d0a4ece988da52f3df519b56744f02be9998f4af440dad185ca51e7eadbad
7
- data.tar.gz: 65a1c2809ed81b6692559c2a31923fac87031c5cee9a1ec32ed00d1c0d01f1f12168ac530c71b4dd3b733c8a6928f3c18b34823ca09861432947e038ff63908d
6
+ metadata.gz: 568446f08b6d31503e0e6485de0fa57bd56ccf7e08dbbd27eb8b3e942b681e39ba82897e7a7ca46d629efac9ac7f944279160af9452d72667fefd579a4d401b3
7
+ data.tar.gz: 26730281a47f8e35cc6b080a1bddacf28e962e6ea7b930e0e84f912873275b28d1d72d8d7a8eee0c80d0268ee287df9d23ec8f84ab559a435e509f93a0db070c
@@ -1,11 +1,17 @@
1
- ## Mount source directories must exist in the LXC host
1
+ ## platform_image can be one of the following:
2
+ ## p-centos-5, p-centos-6, p-ubuntu-1204 or p-ubuntu-1404
2
3
 
3
- ## Make sure package paths are correct
4
+ ## Make sure a mount's source directory exists in the LXC host
5
+
6
+ ## Make sure a package's path is correct
4
7
 
5
8
  ## All FQDNs and server names must end with the `.lxc` domain
6
9
 
7
10
  ## DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254
8
11
 
12
+ ## topology can be one of the following:
13
+ ## standalone, tier or open-source (for the old open source 11 chef server)
14
+
9
15
  chef-server:
10
16
  platform_image: p-ubuntu-1204
11
17
  mounts:
@@ -1,11 +1,17 @@
1
- ## Mount source directories must exist in the LXC host
1
+ ## platform_image can be one of the following:
2
+ ## p-centos-5, p-centos-6, p-ubuntu-1204 or p-ubuntu-1404
2
3
 
3
- ## Make sure package paths are correct
4
+ ## Make sure a mount's source directory exists in the LXC host
5
+
6
+ ## Make sure a package's path is correct
4
7
 
5
8
  ## All FQDNs and server names must end with the `.lxc` domain
6
9
 
7
10
  ## DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254
8
11
 
12
+ ## topology can be one of the following:
13
+ ## standalone, tier or open-source (for the old open source 11 chef server)
14
+
9
15
  chef-server:
10
16
  platform_image: p-ubuntu-1404
11
17
  mounts:
@@ -1,11 +1,17 @@
1
- ## Mount source directories must exist in the LXC host
1
+ ## platform_image can be one of the following:
2
+ ## p-centos-5, p-centos-6, p-ubuntu-1204 or p-ubuntu-1404
2
3
 
3
- ## Make sure package paths are correct
4
+ ## Make sure a mount's source directory exists in the LXC host
5
+
6
+ ## Make sure a package's path is correct
4
7
 
5
8
  ## All FQDNs and server names must end with the `.lxc` domain
6
9
 
7
10
  ## DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254
8
11
 
12
+ ## topology can be one of the following:
13
+ ## standalone, tier or open-source (for the old open source 11 chef server)
14
+
9
15
  chef-server:
10
16
  platform_image: p-ubuntu-1404
11
17
  mounts:
@@ -1,3 +1,3 @@
1
1
  module DevLXC
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev-lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremiah Snapp