e7bc6b185d
This role will be used to prepare an environment that will deploy TripleO. For now, it'll just deploy 2 packages by default. Change-Id: I560273be2ebe3a49ff37e3682222706939e5d879
40 lines
615 B
Markdown
40 lines
615 B
Markdown
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
|