Files
packstack-vagrant/config.yaml.sample
Christian Berendt 3f060aa6fa Improve networking
Change-Id: I2458013809e5a773ae60dd910bb4f1e693f99736
2015-07-14 12:32:54 +02:00

48 lines
834 B
Plaintext

---
box:
name: boxcutter/centos71
storage_controller: 'SATA Controller'
debug: false
development: false
network:
type: gre
agent: openvswitch
tunnel_interface: enp0s8
internal:
bridge: tap0
netmask: 255.255.0.0
gateway: 10.100.0.1
broadcast: 10.100.255.255
dns1: 208.67.222.222
dns2: 208.67.220.220
secret: password
proxy: http://proxy.dummy.site:3128
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
components:
ceilometer: true
cinder: true
heat: true
horizon: true
ironic: false
nagios: true
sahara: false
swift: true
tempest: false
trove: false