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
=== modified file 'README.md'
--- README.md 2015-02-19 22:08:13 +0000
+++ README.md 2015-11-18 09:45:49 +0000
@@ -1,16 +1,42 @@
1Overview1# Overview
2--------
32
4OpenDaylight (www.opendaylight.org) is a fully featured Software Defined3OpenDaylight (www.opendaylight.org) is a fully featured Software Defined Networking (SDN) solution for private clouds. It provides a Neutron plugin to
5Networking (SDN) solution for private clouds. It provides a Neutron plugin to
6integrate with OpenStack.4integrate with OpenStack.
75
8This charm is designed to be used in conjunction with the rest of the OpenStack6This 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.
9related charms in the charm store to virtualize the network that Nova Compute7
10instances plug into.8This charm provides the controller component of an OpenDayLight installation.
119
12This charm provides the controller component.
13Only OpenStack Icehouse or newer is supported.10Only OpenStack Icehouse or newer is supported.
1411
15Usage12# Usage
16-----13
14To deploy the OpenDayLight controller:
15
16 juju deploy odl-controller
17
18To integrate OpenDayLight into an OpenStack Cloud (subset of commands):
19
20 juju deploy neutron-api-odl
21 juju deploy openvswitch-odl
22
23The neutron-gateway charm must also be deployed with 'ovs-odl' as the plugin configuration option:
24
25 cat > config.yaml << EOF
26 neutron-gateway:
27 plugin: ovs-odl
28 EOF
29 juju deploy --config config.yaml neutron-gateway
30
31And then add relations between services to complete the deployment:
32
33 juju add-relation neutron-api neutron-api-odl
34 juju add-relation neutron-api-odl odl-controller
35
36 juju add-relation openvswitch-odl nova-compute
37 juju add-relation openvswitch-odl neutron-gateway
38 juju add-relation openvswitch-odl odl-controller
39
40# Contact Information
41
42Report bugs on [Launchpad](http://bugs.launchpad.net/charms/+source/odl-controller/+filebug)
1743
=== modified file 'metadata.yaml'
--- metadata.yaml 2015-11-11 14:57:38 +0000
+++ metadata.yaml 2015-11-18 09:45:49 +0000
@@ -1,6 +1,6 @@
1name: odl-controller1name: odl-controller
2summary: OpenDaylight Controller2summary: OpenDaylight Controller
3maintainer: Robert Ayres <robert.ayres@ubuntu.com>3maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
4description: |4description: |
5 OpenDaylight is a network virtualization solution that provides an overlay5 OpenDaylight is a network virtualization solution that provides an overlay
6 virtual-network to virtual-machines, containers or network namespaces.6 virtual-network to virtual-machines, containers or network namespaces.

Subscribers

People subscribed via source and target branches

to all changes: