lp:~plumgrid-team/charms/trusty/neutron-api-plumgrid/trunk
Created by
Bilal Baqar
and last modified
- Get this branch:
- bzr branch lp:~plumgrid-team/charms/trusty/neutron-api-plumgrid/trunk
Members of
Plum grid team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Review Queue (community): Needs Fixing (automated testing)
- Charles Butler: Pending requested
-
Diff: 10336 lines (+4626/-3509)58 files modifiedMakefile (+1/-1)
bin/charm_helpers_sync.py (+253/-0)
charm-helpers-sync.yaml (+6/-1)
config.yaml (+30/-2)
hooks/charmhelpers/contrib/amulet/deployment.py (+4/-2)
hooks/charmhelpers/contrib/amulet/utils.py (+382/-86)
hooks/charmhelpers/contrib/ansible/__init__.py (+0/-254)
hooks/charmhelpers/contrib/benchmark/__init__.py (+0/-126)
hooks/charmhelpers/contrib/charmhelpers/__init__.py (+0/-208)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+0/-15)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+0/-360)
hooks/charmhelpers/contrib/charmsupport/volumes.py (+0/-175)
hooks/charmhelpers/contrib/database/mysql.py (+0/-412)
hooks/charmhelpers/contrib/network/ip.py (+55/-23)
hooks/charmhelpers/contrib/network/ovs/__init__.py (+6/-2)
hooks/charmhelpers/contrib/network/ufw.py (+5/-6)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+135/-14)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+421/-13)
hooks/charmhelpers/contrib/openstack/context.py (+318/-79)
hooks/charmhelpers/contrib/openstack/ip.py (+35/-7)
hooks/charmhelpers/contrib/openstack/neutron.py (+64/-23)
hooks/charmhelpers/contrib/openstack/templating.py (+30/-2)
hooks/charmhelpers/contrib/openstack/utils.py (+939/-70)
hooks/charmhelpers/contrib/peerstorage/__init__.py (+0/-268)
hooks/charmhelpers/contrib/python/packages.py (+35/-11)
hooks/charmhelpers/contrib/saltstack/__init__.py (+0/-118)
hooks/charmhelpers/contrib/ssl/__init__.py (+0/-94)
hooks/charmhelpers/contrib/ssl/service.py (+0/-279)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+823/-61)
hooks/charmhelpers/contrib/storage/linux/loopback.py (+10/-0)
hooks/charmhelpers/contrib/storage/linux/utils.py (+8/-7)
hooks/charmhelpers/contrib/templating/__init__.py (+0/-15)
hooks/charmhelpers/contrib/templating/contexts.py (+0/-139)
hooks/charmhelpers/contrib/templating/jinja.py (+0/-39)
hooks/charmhelpers/contrib/templating/pyformat.py (+0/-29)
hooks/charmhelpers/contrib/unison/__init__.py (+0/-313)
hooks/charmhelpers/core/hookenv.py (+220/-13)
hooks/charmhelpers/core/host.py (+298/-75)
hooks/charmhelpers/core/hugepage.py (+71/-0)
hooks/charmhelpers/core/kernel.py (+68/-0)
hooks/charmhelpers/core/services/helpers.py (+30/-5)
hooks/charmhelpers/core/strutils.py (+30/-0)
hooks/charmhelpers/core/templating.py (+21/-8)
hooks/charmhelpers/core/unitdata.py (+61/-17)
hooks/charmhelpers/fetch/__init__.py (+18/-2)
hooks/charmhelpers/fetch/archiveurl.py (+1/-1)
hooks/charmhelpers/fetch/bzrurl.py (+22/-32)
hooks/charmhelpers/fetch/giturl.py (+20/-23)
hooks/neutron_plumgrid_context.py (+59/-46)
hooks/neutron_plumgrid_hooks.py (+20/-1)
hooks/neutron_plumgrid_utils.py (+61/-11)
metadata.yaml (+7/-0)
templates/kilo/pgrc (+8/-0)
templates/kilo/plumgrid.ini (+22/-0)
templates/kilo/plumlib.ini (+5/-2)
unit_tests/test_neutron_plumgrid_plugin_context.py (+20/-18)
unit_tests/test_neutron_plumgrid_plugin_hooks.py (+1/-0)
unit_tests/test_neutron_plumgrid_plugin_utils.py (+3/-1)
Related bugs
Bug #1459559: PLUMgrid charm - neutron-api-plumgrid - review required | Undecided | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Plum grid team
- Status:
- Development
Recent revisions
- 23. By Junaid Ali
-
Changes:
Added config project_domain_name in plumlib.ini for keystone version v3.Ticket: [SOL-1105]
- 22. By Junaid Ali
-
Resynced charm-helpers
- 21. By Bilal Baqar
-
user-domain-name config added
configure-pg-sources function added - 20. By Bilal Baqar
-
Merge: Mitaka support added
- L2 Vtep and ECMP support added
- pip proxy option added
- removed unused charmhelpers modules
- synced latest charmhelpers modules
- updated charm-helpers-sync.yaml
- added connected type config
- getting pg vip and creds from director relation - 19. By Bilal Baqar
-
Merge: Liberty/Mitaka support
- 16. By Bilal Baqar
-
Adding status messages in charms - Ticket:[SOL-949]
- 15. By Bilal Baqar
-
db-migration for specific networking-plumgrid versions
- 14. By Bilal Baqar
-
Improved config-changed hook to perform steps according to the config changed
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)