Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 696 Bytes

Ansible install Undercloud

Use ansible to install undercloud at localhost.

Version

Pike

Requirement

  • Ansible >= 2.4
  • CentOS 7
  • Internet

Install Ansible

Use tools/install_ansible shell script.

Prepare tripleo repo file if not exist

Use tools/get_tripleo_repo shell script.

Quick Start

Play at localhost as below:

  1. Configure the undercloud_config.yaml.
  2. Install undercloud with root user ansible-playbook -e "@undercloud_config.yaml" main.yaml.

Ansible backup controller

Play run on a controller: ansible-playbook -i [controller-hostname/ip], backup_overcloud.yaml

Ansible backup undercloud

Play run on undercloud: ansible-playbook backup_undercloud.yaml