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 +4 -4
- data/files/configs/open-source.yml +8 -2
- data/files/configs/standalone.yml +8 -2
- data/files/configs/tier.yml +8 -2
- data/lib/dev-lxc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5587c9d2b0002b0c4da9024a5c84b64726dcaf3
|
4
|
+
data.tar.gz: 6ff40230fdab7aeb5272a52a588abca27608bae5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 568446f08b6d31503e0e6485de0fa57bd56ccf7e08dbbd27eb8b3e942b681e39ba82897e7a7ca46d629efac9ac7f944279160af9452d72667fefd579a4d401b3
|
7
|
+
data.tar.gz: 26730281a47f8e35cc6b080a1bddacf28e962e6ea7b930e0e84f912873275b28d1d72d8d7a8eee0c80d0268ee287df9d23ec8f84ab559a435e509f93a0db070c
|
@@ -1,11 +1,17 @@
|
|
1
|
-
##
|
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
|
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
|
-
##
|
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
|
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:
|
data/files/configs/tier.yml
CHANGED
@@ -1,11 +1,17 @@
|
|
1
|
-
##
|
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
|
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:
|
data/lib/dev-lxc/version.rb
CHANGED