8000 GitHub - esboych/fuel_heat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

esboych/fuel_heat

 
 

Repository files navigation

fuel_heat

This code allows to deploy MOS conguration using FUEL with one command and one config file.

$ python fuel_heat.py -a LOGIN:PASSWD:TENANT -u FUEL_URL config.yaml

Simple procedure to start deploying Cluster in Fuel 7.0

From the fuel-heat directory:

  • Virtualenv and requirements

    $ virtualenv venv

    $ source venv/bin/activate

    $ pip install -r requirements.txt

  • Now launch: tenant/login, Master node IP, config file

    $ python fuel_heat.py -a admin:admin:admin -u http://172.16.52.112:8000 config_GRE_Perf1_7.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0