RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.
Go to file
Sandeep Yadav 7886317257 Module: tripleo_unprovision_network and cli playbook
Add the ansible module `tripleo_unprovision_network`. Currently, We
don't have an automated way to clear the resources which we create
using "openstack network provision" command /
`tripleo_composable_network` module.  This module will be used to
delete the composable networks.

We expect user to pass the required network-data.yaml when
to the unprovision command which we added in patch[1].

This module only delete subnet/networks that are defined in net-data
passed via network-data.yaml. This module will only delete a subnet
if there are no ports from corresponding subnets, A network will only
be deleted if there are no subnets in that network (This is to
safeguard us from scenarios where same networks are used with
different subnets for the separate overcloud stacks).

Also, Adds CLI playbook cli-overcloud-network-unprovision.yaml
Playbook loads configuration data file, iterates over each composable
network definition and calls the tripleo_unprovision_network to delete
the network.

[1] https://review.opendev.org/c/openstack/python-tripleoclient/+/773034

Change-Id: Ibef1d21c4d1f911e9c8ccc27253439c336c2420c
2021-06-28 16:28:43 +05:30
_skeleton_role_ Use centos-8 stream for molecule jobs 2021-04-25 23:56:33 +03:00
doc Module: tripleo_unprovision_network and cli playbook 2021-06-28 16:28:43 +05:30
releasenotes Update master for stable/wallaby 2021-05-05 15:33:36 +00:00
scripts Use TOX_CONSTRAINTS_FILE 2021-03-15 18:24:25 +08:00
tests Merge "Convert tox to native zuul" 2019-07-08 14:18:00 +00:00
tripleo_ansible Module: tripleo_unprovision_network and cli playbook 2021-06-28 16:28:43 +05:30
zuul.d Add minor update job to tripleo-ansible zuul layout 2021-06-17 14:06:48 +00:00
.ansible-lint Module: tripleo_unprovision_network and cli playbook 2021-06-28 16:28:43 +05:30
.gitignore Upgrade ansible-lint to 5.0 2021-03-11 09:47:14 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:52 +00:00
.pre-commit-config.yaml Bump linters 2021-04-07 15:40:10 +01:00
.stestr.conf Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
.yamllint Re-organize zuul config 2019-06-19 12:52:07 -05:00
LICENSE normalize newlines at end of file 2019-11-12 15:06:58 +00:00
README.rst Fix launchpad tracker in README.rst 2019-09-29 10:08:38 +02:00
ansible-requirements.txt Add config_drive support to baremetal provision YAML 2021-03-31 10:39:27 +13:00
ansible-test-env.rc Molecule testing for TripleO Strategy Plugins 2020-06-03 20:07:10 +00:00
bindep.txt Drop tasks meant to run run_os_net_config.sh 2020-09-26 10:23:43 +05:30
molecule-requirements.txt Bump molecule to fix testing 2021-06-07 13:09:24 -06:00
requirements.txt Bump reqirements to tripleo-common>=16.0.0 2021-04-29 14:35:57 -04:00
requirements.yml Upgrade ansible-lint to 5.0 2021-03-11 09:47:14 +00:00
role-addition.yml role-addition: automatically add the new molecule jobs into periodic 2020-05-07 13:17:28 -04:00
roles Revert "Remove roles symlink" 2019-10-28 21:43:35 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-04 12:58:21 +00:00
setup.py Initial repo content 2018-07-17 16:36:40 -07:00
test-requirements.txt Add mock to test-requirements 2020-07-07 15:42:21 +03:00
tox.ini Correct the tox option for skipping sdist generation 2021-06-17 17:10:47 +00:00

README.rst

Team and repository tags

image

TripleO Ansible

TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.

Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/

The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/

The project home is at: https://launchpad.net/tripleo

The project bug tracker is located at: https://bugs.launchpad.net/tripleo