Merge lp://qastaging/~springfield-team/charms/trusty/neutron-api/n1kv into lp://qastaging/~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by Shiv Prasad Rao
Status: Superseded
Proposed branch: lp://qastaging/~springfield-team/charms/trusty/neutron-api/n1kv
Merge into: lp://qastaging/~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 1972 lines (+608/-367)
12 files modified
config.yaml (+24/-0)
hooks/charmhelpers/contrib/network/ip.py (+50/-48)
hooks/charmhelpers/contrib/openstack/context.py (+303/-215)
hooks/charmhelpers/contrib/openstack/neutron.py (+18/-2)
hooks/charmhelpers/contrib/openstack/utils.py (+24/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+81/-97)
hooks/charmhelpers/core/hookenv.py (+6/-0)
hooks/charmhelpers/core/host.py (+8/-2)
hooks/charmhelpers/core/services/__init__.py (+2/-2)
hooks/charmhelpers/fetch/__init__.py (+5/-1)
hooks/charmhelpers/fetch/giturl.py (+44/-0)
templates/icehouse/cisco_plugins.ini (+43/-0)
To merge this branch: bzr merge lp://qastaging/~springfield-team/charms/trusty/neutron-api/n1kv
Reviewer Review Type Date Requested Status
Edward Hope-Morley Pending
Review via email: mp+242446@code.qastaging.launchpad.net

This proposal supersedes a proposal from 2014-11-20.

This proposal has been superseded by a proposal from 2014-11-21.

Description of the change

Please sync the charmhelpers branch before merge.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

UOSCI bot says:
charm_amulet_test #507 neutron-api-next for shivrao mp242446
    AMULET FAIL: amulet-test missing

AMULET Results (max last 5 lines):
INFO:root:Workspace dir: /var/lib/jenkins/workspace/charm_amulet_test
INFO:root:Reading file: Makefile
INFO:root:Searching for: ['@juju test']
INFO:root:Search string not found in makefile target commands.
ERROR:root:No make target was executed.

Full amulet test output: http://paste.ubuntu.com/9137382/
Build: http://10.98.191.181:8080/job/charm_amulet_test/507/

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

UOSCI bot says:
charm_lint_check #1165 neutron-api-next for shivrao mp242446
    LINT OK: passed

LINT Results (max last 5 lines):
  I: config.yaml: option os-admin-network has no default value
  W: config.yaml: option n1kv-vsm-ip does not have the keys: default
  I: config.yaml: option nsx-l3-uuid has no default value
  I: config.yaml: option ssl_cert has no default value
  I: config.yaml: option os-internal-network has no default value

Full lint test output: http://paste.ubuntu.com/9137384/
Build: http://10.98.191.181:8080/job/charm_lint_check/1165/

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

UOSCI bot says:
charm_unit_test #999 neutron-api-next for shivrao mp242446
    UNIT OK: passed

UNIT Results (max last 5 lines):
  hooks/neutron_api_hooks 174 14 92% 115-116, 161, 224, 268, 287-298, 373-374
  hooks/neutron_api_utils 90 7 92% 215-227
  TOTAL 344 27 92%
  Ran 49 tests in 3.291s
  OK

Full unit test output: http://paste.ubuntu.com/9137387/
Build: http://10.98.191.181:8080/job/charm_unit_test/999/

66. By Edward Hope-Morley

synced /next

67. By Edward Hope-Morley

synced charm-helpers

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

UOSCI bot says:
charm_amulet_test #509 neutron-api-next for shivrao mp242446
    AMULET FAIL: amulet-test missing

AMULET Results (max last 5 lines):
INFO:root:Workspace dir: /var/lib/jenkins/workspace/charm_amulet_test
INFO:root:Reading file: Makefile
INFO:root:Searching for: ['@juju test']
INFO:root:Search string not found in makefile target commands.
ERROR:root:No make target was executed.

Full amulet test output: http://paste.ubuntu.com/9150460/
Build: http://10.98.191.181:8080/job/charm_amulet_test/509/

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

UOSCI bot says:
charm_lint_check #1167 neutron-api-next for shivrao mp242446
    LINT OK: passed

LINT Results (max last 5 lines):
  I: config.yaml: option os-admin-network has no default value
  W: config.yaml: option n1kv-vsm-ip does not have the keys: default
  I: config.yaml: option nsx-l3-uuid has no default value
  I: config.yaml: option ssl_cert has no default value
  I: config.yaml: option os-internal-network has no default value

Full lint test output: http://paste.ubuntu.com/9150461/
Build: http://10.98.191.181:8080/job/charm_lint_check/1167/

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

UOSCI bot says:
charm_unit_test #1001 neutron-api-next for shivrao mp242446
    UNIT OK: passed

UNIT Results (max last 5 lines):
  hooks/neutron_api_hooks 174 14 92% 115-116, 161, 224, 268, 287-298, 373-374
  hooks/neutron_api_utils 90 7 92% 215-227
  TOTAL 344 27 92%
  Ran 49 tests in 2.976s
  OK

Full unit test output: http://paste.ubuntu.com/9150462/
Build: http://10.98.191.181:8080/job/charm_unit_test/1001/

68. By Jorge Niedbalski

[all] resync with /next && charm helpers "make sync"

69. By Shiv Prasad Rao

Addressing review comments.

70. By Edward Hope-Morley

[hopem] synced /next

Unmerged revisions

70. By Edward Hope-Morley

[hopem] synced /next

69. By Shiv Prasad Rao

Addressing review comments.

68. By Jorge Niedbalski

[all] resync with /next && charm helpers "make sync"

67. By Edward Hope-Morley

synced charm-helpers

66. By Edward Hope-Morley

synced /next

65. By Shiv Prasad Rao

syncing n1kv charmhelper changer from lp:charm-helpers

64. By Shiv Prasad Rao

fix for 1394778

63. By Shiv Prasad Rao

Cisco Nexus 1000V changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches