zaqar/devstack
Ghanshyam Mann 2c0e84879e [train][goal] Define new 'zaqar-tempest-swift-ipv6' job
As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1],
we need to define the integration job which deploy services
on IPv6 and perform testing to make sure service listen and communicate
over IPv6 properly.

Zaqar has legacy zuul jobs so base zuulv3 IPv6 job 'devstack-ipv6' and
'devstack-tempest-ipv6' cannot be used and we have to copy the whole
run.yaml to set the IPv6 setting and run the IPv6 verification
script via post_test_hook.

This commit adds the new job 'zaqar-tempest-swift-ipv6'
run on gate and set the required IPv6 setting'.

Change-Id: I9aece13783a061c4214157c3f7cfc9cc9f2a3f96
Story: #2005477
Task: #35941
2019-09-20 01:26:47 +00:00
..
gate Remove setting of DEVSTACK_GATE_EXERCISES 2018-07-17 10:38:14 +02:00
upgrade Remove the pool group totally 2019-01-09 23:32:55 -08:00
plugin.sh [train][goal] Define new 'zaqar-tempest-swift-ipv6' job 2019-09-20 01:26:47 +00:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:26:29 +03:00

Zaqar

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh