Branches for Trusty Tahr

Name Status Last Modified Last Commit
lp:~alai/charms/trusty/neutron-contrail/trunk 1 Development 2015-07-09 23:28:02 UTC
26. Change default PPA

Author: Robert Ayres
Revision Date: 2015-06-02 12:50:23 UTC

Change default PPA

lp:~alai/charms/trusty/neutron-contrail/vrouter-mem-fix-1473283 1 Development 2016-01-22 21:09:09 UTC
48. testing version

Author: Ashley Lai
Revision Date: 2016-01-22 21:09:09 UTC

testing version

lp:~dmitriis/charms/trusty/neutron-contrail/trunk (Has a merge proposal) 1 Development 2017-03-26 17:43:56 UTC
67. enable TLS for XMPP communication as ...

Author: Dmitrii Shcherbakov
Revision Date: 2017-03-26 17:43:56 UTC

enable TLS for XMPP communication as of contrail 3

TLS is enabled unconditionally for contail 3.0 and above deployments to
make sure communication is secure by default.

Certificates are generated automatically from a PKI charm (e.g. easyrsa
with a subject alternative name field containing an IP address on a
control network which is used by both contrail-control and
neutron-contrail to communicate with each other.

As of Juju 2.x network spaces can be used if an underlying cloud
supports them. In order to facilitate that support one should bind
control-node endpoint to a specific network space. Otherwise, old
mechanisms such as unit private address are going to be used to retrieve
an ip address to be included into a certificate.

Control node address fetching mechanism has changed as well: instead of
just doing a relation-get for a private IP address of a control-node
unit a different value is taken from the relation data called
control_node_ip (available due to modifications on the contrail-control
side) - it is either an address in the network space which control-node
endpoint is bound to or a fall-back address (unit private address).

lp:~ivoks/charms/trusty/neutron-contrail/contrail-nova-driver (Has a merge proposal) 1 Development 2017-01-26 10:22:58 UTC
61. contrail-nova-driver does not exist a...

Author: Ante Karamatić
Revision Date: 2017-01-26 10:21:36 UTC

contrail-nova-driver does not exist anymore and contrail-nova-vif
should be used instead.

Also pull in contrail-vrouter-init.

lp:~ivoks/charms/trusty/neutron-contrail/juju2-bridges (Has a merge proposal) 1 Development 2016-09-05 15:57:29 UTC
58. Fix config.yaml

Author: Ante Karamatić
Revision Date: 2016-09-05 15:56:45 UTC

Fix config.yaml

lp:~ivoks/charms/trusty/neutron-contrail/kdump-tools (Has a merge proposal) 1 Development 2017-01-28 13:58:31 UTC
62. Make sure to preconfigure kdump-tools...

Author: Ante Karamatić
Revision Date: 2017-01-28 13:57:32 UTC

Make sure to preconfigure kdump-tools before installing the package

This is a workaround for bug in Contrail 3.2 packaging.

lp:~ivoks/charms/trusty/neutron-contrail/openstack-ssl (Has a merge proposal) 1 Development 2017-01-31 13:08:23 UTC
62. SSL support

Author: Ante Karamatić
Revision Date: 2017-01-31 13:08:02 UTC

SSL support

lp:~ivoks/charms/trusty/neutron-contrail/restore-static-routes (Has a merge proposal) 1 Development 2016-09-05 15:34:47 UTC
57. Make sure to restore static routes, i...

Author: Ante Karamatić
Revision Date: 2016-09-05 15:34:20 UTC

Make sure to restore static routes, if any.

lp:~koalinux/charms/trusty/neutron-contrail/vhost-phy (Has a merge proposal) 1 Development 2017-11-06 15:54:02 UTC
73. Use vhost-interface instead of vhos...

Author: José Pekkarinen
Revision Date: 2017-11-06 15:54:02 UTC

  Use vhost-interface instead of vhost-phy to define the local interface.
  vhost-phy is defined in dpdk installations but referenced always in vrouter_ctx,
  producing tracebacks like the one blelow in case you don't use dpdk:

  2017-11-02 09:45:46 DEBUG upgrade-charm Traceback (most recent call last):
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/upgrade-charm", line 463, in <module>
  2017-11-02 09:45:46 DEBUG upgrade-charm main()
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/upgrade-charm", line 444, in main
  2017-11-02 09:45:46 DEBUG upgrade-charm hooks.execute(sys.argv)
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/charmhelpers/core/hookenv.py", line 715, in execute
  2017-11-02 09:45:46 DEBUG upgrade-charm self._hooks[hook_name]()
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/upgrade-charm", line 450, in upgrade_charm
  2017-11-02 09:45:46 DEBUG upgrade-charm write_vrouter_config()
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/neutron_contrail_utils.py", line 548, in write_vrouter_config
  2017-11-02 09:45:46 DEBUG upgrade-charm ctx.update(vrouter_ctx())
  2017-11-02 09:45:46 DEBUG upgrade-charm File "/var/lib/juju/agents/unit-neutron-contrail-0/charm/hooks/neutron_contrail_utils.py", line 510, in vrouter_ctx
  2017-11-02 09:45:46 DEBUG upgrade-charm "vhost_physical": config["vhost-phy"] }
  2017-11-02 09:45:46 DEBUG upgrade-charm KeyError: 'vhost-phy'

