- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 79字
- 2021-07-02 23:52:49
Preparing the development setup
The installation process is pided into the following steps:
- Check out the OSA repository
- Install and bootstrap Ansible
- Initialize host bootstrap
- Run playbooks
To start the installation, check out the OSA Git repository:
# git clone https://github.com/openstack/openstack-ansible /opt/openstack-ansible
# cd /opt/openstack-ansible
Check out the required branch you want to install:
# git branch -r
# git checkout BRANCH_NAME
Check out the latest tag on the branch:
# git describe --abbrev=0 -tags
# git checkout TAG_NAME
推薦閱讀
- Mastering Hadoop 3
- 三菱FX3U/5U PLC從入門到精通
- WOW!Illustrator CS6完全自學(xué)寶典
- 數(shù)據(jù)產(chǎn)品經(jīng)理:解決方案與案例分析
- 網(wǎng)絡(luò)綜合布線技術(shù)
- Blender Compositing and Post Processing
- Excel 2007技巧大全
- 網(wǎng)站入侵與腳本攻防修煉
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- 實(shí)用網(wǎng)絡(luò)流量分析技術(shù)
- 云計(jì)算和大數(shù)據(jù)的應(yīng)用
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- 大型機(jī)系統(tǒng)應(yīng)用基礎(chǔ)
- 網(wǎng)絡(luò)安全概論
- Apache Spark Machine Learning Blueprints