tripleo-common/roles/tripleo-bootstrap
Marius Cornea 878a7727b9 bootstrap: install network-scripts if EL8
network-scripts is required by the network service which is enabled
in tasks/main.yml.
Also run this block of tasks on EL8 only, where it's actually needed.

Change-Id: I2e43de001938bcdec96875ede0ef52d4742dc01c
Closes-bug: 1827277
2019-05-02 16:29:09 +00:00
..
defaults ansible: replace yum module by package module when possible 2018-08-06 12:10:41 +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 bootstrap: install network-scripts if EL8 2019-05-02 16:29:09 +00:00
README.md Introduce tripleo-bootstrap Ansible role 2017-12-06 01:20:38 +00:00

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