lp:~majduk/charms/trusty/neutron-contrail/trunk (Has a merge proposal) 1 Development 2018-11-05 14:22:37 UTC
93. Fill in physical interface configurat...

Author: Michał Ajduk
Revision Date: 2018-11-05 14:22:37 UTC

Fill in physical interface configuration on charm upgrade. Avoid unneccesary vrouter restart on charm upgrade

lp:~ondrej-kuchar/charms/trusty/neutron-contrail/trunk 1 Development 2018-01-31 10:14:42 UTC
74. added tls-certificates interface to s...

Author: Ondrej Kuchar
Revision Date: 2018-01-31 10:14:11 UTC

added tls-certificates interface to support easyrsa charm relation

lp:~opnfv-team/charms/trusty/neutron-contrail/trunk 1 Development 2016-01-28 16:17:47 UTC
49. There is no version number for Libert...

Author: Samantha Jian-Pielak
Revision Date: 2016-01-28 16:16:24 UTC

There is no version number for Liberty yet. I commented out the if conditions for kilo and juno, and just added what's needed (linuxnet_interface_driver) for Liberty.

lp:~robert-ayres/charms/trusty/neutron-contrail/trunk bug 1 Development 2015-05-01 11:35:51 UTC
21. Delete vif for virtual gateway

Author: Robert Ayres
Revision Date: 2015-05-01 11:35:51 UTC

Delete vif for virtual gateway

lp:~samantha-jian/charms/trusty/neutron-contrail/trunk 1 Development 2016-01-28 01:15:47 UTC
47. Merge Ashley Lai's changes

Author: Robert Ayres
Revision Date: 2016-01-27 18:23:38 UTC

Merge Ashley Lai's changes

lp:~saviq/charms/trusty/neutron-contrail/config-vhost-interface (Has a merge proposal) 1 Development 2015-07-01 11:55:26 UTC
52. Need to start the service in case the...

Author: Michał Sawicz
Revision Date: 2015-07-01 11:55:26 UTC

Need to start the service in case the physical interface does not change

lp:~sdn-charmers/charms/trusty/neutron-contrail/dpdk 1 Development 2017-06-21 22:19:20 UTC
66. First attempt at DPDK support

Author: Robert Ayres
Revision Date: 2017-06-21 22:16:11 UTC

First attempt at DPDK support

lp:~sdn-charmers/charms/trusty/neutron-contrail/trunk 1 Development 2018-11-05 14:25:41 UTC
78. Merge lp:~majduk/charms/trusty/neutro...

Author: Michał Ajduk
Revision Date: 2018-11-05 14:25:41 UTC

Merge lp:~majduk/charms/trusty/neutron-contrail/trunk
Michal Ajduk 2018-11-05 Fill in physical interface configuration on charm upgrade. Avoid unneccesary vrouter restart on charm upgrade

lp:~taoliu-7/charms/trusty/neutron-contrail/node-manager (Has a merge proposal) 1 Development 2015-09-23 18:35:09 UTC
35. Support node manager.

Author: Tony Liu
Revision Date: 2015-09-23 11:33:12 UTC

Support node manager.

lp:~vds/charms/trusty/neutron-contrail/tls-patch (Has a merge proposal) 1 Development 2017-09-26 13:56:14 UTC
73. Port of TLS patch from DTAG

Author: Vincenzo Di Somma
Revision Date: 2017-09-26 13:53:09 UTC

Port of TLS patch from DTAG

119 of 19 results