-
Notifications
You must be signed in to change notification settings - Fork 4
/
inventory_example_local.yml
57 lines (51 loc) · 1.59 KB
/
inventory_example_local.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
# Example inventory for localhost cloud-in-a-box installs
#
# ansible-playbook \
# --extra-vars cloud_instances_state_dir=/home/eucalyptus/instances \
# --extra-vars cloud_instances_conf_work_size=21000 \
# --inventory inventory_example_local.yml \
# playbook_vpcmido.yml
#
all:
hosts:
ciab:
ansible_connection: local
host_public_ipv4: "{{ cloud_address }}"
host_cluster_ipv4: "{{ cloud_address }}"
vars:
cloud_address: "{{ ansible_default_ipv4.address }}"
cloud_system_dns_dnsdomain: "ciab-{{ cloud_address|replace('.', '-') }}.demo.euca.me"
cloud_firewalld_cluster_cidr: "{{ cloud_address }}/32"
cloud_firewalld_configure: yes
cloud_use_dnsmasq: yes
# Memory should be increased where available
# 8GiB will allow a cloud with a few micro instances
cloud_opts_mem: "-Xmx1g"
midonet_cassandra_heap: 1g
midonet_cassandra_heapnew: 400m
midonet_zookeeper_heap: 512m
midonet_cluster_heap: 512m
midonet_midolman_heap: 512m
ceph_osd_pool_pgnum: 16
# If using EDGE then br0 must be configured and these
# ip address ranges should be updated
edge_private_ip_range: 192.168.254.150-192.168.254.199
edge_public_ip_range: 192.168.254.200-192.168.254.249
# If using VPCMIDO these defaults will work where available
vpcmido_public_ip_range: 192.168.254.150-192.168.254.250
vpcmido_public_ip_cidr: 192.168.254.128/25
children:
ceph: {}
cloud:
hosts:
ciab:
console:
hosts:
ciab:
node:
hosts:
ciab:
zone:
hosts:
ciab: