zoukankan      html  css  js  c++  java
  • 中安装rackspace private cloud --6 Deployment rpc

    运行ansible playbook安装之前的准备工作:

    • Perform deployment host initial setup
    • Build containers on target hosts
    • Restart containers on target hosts
    • Install common components into containers on target hosts
    cd /opt/openstack-ansible/playbooks
    
    Run the host setup playbook,
    
    $ sudo openstack-ansible setup-hosts.yml

    If using HAProxy, run the playbook to deploy it:

    $ openstack-ansible haproxy-install.yml
    • Install Memcached

    • Install Galera

    • Install RabbitMQ

    • Install Rsyslog

    • Install Elasticsearch

    • Install Logstash

    • Install Kibana

    • Install Elasticsearch command-line utilities

    • Configure Rsyslog

    Running the infrastructure playbook

    1. Run the infrastructure setup playbook,

      cd /opt/openstack-ansible/playbooks $ openstack-ansible setup-infrastructure.yml

    • Install common components

    • Create utility container that provides utilities to interact with services in other containers

    • Install Identity (keystone)

    • Generate service IDs for all services

    • Install the Image service (glance)

    • Install Orchestration (heat)

    • Install Compute (nova)

    • Install Networking (neutron)

    • Install Block Storage (cinder)

    • Install Dashboard (horizon)

    • Reconfigure Rsyslog

    $ openstack-ansible setup-openstack.yml
  • 相关阅读:
    js静态成员和实例成员
    js构造函数
    js创建对象
    js演示面向对象
    JavaScript特点
    像素鸟游戏
    图片瀑布流
    微信聊天模拟
    飞机游戏动画特效
    SpringBoot 核心理论
  • 原文地址:https://www.cnblogs.com/allcloud/p/4897175.html
Copyright © 2011-2022 走看看