tripleo-common/roles/tripleo-bootstrap
ramishra b3183235a9 [queens] Don't use service_facts
Don't use service_facts to check if NetworkManager is enabled.
We're removing facts usage as it has performance issues and
ansible 2.6 service_facts module does not have 'status'.

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/777051
Closes-Bug: #1916459
Change-Id: Iefb3d6b3c4800e6948d44c9419f6690d5220a399
2021-02-23 11:07:10 +05:30
..
defaults Introduce tripleo-bootstrap Ansible role 2017-12-06 01:20:38 +00:00
handlers Introduce tripleo-bootstrap Ansible role 2017-12-06 01:20:38 +00:00
meta Introduce tripleo-bootstrap Ansible role 2017-12-06 01:20:38 +00:00
tasks [queens] Don't use service_facts 2021-02-23 11:07:10 +05:30
README.md Introduce tripleo-bootstrap Ansible role 2017-12-06 01:20:38 +00:00

README.md

tripleo-bootstrap

An Ansible role to bootstrap a TripleO deployment.

Requirements

This section needs to be documented.

Role variables

  • packages_bootstrap: -- list of required packages to bootstrap TripleO.

Dependencies

This role needs repositories to be deployed as it works now.

Example Playbook

Sample playbook to call the role:

  • name: Bootstrap TripleO hosts: all roles:
    • tripleo-bootstrap

License

Free software: Apache License (2.0)

Author Information

OpenStack TripleO team