Energy Audit aaS with OPNFV

Slides:



Advertisements
Similar presentations
An ecosystem for freight information services: the iCargo project
Advertisements

1 st Review Meeting, Brussels 5/12/12 – Technical progress (P. Paganelli, Bluegreen) iCargo 1st Review Meeting Brussels 5/12/12 Technical.
Use of Cloud Computing Technology for Energy Efficiency Monitoring in Business and Industrial environment dr. Gregor Černe mag. Aleš Černivec Sandi Dolenc.
Energy Efficiency: An Emerging Architectural Concern Rabih Bashroush Dublin, 13 June 2014.
R2 Test strategy. Test strategy Testing is still a key challenge for OPNFV All the projects must manage their test strategy (unit, fonctional, security,
R2 Test strategy. Test strategy Testing is still a key challenge for OPNFV All the projects must manage their test strategy (unit, fonctional, security,
TIDE Final Conference Cluster 4: Electric mobility 15 th September 2015 Mika Kulmala, Traffic Engineer, City of Tampere.
The FI-WARE Project – Base Platform for Future Service Infrastructures FI-WARE Interface to the network and Devices Chapter.
OPNFV Test Dashboard 10/09/2015 M.Richomme, Orange.
Enhancing Mobile Apps to Use Sensor Hubs without Programmer Effort Haichen Shen, Aruna Balasubramanian, Anthony LaMarca, David Wetherall 1.
AppAudit Effective Real-time Android Application Auditing Andrew Jeong
UN GLOBAL PULSE: Product Harnessing innovation to protect the vulnerable Sara Farmer Chief Platform Architect, UN Global Pulse Executive Office of the.
Green IT: Sustainability A History Computing Research: Roles and Opportunities for Information Technology in Meeting Sustainability Challenges.
ScotGRID is the Scottish prototype Tier 2 Centre for LHCb and ATLAS computing resources. It uses a novel distributed architecture and cutting-edge technology,
EASY project. Plan Local EASY Sustenergy Europe Project “Energy Actions and Systems for Mediterranean Local Communities”
Learnings from the first Plugfest
Bryan Sullivan, AT&T June 13, 2017
Daisy4nfv: An Installer Based upon Open Source Project – Daisy & Kolla
Bringing Dynamism to OPNFV
Unit V – Chapter 2 Staying Green.
Deployment Architectures For Containers
Nikolas Hermanns Jose Lausuch
OPNFV testing strategy
University of Maryland College Park
OPNFV testing strategy
Information technology (IT) accounts for….
Tina Tsou, Bryan Sullivan,
How to Reuse OPNFV Testing Components in Telco Validation Chain
Ashiq Khan, NTT DOCOMO Ryota Mibu, NEC
An overview of the latest development on “ECO-Driving”
Silvana Predebon , Environmental Policy Officer
M2M Revolution Turning Potential into Profit Menelaos Ioannidis
Transition towards Low Carbon Energy Monday 12th June 2017
Why Virtualization (Still) Matters
The global specialist in energy management
in Smart Metering Solutions
Lessons learned and proposals Sylvain Desbureaux, Morgan Richomme
Winifred Mulindwa Director, District Statistics & Capacity Development
Green Software Engineering Prof
VoLTE remaining requirements Auto & manual Scaling
Tomi Juvonen SW Architect, Nokia
Beijing S3P test strategy Eric Debeau, Sylvain Desbureaux, Morgan Richomme December 12, 2017.
Standards for success in city IT and construction projects
Climate Change and Official Statistics
OPNFV Arno Installation & Validation Walk-Through
Cloud Computing Dr. Sharad Saxena.

PRESENTATION TO SCOPA ON REVENUE SOURCES/ESKOM ACCOUNT – NALEDI LOCAL MUNICIPALITY (NW 392) 13 JUNE 2018.
Silvana Predebon , Environmental Policy Officer
Energy efficiency The big picture
“Smart City: Future Perspectives”
Smart Cities Uroš Merljak.
Regional Energy Consumption Statistics
Catalyst Pitchback Energy Efficiency as a Service
Cloud Analytics for Microsoft Azure
What-If Testing Framework
Funded by the European Union
ISMB – Smart Energy activities
Technical Capabilities
Hackfest April 2017 Orange labs. Paris
Web Mining Department of Computer Science and Engg.
IoT, Tekoäly ja wearables
Internet of Things (IoT) for Industrial Development and Automation
Towards a Work Programme for the Common Implementation Strategy for the Water Framework Directive (2000/60/EC) Water Directors Meeting 28 November.
[New HIS on ICTs and Climate Change]
Promotion performance matters more than ever
Eurostat working group on rail, 7th November 2013, Luxembourg
The Intelligent Enterprise and SAP Business One
Common NFVI Telco Taskforce Paris Face-To-Face Sessions Compliance & Verification Heather, Kirksey LFN Rabi Abdel, Vodafone Group; July 2019.
Presentation transcript:

Energy Audit aaS with OPNFV B.Hérard, Orange M.Richomme, Orange

Power efficency is a key driver for Telco industry

Note that studies showed that virtualization could lead to an increase of power consumption and is still a matter of debate

Today, the Orange ITN (Information Technologies & Networks) factory is made up of around 100,000 mobile access points, dozens of data centres, and service platforms. Together, they generate 75% of the Group’s total CO2 emissions and account for 80% of its energy consumption. The potential for improvements is huge. 500 GWh. That’s how much energy Orange’s data centres consume in a year. The average annual consumption of 75,000 French households. That figure is not alarming in itself. Yet. But it will increase in years to come as pressure from data usage grows. More than ever, the “greening” of data centres is a strategic issue. Orange has committed to reduce its greenhouse gas emissions by 20% between 2006 and 2020. This is a real challenge within the context of rapidly growing usage and the relentless increase in data traffic. Src: https://www.orange.com/en/Commitments/Responsibility/Environment/Folder/Climate-change/Folder/Orange-and-the-COP/Folder/Green-ITN https://www.orange.com/en/Commitments/Responsibility/Environment/Folder/Climate-change/Folder/Orange-and-the-COP/Folder/Data-centres

Energy Efficiency is a key driver…. However it is poorly covered by Open Source communities…

Energy Audit aaS in OPNFV Collect: get real time Power consumption of Pharos PODs (all the nodes) Corelate: leverage determinist CI runs to establish Energy profiles Optimize: implement policy or placement rules to optimize power consumption

Power collection IPMI Redfish Src: tests done in Orange Labs on DELL server, to be confirmed on other servers

Power collection Build the collector Install it on your jumphost Need access to IPMI/Redfish Need Internet access to push measures to InfluxDB

Pull Down Functest Image Pull Down Yardstick Image Docker Hub Docker Hub During CI Run Instructions trigger Energy measurement Push result to Influx DB Pull Down Functest Image Pull Down Yardstick Image Energy API Functest Yardstick Pharos POD (SUT) Collector

Python Power consumption SDK Indicate (using decorators) the cases you want to monitor You can precise start/stop or intermediate events (e.g. onap deployed) @energy.enable_recording def run(self): Energy.energy.step("step1") self.do_some_stuff1() Energy.energy.step("step2") self.do_some_stuff2() @energy.enable_recording def run(self): self.do_some_stuff1() self.do_some_stuff2()

Vizualization

Vizualization

Next steps Opportunity for a dedicated « Energy » project? (initial work triggered during the Plugfest in Paris + bootstrap with Functest) https://wiki.opnfv.org/display/testing/Power+consumption+monitoring Understand the different phases, and use the event API to visualize steps Get Data, get data, get data ….need data to validate test/VNF profiling => sync with Bamboo

Next steps Statistics & big Data…. https://git.opnfv.org/qtip/tree/contrib/TOM Link with Bamboo (OPNFV implementation of PNDA) Src: post processing on yardstick results done by Alassane Samba (PHD student in Orange)

Conclusions Power consumption monitoring initiated with an end to end prototype up&running Exciting but still challenging (not sure the profiles we are collecting will be consistent/acurate)…empiric way… New area for POD optimization study (inputs for watcher?) contact benoit.herard AT orange.com

谢谢 - Thank you - Merci