# 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: topology: tier api_fqdn: chef-tier.lxc 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-be.lxc: ipaddress: 10.0.3.201 role: backend bootstrap: true products: chef-server: push-jobs-server: # reporting: chef-fe1.lxc: ipaddress: 10.0.3.202 role: frontend products: chef-server: manage: push-jobs-server: # reporting: analytics: servers: analytics.lxc: ipaddress: 10.0.3.204 products: analytics: nodes: chef_server_url: https://chef-tier.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-tier.lxc: products: chef: