Bug 1235995
Summary: | [Docs] [Director] Support for using heat templates w/o tuskar when deleting a node | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jan Provaznik <jprovazn> |
Component: | documentation | Assignee: | Dan Macpherson <dmacpher> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | Director | CC: | adahms, calfonso, jslagle, mburns, rhel-osp-director-maint, yeylon |
Target Milestone: | ga | Keywords: | Documentation, Triaged |
Target Release: | Director | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-04 01:40:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Provaznik
2015-06-26 10:03:29 UTC
We need to document the workaround using heat directly. Assigning to Dan for review. 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 "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 Looks good to me; moving to VERIFIED. This content is now live on the Customer Portal; closing. |