Single Vendor Project in OpenStack
1.astara:
ptl:
name: Ryan Petrello
irc: ryanpetrello
email: ryan.petrello@dreamhost.com
irc-channel: astara
mission: >
To provide an integrated network service orchestration (routing, firewall,
load balancing, vpn) for connecting and security multi-tenant OpenStack
environments.
url: https://wiki.openstack.org/wiki/Astara 2.cloudkitty:
ptl:
name: Stephane Albert
irc: sheeprine
email: sheeprine-ml@nullplace.com
irc-channel: cloudkitty
service: Rating service
mission: >
CloudKitty is a rating component for OpenStack. Its goal is to process data
from different metric backends and implement rating rule creation. Its role
is to fit in-between the raw metrics from OpenStack and the billing system
of a provider for chargeback purposes.
url: https://wiki.openstack.org/wiki/CloudKitty 3.ec2-api:
ptl:
name: Alexandre Levine
irc: alexandrelevine
email: alexandrelevine@gmail.com
irc-channel: openstack-ec2api
service: EC2 API compatibility layer for OpenStack
mission: >
To provide an EC2-compatible API for accessing OpenStack features.
url: https://wiki.openstack.org/wiki/EC2API 4.fuel:
ptl:
name: Vladimir Kozhukalov
irc: kozhukalov
email: vkozhukalov@mirantis.com
irc-channel: fuel
service: Deployment service
mission: >
To streamline and accelerate the process of deploying, testing and
maintaining various configurations of OpenStack at scale.
url: https://wiki.openstack.org/wiki/Fuel 5.murano:
ptl:
name: Kirill Zaitsev
irc: kzaitsev_mb
email: kzaitsev@mirantis.com
irc-channel: murano
service: Application Catalog service
mission: >
To provide an application catalog service so that users can compose and
deploy composite environments on an application abstraction level
while managing the application lifecycle.
url: https://wiki.openstack.org/wiki/Murano 6.OpenStack Charms:
ptl:
name: James Page
irc: jamespage
email: james.page@ubuntu.com
service: Juju Charms for deployment of OpenStack
mission: >
Develop and maintain Juju Charms for deploying and managing
OpenStack services.
url: http://docs.openstack.org/developer/charm-guide 7.OpenStackSalt:
ptl:
name: Ales Komarek
irc: cznewt
email: ales.komarek@tcpcloud.eu
service: SaltStack formulas for OpenStack deployment
irc-channel: openstack-salt
mission: >
This project provides scalable and reliable SaltStack
based IT automation for installing and operating
OpenStack deployments.
url: https://wiki.openstack.org/wiki/OpenStackSalt 8.rally:
ptl:
name: Boris Pavlovic
irc: boris-42
email: bpavlovic@mirantis.com
irc-channel: openstack-rally
service: Benchmark service
mission: >
To provide a framework for performance analysis and benchmarking of
individual OpenStack components as well as full production OpenStack
cloud deployments.
url: https://wiki.openstack.org/wiki/Rally 9.solum:
ptl:
name: Devdatta Kulkarni
irc: devkulkarni
email: devdatta.kulkarni@rackspace.com
irc-channel: solum
service: Software Development Lifecycle Automation service
mission: >
To make cloud services easier to consume and integrate with your
application development process by automating the source-to-image
process, and simplifying app-centric deployment.
url: https://wiki.openstack.org/wiki/Solum 10.vitrage:
ptl:
name: Ifat Afek
irc: ifat_afek
email: ifat.afek@nokia.com
irc-channel: openstack-vitrage
service: RCA (Root Cause Analysis) service
mission: >
To organize, analyze and visualize OpenStack alarms & events, yield
insights regarding the root cause of problems and deduce their existence
before they are directly detected.
url: https://wiki.openstack.org/wiki/Vitrage 11.winstackers:
ptl:
name: Claudiu Belu
irc: claudiub
email: cbelu@cloudbasesolutions.com
irc-channel: openstack-hyper-v
mission: >
To facilitate the integration of Hyper-V, Windows and related components
into OpenStack. This includes producing projects containing Hyper-V /
Windows related code, commonly used in OpenStack scenarios.
url: https://wiki.openstack.org/wiki/Os-win
Single Vendor Project in OpenStack的更多相关文章
- openstack(liberty):部署实验平台(二,简单版本软件安装 part1)
软件安装过程中,考虑到现在是一个实验环境,且也考虑到规模不大,还有,网络压力不会大,出于简单考虑,将各个节点的拓扑结构改了一下,主要体现在网络节点和控制节点并在了一起.在一个服务器上安装! 到目前位置 ...
- CentOS7安装OpenStack(Rocky版)-02.安装Keyston认证服务组件(控制节点)
本文分享openstack的认证服务组件keystone --------------- 完美的分割线 ---------------- 2.0.keystone认证服务 1)用户与认证:用户权限与用 ...
- Octavia 的实现与分析(OpenStack Rocky)
目录 文章目录 目录 Octavia 基本对象概念 基本使用流程 软件架构 服务进程清单 代码结构 loadbalancer 创建流程分析 network_tasks.AllocateVIP netw ...
- Octavia 项目加速 OpenStack LBaaS 落地大规模应用场景
目录 文章目录 目录 OpenStack LBaaS Octavia 软件架构 网络架构 操作对象基本概念 功能实现基本概念 Ocatvia Daemon 列表 部署 Ocatvia 手动方式集成 O ...
- openstack高可用集群21-生产环境高可用openstack集群部署记录
第一篇 集群概述 keepalived + haproxy +Rabbitmq集群+MariaDB Galera高可用集群 部署openstack时使用单个控制节点是非常危险的,这样就意味着单个节 ...
- OpenStack Mitaka安装
http://egon09.blog.51cto.com/9161406/1839667 前言: openstack的部署非常简单,简单的前提建立在扎实的理论功底,本人一直觉得,玩技术一定是理论指导实 ...
- 3.openstack之mitaka搭建keystone认证服务
认证服务keystone部署 一:安装和配置服务 1.建库建用户 mysql -u root -p CREATE DATABASE keystone; GRANT ALL PRIVILEGES ON ...
- openstack命令
整理了Openstack命令: openstack aggregate add host openstack aggregate createopenstack aggregate deleteope ...
- openstack手动玩转
<一,preface Important Project Network> openstack or all most cloud env Network desgine is so m ...
随机推荐
- Discrete cosine transform(离散余弦转换)
A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of co ...
- Max Sum(动态规划)
原创 http://acm.hdu.edu.cn/showproblem.php?pid=1003 题目要求求出一个序列里面的最大序列和,序列要求是连续的,给出最大序列和,序列首元素下标和尾元素下标, ...
- 迷宫救人——DFS小题
原创 题目大意:人质被困在迷宫之中,要求你寻找一条最短路径快速找到人质. 如图,人质在黄色点2处,营救者在起点红色处,1表示无法通过的障碍点,寻找一条最短路径快速找到人质. 毫无疑问用DFS,遍历4个 ...
- MongoDB整理笔记の索引
MongoDB 提供了多样性的索引支持,索引信息被保存在system.indexes 中,且默认总是为_id创建索引,它的索引使用基本和MySQL 等关系型数据库一样.其实可以这样说说,索引是凌驾于数 ...
- OkHttp3的简单使用(二)
OkHttp3的简单封装 public class OkHttpUtil { public static final String TAG="OkHttpUtil"; privat ...
- AES加密 AESCrypt 类
/// <summary> /// AES加密 /// </summary> public sealed class AESCrypt { /// <summary> ...
- .net在线HTML编辑器
//在线网页编辑器, <script> var editor2 = new baidu.editor.ui.Editor({//实例化编辑器 initialContent: '', min ...
- C# LINQ(8)
回顾之前的代码都是LINQ自行推断类型.其实LINQ在查询的结束是可以动态创建类型. , , , , , , , , , , }; var list = from num in intArray &a ...
- vi—终端中的编辑器
*:first-child { margin-top: 0 !important; } .markdown-body>*:last-child { margin-bottom: 0 !impor ...
- window.open()弹出窗口被拦截
之前有个需求是输入一些配置,然后点击预览,通过接口保存配置并返回预览页面链接,在新页面中打开链接.后来测试一直说没有新页面打开,我一看,原来是被浏览器拦截了. 原因如下: 浏览器只有在认为click和 ...