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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user