随笔分类 -  dib

摘要:https://cloud-images.ubuntu.com/bionic/current/ (dib-env) [root@bogon dib-env]# DIB_RELEASE=bionic disk-image-create vm ubuntu baremetal dhcp-all-inte 阅读全文

posted @ 2020-07-14 14:40 tycoon3 阅读(648) 评论(0) 推荐(0)

摘要:#!/bin/bash # These are useful, or at worst not harmful, for all images we build. if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then set -x fi set -eu set -o pi 阅读全文

posted @ 2020-07-14 14:34 tycoon3 阅读(182) 评论(0) 推荐(0)

摘要:export ELEMENTS_PATH=./builder/ironic-python-agent-builder/dib/ export DIB_DEV_USER_USERNAME=devuser export DIB_DEV_USER_PASSWORD=cloud_123. export DI 阅读全文

posted @ 2020-07-07 10:18 tycoon3 阅读(383) 评论(0) 推荐(0)

摘要:ls /usr/share/ironic-python-agent-builder/dib export ELEMENTS_PATH=/usr/share/ironic-python-agent-builder/dib export DIB_DEV_USER_USERNAME=centos expo 阅读全文

posted @ 2020-06-29 19:15 tycoon3 阅读(633) 评论(0) 推荐(0)

摘要:安装好python2.7 [root@host-10-10-18-131 ~]# ln -s /usr/bin/python2.7 /usr/bin/python [root@host-10-10-18-131 ~]# ln -s /usr/bin/pip2.7 /usr/bin/pip [root 阅读全文

posted @ 2020-06-24 15:27 tycoon3 阅读(504) 评论(0) 推荐(0)

摘要:安裝下列套件: git qemu-system-x86 qemu-img kpartx yum install python3 yum -y install qemu-img kpartx yum -y install python3-pip git clone https://git.openst 阅读全文

posted @ 2020-06-24 12:08 tycoon3 阅读(814) 评论(0) 推荐(0)

导航