Bug 1235995 - [Docs] [Director] Support for using heat templates w/o tuskar when deleting a node
Summary: [Docs] [Director] Support for using heat templates w/o tuskar when deleting a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: Director
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ga
: Director
Assignee: Dan Macpherson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-26 10:03 UTC by Jan Provaznik
Modified: 2016-01-04 01:40 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-04 01:40:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Provaznik 2015-06-26 10:03:29 UTC
Description of problem:
UCLI "overcloud deploy" command supports using heat templates directly instead of using tuskar. There is no this option for "overcloud node delete" command (tuskar is used).

Comment 3 chris alfonso 2015-06-26 17:40:08 UTC
We need to document the workaround using heat directly.

Comment 4 Andrew Dahms 2015-06-29 04:34:36 UTC
Assigning to Dan for review.

Comment 5 Jan Provaznik 2015-07-08 14:05:02 UTC
Once this patch is merged https://review.openstack.org/#/c/199576/, doing node deletion manually is quite simple:

1) create an extra environment file which specifies node indexes to be removed, for example to remove node "overcloud-compute-0" the file should look like this:
$ cat /home/stack/nodes-removal.yaml
parameters:
  ComputeRemovalPolicies:
    [{'resource_list': ['0']}]

2) re-deploy overcloud with decreased number of nodes and the extra env file:
$ openstack overcloud deploy  --use-tripleo-heat-templates --compute-scale 1 -e /home/stack/removal.yaml

Comment 6 Jan Provaznik 2015-07-20 12:07:56 UTC
"overcloud node delete" command was improved to support tht directly:
https://bugzilla.redhat.com/show_bug.cgi?id=1242989

documentation patch which describes deleting node both with and without tuskar is here:
https://review.gerrithub.io/239329

Comment 8 Andrew Dahms 2015-08-16 02:45:31 UTC
Looks good to me; moving to VERIFIED.

Comment 9 Andrew Dahms 2016-01-04 01:40:29 UTC
This content is now live on the Customer Portal; closing.


Note You need to log in before you can comment on or make changes to this bug.