Skip to content

Ansible playbooks and roles for QA automation for OSP18 and up.

Notifications You must be signed in to change notification settings

shiftstack/shiftstack-qa

Repository files navigation

shiftstack-qa

Ansible playbooks and roles for QA automation for OSP18 and up.

pre-commit

Requirements

  1. This code is intended to run on top of the image https://quay.io/repository/shiftstack-qe/shiftstack-client
  2. The container must have access to the Openstack API and the external Openstack network.
  3. The container should have internet access.
  4. The container should have the vault-password-file in the expected place.

Install

oc rsh shiftstackclient -n openstack \
  git clone https://github.com/shiftstack/shiftstack-qa.git
oc rsh shiftstackclient -n openstack \
  cd shiftstack-qa && ansible-galaxy collection install -r requirements.yaml -f

where:

Run

You can list the tasks on a playbook:

oc rsh shiftstackclient -n openstack \
  ansible-navigator run shiftstack-qa/playbooks/{playbook_name}.yaml --list-tasks

For running:

oc rsh shiftstackclient -n openstack \
  ansible-navigator run shiftstack-qa/playbooks/{playbook_name}.yaml --extra-vars @shiftstack-qa/jobs_definitions/{job_definition_name}.yaml

where:

  • playbooks includes one playbook per scenario to be tested (formerly known as a job template).
  • jobs_definitions includes one job configuration to be tested using the playbook (formerly known as job pipeline).

Troubleshooting

Thanks to ansible-navigator, the run generates JSON file with format:

/home/shifstack/artifacts/{playbook_name}-artifact-{time_stamp}.json

You can easily replay the run & troubleshoot in interactive mode with:

oc rsh shiftstackclient -n openstack \
  ansible-navigator replay /home/cloud-admin/artifacts/{playbook_name}-artifact-{time_stamp}.json -m interactive

Enable hooks in your setup

Requires Python>=3.9

pip install pre-commit &&  git config --global init.templateDir ~/.git-template && pre-commit init-templatedir ~/.git-template && pre-commit install

About

Ansible playbooks and roles for QA automation for OSP18 and up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published