00136d8107
Instead of creating the /var/lib/heat-config/tripleo-config-download directory before every individual server deployment, we should just do it one time. Move the task to the new tripleo-bootstrap role which is run at the beginning before any deployments. Change-Id: Id8706f61df717bbe614aade659ff13b857e7f9dd Closes-Bug: #1737801 |
||
---|---|---|
.. | ||
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