tripleo-common/roles/tripleo-bootstrap
James Slagle 108942079b Don't fail tripleo-bootstrap on package installs
This changes the package install task to not fail if there is a problem
installing the bootstrap packages. This is inline with existing
expectations that we don't require a working package manager with
enabled repos on initial images.

A followup task is added which will cause an error if any of the
required bootstrap packages are not already installed.

This patch also fixes the image yaml files that were not using the
parent package openstack-heat-agents which uncovered this issue.

Change-Id: I5df6193a0d72e8b52a2d95e1827173fc74885d37
Closes-Bug: #1792994
2018-09-24 14:03:54 -04: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 Don't fail tripleo-bootstrap on package installs 2018-09-24 14:03:54 -04:00
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