Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Can't create/add IP pool when create the Edge #198

Open
rominiti opened this issue Nov 1, 2021 · 0 comments
Open

Can't create/add IP pool when create the Edge #198

rominiti opened this issue Nov 1, 2021 · 0 comments

Comments

@rominiti
Copy link

rominiti commented Nov 1, 2021

I'm trying to create the edge gateway and add the IP pool range, but it isn't working.

    ext_net_subnet_allocated_ip_pool=dict(type='dict', required=False),
    sub_allocate_ip_pools=dict(type='bool', required=False, default=False),
    ext_net_to_subnet_with_ip_range=dict(type='dict', required=False),

Doesn't matter what combination I use its wont return any error and don't update/add the IP pool.

any ideas?

  vmware.vcloud_director.vcd_vdc_gateway:
    api_version: 32.0
    org_name: "{{ orgname }}"
    vdc_name: "{{ orgname }}-VDC1"
    gateway_name: "{{ orgname }}-EG01" 
    ext_net_to_subnet_with_ip_range: {
        "C8-Internet": {
            "10.20.113.254/24": [
              "10.20.113.252-10.20.113.252"
            ]
        }    
    } 
    state: update/present 

with our without operations : add_network or update_ip_pool

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant