Hi all,
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
thanks, cheers, Jan
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Cheers, Eoghan
Thanks Eoghan,
That's good news!
cheers, Jan
On 10/11/2012 09:33 PM, Eoghan Glynn wrote:
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Cheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/11/2012 01:34 PM, Jan van Eldik wrote:
Thanks Eoghan,
That's good news!
cheers, Jan
On 10/11/2012 09:33 PM, Eoghan Glynn wrote:
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Cheers, Eoghan
Has this code been security audited at all? It seems to me that the billing portion of OpenStack will likely be a high priority target for attackers (and naughty users/etc.).
- -- Kurt Seifried Red Hat Security Response Team (SRT) PGP: 0x5E267993 A90B F995 7350 148F 66BF 7554 160D 4553 5E26 7993
Has this code been security audited at all? It seems to me that the billing portion of OpenStack will likely be a high priority target for attackers (and naughty users/etc.).
The security story for Ceilometer definitely needs to be hardened ...
- the usage-related notifications emitted by the openstack services (nova, glance, cinder ... etc.) are implicitly trusted, i.e. auth doesn't go beyond the user/password-style mechanisms implemented by the AMQP provider
- metering messages between ceilometer agents are signed using a secret stored in plain text in the config file
- the ceilometer API service is not integrated with keystone as yet so does not do token validation or role-based policy verification
The ceilometer team intends to make progress on the auth story in the Grizzly timeframe.
Cheers, Eoghan
Has this code been security audited at all? It seems to me that the billing portion of OpenStack will likely be a high priority target for attackers (and naughty users/etc.).
The security story for Ceilometer definitely needs to be hardened ...
- the usage-related notifications emitted by the openstack services (nova, glance, cinder ... etc.) are implicitly trusted, i.e. auth doesn't go beyond the user/password-style mechanisms implemented by the AMQP provider
I should have qualified that statement with the obvious observation that if the AMQP infrastructure is compromised in openstack, then all sorts of badness will ensue, not limited to the metering side (as the compute, volumes and networking fabric all rely heavily on RPC over AMQP).
Cheers, Eoghan
metering messages between ceilometer agents are signed using a secret stored in plain text in the config file
the ceilometer API service is not integrated with keystone as yet so does not do token validation or role-based policy verification
The ceilometer team intends to make progress on the auth story in the Grizzly timeframe.
Cheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
Hi Eoghan,
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Has packaging work already started? We would be very happy to test :)
thanks, cheers, Jan
Cheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
----- Original Message -----
Hi Eoghan,
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Has packaging work already started? We would be very happy to test :)
thanks, cheers, JanCheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
Hi Jan,
This is effort has not started as yet, as there's a fair amount of churn and instability on-going in ceilometer as we tie down a better interaction model with nova (avoiding direct DB access and calls to internal APIs).
Having just been incubated, ceilometer will shortly be joining the openstack release train. We're planning to sit out the imminent grizzly-1 milestone, but will be aligned for the subsequent grizzly-2 milestone (slated for 2013-01-10).
Rather than packaging the initial ceilometer 0.1 release, it would be more efficient to target our packaging efforts at the g-2 milestone, as there will be very significant differences between the two versions.
Cheers, Eoghan
----- Original Message -----
Hi Eoghan,
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Has packaging work already started? We would be very happy to test :)
thanks, cheers, JanCheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
Thanks for the update Eoghan, this sounds very reasonable to me.
cheers, Jan
On 11/14/2012 07:11 PM, Eoghan Glynn wrote:
Hi Jan,
This is effort has not started as yet, as there's a fair amount of churn and instability on-going in ceilometer as we tie down a better interaction model with nova (avoiding direct DB access and calls to internal APIs).
Having just been incubated, ceilometer will shortly be joining the openstack release train. We're planning to sit out the imminent grizzly-1 milestone, but will be aligned for the subsequent grizzly-2 milestone (slated for 2013-01-10).
Rather than packaging the initial ceilometer 0.1 release, it would be more efficient to target our packaging efforts at the g-2 milestone, as there will be very significant differences between the two versions.
Cheers, Eoghan
----- Original Message -----
Hi Eoghan,
We would like to start testing OS Ceilometer, and I wonder if there are already plans to provide RPMs for this component.
Hi Jan,
The first ceilometer release is imminent (i.e. in the next couple days, timed to coincide with the openstack design summit).
Once the release is out the door, we should be in a position to sort out the packaging aspects.
Has packaging work already started? We would be very happy to test :)
thanks, cheers, JanCheers, Eoghan _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud