ceilometer installation and provisioning through server manager

Bug #1451527 reported by Raj Reddy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R2.20
Fix Committed
Medium
Nitish Krishna Kaveri
Trunk
Fix Committed
Medium
Nitish Krishna Kaveri

Bug Description

need to add support for installation and provisioning of ceilometer in Server Manager

Tags: analytics
Raj Reddy (rajreddy)
Changed in juniperopenstack:
importance: Undecided → High
Raj Reddy (rajreddy)
Changed in juniperopenstack:
milestone: r2.20-fcs → r2.30-fcs
Megh Bhatt (meghb)
Changed in juniperopenstack:
assignee: Megh Bhatt (meghb) → Abhay Joshi (abhayj)
Abhay Joshi (abhayj)
Changed in juniperopenstack:
assignee: Abhay Joshi (abhayj) → Nitish Krishna Kaveri (nitishk)
information type: Proprietary → Public
Changed in juniperopenstack:
importance: High → Medium
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/11195
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/11196
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/11195
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/11196
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/11195
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/11196
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/11396
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/11397
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/11195
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/11196
Submitter: Nitish Krishna Kaveri (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/11397
Committed: http://github.org/Juniper/contrail-server-manager/commit/b27ae5e88f9cee2b3f850890f4565880c90b3165
Submitter: Zuul
Branch: master

commit b27ae5e88f9cee2b3f850890f4565880c90b3165
Author: nitishkrishna <email address hidden>
Date: Mon Jun 8 16:49:04 2015 -0700

Closes-Bug: #1451527 - Provision Ceilometer using Smgr

This check-in:
- Brings in new cluster param: enable_ceilometer
- The new param allows ceilometer to be provisioned on openstack node in non-HA

Change-Id: I7d781bf09d7ebe343528f690bbc7488e51d10c7d

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/11396
Committed: http://github.org/Juniper/contrail-server-manager/commit/5f4e84998098ebcbf237ccb714454aa30def88f9
Submitter: Zuul
Branch: R2.20

commit 5f4e84998098ebcbf237ccb714454aa30def88f9
Author: nitishkrishna <email address hidden>
Date: Mon Jun 8 16:49:04 2015 -0700

Closes-Bug: #1451527 - Provision Ceilometer using Smgr

This check-in:
- Brings in new cluster param: enable_ceilometer
- The new param allows ceilometer to be provisioned on openstack node in non-HA

Change-Id: I7d781bf09d7ebe343528f690bbc7488e51d10c7d

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/11196
Committed: http://github.org/Juniper/contrail-puppet/commit/01683163170ae2abf45f6b600559f4c42e3d39be
Submitter: Zuul
Branch: master

commit 01683163170ae2abf45f6b600559f4c42e3d39be
Author: nitishkrishna <email address hidden>
Date: Tue Jun 2 12:03:46 2015 -0700

Closes-Bug: #1451527 - Provision Ceilometer using Smgr

Patch 1:
- New contrail param - enable_ceilometer
- /etc/ceilometer/ceilometer.conf correctly configured on openstack & compute nodes
- Mongodb installed on database nodes

Patch 2:
- Review comments on Patch 1
- Moved database mongodb setup to new file: contrail:profile:mongodb

Patch 3:
- Configured all remaining files except keystone (bug) and pipeline.yaml

Patch 4:
- Mongo DB Replset configured and setup
- Ceilometer Pipeline.yaml has been templated
- Keystone notification driver change needs Rabbit MQ to be provisioned before Keystone
- Have filed separate bug for above

Patch 5:
- Implemented review comments
- Final commit
- Tested on non-HA with/without Ceilometer + HA without Ceilometer

Change-Id: I321305ee1140546ebea8a818ca5bfba426e0c21d

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/11195
Committed: http://github.org/Juniper/contrail-puppet/commit/a72aa346718012a40182621b2565d33baf529778
Submitter: Zuul
Branch: R2.20

commit a72aa346718012a40182621b2565d33baf529778
Author: nitishkrishna <email address hidden>
Date: Tue Jun 2 12:03:46 2015 -0700

Closes-Bug: #1451527 - Provision Ceilometer using Smgr

Patch 1:
- New contrail param - enable_ceilometer
- /etc/ceilometer/ceilometer.conf correctly configured on openstack & compute nodes
- Mongodb installed on database nodes

Patch 2:
- Review comments on Patch 1
- Moved database mongodb setup to new file: contrail:profile:mongodb

Patch 3:
- Configured all remaining files except keystone (bug) and pipeline.yaml

Patch 4:
- Mongo DB Replset configured and setup
- Ceilometer Pipeline.yaml has been templated
- Keystone notification driver change needs Rabbit MQ to be provisioned before Keystone
- Have filed separate bug for above

Patch 5:
- Implemented review comments
- Final commit
- Tested on non-HA with/without Ceilometer + HA without Ceilometer

Change-Id: I321305ee1140546ebea8a818ca5bfba426e0c21d

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.