tripleo-common/roles/tripleo-bootstrap
James Slagle 00136d8107 Create config-download dir in tripleo-bootstrap role
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
2017-12-12 13:12:11 -05:00
..
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 Create config-download dir in tripleo-bootstrap role 2017-12-12 13:12:11 -05: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