Łukasz Oleś cb8cb0b315 Allow to use any IPs with fuel-devops
- removing hardcoded 10.0.0.2 IP
- adding new template to create the nodes

Closes-bug: #1537176
Related-bug: #1533609

Change-Id: I245039eac2f78afca8157b033f64e051b9365463
2016-02-01 14:32:38 +01:00
..
2016-02-01 14:32:38 +01:00
2016-01-08 11:21:55 +01:00
2016-02-01 14:32:38 +01:00

Examples testing

To automaticly test examples install first fuel-devops framework. Installation process is described here https://github.com/openstack/fuel-devops. After installation run migrations scripts:

export DJANGO_SETTINGS_MODULE=devops.settings
django-admin.py syncdb
django-admin.py migrate

To test examples run one of available test scripts. You need to run it from solar main dir, for example:

./utils/jenkins/run_hosts_example.sh