openStack Use Orchestration module(heat) create and manage cloud resources

The Orchestration module(heat) uses a heat orchestration template(HOT)to create and manage cloud resources;

The Orchestration module provides a template-based orchestration for description a cloud application,generrate running cloud applications;

the software integrates other core components of OpenStack into a one-file template system;
The template allow you to create most OpenStack resource types,such as instances,floating IPs,volumes,secuurity groups and users.It also provides advanced functionality,such as instance high availability,instance auuto-scaling,and nested stacks,This enables OpenStack core projects to receives a large user base;

The service enables deployers to integrate with the Orchestration module directly or through custom plug-ins;

verity operation of The Orchestration module

The Orchestration module uses templates to description stacks;

时间: 2024-10-16 23:20:00

openStack Use Orchestration module(heat) create and manage cloud resources的相关文章

Openstack组件部署 — Keystone Install & Create service entity and API endpoints

目录 目录 前文列表 Install and configure Prerequisites 先决条件 Create the database for identity service 生成一个随机数 Install and configure components Configure the Apache HTTP server Create the service entity and API endpoints Prerequisites 先决条件 Create the service e

[OpenStack]Deploy WordPress Using Heat

This is the HOT for WordPess deployment on top of OpenStack environment. heat_template_version: 2014-09-06 description: > Heat Docker template using software deployments. parameters: key_name: type: string description : Name of a KeyPair to enable SS

centos7部署openstack-ocata

1.前言 本文旨在记录本人的一个实验过程,因为其中有一些坑,方便以后回顾查询. 其中限于篇幅(大部分是配置部分)有些内容省略掉了,官网都有,各位如果是安装部署的话可以参考官网,不建议使用本文. 以下是ocata版本官网链接 https://docs.openstack.org/ocata/zh_CN/install-guide-rdo/common/conventions.html 2.环境 在centOS 7中部署Openstack,按照官网只需要控制节点和计算节点,网络节点安装和控制节点安装

Tagging Physical Resources in a Cloud Computing Environment

A cloud system may create physical resource tags to store relationships between cloud computing offerings, such as computing service offerings, storage offerings, and network offerings, and the specific physical resources in the cloud computing envir

openstack安装配置—— orchestration安装配置

    如果一次需要启动10个实例,手动一个一个的去套模版启动,相信也行太low了吧,openstack官方也为运维人员准备了强大的利器,那就是任务编排orchestration服务模块了,当然如果要想用好这一工具来帮我解决低级趣味的任务编排,还需要我们专业去学习一下heat模版语法了,在这里我只是带大家简单实现一下通过任务编排模版自动创建并启动一个实例,具体语法规则不这里不详细陈述. controller节点安装配置 准备数据库 [[email protected] ~]# mysql Wel

【译】OpenStack Heat基础介绍

原文:http://blog.scottlowe.org/2014/05/01/an-introduction-to-openstack-heat/ 本文将简要地介绍OpenStack Heat. Heat项目提供协作服务,允许我们可以自动地创建多个计算实例,逻辑网络,以及对其他的云服务的操作.请注意,这只是一个简要介绍—我不是Heat的专家,我只是想要分享一些基本信息以便读者可以更快的使用Heat. 为了在以下的具体的例子中不至于产生困扰,我们先从术语开始. Stack(栈): 在Heat领域

Manage and Create Invoices

Click 'Navigator' button, and select 'Invoices' under 'Payables', we can create and manage invoices. Before we create a new invoice, we need to know some related basic knowledge for invoice. Invoice Type: If we choose 'Standard',it means an invoice f

OpenStack若干概念

近期在部署OpenStack时涉及到各个服务之间的诸多概念,这里简要记录其中的一些作为备忘. 服务(service) 在OpenStack中,一个服务有若干端点,用户通过端点访问服务并使用服务提供的功能: 计算服务(Compute Service)—— Nova 网络服务(Networking Service)——Neutron 身份服务(Identity Service)——Keystone 镜像服务(Image Service)——Glance 界面服务(Dashboard)——Horizo

Openstack REST API

There are some high quality resources that already cover the OpenStack API, so this is a YEA (yet another example) post. See the resources section below for some helpful links. OpenStack APIs provide access to all OpenStack components, such as nova (