@@ -6,8 +6,10 @@ The networking-calico project provides a DevStack plugin. The following
6
6
instructions explain how to set up a single or multiple node DevStack/Calico
7
7
system, and then how to see Calico connectivity in action.
8
8
9
- > ** Note:** networking-calico includes a shell script that implements the
10
- > following setup instructions, at
9
+ > ** NOTE**
10
+ >
11
+ > networking-calico includes a shell script that implements the following setup
12
+ > instructions, at
11
13
> https://git.openstack.org/cgit/openstack/networking-calico/tree/devstack/bootstrap.sh .
12
14
> You are welcome to use it, but we recommend that you read the following
13
15
> description first anyway, and briefly review the script's code, so that you
@@ -39,6 +41,19 @@ and compute functions running on the same node:
39
41
sysctl -w net.ipv4.ip_forward=1
40
42
sysctl -w net.ipv6.conf.all.forwarding=1
41
43
44
+ > ** NOTE**
45
+ >
46
+ > There is an
47
+ > [ OpenStack CI job] ( http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/networking-calico.yaml )
48
+ > that tests the networking-calico DevStack plugin against the latest master
49
+ > OpenStack code. In case you hit trouble with the procedure above, please
50
+ > check the latest
51
+ > [ logs from that job] ( http://logs.openstack.org/periodic/periodic-tempest-dsvm-networking-calico-master/ ) to
52
+ > see if there is also a problem in the OpenStack CI, and let us know if so.
53
+ > (Occasionally that test fails because there is some change in the master
54
+ > Neutron code that requires a corresponding change in networking-calico. We
55
+ > may not notice that straightaway, so will always appreciate a prompt!)
56
+
42
57
43
58
Multi-node setup
44
59
----------------
0 commit comments