zoukankan      html  css  js  c++  java
  • Openstack基础平台的搭建

     https://www.cnblogs.com/djlsunshine/p/9763012.html 
    脚本安装步骤:
    mysql、keystone、glance、nova、neutron、neutron-gre、dashboard
                controller控制节点              |    compute计算节点      |controller控制节点
    上传镜像:
         source /etc/keystone/admin-openrc.sh
         glance image-create --name "CentOS7.0" --disk-format qcow2  --container-format bare --progress <       /opt/images/要上传的镜像
         查看镜像:  glance image-list
         镜像的作用:有这个镜像才能安装云主机

    yum源配置:

    baseurl     路径       file(本地文件(/// 三个斜线)) 

    gpgcheck   校验 (0是不校验)                          enabled     是否启用这个yum文件

    r  强制       v  显示过程        f    递归

  • 相关阅读:
    bzoj2555-SubString
    离散对数
    xsy1436-括号游戏
    bzoj1143-祭祀
    连通分量
    bzoj3864-hdu4899-Hero meet devil
    bzoj3238-差异
    poj1065-Wooden Sticks
    多项式除法
    JavaScript 对象
  • 原文地址:https://www.cnblogs.com/L1213/p/9887483.html
Copyright © 2011-2022 走看看