1. Murano Project Mission

  From the third-party tool developer’s perspective,

  the application catalog will provide a way to publish applications and services,

  including deployment rules and requirements, suggested configuration, output parameters and billing rules.

  It will also provide a way to track billing and usage information.

  From the user’s perspective, the application catalog will be a place to find and self-provision third-party applications and services,

  integrate them into their environment, and track usage information and costs.

2.Modules in Murano

                <------->Deployments

Session<------->Environment

                <------->Applications<------->Packages<------->Packages Classification<------->Packages.zip

(1) Environment

   At first, If we want to deploy an application, we need an environment as  a container for application.

  In fact, we can only deploy an environment, not an application.

  We can find murano environments in this place: Horizon->Murano->Application Catalog->Environments

  Input Environment Name to create an murano environments.

(2)Mirror Images

  We need to mark images from glance, because it is necessary to choose image when deploying an environment.

(3)Packages Setup

  we can setup packages into murano environment by local files, URL and repository like below.

(4)Packages Classification

  Also we can classify package application as below by adding categories or deleting.

(5)Add application to environment

  drag applications to environment and it is ready for deployment.

3. Murano Service Architecture

  The snapshot is about the murano service file catalog.

  (1) cmd provide the interface for external system. For example, Murano Rest API.

    Murano Rest API is developed by Eventlet.wsgi, and also Webob library provide an encapsulation of Request and Response.

    Murano engine provide rpc service for inner system.

    cmd is the entry for Murano Service launch like other OpenStack project.

  (2) api provide the Rest API route in the router.py.

    It obviously provide the function like GET,PUT,POST and DELETE.

    The interfaces implemented as follows and so on:

      a. environment create, delete, rename, show single one or list.

      b. sessions show, configure, delete and deploy.

      c. package create, delete, import, download, show single one or list.

      d. category create, delete, show single one or list.

  (3) common provide base classes and services for Murano Service.

    Also it include some helps, consts and exception defination.

  (4) db provide database models and implementation of database operation.

    For example, Add, Modify, Delete and Query.

    Murano use Alembic library to migrate dabase upgrade or downgrade.

    The Alembic script include database table alter or data change.

  (5) dsl means Domain Specify Language.

    This directory include these functions like that

    Murano package resolver and Murano yaql resolver.

  (6) engine is the core of Murano.

    it makes a maintenance of Murano environment,

    and makes an client manager with heat, keystone, mistral and so on.

  (7) openstack will be removed in current master verison.

    This directory is unused now.

  (8) packages include the solutiuon of Murano PL package and HOT package.

    This module is in charge of validate and analyze the Murano PL package and HOT package.

  (9) tests include the unit test, funcitonal test.

  It is almost Code Architecture Introducation about Murano.

Murano Service Architecture Introducation的更多相关文章

  1. 微服务(Micro Service Architecture)浅析

    最近一段时间,微服务的概念很火,可能是跟Docker技术的快速发展和壮大有一定的关系,同时借助于Uber.Netflix.Groupon等公司的实践.宣传和推广,使得MSA渐渐地成为企业或者架构师讨论 ...

  2. SSRS2:Reporting Service 配置Service Account

    1,Service Account SSRS以一个Service方式实现,有三部分组成:Web Service,Report Manager和一个后台的进程,这个Service运行的账号就是Servi ...

  3. Neutron LBaaS Service(1)—— Neutron LBaaS Service基本知识

    在OpenStack Grizzly版本中,Quantum组件引入了一个新的网络服务:LoadBalancer(LBaaS),服务的架构遵从Service Insertion框架.LoadBalanc ...

  4. Murano Weekly Meeting 2015.10.20

    Meeting time: 2015.October.20th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting sum ...

  5. 5、IMS网元

    1.会话管理和路由类(call session control function,呼叫会话控制功能) (1)代理呼叫会话控制功能P-CSCF 是IMS中与用户的第一个连接点,提供”代理(proxy)“ ...

  6. Atitit jsr规范化分类 attilax总结

    Atitit jsr规范化分类 attilax总结 按照技术类别可以分成以下几类:1.Java EE (39 JSRs) --- J2EE平台规范 2.Java SE (42 JSRs) --- J2 ...

  7. Atitit jsr规范有多少个  407个。Jsr规范大全

    Atitit jsr规范有多少个  407个.Jsr规范大全 1.1. JCP维护职能是发展和更新.1 1.2. Java技术规范.参考实现(RI).技术兼容包(TCK)1 1.3. JCP维护的规范 ...

  8. Adding Swagger to Web API project

    Adding Swagger to Web API project. All source code for this series can be found here. When you creat ...

  9. 微软职位内部推荐-Sr SDE-MODC-Beijing

    微软近期Open的职位: JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIM ...

随机推荐

  1. 《Head First Servlets & JSP》-2-概述

    什么是容器 Servlet没有main()方法,他们受控于另一个Java应用,这个java应用称为容器(Container). Web服务器应用(如Apache)得到一个指向Servlet的请求(如何 ...

  2. TestNG入门

    在Eclipse中安装TestNG 打开Eclipse   Help ->Install New Software ,   然后Add   "http://beust.com/ecli ...

  3. 【C#】记录程序耗时方法

    最近写了一个读txt题库然后导入数据库的控制台应用,查看存入数据库耗时 在C#中使用 Stopwatch  命名空间: System.Diagnostics: 使用方法:   System.Diagn ...

  4. Missing artifact com.oracle:ojdbc14:jar:10.2.0.4.0.jar的问题

    今天往STS工具中导入一个maven项目,导入后发现pom.xml文件的<dependency>处报错:Missing artifact com.oracle:ojdbc14:jar:10 ...

  5. MyBatis的使用步骤及配置

    1.导入mybatis的jar包:mybatis-x.x.x.jar 2.使用XML配置mybatis,创建SqlSessionFactory XML配置文件的名称通常为mybatis-config. ...

  6. 3、OpenCV Python 色彩空间

    __author__ = "WSX" import cv2 as cv import numpy as np def color_space( img ): gray_img = ...

  7. U19464 山村游历(Wander) LCT维护子树大小

    \(\color{#0066ff}{ 题目描述 }\) 在一个偏远的小镇上,有一些落后的山村.山村之间通过一些道路来连接.当然有的山村可能不连通. 一年当中会发生很多大事,比如说有人提议要在山村\(i ...

  8. 快速找出故障机器(single number)

    简单起见,假设每个机器存储一个标号为ID的记录(ID是小于十亿的整数),假设每份数据都保存两个备份,这样就有两个机器储存了同样的数据. 1.在某个时间,如果得到一个数据文件ID的列表,是否能够快速地找 ...

  9. 使用Tensorflow object detection API——环境搭建与测试

    [软件环境搭建] 操作系统:windows 10 64位 内存:8G CPU:I7-6700 Tensorflow: 1.4 Python:3.5 Anaconda3 (64-bit) 以上环境搭建请 ...

  10. kuangbin专题十六 KMP&&扩展KMP POJ2406 Power Strings

    Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc&quo ...