上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 在Cinder中有六个API调用与卷的挂载/卸载相关联,每个操作有3个调用。一、挂载/卸载操作是有多条命令组成在挂载/卸载调用的工作流程中,发生了三类事情1)更新数据库中卷的状态(例如:attaching/detaching状态)对于挂载操作,对应的方法为cinder.volume.api.rese 阅读全文
posted @ 2019-01-22 11:17 一切都是当下 阅读(998) 评论(0) 推荐(0)
摘要: 在centos7系统上,安装openstack服务以后,可以通过以下命令,查找到该系统上,已经安装的openstack服务 neutron服务命名比较特殊,通过如下命令行进行查找 所有可用的单元文件存放在 /usr/lib/systemd/system/ 和 /etc/systemd/system/ 阅读全文
posted @ 2018-12-29 18:23 一切都是当下 阅读(808) 评论(0) 推荐(0)
摘要: Most OpenStack services use the same configuration options to enable the debug logging that is also used to troubleshoot your OpenStack environment. 大 阅读全文
posted @ 2018-12-29 16:03 一切都是当下 阅读(1736) 评论(0) 推荐(0)
摘要: 记录下看到的openstack部署的简单模型,方便自己以后定位问题 规划网络部署节点为一个controller节点(包含网络节点),两个compute节点。controller节点有3个网卡,分别为eth0(管理和API网络,CIDR为192.168.128.0/24)、eth1(租户网络,CIDR 阅读全文
posted @ 2018-12-28 15:42 一切都是当下 阅读(705) 评论(0) 推荐(0)
摘要: 在使用cobbler服务器,从pxe启动虚机的时候,经常用到的cobbler命令行 1、查看注册信息 cobbler system report --name=test25 2、注册信息 cobbler system add --name=test07 --profile=centos6.5-x86 阅读全文
posted @ 2018-12-24 16:08 一切都是当下 阅读(940) 评论(0) 推荐(0)
摘要: 记录下kolla-build镜像时,遇到的一些问题,既为了方便自己以后问题的查找,也为了帮助别人避免踩这些坑。遇到的问题会持续更新在博客里面。 问题1:使用的kolla 版本是ocata版本,本地已经搭建好yum源,并且在以前制作镜像的时候,一直是好的,今天再次编译镜像,一直报如下的错误 原因分析: 阅读全文
posted @ 2018-12-11 10:07 一切都是当下 阅读(1989) 评论(0) 推荐(0)
摘要: 1、安装的docker版本 [root@controller ~]# docker --versionDocker version 17.09.1-ce, build 19e2cf6 2、安装的ansible版本 [root@controller ~]# ansible --versionansib 阅读全文
posted @ 2018-11-29 11:35 一切都是当下 阅读(1520) 评论(0) 推荐(0)
摘要: 1)两者的安装方式 pip install docker A Python library for the Docker Engine API pip install docker-py A Python library for the Docker Remote API. pip install 阅读全文
posted @ 2018-11-29 10:49 一切都是当下 阅读(1460) 评论(0) 推荐(0)
摘要: 前提,对官网问题的一个翻译 Troubleshooting Guide排障手册 1、Failures(失败) If Kolla fails, often it is caused by a CTRL-C during the deployment process or a problem in th 阅读全文
posted @ 2018-11-21 11:54 一切都是当下 阅读(832) 评论(0) 推荐(0)
摘要: 对工作中用到的docker命令行进行一个汇总,方便以后的命令行查询,同时也为了加强记忆,会把工作中用到的命令,持续更新上 1、查看私有仓库都有哪些镜像 curl -X GET http://10.27.244.154:5000/v2/_catalog 2、查看私有仓库镜像的标签 curl -X GE 阅读全文
posted @ 2018-11-20 15:43 一切都是当下 阅读(342) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页