Initial Tower module integration test support.

This commit is contained in:
Matt Clay 2018-03-02 16:32:38 -08:00
commit b4bf502268
6 changed files with 340 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# This is the configuration template for ansible-test Tower integration tests.
#
# You do not need this template if you are:
#
# 1) Running integration tests without using ansible-test.
# 2) Using the automatically provisioned Tower credentials in ansible-test.
#
# If you do not want to use the automatically provisioned temporary Tower credentials,
# fill in the @VAR placeholders below and save this file without the .template extension.
# This will cause ansible-test to use the given configuration instead of temporary credentials.
#
# NOTE: Automatic provisioning of Tower credentials requires an ansible-core-ci API key.
[general]
version=@VERSION
host=@HOST
username=@USERNAME
password=@PASSWORD

View file

@ -0,0 +1,2 @@
cloud/tower
posix/ci/cloud/group4/tower

View file

@ -0,0 +1,3 @@
- name: Make sure the default Default organization exists
tower_organization:
name: Default

View file

@ -0,0 +1,2 @@
cloud/tower
posix/ci/cloud/group4/tower

View file

@ -0,0 +1,4 @@
- name: Create a Tower team
tower_team:
name: Test Team
organization: Default