Sha256: acbffa3c29510c560e79243fa9736bb93e95d3c2c38a629a65ec3b4e078d832a

Contents?: true

Size: 742 Bytes

Versions: 5

Compression:

Stored size: 742 Bytes

Contents

## platform_image can be one of the following:
## p-centos-5, p-centos-6, p-ubuntu-1204 or p-ubuntu-1404

## 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-1204
  mounts:
    - /root/dev root/dev
  packages:
    server: /root/dev/chef-packages/osc/chef-server_11.1.6-1_amd64.deb

  api_fqdn: chef.lxc
  topology: open-source
  servers:
    osc-chef.lxc:
      ipaddress: 10.0.3.199

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dev-lxc-1.3.1 files/configs/open-source.yml
dev-lxc-1.3.0 files/configs/open-source.yml
dev-lxc-1.2.2 files/configs/open-source.yml
dev-lxc-1.2.1 files/configs/open-source.yml
dev-lxc-1.2.0 files/configs/open-source.yml