dev-lxc 1.1.3 → 1.2.0

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: 5522c96bc131f7b6cc5fb208e413bdf5152faf3c
4
- data.tar.gz: 598880c95f293cd1ad8448421805b0214c68d120
3
+ metadata.gz: 2b4410a5d47b0838e4b5d3735a10e5da39ea4870
4
+ data.tar.gz: 642e0aa191a51d5d7d7e280b8fd294af5a0e7342
5
5
  SHA512:
6
- metadata.gz: 15fac55cf9d61d662dd8227874c2b7916b5122602116d0ca228a3e77e7f9c487cc771c6e05e481aa75684c230dde851941f78fcec1cfce10b1ff96d65fcb4101
7
- data.tar.gz: 6d5669bc06504a32d1fedbc30c3ea94be04e13e7fc90176ff56198191eaa4647841b12f3ee312907aa53298d971c97469e7be27e46cd635d278bbc2b29ea2da1
6
+ metadata.gz: fdd9a90067a67a410d50f53077674f8d5b31ed7924626b9992167b5b3381aa26cc49e51f353b704a9c21c28c18538c293bc1ef372591a650ade61ef16c1f91ee
7
+ data.tar.gz: 7547c8a520d96c9741667e2b9dc178071e2f21a3b3446646507ee129b495a2694347501ee52903c22dbe73c9628be7fe37b6ca99439d8d7c958aa5d2bc83c728
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # dev-lxc Change Log
2
2
 
3
+ ## 1.2.0 (2015-05-01)
4
+
5
+ * Change the chef-packages mount point
6
+
3
7
  ## 1.1.3 (2015-04-30)
4
8
 
5
9
  * Fix chef-repo command's description
data/README.md CHANGED
@@ -65,10 +65,10 @@ If you aren't familiar with using containers please read this introduction.
65
65
  The package paths in dev-lxc's example configs assume that the packages are stored in the
66
66
  following directory structure in the dev-lxc-platform VM. I recommend creating that
67
67
  directory structure in the physical workstation and configuring dev-lxc-platform's `.knife.yml`
68
- to mount the structure into `/dev-shared` in the dev-lxc-platform VM.
68
+ to mount the structure into `/root/dev` in the dev-lxc-platform VM.
69
69
 
