mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
770 B
Plaintext
20 lines
770 B
Plaintext
7 years ago
|
# This is the configuration template for ansible-test OpenNebula integration tests.
|
||
|
#
|
||
|
# You do not need this template if you are:
|
||
|
#
|
||
|
# 1) Running integration tests without using ansible-test.
|
||
|
# 2) Running integration tests against previously recorded XMLRPC fixtures
|
||
|
#
|
||
|
# If you want to test against a Live OpenNebula platform,
|
||
|
# fill in the values below and save this file without the .template extension.
|
||
|
# This will cause ansible-test to use the given configuration.
|
||
|
#
|
||
|
# If you run with @FIXTURES enabled (true) then you can decide if you want to
|
||
|
# run in @REPLAY mode (true) or, record mode (false).
|
||
|
|
||
6 years ago
|
[default]
|
||
7 years ago
|
opennebula_url: @URL
|
||
|
opennebula_username: @USERNAME
|
||
|
opennebula_password: @PASSWORD
|
||
|
opennebula_test_fixture: @FIXTURES
|
||
|
opennebula_test_fixture_replay: @REPLAY
|