community.vmware icon indicating copy to clipboard operation
community.vmware copied to clipboard

Feature request: multiple replication partners

Open remkolodder opened this issue 3 years ago • 1 comments

SUMMARY

Add role/module/option to specify multiple replication partners for new and existing nodes.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

vcenter_replication_partner

ADDITIONAL INFORMATION

We use the VMware community supported Ansible roles to deploy our (large) VMWare platform. We have several clusters that run with linked mode configured (mostly A<>B). However we also have various rings with A<>B<>C<>D<>A (ring complete) clusters configured. We cannot configure that through Ansible at this moment.

The JSON to deploy a vCenter only seems to support "one" (1) replication partner.

So the request is to add functionality to the current plugin or have a new one where we can work with replication partners.

ansible_vmware.vcenter_replication_partner:
  vcenter_username: {{ vcenter_username }}
  vcenter_hostname: {{ vcenter_hostname }}
  vcenter_password: {{ vcenter_password }}
  replication_partners:
  - cluster1
  - cluster2

remkolodder avatar Mar 21 '22 13:03 remkolodder

Files identified in the description: None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot avatar Mar 21 '22 13:03 ansibullbot