Sha256: 32a4bbbc1fdcce25b426e9a2b62df7870252399c3731242305161f808571954b
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
default: user: ubuntu root_bridge: $root_bridge maas: key: K:E:Y url: http://maas.example.com/MAAS/api/2.0 lxd: nodes: - name: lxd01 url: https://lxd01.example.com:8443 - name: lxd02 url: https://lxd01.example.com:8443 default_alias: ubuntu-16.04 libvirt: nodes: - name: kvm01 url: qemu+ssh://$whoami@kvm01.example.com/system - name: kvm02 url: qemu+ssh://$whoami@kvm02.example.com/system specs: default: vcpu: 1 memory: 1 disk: root: pool: ssd capacity: 4 ceph: vcpu: 4 memory: 8 disk: root: pool: ssd capacity: 4 data: - pool: hdd capacity: 8 - pool: hdd capacity: 8 chef: chef_repo_root: /SOMEWHERE/CHEF_REPO target_environment: THE_ENV_YOU_ARE_TARGETING bootstrap: install_script: libvirt: http://chef.example.com/install_chef_script.sh lxd: http://chef.example.com/install_chef_script_for_lxd.sh
Version data entries
5 entries across 5 versions & 1 rubygems