Jump to: navigation, search

Difference between revisions of "Goal-IPv6-only-deployments-and-testing"

(Adding wiki page for IPv6-only deployments and testing community goal)
 
(No difference)

Latest revision as of 16:04, 20 July 2019

Description: This page explains the implementation details about OpenStack Community Goal Train: Support IPv6-Only Deployments

Zuul v3 jobs setup for IPv6-only deployments and testing

Devstack and Tempest provide the base Zuul v3 job for IPv6 deployment and testing. Each project can define the new job derived from base jobs and verify their services communication over IPv6 env.

Base jobs structure and their roles

Openstack-ipv6-only-deployment-job

How to define & run the project side IPv6-only job

As shown in the above diagram. Each project side job has to be derived from ’devstack-tempest-ipv6’ job defined in Tempest.

  • Project side job can run their own set of basic tests to verify the IPv6 deployments.
    • Define the tox_envlist & tempest_test_regex to run the IPv6-only job tests and use the same in job
      • tox_envlist: <env name>
      • tempest_test_regex: <regex to run tests>’ ONly needed if using broader tox env not IPv6 specific.
    • One suggested set of tests is “smoke” + IPv6 specific tests.

How to configure project side IPv6-only job to perform the extra IPv6 project-specific verification

  • This can be done via pre-run or post-run playbooks. You can define the ansible roles to perform the specific verification.