blob: 3bddf5ea60783bb3ebee7f5fb46e0a20baf6dcd5 [file] [log] [blame]
Brian Haleyc869d592020-02-28 14:55:08 -05001Verify all addresses in IPv6-only deployments
Radosław Piliszek2fb8c7a2021-06-07 17:44:54 +00002
3This role needs to be invoked from a playbook that
Brian Haleyc869d592020-02-28 14:55:08 -05004runs tests. This role verifies the IPv6 settings on the
5devstack side and that devstack deploys with all addresses
6being IPv6. This role is invoked before tests are run so that
7if there is any missing IPv6 setting, deployments can fail
Radosław Piliszek2fb8c7a2021-06-07 17:44:54 +00008the job early.
9
10
11**Role Variables**
12
13.. zuul:rolevar:: devstack_base_dir
14 :default: /opt/stack
15
16 The devstack base directory.