Merge lp:~james-page/charms/trusty/odl-controller/doc-updates into lp:~openstack-charmers-archive/charms/trusty/odl-controller/next

Proposed by James Page
Status: Merged
Merged at revision: 13
Proposed branch: lp:~james-page/charms/trusty/odl-controller/doc-updates
Merge into: lp:~openstack-charmers-archive/charms/trusty/odl-controller/next
Diff against target: 69 lines (+38/-12)
2 files modified
README.md (+37/-11)
metadata.yaml (+1/-1)
To merge this branch: bzr merge lp:~james-page/charms/trusty/odl-controller/doc-updates
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+277797@code.launchpad.net
To post a comment you must log in.
14. By James Page

Tweak

Revision history for this message
Liam Young (gnuoy) wrote :

LGTM

review: Approve
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #13984 odl-controller-next for james-page mp277797
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/13984/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #13036 odl-controller-next for james-page mp277797
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/13036/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #7914 odl-controller-next for james-page mp277797
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/13328058/
Build: http://10.245.162.77:8080/job/charm_amulet_test/7914/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2015-02-19 22:08:13 +0000
3+++ README.md 2015-11-18 09:45:49 +0000
4@@ -1,16 +1,42 @@
5-Overview
6---------
7+# Overview
8
9-OpenDaylight (www.opendaylight.org) is a fully featured Software Defined
10-Networking (SDN) solution for private clouds. It provides a Neutron plugin to
11+OpenDaylight (www.opendaylight.org) is a fully featured Software Defined Networking (SDN) solution for private clouds. It provides a Neutron plugin to
12 integrate with OpenStack.
13
14-This charm is designed to be used in conjunction with the rest of the OpenStack
15-related charms in the charm store to virtualize the network that Nova Compute
16-instances plug into.
17-
18-This charm provides the controller component.
19+This charm is designed to be used in conjunction with the rest of the OpenStack related charms in the charm store to virtualize the network that Nova Compute instances plug into.
20+
21+This charm provides the controller component of an OpenDayLight installation.
22+
23 Only OpenStack Icehouse or newer is supported.
24
25-Usage
26------
27+# Usage
28+
29+To deploy the OpenDayLight controller:
30+
31+ juju deploy odl-controller
32+
33+To integrate OpenDayLight into an OpenStack Cloud (subset of commands):
34+
35+ juju deploy neutron-api-odl
36+ juju deploy openvswitch-odl
37+
38+The neutron-gateway charm must also be deployed with 'ovs-odl' as the plugin configuration option:
39+
40+ cat > config.yaml << EOF
41+ neutron-gateway:
42+ plugin: ovs-odl
43+ EOF
44+ juju deploy --config config.yaml neutron-gateway
45+
46+And then add relations between services to complete the deployment:
47+
48+ juju add-relation neutron-api neutron-api-odl
49+ juju add-relation neutron-api-odl odl-controller
50+
51+ juju add-relation openvswitch-odl nova-compute
52+ juju add-relation openvswitch-odl neutron-gateway
53+ juju add-relation openvswitch-odl odl-controller
54+
55+# Contact Information
56+
57+Report bugs on [Launchpad](http://bugs.launchpad.net/charms/+source/odl-controller/+filebug)
58
59=== modified file 'metadata.yaml'
60--- metadata.yaml 2015-11-11 14:57:38 +0000
61+++ metadata.yaml 2015-11-18 09:45:49 +0000
62@@ -1,6 +1,6 @@
63 name: odl-controller
64 summary: OpenDaylight Controller
65-maintainer: Robert Ayres <robert.ayres@ubuntu.com>
66+maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
67 description: |
68 OpenDaylight is a network virtualization solution that provides an overlay
69 virtual-network to virtual-machines, containers or network namespaces.

Subscribers

People subscribed via source and target branches

to all changes: