| # .. vim: foldmarker=[[[,]]]:foldmethod=marker |
| # .. Copyright (C) 2022 VEXXHOST, Inc. |
| # .. SPDX-License-Identifier: Apache-2.0 |
| # .. envvar:: keepalived_enabled [[[ |
| # Enable Keepalived for the Atmosphere cluster. You can disable this if you |
| # are forwarding ports directly into the cluster from an external network. |
| # .. envvar:: keepalived_password [[[ |
| keepalived_password: "{{ undef(hint='You must specify a Keepalived password') }}" |
| # .. envvar:: keepalived_vip [[[ |
| # Keepalived virtual IP address |
| keepalived_vip: "{{ undef(hint='You must specify a Keepalived virtual IP address') }}" |
| # .. envvar:: keepalived_interface [[[ |
| # Keepalived virtual IP interface |
| keepalived_interface: "{{ undef(hint='You must specify a Keepalived virtual IP interface') }}" |
| # .. envvar:: keepalived_vrid [[[ |
| # Keepalived virtual router id |
| keepalived_pod_dependency: |
| component: neutron-ovs-agent |
| component: ovn-controller |