-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
41 lines (25 loc) · 1.05 KB
/
README.txt
File metadata and controls
41 lines (25 loc) · 1.05 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
Install stable/mitaka devstack with GBP.
1. git clone https://git.openstack.org/openstack-dev/devstack -b stable/mitaka
2. cd devstack
3. wget https://raw.githubusercontent.com/group-policy/gbp-devstack/master/gbp-patch.sh
4. chmod +x gbp-patch.sh
5. ./gbp-patch.sh
6. wget https://raw.githubusercontent.com/oneconvergence/nfp-devstack/master/nfp-patch.sh
7. chmod +x nfp-patch.sh
8. ./nfp-patch.sh
9. edit the local.conf
copy the service images from 192.168.100.135 to lacal machine
image_path=/home/stack/service_images
edit the following things
ConfiguratorQcow2Image=<configurator image path>
VyosQcow2Image=<vyos image path>
HaproxyQcow2Image=<haproxy image path>
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
HOST_IP=
10. ./stack.sh