Update docs regarding fixtures repo customization

Describe the possibility to customize fixtures repo/gerrit.

Partial-bug: #1566220
Depends-on: I492716d21f9c81325a9f75aaf3b7a0894a5e00cf
Change-Id: I10a4572b98d715ce1382fc7533847e1c1f16f81b
This commit is contained in:
Aleksandr Didenko 2016-04-05 11:54:11 +02:00
parent 118e3a01a7
commit a16435f62e
1 changed files with 11 additions and 0 deletions

View File

@ -366,5 +366,16 @@ Debug related:
- **SPEC_TASK_DEBUG** Enable the debug output of the task and manager objects. - **SPEC_TASK_DEBUG** Enable the debug output of the task and manager objects.
- **SPEC_DEBUG_LOG** This variable can the the debug log destination file. - **SPEC_DEBUG_LOG** This variable can the the debug log destination file.
Fixtures source related:
- **NOOP_FIXTURES_REPO_URL** Fixtures repository. Defaults to
`https://github.com/openstack/fuel-noop-fixtures.git`
- **NOOP_FIXTURES_BRANCH** Fixtures branch. Defaults to `origin/master`
- **NOOP_FIXTURES_GERRIT_URL** Gerrit repository. Defaults to
`https://review.openstack.org/openstack/fuel-noop-fixtures`
- **NOOP_FIXTURES_GERRIT_COMMIT** Gerrit commit ref that should be
cherry-picked. Could contain multiple refs, space separated. Defaults to
`none`
Many of this variables can be set by the Noop manager CLI options, or you can Many of this variables can be set by the Noop manager CLI options, or you can
always export them externally. always export them externally.