Files
packstack-vagrant/config.yaml.sample
Christian Berendt 5b68c5f03e Do not enable proxy by default and extend proxy documentation
Change-Id: I80269d6a48eba9bf2ac8012aedf68efba70315c1
2015-01-07 13:28:05 +01:00

31 lines
576 B
Plaintext

---
box: b1-systems/centos-packstack
box_storage_controller: 'SATA Controller'
development: false
bridge_internal: tap0
bridge_external: tap1
network_agent: openvswitch
network_type: gre
netmask_internal: 255.255.0.0
proxy:
address: 'http://proxy.company.site:3128'
install: false
use: false
storage_backend: nfs
address:
controller: 10.100.50.10
network: 10.100.50.30
storage: 10.100.50.40
compute:
- 10.100.50.20
- 10.100.50.21
ntp:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
resources:
memory: 4096
vcpus: 2
storage: 65536