dellemc.vxrail.dellemc_vxrail_cluster_layer3_update_segment (2.2.0) — module

update segment information for VxRail cluster layer3.

| "added in version" 1.4.0 of dellemc.vxrail"

Authors: VxRail Development Team(@VxRailDevTeam) <ansible.team@dell.com>

Install collection

Install with ansible-galaxy collection install dellemc.vxrail:==2.2.0


Add to requirements.yml

  collections:
    - name: dellemc.vxrail
      version: 2.2.0

Description

This module will update the segment configuration for a specific segment

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Update Cluster Layer3 Segment
    dellemc_vxrail_cluster_layer3_update_segment:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"
        ip_version: "{{ ip_version }}"
        management_gateway: "{{ management_gateway }}"
        management_netmask: "{{ management_netmask }}"
        management_topology: "{{ management_topology }}"
        management_vlan: "{{ management_vlan }}"
        proxy_ip: "{{ proxy_ip }}"
        segment_label: "{{ segment_label }}"
        new_segment_label: "{{ new_segment_label }}"
        vmotion_gateway: "{{ vmotion_gateway }}"
        vmotion_init_gateway: "{{ vmotion_init_gateway }}"
        vmotion_netmask: "{{ vmotion_netmask }}"
        vmotion_topology: "{{ vmotion_topology }}"
        vmotion_vlan: "{{ vmotion_vlan }}"
        vsan_gateway: "{{ vsan_gateway }}"
        vsan_init_gateway: "{{ vsan_init_gateway }}"
        vsan_netmask: "{{ vsan_netmask }}"
        vsan_topology: "{{ vsan_topology }}"
        vsan_vlan: "{{ vsan_vlan }}"
        version: "{{ version }}"
        api_version_number: "{{ api_version_number }}"

Inputs

    
vxmip:
    description: The IP address of the VxRail Manager System
    required: true
    type: str

timeout:
    default: 60
    description: Time out value for update lay3 segment infomation, the default value
      is 60 seconds
    required: false
    type: int

vcadmin:
    description: Administrative account of the vCenter Server the VxRail Manager is registered
      to
    required: true
    type: str

version:
    description: Version number of VXM
    required: true
    type: str

proxy_ip:
    description: The IP address of the node which provides proxy service
    required: true
    type: str

vcpasswd:
    description: The password for the administrator account provided in vcadmin
    required: true
    type: str

vsan_vlan:
    description: The VLAN ID for the vSAN traffic for the current segment
    required: false
    type: int

ip_version:
    description: The type of ip address
    required: true
    type: str

vmotion_vlan:
    description: The VLAN ID for the vMotion traffic of the segment
    required: false
    type: int

vsan_gateway:
    description: The IPv4 gateway address of the vSAN traffic for the segment
    required: true
    type: str

vsan_netmask:
    description: The subnet mask for the vSAN traffic for the segment
    required: true
    type: str

segment_label:
    description: The name of the segment
    required: true
    type: str

vsan_topology:
    description: The topology type for the vSAN traffic for the VxRail cluster
    required: true
    type: str

management_vlan:
    description: The VLAN ID of the management traffic for the segment
    required: false
    type: int

vmotion_gateway:
    description: The IPv4 gateway address of the vMotion traffic of the segment
    required: true
    type: str

vmotion_netmask:
    description: The subnet mask for the vMotion traffic of the segment
    required: true
    type: str

vmotion_topology:
    description: The topology type for the vMotion traffic for the VxRail cluster
    required: true
    type: str

new_segment_label:
    description: The label of the current segment to be acted upon
    required: true
    type: str

vsan_init_gateway:
    description: The IPv4 gateway address of the vSAN traffic for the initial segment
    required: true
    type: str

api_version_number:
    description: The version of API to call
    type: int

management_gateway:
    description: The IPv4 gateway address of the management traffic for the segment
    required: true
    type: str

management_netmask:
    description: The subnet mask of the management traffic for the segment
    required: true
    type: str

management_topology:
    description: The topology type for management traffic for the VxRail cluster
    required: true
    type: str

vmotion_init_gateway:
    description: The IPv4 gateway address of the vMotion traffic for the initial segment
    required: true
    type: str

Outputs

Cluster_Layer3_Update_Segment_Information:
  description: Update the segment configuration for a specific segment.
  returned: always
  sample: "{\n    \"code\": \"10000005\",\n    \"message\": \"Successfully updated\
    \ the segment configuration.\"\n}"
  type: dict