Sha256: d420ca9f85dd27b0a04834340363bb610d5c12d194f67d0b76ab98a4a6228482

Contents?: true

Size: 1.97 KB

Versions: 3

Compression:

Stored size: 1.97 KB

Contents

# enable_build_snapshots automatically makes container snapshots at key times during the build process
# default value is `true`
#enable_build_snapshots: true

# base_container must be the name of an existing container
base_container: b-ubuntu-1404

# memory_per_server sets the maximum amount of user memory (including file cache) for each server.
# dev-lxc will set the `memory.limit_in_bytes` cgroup for each server to apply this limit.
# If no units are specified, the value is interpreted as bytes.
# You can use suffixes to represent larger units - k or K for kilobytes, m or M for megabytes, and g or G for gigabytes.
# The default behavior is that no limit is set.
#memory_per_server: 4G

# list any host directories you want mounted into the servers
#mounts:
#  - /root/clusters root/clusters

# list any SSH public keys you want added to /home/dev-lxc/.ssh/authorized_keys
#ssh-keys:
#  - /root/clusters/id_rsa.pub

# DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254

chef-server:
  users:          # a user's password will be the same as its username
    - mary-admin
    - joe-user
  orgs:
    demo:
      admins:
        - mary-admin
      non-admins:
        - joe-user
  servers:
    chef-external.lxc:
      chef-server.rb_partials:
        - ../../config-files/chef-server/postgres-partial.rb
        - ../../config-files/chef-server/elasticsearch-partial.rb
        - ../../config-files/chef-server/ldap-partial.rb
      ipaddress: 10.0.3.233
      products:
        chef-server:
          channel: stable
          version: latest
        manage:
          channel: stable
          version: latest

nodes:
  chef_server_url: https://chef-external.lxc/organizations/demo
  validation_client_name: demo-validator
  # comment out or remove the validation_key path to use chef-server keys generated by dev-lxc
  validation_key: # /path/for/ORG-validator.pem
  servers:
    node-1-external.lxc:
      products:
        chef:
          channel: stable
          version: latest

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dev-lxc-3.3.2 example-clusters/external_dev-lxc.yml
dev-lxc-3.3.1 example-clusters/external_dev-lxc.yml
dev-lxc-3.3.0 example-clusters/external_dev-lxc.yml