Sha256: 50c70976584a4afb0571f4d1ba9697b8b8c60f5d5abfa0c157f6c1e5296a85de
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
## platform_image can be one of the following: ## p-centos-5, p-centos-6, p-centos-7, p-ubuntu-1204, p-ubuntu-1404 or p-ubuntu-1504 ## Make sure a mount's source directory exists in the LXC host ## Make sure a package's path is correct ## All FQDNs and server names must end with the `.lxc` domain ## DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254 ## topology can be one of the following: ## standalone, tier or open-source (for the old open source 11 chef server) chef-server: platform_image: p-ubuntu-1404 mounts: - /root/dev root/dev packages: server: /root/dev/chef-packages/cs/chef-server-core_12.3.1-1_amd64.deb manage: /root/dev/chef-packages/manage/chef-manage_2.1.1-1_amd64.deb # reporting: /root/dev/chef-packages/reporting/opscode-reporting_1.5.5-1_amd64.deb # push-jobs-server: /root/dev/chef-packages/push-jobs-server/opscode-push-jobs-server_1.1.6-1_amd64.deb api_fqdn: chef.lxc topology: tier servers: chef-be.lxc: role: backend ipaddress: 10.0.3.203 bootstrap: true chef-fe1.lxc: role: frontend ipaddress: 10.0.3.204 # chef-fe2.lxc: # role: frontend # ipaddress: 10.0.3.205 analytics: platform_image: p-ubuntu-1404 mounts: - /root/dev root/dev packages: analytics: /root/dev/chef-packages/analytics/opscode-analytics_1.2.0-1_amd64.deb analytics_fqdn: analytics.lxc topology: tier servers: analytics-be.lxc: role: backend ipaddress: 10.0.3.206 bootstrap: true analytics-fe1.lxc: role: frontend ipaddress: 10.0.3.207 # analytics-fe2.lxc: # role: frontend # ipaddress: 10.0.3.208
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dev-lxc-1.5.0 | files/configs/tier.yml |