forked from joemoore/docs-addon-ipsec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuninstalling.html.md.erb
More file actions
48 lines (37 loc) · 1.23 KB
/
uninstalling.html.md.erb
File metadata and controls
48 lines (37 loc) · 1.23 KB
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
---
title: Uninstalling the PCF IPsec Add-On
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.
<pre class="terminal">
$ bosh runtime-config > PATH\_TO\_SAVE\_THE\_RUNTIME\_CONFIG
</pre>
2. Set the `optional` flag to `true` under IPsec properties.
3. Update the runtime config.
<pre class="terminal">
$ bosh update runtime-config PATH\_TO\_SAVE\_THE\_RUNTIME\_CONFIG
</pre>
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.
3. Update the runtime config.
<pre class="terminal">
$ bosh update runtime-config PATH\_TO\_SAVE\_THE\_RUNTIME\_CONFIG
</pre>
9. Navigate to your **Installation Dashboard** in Ops Manager.
10. Click **Apply Changes**.