Steward_Xu

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年2月15日

摘要: LANG=C;export LANG; service irqbalance stop >/dev/null 2>&1;chkconfig irqbalance off; bondslist=$(ip -o link |awk '{print $2}'|grep bond |sed 's/\://g 阅读全文
posted @ 2019-02-15 17:38 Steward_Xu 阅读(200) 评论(0) 推荐(0) 编辑

2018年6月8日

摘要: 1、neutron更改及mysql数据库更改网卡及ip: neutron port-update ae22c84b-22a9-4618-b046-1eb61379bcea --allowed-address-pairs type=dict list=true ip_address=172.20.59 阅读全文
posted @ 2018-06-08 10:03 Steward_Xu 阅读(995) 评论(0) 推荐(0) 编辑

2018年4月11日

摘要: 一、环境部署: 1、安装源准备并安装 说明:基础源与epel源。 rpm -ivh http://download.Fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum -y install cobbler cobbl 阅读全文
posted @ 2018-04-11 16:49 Steward_Xu 阅读(298) 评论(0) 推荐(0) 编辑

2018年3月19日

摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2018/1/22 23:18 # @Author : xuxuedong # @Site : # @File : sys.py # @Software: PyCharm import o 阅读全文
posted @ 2018-03-19 17:08 Steward_Xu 阅读(1978) 评论(0) 推荐(0) 编辑

摘要: 一、dashboard 1、安装dashboard及配置 [root@linux-node1 ~]# yum install openstack-dashboard -y #可以装任何地方只要能连接 [root@linux-node1 ~]# grep -n "^[a-Z]" /etc/openst 阅读全文
posted @ 2018-03-19 09:30 Steward_Xu 阅读(213) 评论(0) 推荐(0) 编辑

2018年3月12日

摘要: 一、创建网络: 1、在控制节点上创建一个单一扁平网络(名字:flat),网络类型为flat,网络适共享的(share),网络提供者:physnet1,它是和eth0关联起来的 [root@linux-node1 ~]# source admin-openrc.sh [root@linux-node1 阅读全文
posted @ 2018-03-12 18:07 Steward_Xu 阅读(190) 评论(0) 推荐(0) 编辑

摘要: 一、管理节点部署服务: 1、安装neutron: [root@linux-node1 ~]# yum install openstack-neutron openstack-neutron-ml2 openstack-neutron-linuxbridge python-neutronclient 阅读全文
posted @ 2018-03-12 17:02 Steward_Xu 阅读(346) 评论(0) 推荐(0) 编辑

摘要: 一、控制节点安装部署Nova Nova 包含API(负责接收相应外部请求,支持OpenStackAPI,EC2API);cert:负责身份认证;schedule:用于云主机调度(虚拟机创建在哪台主机上);conductor:计算节点访问数据中间件;consoleauth:用户控制台授权验证;novn 阅读全文
posted @ 2018-03-12 16:49 Steward_Xu 阅读(361) 评论(0) 推荐(0) 编辑

摘要: 一、部署Glance 1、Glance 安装 [root@linux-node1 ~]#yum install openstack-glance python-glance python-glanceclient -y 2、配置:修改glance-api和glance-registry的配置文件,同 阅读全文
posted @ 2018-03-12 16:35 Steward_Xu 阅读(348) 评论(0) 推荐(0) 编辑

摘要: 一、部署环境: 两台centos7, 内存2G 控制计算节点: Hostname1: ip:172.22.0.218 计算节点及存储节点 Hostname2: ip:172.22.0.209 二、管理节点环境准备 1、安装时间同步并配置 [root@linux-node1 ~]#yum instal 阅读全文
posted @ 2018-03-12 16:23 Steward_Xu 阅读(623) 评论(0) 推荐(0) 编辑