随笔分类 -  openstack

摘要:真机 安装git,同步git里的资料 # yum -y install git # git clone git://124.193.128.166/hello.git # cd hello/ # git pull # ls 查看上传到git里的资料 cmd.txt grub ifcfg-eth0 n 阅读全文
posted @ 2019-04-30 22:51 安于夏 阅读(1718) 评论(0) 推荐(0)
摘要:真机 安装git,同步git里的资料 # yum -y install git # git clone git://124.193.128.166/hello.git # cd hello/ # git pull 创建/启动/开机自启动,vbr虚拟网络 # cp /root/hello/vbr.xm 阅读全文
posted @ 2019-04-30 22:50 安于夏 阅读(327) 评论(0) 推荐(0)
摘要:openstack 环境准备 第一台虚拟机(openstack) 4 cpu , 9G 内存 50G 硬盘 qemu-img create -f qcow2 -b node.qcow2 openstack.img 50G 2 块网卡 添加网卡 <interface type='bridge'> <s 阅读全文
posted @ 2019-04-30 22:50 安于夏 阅读(121) 评论(0) 推荐(0)