Module - tripleo_unprovision_network

This module provides for the following ansible plugin:

  • tripleo_unprovision_network

Module Documentation

Delete TripleO Composable networks

Options

net_data

Structure describing a TripleO composable network

Authors

Sandeep Yadav <sandyada@redhat.com>

Example Tasks

- name: Unprovision TripleO composable networks
  tripleo_unprovision_network:
    net_data:
      name: Storage
      name_lower: storage
      dns_domain: storage.localdomain.
      mtu: 1442
      subnets:
        storage_subnet:
          ip_subnet: 172.18.0.0/24
          gateway_ip: 172.18.0.254
          allocation_pools:
          - start: 172.18.0.10
            end: 172.18.0.250
          routes:
          - destination: 172.18.1.0/24
            nexthop: 172.18.0.254
          vip: true
          vlan: 20