Skip to content

Commit 148ee80

Browse files
author
Neil Jerram
authored
Merge pull request #1028 from neiljerram/devstack-more-info
More info about the Calico/OpenStack DevStack plugin
2 parents 98e118e + 1774627 commit 148ee80

File tree

1 file changed

+17
-2
lines changed
  • master/getting-started/openstack/installation

1 file changed

+17
-2
lines changed

master/getting-started/openstack/installation/devstack.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ The networking-calico project provides a DevStack plugin. The following
66
instructions explain how to set up a single or multiple node DevStack/Calico
77
system, and then how to see Calico connectivity in action.
88

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
1113
> https://git.openstack.org/cgit/openstack/networking-calico/tree/devstack/bootstrap.sh.
1214
> You are welcome to use it, but we recommend that you read the following
1315
> 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:
3941
sysctl -w net.ipv4.ip_forward=1
4042
sysctl -w net.ipv6.conf.all.forwarding=1
4143

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+
4257

4358
Multi-node setup
4459
----------------

0 commit comments

Comments
 (0)