dev-lxc 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,342 +1,352 @@
1
- # dev-lxc Change Log
2
-
3
- ## 3.2.0 (2017-03-10)
4
-
5
- * Add --base-container and --product-versions options to the `init` subcommand
6
-
7
- ## 3.1.0 (2017-03-08)
8
-
9
- * Add example dev-lxc.yml files
10
- * Change product name from 'delivery' to 'automate'
11
- * Minor cleanup in adhoc_clusters docs
12
- * Move byobu keybindings docs to its own file
13
- * Minor improvements to README
14
- * Minor updates about how to use tinyproxy or mitmproxy
15
-
16
- ## 3.0.0 (2017-03-06)
17
-
18
- * Rename `dev-lxc` binary to `dl`
19
- * Comment out the "reporting" product in generated config files since it is a legacy product.
20
- * Change default automate license_path in generated config files to something more readily usable.
21
- * Change default mounts and ssh-keys paths in generated config files
22
- * Overhaul documentation
23
-
24
- ## 2.7.0 (2017-03-03)
25
-
26
- * Make chef-repo command only create .chef directory
27
-
28
- ## 2.6.2 (2017-02-21)
29
-
30
- * Replace unicode dash with ascii hyphen
31
-
32
- ## 2.6.1 (2017-02-10)
33
-
34
- * Fix http_proxy and https_proxy in generated knife.rb and client.rb files
35
-
36
- ## 2.6.0 (2017-02-09)
37
-
38
- * Make api_fqdn unique for chef-tier and chef-backend configs
39
- * Add https_proxy to generated knife.rb and client.rb files
40
-
41
- ## 2.5.0 (2017-02-08)
42
-
43
- * Add memory_per_server config option to limit memory per server
44
-
45
- ## 2.4.0 (2017-02-03)
46
-
47
- * Refactor DHCP address management
48
- * Add enable_build_snapshots config option
49
- * Skip abort test if server exists AND "build: completed" snapshot exists
50
- * Add auto-integration of Compliance and standalone Chef Server
51
- * Remove period from sha256sum error message
52
- * Reword message when base container already exists
53
- * Update prerequisites.md
54
-
55
- ## 2.3.3 (2016-12-19)
56
-
57
- * Remove debug output from "dpkg -i"
58
-
59
- ## 2.3.2 (2016-12-02)
60
-
61
- * Fix DevLXC::Cluster#configure_automate so the reconfigure comes after all changes to delivery.rb
62
- * Add ability to save run_command output to a file
63
- * Use delivery-ctl create-enterprise
64
- * Replace run_ctl with simpler run_command
65
- * Use installed_products instead of required_products in DevLXC::Cluster#configure_products
66
- * Hard stop the server when destroying it
67
- * Fix destroy so confirmation message works
68
-
69
- ## 2.3.1 (2016-11-28)
70
-
71
- * Create DevLXC::Cluster.abort_up to help with code clarity
72
- * Shutdown container gracefully instead of doing a hard stop
73
- * Skip container start if it is already running
74
- * Refactor DevLXC.assign_ip_address to DevLXC::Server.assign_static_ip_address
75
- * Change DevLXC::Server.deregister_from_dhcp to DevLXC::Server.remove_static_ip_address
76
- * Remove dhcp release post-stop hook since it is not the most reliable solution
77
- * Remove lingering DHCP IP addresses before starting a server
78
- * Remove lingering DHCP IP addresses after destroying or shutting down a server
79
- * Comment out data_collector config in a node's client.rb
80
- * Add a clarifying comment to DevLXC::Cluster.up
81
-
82
- ## 2.3.0 (2016-11-22)
83
-
84
- * Create DNS records for all servers before starting a server
85
- * Delete DNS records for all servers if all are stopped
86
- * Add ability to build Automate Job Dispatch Runners
87
- * Enable Compliance profiles asset store in Automate
88
- * Enable Automate Compliance profiles proxy in Chef Server
89
- * Add ability to setup Compliance and create admin user
90
- * Fix dev-lxc.yml parsing bug
91
- * Allow for snapshot comments to be empty
92
- * Fix 'up' command's output so there is a blank line between each server
93
-
94
- ## 2.2.7 (2016-09-26)
95
-
96
- * Improve file existence test during dev-lxc.yml validation
97
-
98
- ## 2.2.6 (2016-09-26)
99
-
100
- * Change default path for ORG-validator.pem for clarity
101
- * Change default path for automate.license for clarity
102
-
103
- ## 2.2.5 (2016-08-24)
104
-
105
- * Print full product cache path in SHA256 error message
106
-
107
- ## 2.2.4 (2016-08-24)
108
-
109
- * Add sha256 check for downloaded packages
110
-
111
- ## 2.2.3 (2016-07-27)
112
-
113
- * Copy validation key when validation_key is set
114
-
115
- ## 2.2.2 (2016-07-20)
116
-
117
- * Don't calculate/install required products if "build: completed" snapshot exists
118
- * Be more explicit about skipping install of chefdk on build nodes
119
-
120
- ## 2.2.1 (2016-07-20)
121
-
122
- * Add --include-products option to show-config command
123
-
124
- ## 2.2.0 (2016-07-20)
125
-
126
- * Make build nodes reregister to Chef Server
127
- * Make build nodes sleep 5s for DNS resolution availability
128
- * Allow build-nodes to use different base_containers than Chef Automate's
129
- * Change default mount point from dev to work
130
-
131
- ## 2.1.0 (2016-07-19)
132
-
133
- * Provide ability to define Chef org for node's chef-client config
134
- * Enable node chef-client configuration at server_type level
135
- * Add show-config subcommand
136
- * Enable setting mounts, ssh_keys and base_container for each server
137
- * Add print-automate-credentials subcommand
138
- * Add prepare-product-cache subcommand
139
- * Add build-nodes
140
- * Add Automate server
141
- * Define Chef Server orgs and users to be created
142
-
143
- ## 2.0.3 (2016-06-27)
144
-
145
- * Use "stable" package channel for chef-backend since Chef HA 2.0 has been GA released
146
-
147
- ## 2.0.2 (2016-06-24)
148
-
149
- * Change secrets.json to chef-backend-secrets.json
150
-
151
- ## 2.0.1 (2016-06-23)
152
-
153
- Remove mixlib-install version constraint
154
-
155
- ## 2.0.0 (2016-06-23)
156
-
157
- * Overhaul README
158
- * Rename tiered-chef to chef-tier
159
- * Change init's chef-backend description
160
- * Remove realpath command
161
- * Remove commands that functionally are replaced by nodes server type
162
- * Add "nodes" server type
163
- * reorder the init config options
164
- * Allow servers to use dynamic IP addresses
165
- * Add --append and --filename to DevLXC::CLI#init
166
- * Rename DevLXC::CLI#create to DevLXC::CLI#create-base-container
167
- * Install knife-opc 0.3.1 in private-chef servers
168
- * Making conditional more readable in DevLXC::CLI#attach
169
- * Add chef-backend build code to DevLXC::Cluster
170
- * Add chef-backend to DevLXC::Cluster#up
171
- * Add chef-backend to DevLXC::Cluster#get_sorted_servers
172
- * Add chef-backend to DevLXC::Cluster#initialize
173
- * Add chef-backend to DevLXC::Cluster#validate_cluster_config
174
- * Add Analytics FQDN to DevLXC::CLI#status
175
- * Add chef-backend option to DevLXC::CLI
176
- * Add --skip-same-version to dpkg install_command
177
- * Add DevLXC::Cluster#up
178
- * Add build related code to DevLXC::Cluster
179
- * Add snapshot list to DevLXC::CLI#status
180
- * Remove unnecessary FQDNs from DevLXC::CLI#status
181
- * Refactor DevLXC::CLI to use new DevLXC::Server capabilities
182
- * Rename non_stopped_servers to running_servers
183
- * Replace DevLXC::Cluster#servers with DevLXC:Cluster#get_sorted_servers
184
- * Refactor DevLXC::Cluster#chef-repo
185
- * Refactor DevLXC::Cluster to use new DevLXC::Cluster.config, DevLXC::Cluster.server_configs and DevLXC::Cluster#get_server
186
- * Add DevLXC::Cluster#get_server method
187
- * Use mixlib-install package management in DevLXC::CLI#init
188
- * Remove packages validation from DevLXC::Cluster#validate_cluster_config
189
- * Add mixlib-install package cache management
190
- * Remove open-source server type
191
- * Completely overhaul DevLXC::Cluster#initialize
192
- * Minor code refactor in #create_dns_record
193
- * Add DevLXC::Server#install_package
194
- * Add DevLXC::Server#status
195
- * Add DevLXC::Server#name
196
- * Rename @server to @container
197
- * Use "running" instead of "not stopped"
198
- * Remove all cluster and build related code from DevLXC::Server
199
- * Overhaul DevLXC::Server#initialize
200
- * Remove usage of #realpath from code
201
- * Minor code reorg in DevLXC::CLI#init
202
- * Move match_server_name_regex functionality into DevLXC::Cluster#servers
203
- * Move validate_cluster_config into DevLXC::Cluster
204
- * Move Centos /etc/hosts fix into base container creation
205
- * Move Centos 7 setpcap related comments
206
- * Add confirmation check to destroy subcommand
207
- * Replace "platform" and "image" terms with "base" and "container"
208
- * Remove init subcommand's unique string option
209
- * Replace some "create" terminology with "build"
210
- * Replace unique images with snapshots
211
- * Replace custom images with genuine snapshot management
212
- * Require that the platform image container must already exist
213
- * Validate dev-lxc.yml platform_image
214
- * Store dev-lxc containers in default LXCPATH /var/lib/lxc
215
- * Remove global-status subcommand
216
- * Remove list-images subcommand
217
- * Remove shared image functionality
218
- * Remove p-ubuntu-1004 platform image
219
- * Preserve permissions and ownership when copying directories to other servers in a cluster
220
- * Update the Reporting package version
221
-
222
- ## 1.7.0 (2016-05-04)
223
-
224
- * Replace p-ubuntu-1504 with p-ubuntu-1604
225
-
226
- ## 1.6.3 (2016-05-04)
227
-
228
- * Put adhoc servers at the end of the servers list
229
-
230
- * Only destroy a shared image if it has a name
231
-
232
- * Auto accept license agreements
233
-
234
- * Define default package names more cleanly
235
-
236
- * Minor update to README.md
237
-
238
- ## 1.6.2 (2016-04-21)
239
-
240
- * Sync SSH public keys to /home/dev-lxc/.ssh/authorized_keys
241
-
242
- * Improve 'dev-lxc init' header
243
-
244
- * Validate dev-lxc.yml hostnames, mounts, packages and ssh-keys
245
-
246
- * Consolidate package paths for simpler updating
247
-
248
- ## 1.6.1 (2016-04-20)
249
-
250
- * Fix for open-source in "dev-lxc init"
251
-
252
- ## 1.6.0 (2016-04-20)
253
-
254
- * Rewrite "dev-lxc init" so its options determine what config gets generated
255
-
256
- * Allow mounts, platform_image and platform_image_options to be set globally
257
-
258
- * Create demo org and mary-admin and joe-user users
259
-
260
- * Add Supermarket server build capability
261
-
262
- * Add Compliance server build capability
263
-
264
- * Improve "dev-lxc status" output
265
-
266
- * Generate Chef Server config in one shot
267
-
268
- * Make standalone topology the default for Analytics
269
-
270
- * Make standalone topology the default for Chef Server
271
-
272
- ## 1.5.1 (2016-04-15)
273
-
274
- * Add ability to pass options to LXC create calls
275
- For example, this lets users pass the following options for more control over the creation process.
276
- https://github.com/lxc/lxc/blob/lxc-2.0.0/templates/lxc-download.in#L200-L207
277
-
278
- ## 1.5.0 (2016-04-14)
279
-
280
- * Set lxc.network.hwaddr, if one doesn’t exist, instead of lxc.network.0.hwaddr
281
- Fixes a bug that caused containers to get identical hwaddrs and IPs
282
-
283
- * Remove chef-sync since it is EOL
284
-
285
- * Refactor removal of container config's mount entries
286
- Make sure you are using LXC 2.0 which includes a fix that allows the refactor to work
287
-
288
- * Make mount section in dev-lxc.yml optional
289
-
290
- ## 1.4.0 (2015-12-08)
291
-
292
- * Add ability to build and use Ubuntu 15.04 and Centos 7 platform containers
293
-
294
- * Update versions of Chef packages
295
-
296
- * Refactor removal of container config's mount entries
297
-
298
- ## 1.3.1 (2015-05-21)
299
-
300
- * Allow adhoc servers time to generate SSH Server Host Keys
301
-
302
- ## 1.3.0 (2015-05-21)
303
-
304
- * New "adhoc" cluster functionality
305
- * Platform images have openssh-server installed
306
- * Platform images have "dev-lxc" user with "dev-lxc" password and passwordless sudo
307
- * Update Analytics package in templates
308
-
309
- ## 1.2.2 (2015-05-14)
310
-
311
- * Update version of Chef Manage in templates
312
-
313
- ## 1.2.1 (2015-05-05)
314
-
315
- * Fix output spacing in list-images
316
-
317
- ## 1.2.0 (2015-05-01)
318
-
319
- * Change the chef-packages mount point
320
-
321
- ## 1.1.3 (2015-04-30)
322
-
323
- * Fix chef-repo command's description
324
- * Update package versions in config templates
325
-
326
- ## 1.1.2 (2015-04-22)
327
-
328
- * Set `ssl_verify_mode :verify_none` in knife.rb and pivotal.rb
329
-
330
- ## 1.1.1 (2015-04-22)
331
-
332
- * Fix chef_server_url in pivotal.rb
333
-
334
- ## 1.1.0 (2015-04-21)
335
-
336
- * Change "abspath" command name to "realpath"
337
-
338
- ## 1.0.1 (2015-04-18)
339
-
340
- * Fix "abspath" output
341
-
342
- ## 1.0.0 (2015-04-09)
1
+ # dev-lxc Change Log
2
+
3
+ ## 3.3.0 (2017-03-13)
4
+
5
+ * Increase "waiting for container's network" timeout to 60s
6
+ * Provide warning if no servers are defined in dev-lxc.yml
7
+ * Fix the way additional frontends in a chef-backend cluster are configured
8
+ * Minor improvement to how a chef-backend's frontend chef-server.rb is generated
9
+ * Add delivery.rb and delivery.rb_partials config options
10
+ * Add chef-server.rb and chef-server.rb_partials config options
11
+ * Restart systemd-resolved.service every time a container starts
12
+
13
+ ## 3.2.0 (2017-03-10)
14
+
15
+ * Add --base-container and --product-versions options to the `init` subcommand
16
+
17
+ ## 3.1.0 (2017-03-08)
18
+
19
+ * Add example dev-lxc.yml files
20
+ * Change product name from 'delivery' to 'automate'
21
+ * Minor cleanup in adhoc_clusters docs
22
+ * Move byobu keybindings docs to its own file
23
+ * Minor improvements to README
24
+ * Minor updates about how to use tinyproxy or mitmproxy
25
+
26
+ ## 3.0.0 (2017-03-06)
27
+
28
+ * Rename `dev-lxc` binary to `dl`
29
+ * Comment out the "reporting" product in generated config files since it is a legacy product.
30
+ * Change default automate license_path in generated config files to something more readily usable.
31
+ * Change default mounts and ssh-keys paths in generated config files
32
+ * Overhaul documentation
33
+
34
+ ## 2.7.0 (2017-03-03)
35
+
36
+ * Make chef-repo command only create .chef directory
37
+
38
+ ## 2.6.2 (2017-02-21)
39
+
40
+ * Replace unicode dash with ascii hyphen
41
+
42
+ ## 2.6.1 (2017-02-10)
43
+
44
+ * Fix http_proxy and https_proxy in generated knife.rb and client.rb files
45
+
46
+ ## 2.6.0 (2017-02-09)
47
+
48
+ * Make api_fqdn unique for chef-tier and chef-backend configs
49
+ * Add https_proxy to generated knife.rb and client.rb files
50
+
51
+ ## 2.5.0 (2017-02-08)
52
+
53
+ * Add memory_per_server config option to limit memory per server
54
+
55
+ ## 2.4.0 (2017-02-03)
56
+
57
+ * Refactor DHCP address management
58
+ * Add enable_build_snapshots config option
59
+ * Skip abort test if server exists AND "build: completed" snapshot exists
60
+ * Add auto-integration of Compliance and standalone Chef Server
61
+ * Remove period from sha256sum error message
62
+ * Reword message when base container already exists
63
+ * Update prerequisites.md
64
+
65
+ ## 2.3.3 (2016-12-19)
66
+
67
+ * Remove debug output from "dpkg -i"
68
+
69
+ ## 2.3.2 (2016-12-02)
70
+
71
+ * Fix DevLXC::Cluster#configure_automate so the reconfigure comes after all changes to delivery.rb
72
+ * Add ability to save run_command output to a file
73
+ * Use delivery-ctl create-enterprise
74
+ * Replace run_ctl with simpler run_command
75
+ * Use installed_products instead of required_products in DevLXC::Cluster#configure_products
76
+ * Hard stop the server when destroying it
77
+ * Fix destroy so confirmation message works
78
+
79
+ ## 2.3.1 (2016-11-28)
80
+
81
+ * Create DevLXC::Cluster.abort_up to help with code clarity
82
+ * Shutdown container gracefully instead of doing a hard stop
83
+ * Skip container start if it is already running
84
+ * Refactor DevLXC.assign_ip_address to DevLXC::Server.assign_static_ip_address
85
+ * Change DevLXC::Server.deregister_from_dhcp to DevLXC::Server.remove_static_ip_address
86
+ * Remove dhcp release post-stop hook since it is not the most reliable solution
87
+ * Remove lingering DHCP IP addresses before starting a server
88
+ * Remove lingering DHCP IP addresses after destroying or shutting down a server
89
+ * Comment out data_collector config in a node's client.rb
90
+ * Add a clarifying comment to DevLXC::Cluster.up
91
+
92
+ ## 2.3.0 (2016-11-22)
93
+
94
+ * Create DNS records for all servers before starting a server
95
+ * Delete DNS records for all servers if all are stopped
96
+ * Add ability to build Automate Job Dispatch Runners
97
+ * Enable Compliance profiles asset store in Automate
98
+ * Enable Automate Compliance profiles proxy in Chef Server
99
+ * Add ability to setup Compliance and create admin user
100
+ * Fix dev-lxc.yml parsing bug
101
+ * Allow for snapshot comments to be empty
102
+ * Fix 'up' command's output so there is a blank line between each server
103
+
104
+ ## 2.2.7 (2016-09-26)
105
+
106
+ * Improve file existence test during dev-lxc.yml validation
107
+
108
+ ## 2.2.6 (2016-09-26)
109
+
110
+ * Change default path for ORG-validator.pem for clarity
111
+ * Change default path for automate.license for clarity
112
+
113
+ ## 2.2.5 (2016-08-24)
114
+
115
+ * Print full product cache path in SHA256 error message
116
+
117
+ ## 2.2.4 (2016-08-24)
118
+
119
+ * Add sha256 check for downloaded packages
120
+
121
+ ## 2.2.3 (2016-07-27)
122
+
123
+ * Copy validation key when validation_key is set
124
+
125
+ ## 2.2.2 (2016-07-20)
126
+
127
+ * Don't calculate/install required products if "build: completed" snapshot exists
128
+ * Be more explicit about skipping install of chefdk on build nodes
129
+
130
+ ## 2.2.1 (2016-07-20)
131
+
132
+ * Add --include-products option to show-config command
133
+
134
+ ## 2.2.0 (2016-07-20)
135
+
136
+ * Make build nodes reregister to Chef Server
137
+ * Make build nodes sleep 5s for DNS resolution availability
138
+ * Allow build-nodes to use different base_containers than Chef Automate's
139
+ * Change default mount point from dev to work
140
+
141
+ ## 2.1.0 (2016-07-19)
142
+
143
+ * Provide ability to define Chef org for node's chef-client config
144
+ * Enable node chef-client configuration at server_type level
145
+ * Add show-config subcommand
146
+ * Enable setting mounts, ssh_keys and base_container for each server
147
+ * Add print-automate-credentials subcommand
148
+ * Add prepare-product-cache subcommand
149
+ * Add build-nodes
150
+ * Add Automate server
151
+ * Define Chef Server orgs and users to be created
152
+
153
+ ## 2.0.3 (2016-06-27)
154
+
155
+ * Use "stable" package channel for chef-backend since Chef HA 2.0 has been GA released
156
+
157
+ ## 2.0.2 (2016-06-24)
158
+
159
+ * Change secrets.json to chef-backend-secrets.json
160
+
161
+ ## 2.0.1 (2016-06-23)
162
+
163
+ Remove mixlib-install version constraint
164
+
165
+ ## 2.0.0 (2016-06-23)
166
+
167
+ * Overhaul README
168
+ * Rename tiered-chef to chef-tier
169
+ * Change init's chef-backend description
170
+ * Remove realpath command
171
+ * Remove commands that functionally are replaced by nodes server type
172
+ * Add "nodes" server type
173
+ * reorder the init config options
174
+ * Allow servers to use dynamic IP addresses
175
+ * Add --append and --filename to DevLXC::CLI#init
176
+ * Rename DevLXC::CLI#create to DevLXC::CLI#create-base-container
177
+ * Install knife-opc 0.3.1 in private-chef servers
178
+ * Making conditional more readable in DevLXC::CLI#attach
179
+ * Add chef-backend build code to DevLXC::Cluster
180
+ * Add chef-backend to DevLXC::Cluster#up
181
+ * Add chef-backend to DevLXC::Cluster#get_sorted_servers
182
+ * Add chef-backend to DevLXC::Cluster#initialize
183
+ * Add chef-backend to DevLXC::Cluster#validate_cluster_config
184
+ * Add Analytics FQDN to DevLXC::CLI#status
185
+ * Add chef-backend option to DevLXC::CLI
186
+ * Add --skip-same-version to dpkg install_command
187
+ * Add DevLXC::Cluster#up
188
+ * Add build related code to DevLXC::Cluster
189
+ * Add snapshot list to DevLXC::CLI#status
190
+ * Remove unnecessary FQDNs from DevLXC::CLI#status
191
+ * Refactor DevLXC::CLI to use new DevLXC::Server capabilities
192
+ * Rename non_stopped_servers to running_servers
193
+ * Replace DevLXC::Cluster#servers with DevLXC:Cluster#get_sorted_servers
194
+ * Refactor DevLXC::Cluster#chef-repo
195
+ * Refactor DevLXC::Cluster to use new DevLXC::Cluster.config, DevLXC::Cluster.server_configs and DevLXC::Cluster#get_server
196
+ * Add DevLXC::Cluster#get_server method
197
+ * Use mixlib-install package management in DevLXC::CLI#init
198
+ * Remove packages validation from DevLXC::Cluster#validate_cluster_config
199
+ * Add mixlib-install package cache management
200
+ * Remove open-source server type
201
+ * Completely overhaul DevLXC::Cluster#initialize
202
+ * Minor code refactor in #create_dns_record
203
+ * Add DevLXC::Server#install_package
204
+ * Add DevLXC::Server#status
205
+ * Add DevLXC::Server#name
206
+ * Rename @server to @container
207
+ * Use "running" instead of "not stopped"
208
+ * Remove all cluster and build related code from DevLXC::Server
209
+ * Overhaul DevLXC::Server#initialize
210
+ * Remove usage of #realpath from code
211
+ * Minor code reorg in DevLXC::CLI#init
212
+ * Move match_server_name_regex functionality into DevLXC::Cluster#servers
213
+ * Move validate_cluster_config into DevLXC::Cluster
214
+ * Move Centos /etc/hosts fix into base container creation
215
+ * Move Centos 7 setpcap related comments
216
+ * Add confirmation check to destroy subcommand
217
+ * Replace "platform" and "image" terms with "base" and "container"
218
+ * Remove init subcommand's unique string option
219
+ * Replace some "create" terminology with "build"
220
+ * Replace unique images with snapshots
221
+ * Replace custom images with genuine snapshot management
222
+ * Require that the platform image container must already exist
223
+ * Validate dev-lxc.yml platform_image
224
+ * Store dev-lxc containers in default LXCPATH /var/lib/lxc
225
+ * Remove global-status subcommand
226
+ * Remove list-images subcommand
227
+ * Remove shared image functionality
228
+ * Remove p-ubuntu-1004 platform image
229
+ * Preserve permissions and ownership when copying directories to other servers in a cluster
230
+ * Update the Reporting package version
231
+
232
+ ## 1.7.0 (2016-05-04)
233
+
234
+ * Replace p-ubuntu-1504 with p-ubuntu-1604
235
+
236
+ ## 1.6.3 (2016-05-04)
237
+
238
+ * Put adhoc servers at the end of the servers list
239
+
240
+ * Only destroy a shared image if it has a name
241
+
242
+ * Auto accept license agreements
243
+
244
+ * Define default package names more cleanly
245
+
246
+ * Minor update to README.md
247
+
248
+ ## 1.6.2 (2016-04-21)
249
+
250
+ * Sync SSH public keys to /home/dev-lxc/.ssh/authorized_keys
251
+
252
+ * Improve 'dev-lxc init' header
253
+
254
+ * Validate dev-lxc.yml hostnames, mounts, packages and ssh-keys
255
+
256
+ * Consolidate package paths for simpler updating
257
+
258
+ ## 1.6.1 (2016-04-20)
259
+
260
+ * Fix for open-source in "dev-lxc init"
261
+
262
+ ## 1.6.0 (2016-04-20)
263
+
264
+ * Rewrite "dev-lxc init" so its options determine what config gets generated
265
+
266
+ * Allow mounts, platform_image and platform_image_options to be set globally
267
+
268
+ * Create demo org and mary-admin and joe-user users
269
+
270
+ * Add Supermarket server build capability
271
+
272
+ * Add Compliance server build capability
273
+
274
+ * Improve "dev-lxc status" output
275
+
276
+ * Generate Chef Server config in one shot
277
+
278
+ * Make standalone topology the default for Analytics
279
+
280
+ * Make standalone topology the default for Chef Server
281
+
282
+ ## 1.5.1 (2016-04-15)
283
+
284
+ * Add ability to pass options to LXC create calls
285
+ For example, this lets users pass the following options for more control over the creation process.
286
+ https://github.com/lxc/lxc/blob/lxc-2.0.0/templates/lxc-download.in#L200-L207
287
+
288
+ ## 1.5.0 (2016-04-14)
289
+
290
+ * Set lxc.network.hwaddr, if one doesn’t exist, instead of lxc.network.0.hwaddr
291
+ Fixes a bug that caused containers to get identical hwaddrs and IPs
292
+
293
+ * Remove chef-sync since it is EOL
294
+
295
+ * Refactor removal of container config's mount entries
296
+ Make sure you are using LXC 2.0 which includes a fix that allows the refactor to work
297
+
298
+ * Make mount section in dev-lxc.yml optional
299
+
300
+ ## 1.4.0 (2015-12-08)
301
+
302
+ * Add ability to build and use Ubuntu 15.04 and Centos 7 platform containers
303
+
304
+ * Update versions of Chef packages
305
+
306
+ * Refactor removal of container config's mount entries
307
+
308
+ ## 1.3.1 (2015-05-21)
309
+
310
+ * Allow adhoc servers time to generate SSH Server Host Keys
311
+
312
+ ## 1.3.0 (2015-05-21)
313
+
314
+ * New "adhoc" cluster functionality
315
+ * Platform images have openssh-server installed
316
+ * Platform images have "dev-lxc" user with "dev-lxc" password and passwordless sudo
317
+ * Update Analytics package in templates
318
+
319
+ ## 1.2.2 (2015-05-14)
320
+
321
+ * Update version of Chef Manage in templates
322
+
323
+ ## 1.2.1 (2015-05-05)
324
+
325
+ * Fix output spacing in list-images
326
+
327
+ ## 1.2.0 (2015-05-01)
328
+
329
+ * Change the chef-packages mount point
330
+
331
+ ## 1.1.3 (2015-04-30)
332
+
333
+ * Fix chef-repo command's description
334
+ * Update package versions in config templates
335
+
336
+ ## 1.1.2 (2015-04-22)
337
+
338
+ * Set `ssl_verify_mode :verify_none` in knife.rb and pivotal.rb
339
+
340
+ ## 1.1.1 (2015-04-22)
341
+
342
+ * Fix chef_server_url in pivotal.rb
343
+
344
+ ## 1.1.0 (2015-04-21)
345
+
346
+ * Change "abspath" command name to "realpath"
347
+
348
+ ## 1.0.1 (2015-04-18)
349
+
350
+ * Fix "abspath" output
351
+
352
+ ## 1.0.0 (2015-04-09)