forked from joemoore/docs-addon-ipsec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uninstalling.html.md.erb
51 lines (40 loc) · 1.75 KB
/
uninstalling.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Uninstalling the IPsec Add-on for PCF
owner: Security Engineering
---
<style>
.note.warning {
background-color: #fdd;
border-color: #fbb
}
.note.warning:before {
color: #f99;
}
</style>
<strong><%= modified_date %></strong>
This topic describes how to uninstall IPsec from your deployment.
##<a id="limitation"></a>Limitations
Uninstalling the IPsec add-on is only supported in <strong>v1.6.x</strong> and above.
##<a id="uninstall"></a>Uninstall the IPsec Add-On
1. Retrieve the latest runtime config by running one of the following commands:
* **For Ops Manager v1.10 or earlier:**
`bosh runtime-config > PATH-TO-SAVE-THE-RUNTIME-CONFIG`
* **For Ops Manager v1.11 or later:**
`bosh2 -e BOSH-ENVIRONMENT runtime-config > PATH-TO-SAVE-THE-RUNTIME-CONFIG`
2. Set the `optional` flag to `true` under IPsec properties.
3. Update the runtime config by running one of the following commands:
* **For Ops Manager v1.10 or earlier:**
`bosh update runtime-config PATH/YOUR-RUNTIME-CONFIG.yml`
* **For Ops Manager v1.11 or later:**
`bosh2 -e BOSH-ENVIRONMENT update-runtime-config --name=ipsec PATH-TO-SAVE-THE-RUNTIME-CONFIG`
4. Navigate to your **Installation Dashboard** in Ops Manager.
5. Click **Apply Changes**.
6. Wait for the installation to complete.
7. Remove IPsec from the runtime config.
8. Update the runtime config by running one of the following commands:
* **For Ops Manager v1.10 or earlier:**
`bosh update runtime-config PATH/YOUR-RUNTIME-CONFIG.yml`
* **For Ops Manager v1.11 or later:**
`bosh2 -e BOSH-ENVIRONMENT update-runtime-config --name=ipsec PATH-TO-SAVE-THE-RUNTIME-CONFIG`
9. Navigate to your **Installation Dashboard** in Ops Manager.
10. Click **Apply Changes**.