# 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.lxc: ipaddress: 10.0.3.203 products: chef-server: channel: stable version: latest manage: channel: stable version: latest push-jobs-server: channel: stable version: latest compliance: admin_user: admin # the password will be the same as the username servers: compliance.lxc: ipaddress: 10.0.3.205 products: compliance: channel: stable version: latest supermarket: servers: supermarket.lxc: ipaddress: 10.0.3.206 products: supermarket: channel: stable version: latest automate: servers: automate.lxc: ipaddress: 10.0.3.200 products: automate: channel: stable version: latest license_path: ../delivery.license chef_org: automate enterprise_name: default runners: servers: runner-1.lxc: products: chefdk: # downloaded only channel: stable version: latest nodes: chef_server_url: https://chef.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.lxc: products: chef: channel: stable version: latest