Self designed script(including resource) to deploy fuel+mos(9.0 and 9.2) in offline 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/
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
1.Wait the MirantisOpenStack-9.0.iso installation finished. Like:
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^^