1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
installer/upi/openstack
Roman Dobosz 39f4d26d92 OCPBUGS-25132: Fixes for the OpensStack UPI playbooks.
This commit changes `ether_type` field to `ethertype` so it will not
break on older ansible openstack collections.
Also, fixed condition for IPv6 block.
2023-12-13 11:40:00 +01:00
..
2023-11-14 15:06:19 +01:00
2023-11-14 15:06:19 +01:00

Ansible Playbooks for Openstack UPI

This directory contains the Ansible scripts expected to automate most of the command-line work in the User-Provided-Infrastructure installation.

How to use

Customize the cluster properties in the Inventory file.

The playbooks in this directory are designed to reproduce an IPI installation, but are highly customizable. Please be aware of changes made to the install playbooks that may require changes to the teardown playbooks.

Every step can be run like this:

(venv)$ ansible-playbook -i inventory.yaml network.yaml

For every script, a symmetrical teardown playbook is provided:

(venv)$ ansible-playbook -i inventory.yaml down-network.yaml

A full teardown can be achieved by running all the down scripts in reverse order.

Please refer to the UPI documentation for step-by-step instructions.