108942079b
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 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
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