首页 > 其他 > 详细

在openstack环境中安装rackspace private cloud --6 Deployment rpc

时间:2015-10-21 12:17:42      阅读:276      评论:0      收藏:0      [点我收藏+]

 

运行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

在openstack环境中安装rackspace private cloud --6 Deployment rpc

原文:http://www.cnblogs.com/allcloud/p/4897175.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!