dev-lxc 2.2.5 → 2.2.6

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: 6bffc1ee46ad48d36063919d820f407a3f21b91a
4
- data.tar.gz: 545e8bc480e0fa6842a4ee93f8505d750b6eb9f3
3
+ metadata.gz: dc6343d8c4fc56ac45f499eb19f10d5235f97ae7
4
+ data.tar.gz: 364774f83fff4250e2f8f12270993d111280ce3f
5
5
  SHA512:
6
- metadata.gz: 014442dd69b5031db5456bd6e6ab7995c89d98c1172220d88940136fa376c38238b8c8dba5681ca72446cad9682da982f7f597ba7f357588ff31cc9bfc33fff9
7
- data.tar.gz: c6b284ca7a65010ae421dd14d837cee592ad2ea4a28bbfd86840a25f66292a746ad42896fa7b8a9d1c3390d42400cfcd849d66b2acdbfa829907b2c3c2cb66f6
6
+ metadata.gz: 02925d1eb9c8f0d2b910962b53c8e0fbc976fe26328567e2bdc5392a1bc1e8546f6edfb5b615f0daec42977b051699bca41b6dc86921661a105749714e6d0679
7
+ data.tar.gz: b056c6aacba470f59f497d27ab51049d13617cdf3042a19c08126591af4657f148638033537383446ab798191d221d5c7fbf96bc63c6abe077c89c206e228771
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # dev-lxc Change Log
2
2
 
3
+ ## 2.2.6 (2016-09-26)
4
+
5
+ * Change default path for ORG-validator.pem for clarity
6
+ * Change default path for automate.license for clarity
7
+
3
8
  ## 2.2.5 (2016-08-24)
4
9
 
5
10
  * Print full product cache path in SHA256 error message
data/README.md CHANGED
@@ -135,7 +135,8 @@ Edit the dev-lxc.yml file:
135
135
 
136
136
  * Delete the `reporting` product from the Chef Server config since we will be using Chef Automate's Visibility.
137
137
  * Set the Automate server's `license_path` value to the location of your license file.
138
- * (Optionally) Modify the server names to make them [unique from other clusters](docs/manage_multiple_clusters.md) you may define.
138
+ * (Optionally) If you built other clusters then you can modify the server names (including the nodes' `chef_server_url`) in this cluster to
139
+ make them [unique from the other clusters](docs/manage_multiple_clusters.md).
139
140
 
140
141
  #### cluster-view
141
142
 
@@ -59,7 +59,7 @@ automate:
59
59
  ipaddress: 10.0.3.200
60
60
  products:
61
61
  delivery:
62
- license_path: /CHANGE/ME
62
+ license_path: /path/for/automate.lxc
63
63
  chef_org: delivery
64
64
  enterprise_name: demo-ent
65
65
 
@@ -73,7 +73,7 @@ nodes:
73
73
  chef_server_url: https://chef.lxc/organizations/demo
74
74
  validation_client_name: demo-validator
75
75
  # comment out or remove the validation_key path to use chef-server keys generated by dev-lxc
76
- validation_key: # /path/to/org/validation/key
76
+ validation_key: # /path/for/ORG-validator.pem
77
77
  servers:
78
78
  node-1.lxc:
79
79
  products:
data/lib/dev-lxc/cli.rb CHANGED
@@ -130,7 +130,7 @@ automate:
130
130
  ipaddress: 10.0.3.200
131
131
  products:
132
132
  delivery:
133
- license_path: /CHANGE/ME
133
+ license_path: /path/for/automate.license
134
134
  chef_org: delivery
135
135
  enterprise_name: demo-ent
136
136
  )
@@ -213,7 +213,7 @@ nodes:
213
213
  chef_server_url: https://chef.lxc/organizations/demo
214
214
  validation_client_name: demo-validator
215
215
  # comment out or remove the validation_key path to use chef-server keys generated by dev-lxc
216
- validation_key: # /path/to/org/validation/key
216
+ validation_key: # /path/for/ORG-validator.pem
217
217
  servers:
218
218
  node-1.lxc:
219
219
  products:
@@ -1,3 +1,3 @@
1
1
  module DevLXC
2
- VERSION = "2.2.5"
2
+ VERSION = "2.2.6"
3
3
  end
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: 2.2.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremiah Snapp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-24 00:00:00.000000000 Z
11
+ date: 2016-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler