天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 計算機論文 >

面向軟件定義數(shù)據(jù)中心的資源管理系統(tǒng)設計與實現(xiàn)

發(fā)布時間:2019-05-08 03:49
【摘要】:隨著云計算數(shù)據(jù)中心的發(fā)展,軟件定義網(wǎng)絡(Software Defined Networks,SDN)及虛擬化技術(shù)越來越多地應用到數(shù)據(jù)中心。作為當前使用最廣泛的開源虛擬化技術(shù),OpenStack允許用戶部署私有云計算設施。SDN所具有的控制與轉(zhuǎn)發(fā)相分離的架構(gòu)也使其天然地適用于數(shù)據(jù)中心網(wǎng)絡環(huán)境。在當前的SDN控制器中,Ryu控制器具有輕量級、高效率、模塊化等特點,目前已成為SDN內(nèi)常用的控制器之一。然而由于軟件定義數(shù)據(jù)中心所需的網(wǎng)絡功能種類繁多,當使用Ryu作為軟件定義數(shù)據(jù)中心的控制器時,需要在其上開發(fā)相應的管控功能模塊。一方面功能模塊的增加使得控制器本身模塊的管理變得更加復雜,另一方面Ryu缺乏直觀的交互平臺,OpenStack雖然提供了交互界面,但無法滿足與Ryu的融合需求,因此實現(xiàn)軟件定義數(shù)據(jù)中心的統(tǒng)一控制與調(diào)度系統(tǒng)具有一定的應用與研究價值。本論文通過對軟件定義數(shù)據(jù)中心需求的分析,設計并實現(xiàn)了軟件定義數(shù)據(jù)中心的管理系統(tǒng),解決了軟件定義數(shù)據(jù)中心計算層與網(wǎng)絡層缺乏統(tǒng)一有效管理的問題。具體研究內(nèi)容如下:(1)對軟件定義數(shù)據(jù)中心資源管控的需求進行了分析,基于Node.js的Express框架設計了 SDMS (Software Defined Management System,軟件定義管理系統(tǒng))管理系統(tǒng),該系統(tǒng)在MVC設計模式的基礎上進行了拓展,設計了包含數(shù)據(jù)處理模塊、前端通信模塊和核心調(diào)度模塊的軟件結(jié)構(gòu)。利用REST和消息隊列設計并實現(xiàn)了 SDMS系統(tǒng)與SDN的控制層以及Web前端的通信機制。使用Mongoose模塊對MongoDB的數(shù)據(jù)集合進行了設計。(2)設計并實現(xiàn)了 SDMS管理系統(tǒng)的業(yè)務功能。SDMS管理系統(tǒng)主要功能模塊包括數(shù)據(jù)中心資源管理、日志系統(tǒng)、設備監(jiān)控、用戶認證以及OpenStack集成。其中數(shù)據(jù)中心資源管理、日志系統(tǒng)和設備監(jiān)控三個功能模塊的數(shù)據(jù)由管理系統(tǒng)或Ryu控制器采集,前端通過異步的方法調(diào)用上述數(shù)據(jù)并在Web頁面上進行渲染。用戶認證主要分為Web頁面和接口認證,分別通過cookie和token對訪問權(quán)限進行控制,同時與OpenStack的Keystone模塊保持身份數(shù)據(jù)的一致。OpenStack集成模塊通過代理的方式對Horizon模塊進行了集成調(diào)度,使管理系統(tǒng)的用戶能夠訪問Dashboard交互界面。最后,在軟件定義數(shù)據(jù)中心實驗平臺上進行了管理系統(tǒng)的搭建,對各個功能的實現(xiàn)進行了驗證,并進行了性能測試。結(jié)果表明系統(tǒng)能夠滿足目前數(shù)據(jù)中心的功能需求,并且管理系統(tǒng)能夠在較高的負載下保持平穩(wěn)運行。
[Abstract]:With the development of cloud computing data center, software-defined network (Software Defined Networks,SDN) and virtualization technology are more and more applied to data center. As the most widely used open source virtualization technology, OpenStack allows users to deploy private cloud computing facilities. In the current SDN controller, the Ryu controller has the characteristics of lightweight, high efficiency, modularization and so on. It has become one of the commonly used controllers in SDN at present. However, due to the variety of network functions required by software-defined data center, when Ryu is used as the controller of software-defined data center, it is necessary to develop the corresponding control and control function module on it. On the one hand, the addition of functional modules makes the management of controller modules more complex, on the other hand, Ryu lacks an intuitive interactive platform. Although OpenStack provides an interactive interface, it can not meet the needs of integration with Ryu. Therefore, the realization of the unified control and scheduling system of software-defined data center has certain application and research value. By analyzing the requirements of the software-defined data center, this paper designs and implements the management system of the software-defined data center, which solves the problem of the lack of unified and effective management between the computing layer and the network layer of the software-defined data center. The specific research contents are as follows: (1) the requirements of resource control in software-defined data center are analyzed, and the management system of SDMS (Software Defined Management System, software definition management system is designed based on Express framework of Node.js. The system is expanded on the basis of MVC design pattern, and the software structure including data processing module, front-end communication module and core scheduling module is designed. The communication mechanism between SDMS system and SDN and the front end of Web is designed and implemented by using REST and message queue. The Mongoose module is used to design the data set of MongoDB. (2) the business function of SDMS management system is designed and realized. The main function modules of SDMS management system include data center resource management, log system and equipment monitoring. User authentication and OpenStack integration. The data of the data center resource management, log system and device monitoring module are collected by the management system or Ryu controller. The front end invokes the above data through asynchronous method and renders on the Web page. User authentication is divided into Web page and interface authentication, which control access rights through cookie and token respectively, and keep identity data consistent with Keystone module of OpenStack. OpenStack integration module performs integration scheduling of Horizon module through proxy. Enables users of the management system to access the Dashboard interface. Finally, the management system is built on the experimental platform of software defined data center, the realization of each function is verified, and the performance test is carried out. The results show that the system can meet the functional requirements of the current data center, and the management system can keep running smoothly under high load.
【學位授予單位】:西南交通大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP311.52;TP308

【參考文獻】

相關期刊論文 前3條

1 李晨;陳俏鋼;李鳳凱;吳波;;SDN的網(wǎng)絡模型及北向接口[J];中興通訊技術(shù);2016年06期

2 劉亮;霍劍青;郭玉剛;袁泉;王曉蒲;;基于MVC的通用型模式的設計與實現(xiàn)[J];中國科學技術(shù)大學學報;2010年06期

3 程妍,盧澤新,馮艷玲;SNMPv1、SNMPv2c和SNMPv3協(xié)議結(jié)構(gòu)的分析與比較[J];現(xiàn)代計算機(專業(yè)版);2004年02期

相關碩士學位論文 前3條

1 張詠悅;SDN網(wǎng)絡管理系統(tǒng)的設計與實現(xiàn)[D];北京郵電大學;2015年

2 張杰;基于SNMP的網(wǎng)絡管理系統(tǒng)的研究與實現(xiàn)[D];東華大學;2008年

3 舒暢;基于SNMP協(xié)議的網(wǎng)絡管理系統(tǒng)設計[D];武漢理工大學;2007年

,

本文編號:2471596

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2471596.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶11c30***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
黑丝袜美女老师的小逼逼| 日本理论片午夜在线观看| 日本午夜福利视频免费观看| 在线观看免费视频你懂的| 日韩欧美一区二区黄色| 成人国产激情在线视频| 91香蕉视频精品在线看| 黑色丝袜脚足国产一区二区| 日韩在线精品视频观看| 大香蕉久久精品一区二区字幕| 可以在线看的欧美黄片| 亚洲伊人久久精品国产| 中文字幕乱子论一区二区三区| 亚洲精品偷拍视频免费观看| 98精品永久免费视频| 亚洲第一区二区三区女厕偷拍| 日韩人妻免费视频一专区| 久热久热精品视频在线观看| 欧美成人一区二区三区在线| 不卡一区二区在线视频| 国产中文字幕一区二区| 日本最新不卡免费一区二区| 中文字幕人妻综合一区二区| 国产性情片一区二区三区| 老司机精品福利视频在线播放| 一区二区日本一区二区欧美| 一区二区三区免费公开| 国产亚洲欧美自拍中文自拍| 五月婷婷六月丁香狠狠| 欧美黑人黄色一区二区| 91亚洲国产日韩在线| 色哟哟哟在线观看视频| 国产亚洲欧美日韩精品一区| 久久精品国产亚洲av久按摩| 国产成人国产精品国产三级| 国内自拍偷拍福利视频| 日韩18一区二区三区| 九九热九九热九九热九九热| 精品久久久一区二区三| 欧美熟妇一区二区在线| 久久精品国产在热亚洲|