forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
add-ons.html.md.erb
executable file
·33 lines (19 loc) · 1.83 KB
/
add-ons.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
---
breadcrumb: Pivotal Cloud Foundry Documentation
title: Deploying BOSH Add-Ons
owner: PCF Documentation
---
This documentation explains how to deploy BOSH Add-ons as a part of installing the Pivotal Cloud Foundry (PCF) platform.
##<a id='overview'></a>Overview
- BOSH add-ons include the [IPsec](https://docs.pivotal.io/addon-ipsec), [ClamAV](https://docs.pivotal.io/addon-clamav), and [File Integrity Monitoring](https://docs.pivotal.io/addon-fim), which enhance PCF platform security and security logging.
- You deploy these add-ons via BOSH rather than installing them with Ops Manager tiles.
##<a id='contents'></a>Contents
* **[IPSec](https://docs.pivotal.io/addon-ipsec/index.html)** secures data transmissions inside PCF following IPSec standards.
* **[ClamAV](https://docs.pivotal.io/addon-antivirus/1-3/index.html)** logs PCF internal antivirus protection activity, to demonstrate to auditors that it complies with industry standards and government regulations.
* **[File Integrity Monitoring](https://docs.pivotal.io/addon-fim/index.html)** (FIM) logs PCF internal file integrity monitoring activity, to demonstrate to auditors that it complies with industry standards and government regulations.
##<a id='bosh'></a>Deploying with BOSH
Here's how people use BOSH to run software in the cloud:
1. To use BOSH, you create a a _manifest_ `.yml` file that specifies your software system's component processes, the VMs they run on, how they communicate, and anything else they need.
2. The BOSH command-line interface (CLI) or API sends the manifest to the _Director_, BOSH's executive process.
3. The Director provisions what it needs from the IaaS, _deploys_ your software to run in the cloud, and heals automatically when VMs go down.
4. BOSH CLI and API commands let you control BOSH-managed processes and allocate or release IaaS resources.