
This commit adds the equivalent ansible tasks from the deployed-server bootstrap resources[1] so that we can move towards eliminating those resources from the Heat templates. [1] https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployed-server/deployed-server-bootstrap-centos.sh https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployed-server/deployed-server-bootstrap-rhel.sh Change-Id: Idc13a88481ae618f0321009f49acf71e68258b95 implements: blueprint reduce-deployment-resources
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