Skip to content

rdo-infra/ansible-role-weirdo-packstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-weirdo-packstack

This role provides an implementation of the Packstack gate jobs for the WeIRDO project.

Supported gate jobs

  • gate-packstack-integration-scenario001-tempest-dsvm-centos7
  • gate-packstack-integration-scenario002-tempest-dsvm-centos7
  • gate-packstack-integration-scenario003-tempest-dsvm-centos7

Role variables

For default values, see defaults/main.yml

  • project: Name of the project, analogous to the role name
  • openstack_release: Name of the OpenStack release to select which trunk repository to use by default
  • version: Version/tag/branch of Packstack to clone
  • repository: URL to the Packstack repository
  • clone_path: Path where Packstack will be cloned
  • install_from_source: Whether Packstack should be installed from source or from packages
  • delorean_url: URL to the delorean repository .repo file.
  • delorean_deps_url: URL to the delorean-deps repository .repo file.
  • packstack_workspace: Path where Packstack should believe the jenkins workspace is at
  • selinux_enforcing: When set to true, it will enable selinux enforcing in the system deploying packstack
  • nested_virtualization: When set to true, it will enable nested virtualization in the system based on availability

Included tasks

  • setup: Clones the Packstack repository and prepares log retrieval
  • run: Runs the integration tests

Dependencies

ansible-role-weirdo-common to be installed as common

Example playbook

- name: Run packstack scenario001 tests
  hosts: openstack_nodes
  force_handlers: True
  roles:
    - { role: "packstack", test: "scenario001" }

About

The Packstack Ansible role for WeIRDO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •