README.md in dev-lxc-0.2.4 vs README.md in dev-lxc-0.2.5
- old
+ new
@@ -90,11 +90,11 @@
The platform base container is the first to get created.
`DevLXC#create_base_platform` controls the creation of a platform base container.
- This container provides the chosen OS platform and version (e.g. b-ubuntu-1204).
+ This container provides the chosen OS platform and version (e.g. b-ubuntu-1404).
A typical LXC container has minimal packages installed so `dev-lxc` makes sure that the
same packages used in Chef's [bento boxes](https://github.com/opscode/bento) are
installed to provide a more typical server environment.
A few additional packages are also installed.
@@ -163,11 +163,11 @@
dev-lxc create
The initial creation of platform base containers can take awhile so let's go ahead and start creating
an Ubuntu 12.04 base container now.
- dev-lxc create b-ubuntu-1204
+ dev-lxc create b-ubuntu-1404
### Cluster Config Files
dev-lxc uses a yaml configuration file to define a cluster.
@@ -175,19 +175,19 @@
dev-lxc cluster init
`dev-lxc cluster init tier` generates the following file:
- base_platform: b-ubuntu-1204
+ base_platform: b-ubuntu-1404
topology: tier
api_fqdn: chef-tier.lxc
mounts:
- /dev-shared dev-shared
packages:
- server: /dev-shared/chef-packages/ec/private-chef_11.1.2-1.ubuntu.12.04_amd64.deb
- # reporting: /dev-shared/chef-packages/ec/reporting/opscode-reporting_1.1.0-1.ubuntu.12.04_amd64.deb
- # push-jobs-server: /dev-shared/chef-packages/ec/push-jobs-server/opscode-push-jobs-server_1.1.0-1.ubuntu.12.04_amd64.deb
- # manage: /dev-shared/chef-packages/ec/manage/opscode-manage_1.1.1-1.ubuntu.12.04_amd64.deb
+ server: /dev-shared/chef-packages/cs/chef-server-core_12.0.1-1_amd64.deb
+# reporting: /dev-shared/chef-packages/cs/reporting/opscode-reporting_1.2.3-1_amd64.deb
+# push-jobs-server: /dev-shared/chef-packages/cs/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb
+# manage: /dev-shared/chef-packages/cs/manage/opscode-manage_1.6.2-1_amd64.deb
servers:
be-tier.lxc:
role: backend
ipaddress: 10.0.3.202
bootstrap: true