Sha256: 0bb0cef52b10b11f07771def74bee589de4071dcb926eed5d110a6a21b223238

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 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: standalone
  servers:
    chef.lxc:
      ipaddress: 10.0.3.201

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: standalone
  servers:
    analytics.lxc:
      ipaddress: 10.0.3.202

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dev-lxc-1.5.0 files/configs/standalone.yml