Whats new in Havana--Heat and Ceilometer

4

Click here to load reader

description

Part of the "What's New in Havana" webinar, these slides show what's new in OpenStack Heat and Ceilometer

Transcript of Whats new in Havana--Heat and Ceilometer

Page 1: Whats new in Havana--Heat and Ceilometer

What’s New In OpenStack Havana

Webcast October 2013

Page 2: Whats new in Havana--Heat and Ceilometer

New Programs: Heat and Ceilometer

49

Page 3: Whats new in Havana--Heat and Ceilometer

Heat

Orchestration engine - Template based

"WebServerGroup" : { "Type" : "AWS::AutoScaling::AutoScalingGroup", "Properties" : { "AvailabilityZones" : { "Fn::GetAZs" : ""}, "LaunchConfigurationName" : { "Ref" :

"LaunchConfig" }, "MinSize" : "1", "MaxSize" : "3", "LoadBalancerNames" : [ { "Ref" :

"ElasticLoadBalancer" } ] } },

50

Page 4: Whats new in Havana--Heat and Ceilometer

Ceilometer

Metering

•  Tracks what's happening for billing or resource monitoring

•  Alarms

•  Multiple drivers (HBase, Db2 (NoSQL), MongoDB, SQLAlchemy)

51