2017-09-01 05:21:25 +03:00
# check_openshift.yml
---
2017-09-08 00:21:28 +03:00
- name : awx_openshift_project should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- awx_openshift_project is defined and awx_openshift_project != ''
msg : "Set the value of 'awx_openshift_project' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : openshift_user should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- openshift_user is defined and openshift_user != ''
msg : "Set the value of 'openshift_user' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : openshift_password should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- openshift_password is defined and openshift_password != ''
msg : "Set the value of 'openshift_password' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : awx_node_port should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- awx_node_port is defined and awx_node_port != ''
msg : "Set the value of 'awx_node_port' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : docker_registry should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- docker_registry is defined and docker_registry != ''
msg : "Set the value of 'docker_registry' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : docker_registry_repository should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- docker_registry_repository is defined and docker_registry_repository != ''
msg : "Set the value of 'docker_registry_repository' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : docker_registry_username should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- docker_registry_username is defined and docker_registry_username != ''
msg : "Set the value of 'docker_registry_username' in the inventory file."
2017-09-08 00:21:28 +03:00
- name : docker_registry_password should be defined
2017-09-01 05:21:25 +03:00
assert :
that :
- docker_registry_password is defined and docker_registry_password != ''
msg : "Set the value of 'docker_registry_password' in the inventory file."