70
70
  ```
71
- /dev-shared/chef-packages/
71
+ /root/dev/chef-packages/
72
72
  ├── analytics
73
73
  ├── cs
74
74
  ├── ec
@@ -477,13 +477,13 @@ dev-lxc init
477
477
  chef-server:
478
478
  platform_image: p-ubuntu-1404
479
479
  mounts:
480
- - /dev-shared dev-shared
480
+ - /root/dev root/dev
481
481
  packages:
482
- server: /dev-shared/chef-packages/cs/chef-server-core_12.0.7-1_amd64.deb
483
- manage: /dev-shared/chef-packages/manage/opscode-manage_1.11.2-1_amd64.deb
484
- # reporting: /dev-shared/chef-packages/reporting/opscode-reporting_1.2.3-1_amd64.deb
485
- # push-jobs-server: /dev-shared/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
486
- # sync: /dev-shared/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
482
+ server: /root/dev/chef-packages/cs/chef-server-core_12.0.7-1_amd64.deb
483
+ manage: /root/dev/chef-packages/manage/opscode-manage_1.11.2-1_amd64.deb
484
+ # reporting: /root/dev/chef-packages/reporting/opscode-reporting_1.2.3-1_amd64.deb
485
+ # push-jobs-server: /root/dev/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
486
+ # sync: /root/dev/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
487
487
 
488
488
  ## The chef-sync package will only be installed.
489
489
  ## chef-sync will NOT be configured since we don't know whether it should be a master or replica.
@@ -505,9 +505,9 @@ chef-server:
505
505
  analytics:
506
506
  platform_image: p-ubuntu-1404
507
507
  mounts:
508
- - /dev-shared dev-shared
508
+ - /root/dev root/dev
509
509
  packages:
510
- analytics: /dev-shared/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
510
+ analytics: /root/dev/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
511
511
 
512
512
  analytics_fqdn: analytics.lxc
513
513
  topology: tier
@@ -15,9 +15,9 @@
15
15
  chef-server:
16
16
  platform_image: p-ubuntu-1204
17
17
  mounts:
18
- - /dev-shared dev-shared
18
+ - /root/dev root/dev
19
19
  packages:
20
- server: /dev-shared/chef-packages/osc/chef-server_11.1.6-1_amd64.deb
20
+ server: /root/dev/chef-packages/osc/chef-server_11.1.6-1_amd64.deb
21
21
 
22
22
  api_fqdn: chef.lxc
23
23
  topology: open-source
@@ -15,13 +15,13 @@
15
15
  chef-server:
16
16
  platform_image: p-ubuntu-1404
17
17
  mounts:
18
- - /dev-shared dev-shared
18
+ - /root/dev root/dev
19
19
  packages:
20
- server: /dev-shared/chef-packages/cs/chef-server-core_12.0.8-1_amd64.deb
21
- manage: /dev-shared/chef-packages/manage/opscode-manage_1.12.0-1_amd64.deb
22
- # reporting: /dev-shared/chef-packages/reporting/opscode-reporting_1.3.0-1_amd64.deb
23
- # push-jobs-server: /dev-shared/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
24
- # sync: /dev-shared/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
20
+ server: /root/dev/chef-packages/cs/chef-server-core_12.0.8-1_amd64.deb
21
+ manage: /root/dev/chef-packages/manage/opscode-manage_1.12.0-1_amd64.deb
22
+ # reporting: /root/dev/chef-packages/reporting/opscode-reporting_1.3.0-1_amd64.deb
23
+ # push-jobs-server: /root/dev/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
24
+ # sync: /root/dev/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
25
25
 
26
26
  ## The chef-sync package will only be installed.
27
27
  ## chef-sync will NOT be configured since we don't know whether it should be a master or replica.
@@ -35,9 +35,9 @@ chef-server:
35
35
  analytics:
36
36
  platform_image: p-ubuntu-1404
37
37
  mounts:
38
- - /dev-shared dev-shared
38
+ - /root/dev root/dev
39
39
  packages:
40
- analytics: /dev-shared/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
40
+ analytics: /root/dev/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
41
41
 
42
42
  analytics_fqdn: analytics.lxc
43
43
  topology: standalone
@@ -15,13 +15,13 @@
15
15
  chef-server:
16
16
  platform_image: p-ubuntu-1404
17
17
  mounts:
18
- - /dev-shared dev-shared
18
+ - /root/dev root/dev
19
19
  packages:
20
- server: /dev-shared/chef-packages/cs/chef-server-core_12.0.8-1_amd64.deb
21
- manage: /dev-shared/chef-packages/manage/opscode-manage_1.12.0-1_amd64.deb
22
- # reporting: /dev-shared/chef-packages/reporting/opscode-reporting_1.3.0-1_amd64.deb
23
- # push-jobs-server: /dev-shared/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
24
- # sync: /dev-shared/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
20
+ server: /root/dev/chef-packages/cs/chef-server-core_12.0.8-1_amd64.deb
21
+ manage: /root/dev/chef-packages/manage/opscode-manage_1.12.0-1_amd64.deb
22
+ # reporting: /root/dev/chef-packages/reporting/opscode-reporting_1.3.0-1_amd64.deb
23
+ # push-jobs-server: /root/dev/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
24
+ # sync: /root/dev/chef-packages/sync/chef-sync_1.0.0~rc.6-1_amd64.deb
25
25
 
26
26
  ## The chef-sync package will only be installed.
27
27
  ## chef-sync will NOT be configured since we don't know whether it should be a master or replica.
@@ -43,9 +43,9 @@ chef-server:
43
43
  analytics:
44
44
  platform_image: p-ubuntu-1404
45
45
  mounts:
46
- - /dev-shared dev-shared
46
+ - /root/dev root/dev
47
47
  packages:
48
- analytics: /dev-shared/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
48
+ analytics: /root/dev/chef-packages/analytics/opscode-analytics_1.1.2-1_amd64.deb
49
49
 
50
50
  analytics_fqdn: analytics.lxc
51
51
  topology: tier
@@ -1,3 +1,3 @@
1
1
  module DevLXC
2
- VERSION = "1.1.3"
2
+ VERSION = "1.2.0"
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: 1.1.3
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremiah Snapp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-30 00:00:00.000000000 Z
11
+ date: 2015-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler