openStack juno for ubuntu12-04

本文涉及的产品
RDS MySQL Serverless 基础系列,0.5-2RCU 50GB
云数据库 RDS MySQL,集群系列 2核4GB
推荐场景:
搭建个人博客
RDS MySQL Serverless 高可用系列,价值2615元额度,1个月
简介: 1,pwgen(openssl rand -hex 10) some Open-Stack services add a root wrapper to sudo that can interfere with security policies  (Mirantis openStack Ce...

<一,preinstall basic conf,pre Env>

1,pwgen(openssl rand -hex 10)

some Open-
Stack services add a root wrapper to sudo that can interfere with security policies  (Mirantis openStack Certification涉及)

2,apt-get update && apt-get intall ntp;

3,OpenStack juno apt repo packages for ubuntuServer14.04

apt-get install ubuntu-cloud-keyring
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
"trusty-updates/juno main" > /etc/apt/sources.list.d/cloudarchive-juno.list

apt-get update && apt-get dist-upgrade

http://ubuntu-cloud.archive.canonical.com/ubuntu/

4,MySQL DB (Python MySQL library compatible with MariaDB)

 apt-get install mariadb-server python-mysqldb

conf

/etc/mysql/my.conf

5,Message queue server

OpenStack uses a message broker to coordinate operations and status information among
services.

apt-get install rabbitmq-server

rabbitmqctl change_password guest RABBIT_PASS

configure the rabbit_password key in the configuration file for each
OpenStack service that uses the message broker

finalize basic conf,installation,now you are ready to install OpenStack services!

<二,openStack Core components ins>

1,identity service(keystone)

[Ins cmd]

  apt-get install keystone python-keystoneclient

[Conf]

  

rely,depend on Packages(visible only RHEL derives OS)

 

相关实践学习
如何快速连接云数据库RDS MySQL
本场景介绍如何通过阿里云数据管理服务DMS快速连接云数据库RDS MySQL,然后进行数据表的CRUD操作。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助 &nbsp; &nbsp; 相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
目录
相关文章
|
7月前
|
Ubuntu Linux 网络安全
准备搞OpenStack了,先装一台最新的Ubuntu 23.10
准备搞OpenStack了,先装一台最新的Ubuntu 23.10
|
7月前
|
存储 Ubuntu KVM
Ubuntu部署OpenStack踩坑指南:还要看系统版本?
Ubuntu部署OpenStack踩坑指南:还要看系统版本?
Ubuntu部署OpenStack踩坑指南:还要看系统版本?
|
Ubuntu 安全 网络协议
Ubuntu系统上双节点部署OpenStack(二)
Ubuntu系统上双节点部署OpenStack(二)
424 0
|
Ubuntu 安全 网络协议
Ubuntu系统上双节点部署OpenStack(一)
Ubuntu系统上双节点部署OpenStack(一)
686 0
|
Ubuntu 网络协议 开发工具
Ubuntu系统上All-in-one部署OpenStack
Ubuntu系统上All-in-one部署OpenStack
623 0
|
Ubuntu 开发工具 git
Ubuntu系统上All-in-one部署OpenStack
虚拟机软件:VMware Workstaion12 操作系统:Ubuntu14.04 1、修改Ubuntu14.04的apt源为国内的阿里源: cp /etc/apt/sources.list /etc/apt/sources.
3346 1
|
虚拟化 KVM 机器学习/深度学习