Add overcloud scale nodes

Typical workflow:
1. Scale node
2. Validate the overcloud
3. Reduce scale by deleting orignal node of scale type
4. Re-inventory the overcloud
5. Validate the overcloud

Note: Related to change[1] adding role to CAT

[1] - https://review.gerrithub.io/#/c/274987/

Change-Id: I0da9cce50a7a491f5370521fad3c5409c2c917b1
This commit is contained in:
Harry Rybacki
2016-06-07 16:09:00 -04:00
parent 12ed48ede3
commit 13d9e4416c
13 changed files with 509 additions and 15 deletions

View File

@@ -1,2 +1,18 @@
---
# tasks file for ansible-role-tripleo-overcloud-scale-nodes
- include: pre-scale.yml
when: artosn_scale_nodes
tags:
- pre-overcloud-scale-nodes
- include: scale-nodes.yml
when: artosn_scale_nodes
tags:
- overcloud-scale-nodes
# Optionally delete the original node of type scaled
- include: delete-original-node.yml
when: artosn_delete_original_node
tags:
- post-overcloud-scale-nodes-delete