-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlocal.conf
More file actions
152 lines (114 loc) · 3.96 KB
/
local.conf
File metadata and controls
152 lines (114 loc) · 3.96 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[[local|localrc]]
DEST=/opt/stack
ConfiguratorQcow2Image=/home/stack/service_images/configurator-mitaka-master.qcow2
VyosQcow2Image=/home/stack/service_images/vyos.qcow2
HaproxyQcow2Image=/home/stack/service_images/haproxy.qcow2
EXT_NET_NAME=ext-net
EXT_NET_SUBNET_NAME=ext-net-subnet
EXT_NET_GATEWAY=192.168.102.254
EXT_NET_ALLOCATION_POOL_START=192.168.102.81
EXT_NET_ALLOCATION_POOL_END=192.168.102.90
EXT_NET_CIDR=192.168.102.0
EXT_NET_MASK=24
#
# Logging
LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=False
SCREEN_LOGDIR=$DEST/logs/screen
SCHEDULER=nova.scheduler.filter_scheduler.FilterScheduler
RECLONE=yes
# Credentials
ADMIN_PASSWORD=admin_pass
MYSQL_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_PASSWORD=admin_pass
SERVICE_TOKEN=admin
HOST_IP=192.168.100.108
Q_PLUGIN=ml2
Q_L3_ENABLED=True
PUBLIC_INTERFACE=eth0
ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=1100:2999
enable_service q-fwaas
enable_service q-lbaas
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas stable/mitaka
Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,group_policy,ncp
#GIT_BASE=http://github.com
GIT_BASE=git://git.openstack.org
GBPSERVICE_REPO=https://github.com/oneconvergence/group-based-policy.git
GBPSERVICE_BRANCH=mitaka_21st_march_base
GBPCLIENT_REPO=${GIT_BASE}/openstack/python-group-based-policy-client.git
GBPCLIENT_BRANCH=master
GBPUI_REPO=${GIT_BASE}/openstack/group-based-policy-ui.git
GBPUI_BRANCH=master
GBPHEAT_REPO=${GIT_BASE}/openstack/group-based-policy-automation.git
GBPHEAT_BRANCH=master
# Github's Branch
GLANCE_BRANCH=stable/mitaka
HORIZON_BRANCH=stable/mitaka
KEYSTONE_BRANCH=stable/mitaka
KESYTONECLIENT_BRANCH=stable/mitaka
NOVA_BRANCH=stable/mitaka
NOVACLIENT_BRANCH=stable/mitaka
NEUTRON_BRANCH=stable/mitaka
HEAT_BRANCH=stable/mitaka
CEILOMETER_BRANCH=stable/mitaka
SWIFT_BRANCH=stable/mitaka
CINDER_BRANCH=stable/mitaka
enable_service n-cauth n-novnc
disable_service n-net tempest
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering,neutron
enable_service n-cpu n-api-meta n-metadata n-osapi_compute c-vol c-api n-api n-cert n-obj n-cond n-sch cinder c-bak
enable_service group-policy,orchestrator,proxy,proxy_agent,config_orch
# Heat - Orchestration Service
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng,heat-api-cloudwatch
#HEAT_STANDALONE=True
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
SKIP_EXERCISES=volumes,trove,swift,sahara,euca,bundle,boot_from_volume,aggregates,zaqar,client-env,neutron-adv-test,floating_ips,client-args,horizon,sec_groups,gbp_servicechain,gbp_heat
[[post-config|/etc/nova/nova.conf]]
[neutron]
allow_duplicate_networks = True
[[post-config|/etc/heat/heat.conf]]
[DEFAULT]
plugin_dirs=/opt/stack/gbpautomation/gbpautomation/heat
[[post-config|/etc/neutron/fwaas_driver.ini]]
[fwaas]
driver = neutron_fwaas.services.firewall.drivers.linux.oc_noop_firewall_driver.oc_fwaas.NoOpFwaasDriver
[[post-config|/etc/neutron/neutron.conf]]
[keystone_authtoken]
admin_tenant_name = service
admin_user = neutron
admin_password = admin_pass
[group_policy]
policy_drivers=implicit_policy,resource_mapping,chain_mapping
extension_drivers=proxy_group
[servicechain]
servicechain_drivers = simplechain_driver
[node_composition_plugin]
node_plumber = admin_owned_resources_apic_plumber
node_drivers = nfp_node_driver
[admin_owned_resources_apic_tscp]
plumbing_resource_owner_user = neutron
plumbing_resource_owner_password = admin_pass
plumbing_resource_owner_tenant_name = service
[group_policy_implicit_policy]
default_ip_pool = 11.0.0.0/8
default_proxy_ip_pool = 192.169.0.0/16
default_external_segment_name = default
[device_lifecycle_drivers]
drivers = haproxy, vyos
[nfp_node_driver]
is_service_admin_owned = True
svc_management_ptg_name = svc_management_ptg
[quotas]
default_quota = -1
quota_network = -1
quota_subnet = -1
quota_port = -1
quota_security_group = -1
quota_security_group_rule = -1
quota_router = -1
quota_floatingip = -1