This repository was archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
tests: OpenShift Ansible Installer sanity test #162
Merged
miabbott
merged 4 commits into
projectatomic:master
from
miabbott:openshift_ansible_testing
Jun 13, 2017
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
1f98a9b
tests: OpenShift Ansible Installer sanity test
miabbott f9f1ca0
openshift-ansible-testing: make it work with CentOS + RHEL AH
miabbott 8cc0f35
fixup! openshift-ansible-testing: make it work with CentOS + RHEL AH
miabbott 6ea8e4b
fixup! openshift-ansible-testing: make it work with CentOS + RHEL AH
miabbott File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
This playbook performs a sanity test of a stable version of the OpenShift Ansible installer | ||
against an Atomic Host. | ||
|
||
The test accepts normal inventory data as like every other test in the repo, then uses that | ||
data to generate a separate inventory that is used when running the OpenShift Ansible | ||
installer playbook. | ||
|
||
This playbook only does a sanity check that the installer completes successfully and | ||
the expected pods are running afterwards. This does **NOT** perform any conformance | ||
testing or deployment of additional apps/projects afterwards. | ||
|
||
### Prerequisites | ||
- Ansible version 2.2 (other versions are not supported) | ||
|
||
- Configure subscription data (if used) | ||
|
||
If running against a RHEL Atomic Host, you should provide subscription | ||
data that can be used by `subscription-manager`. See | ||
[roles/redhat_subscription/tasks/main.yml](roles/redhat_subscription/tasks/main.yml) | ||
for additional details. | ||
|
||
|
||
### Running the Playbook | ||
|
||
To run the test, simply invoke as any other Ansible playbook: | ||
|
||
``` | ||
$ ansible-playbook -i inventory tests/system-containers/main.yml | ||
``` | ||
|
||
*NOTE*: You are responsible for providing a host to run the test against and the | ||
inventory file for that host. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../callback_plugins/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../roles/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that the right playbook yml file?