Bug 440141
Summary: | Provide a tool which removes DS instances | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Dogtag Certificate System | Reporter: | Matthew Harmsen <mharmsen> | ||||||||
Component: | Tools - Java | Assignee: | Matthew Harmsen <mharmsen> | ||||||||
Status: | CLOSED NOTABUG | QA Contact: | Chandrasekar Kannan <ckannan> | ||||||||
Severity: | low | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | 1.0 | CC: | awnuk, benl, blord, cfu, jgalipea, jmagne, nkinder | ||||||||
Target Milestone: | 1.0 | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2009-06-15 20:25:49 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 443788 | ||||||||||
Attachments: |
|
Description
Matthew Harmsen
2008-04-01 21:26:42 UTC
Related to bug 440298? This script needs to work for BOTH 32-bit and 64-bit instances. Created attachment 302939 [details]
PKI remove DS instance script
Created attachment 302940 [details]
32-bit CGI DS removal script
Created attachment 302941 [details]
64-bit CGI DS removal script
The attachments look good. A couple of very minor nits with the shell script: - Make the strings that refer to Fedora Directory Server brand agnostic. - Prepend "./" to the cgi that the shell script will call. Thanks to the Directory Server team for letting us "borrow" their scripts to create our own PKI-specific scripts. This will be addressed better by Bugzilla Bug #442753, when Directory Server creates a removal script that is independent of the Administration Server. svn status | grep -v ^$ | grep -v ^? | grep -v ^P | grep -v ^X A linux/scripts/remove_ds_instance A linux/scripts/ds_remove_cgi_32 A linux/scripts/ds_remove_cgi_64 Adding linux/scripts/ds_remove_cgi_32 Adding linux/scripts/ds_remove_cgi_64 Adding linux/scripts/remove_ds_instance Transmitting file data ... Committed revision 29. Added a comment to the http://pki.fedoraproject.org/wiki/PKI_Components_Collectively_via_Subversion page regarding the use of this script. Bug already MODIFIED. setting target CS8.0 and marking screened+ the scripts exist in the source tree but are not installed. Is this correct? (In reply to comment #10) > the scripts exist in the source tree but are not installed. Is this correct? The remove-ds.pl script should be installed as of RHDS 8.1. |