Brian Haley | c869d59 | 2020-02-28 14:55:08 -0500 | [diff] [blame] | 1 | Verify all addresses in IPv6-only deployments |
Radosław Piliszek | 2fb8c7a | 2021-06-07 17:44:54 +0000 | [diff] [blame] | 2 | |
| 3 | This role needs to be invoked from a playbook that |
Brian Haley | c869d59 | 2020-02-28 14:55:08 -0500 | [diff] [blame] | 4 | runs tests. This role verifies the IPv6 settings on the |
| 5 | devstack side and that devstack deploys with all addresses |
| 6 | being IPv6. This role is invoked before tests are run so that |
| 7 | if there is any missing IPv6 setting, deployments can fail |
Radosław Piliszek | 2fb8c7a | 2021-06-07 17:44:54 +0000 | [diff] [blame] | 8 | the job early. |
| 9 | |
| 10 | |
| 11 | **Role Variables** |
| 12 | |
| 13 | .. zuul:rolevar:: devstack_base_dir |
| 14 | :default: /opt/stack |
| 15 | |
| 16 | The devstack base directory. |