|
1 | 1 | [[local|localrc]] |
2 | 2 |
|
3 | 3 | API_WORKERS=0 |
4 | | -ADMIN_PASSWORD=secrete |
5 | | -DATABASE_PASSWORD=$ADMIN_PASSWORD |
6 | | -RABBIT_PASSWORD=$ADMIN_PASSWORD |
7 | | -SERVICE_PASSWORD=$ADMIN_PASSWORD |
8 | | -SERVICE_TOKEN=$ADMIN_PASSWORD |
9 | | -SWIFT_HASH=9ebaa3b0fb07bbf405910ff854897066 |
| 4 | +DATABASE_PASSWORD=secretdatabase |
| 5 | +RABBIT_PASSWORD=secretrabbit |
| 6 | +SERVICE_PASSWORD=secretservice |
| 7 | +SERVICE_TOKEN=111222333444 |
| 8 | +ADMIN_PASSWORD=secretadmin |
| 9 | +DATA_DIR=$BASE/data |
10 | 10 |
|
11 | 11 | enable_plugin smaug http://git.openstack.org/openstack/smaug master |
12 | 12 | enable_plugin smaug-dashboard http://git.openstack.org/openstack/smaug-dashboard master |
13 | 13 |
|
14 | | -enable_service rabbit |
15 | | -enable_service mysql |
16 | | -enable_service key |
17 | | -enable service n-cpu n-api n-crt n-obj n-cond n-sch n-novnc n-cauth |
18 | | -enable_service neutron q-svc q-agt q-dhcp q-meta |
19 | | -enable_service g-api g-reg |
20 | | -enable_service cinder c-api c-vol c-sch c-bak |
21 | | -enable_service horizon |
22 | | - |
23 | | -enable_service s-proxy s-object s-container s-account |
| 14 | +#run the services you want to use |
| 15 | +ENABLED_SERVICES=rabbit,mysql,key |
| 16 | +ENABLED_SERVICES+=,n-cpu,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc,n-cauth |
| 17 | +ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-meta |
| 18 | +ENABLED_SERVICES+=,cinder,g-api,g-reg |
| 19 | +ENABLED_SERVICES+=,c-api,c-vol,c-sch,c-bak,horizon |
| 20 | +ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng |
24 | 21 |
|
25 | 22 | #Add the smaug services |
26 | 23 | enable_service smaug-api |
27 | 24 | enable_service smaug-operationengine |
28 | 25 | enable_service smaug-protection |
29 | | -enable_service smaug-dashboard |
30 | 26 |
|
| 27 | +#Add the smaug-dashboard services |
| 28 | +enable_service smaug-dashboard |
31 | 29 |
|
32 | 30 | #disable the default services you don't want to use |
33 | 31 | disable_service n-net |
34 | 32 |
|
35 | | - |
| 33 | +SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 |
| 34 | +SWIFT_REPLICAS=1 |
| 35 | +SWIFT_DATA_DIR=$DEST/data |
| 36 | +enable_service s-proxy s-object s-container s-account |
0 commit comments