Use ansible to install undercloud at localhost.
Pike
- Ansible >= 2.4
- CentOS 7
- Internet
Use tools/install_ansible shell script.
Use tools/get_tripleo_repo shell script.
Play at localhost as below:
- Configure the
undercloud_config.yaml
. - Install undercloud with root user
ansible-playbook -e "@undercloud_config.yaml" main.yaml
.
Play run on a controller:
ansible-playbook -i [controller-hostname/ip], backup_overcloud.yaml
Play run on undercloud:
ansible-playbook backup_undercloud.yaml