-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (45 loc) · 1.89 KB
/
README
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
This repo contains the opencontrail related files to install opencontrail with devstack
1. These files needs to be copied into the devstack directory
2. configure localrc and enable opencontrail
3. Run ./stack.sh
Please note that all these files are originally from the repo https://github.com/dsetia/devstack.
Only the files related to contrail are taken from the above repo. Latest devstack can be cloned from
https://github.com/openstack-dev/devstack.git
The goal is to compile and install contrail with the latest version of devstack.
lib/neutron_thirdparty/contrail is the main file which downloads the opencontrail, builds it and applies few patches.
The patches it applies are:
devstack/contrail/neutron_v5.patch
devstack/contrail/vnc_contrail.patch
devstack/contrail/vrouter.patch
Please see the file lib/neutron_thirdparty/contrail for more information.
Below is the tree of the files present in this repo
├── contrail
│ ├── cassandra-env.sh.patch
│ ├── contrail_config_templates.py
│ ├── etc
│ │ └── redis.conf
│ ├── localrc-cw-compute
│ ├── localrc-multinode-compute
│ ├── localrc-multinode-server
│ ├── localrc-single
│ ├── net_policy_join.py
│ ├── neutron_v3.patch
│ ├── neutron_v4.patch
│ ├── neutron_v5.patch
│ ├── nova_v3.patch
│ ├── nova_v4.patch
│ ├── provision_vrouter.py
│ ├── README
│ ├── redis.conf.patch
│ ├── setup_contrail.py
│ ├── test_network_complex.sh
│ ├── test_network.sh
│ ├── vnc_contrail.patch
│ └── vrouter.patch
├── install_devstack.sh
├── lib
│ ├── neutron_plugins
│ │ └── contrail
│ └── neutron_thirdparty
│ └── contrail
└── README