dev-lxc 3.3.0 → 3.3.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/CHANGELOG.md +4 -0
- data/docs/configuration.md +2 -2
- data/example-clusters/README.md +4 -4
- data/example-clusters/automate_dev-lxc.yml +2 -2
- data/lib/dev-lxc/cli.rb +2 -2
- data/lib/dev-lxc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b24691cccca69e1ee0d0bf700c4143db152a752
|
|
4
|
+
data.tar.gz: 219cb8b33033bebb48ac6fcfa9a3457faa7731a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74e285e3e350161ce874ceafcafdb8b5f71de7ec8a5d63f873d7b7f69becd6ea6846df4b95e23e447ca4e42ab84c04e2c072990e827fb7e9553ac53726d83e40
|
|
7
|
+
data.tar.gz: 8cffb81802bd4e9d8a4941c2d36b3fa8dce7f00090120689b96b1d20613c4e7d4f5b80052de9b8e08e53dad499ab5f48f0bcfec46313b7861286066d0530096b
|
data/CHANGELOG.md
CHANGED
data/docs/configuration.md
CHANGED
data/example-clusters/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The files in this directory are working examples of cluster dev-lxc.yml files. You can upload them to separate directories in your dev-lxc-platform instance, rename each file to `dev-lxc.yml` and run `dl up` to build each cluster.
|
|
2
2
|
|
|
3
|
-
## automate
|
|
3
|
+
## automate cluster
|
|
4
4
|
|
|
5
5
|
Cluster build time: 19 minutes
|
|
6
6
|
|
|
@@ -41,7 +41,7 @@ The following command was used to create the `automate_dev-lxc.yml` file.
|
|
|
41
41
|
dl init --chef --compliance --supermarket --automate --runners --nodes --product-versions reporting:none
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
## chef-backend
|
|
44
|
+
## chef-backend cluster
|
|
45
45
|
|
|
46
46
|
Cluster build time: 12 minutes
|
|
47
47
|
|
|
@@ -84,7 +84,7 @@ dl init --chef-backend --nodes
|
|
|
84
84
|
|
|
85
85
|
The nodes' `chef_server_url` hostname was changed to `chef-ha.lxc` and the node's hostname was changed to `node-1-ha.lxc`.
|
|
86
86
|
|
|
87
|
-
## tier
|
|
87
|
+
## tier cluster
|
|
88
88
|
|
|
89
89
|
Cluster build time: 14 minutes
|
|
90
90
|
|
|
@@ -120,7 +120,7 @@ dl init --chef-tier --analytics --nodes
|
|
|
120
120
|
|
|
121
121
|
The nodes' `chef_server_url` hostname was changed to `chef-tier.lxc` and the node's hostname was changed to `node-1-tier.lxc`.
|
|
122
122
|
|
|
123
|
-
## external
|
|
123
|
+
## external cluster
|
|
124
124
|
|
|
125
125
|
Cluster build time: 5 minutes
|
|
126
126
|
|
data/lib/dev-lxc/cli.rb
CHANGED
|
@@ -294,8 +294,8 @@ automate:
|
|
|
294
294
|
version: <%= product_versions['automate'][:version] %>
|
|
295
295
|
<%- end -%>
|
|
296
296
|
license_path: ../delivery.license
|
|
297
|
-
chef_org:
|
|
298
|
-
enterprise_name:
|
|
297
|
+
chef_org: automate
|
|
298
|
+
enterprise_name: default
|
|
299
299
|
<% end -%>
|
|
300
300
|
<% if options[:build_nodes] -%>
|
|
301
301
|
|
data/lib/dev-lxc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dev-lxc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremiah Snapp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|