forked from lsh23/openstack-manual-installation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common-config
32 lines (24 loc) · 783 Bytes
/
common-config
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
# config and export common configurations ------------------------------------------
export PROVIDER_INTERFACE_NAME=eth0
export PROVIDER_NETWORK_CIDER=192.168.0.0/24
export PROVIDER_NETWORK_GATEWAY=192.168.0.1
export MANAGEMENT_INTERFACE_NAME=eth1
export MANAGEMENT_NETWORK_CIDER=10.0.0.0/24
export MANAGEMENT_NETWORK_GATEWAY=10.0.0.1
export CONTROLLER_M_IP=10.0.0.11
export COMPUTE_M_IP=10.0.0.31
export MY_IP=10.0.0.31
export UBUNTU_ROOT_PASS=1234
export DB_ROOT_PASS=1234
export RABBIT_PASS=1234
export ADMIN_PASS=1234
export DEMO_PASS=1234
export NOVA_PASS=1234
export NEUTRON_PASS=1234
export GLANCE_PASS=1234
export METADATA_SECRET=1234
export GLANCE_DBPASS=1234
export NEUTRON_DBPASS=1234
export NOVA_DBPASS=1234
export PLACEMENT_PASS=1234
export KEYSTONE_DBPASS=1234