Łukasz Oleś bf5117508c Some speedups after adding PG
- ansible is running only once now
- more dynamic waiting for postgress

Change-Id: I9951312680aa2a80af201166f203bc9112cfcfb3
Partial-bug: #1546205
2016-02-18 18:36:31 +01:00
..
2016-02-02 14:56:24 +01:00
2016-02-04 09:21:04 +05:30
2016-02-04 19:13:19 +01:00
2016-02-18 18:36:31 +01:00

Examples testing

To automatically 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