Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.37 KB

File metadata and controls

33 lines (22 loc) · 1.37 KB

OpenStack-FUEL-9.x-OFFLINE-INSTALLATION-AUTOMATIC

Self designed script(including resource) to deploy fuel+mos(9.0 and 9.2) in offline environment

Environment

1.Install MirantisOpenStack-9.0.iso according to the installation guide by mirantis.
2.Make sure the fuel-master node can not access the internet.

You can find the ISO download here: https://www.mirantis.com/software/openstack/download/
You can find the doc of the installation here: https://docs.mirantis.com/openstack/fuel/fuel-9.2/

Needed Resource

fuel_build_local-9.0.run = fuel_build_local-9.0.sh + 9.0 resources
fuel_build_local-9.2.run = fuel_build_local-9.2.sh + 9.2 resources

warning: The git only provide the single shell script. You need to download the following resource.

Download:
fuel_build_local-9.0.run:
https://pan.baidu.com/s/16nZMlRARe_RrPYM0T7liJA password: pk37
fuel_build_local-9.2.run:
https://pan.baidu.com/s/1RsDkPN-q2oXpV0DQ5TSmLg password: wq6r

How to use

1.Wait the MirantisOpenStack-9.0.iso installation finished. Like:
fuel master installed

2.Run the script on fuel-master node.
e.g. chmod +x fuel_build_local-9.2.run && sh ./fuel_build_local-9.2.run

3.Then you can deploy openstack with fuel web. GoodLuck^^