forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_errands.html.md.erb
36 lines (20 loc) · 2.96 KB
/
_errands.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
Errands are scripts that Ops Manager runs automatically when it installs or uninstalls a product, such as a new version of Pivotal Application Service (PAS). There are two types of errands: _post-deploy errands_ run after the product is installed, and _pre-delete errands_ run before the product in uninstalled.
By default, Ops Manager always runs all errands.
The PAS tile **Errands** pane lets you change these run rules. For each errand, you can select **On** to run it always or **Off** to never run it.
For more information about how Ops Manager manages errands, see the [Managing Errands in Ops Manager](./managing_errands.html) topic.
<p class='note'><strong>Note:</strong> Several errands deploy apps that provide services for your deployment, such as Autoscaling and Notifications. Once one of these apps is running, selecting <strong>Off</strong> for the corresponding errand on a subsequent installation does not stop the app.</p>
<%= image_tag('errands-on.png') %>
* **Smoke Test Errand** verifies that your deployment can do the following:
* Push, scale, and delete apps
* Create and delete orgs and spaces
* **Usage Service Errand** deploys the Pivotal Usage Service application, which Apps Manager depends on.
* **Apps Manager Errand** deploys Apps Manager, a dashboard for managing apps, services, orgs, users, and spaces. Until you deploy Apps Manager, you must perform these functions through the cf CLI. After Apps Manager has been deployed, Pivotal recommends setting this errand to **Off** for subsequent PAS deployments. For more information about Apps Manager, see the [Getting Started with the Apps Manager](../console/dev-console.html) topic.
* **Notifications Errand** deploys an API for sending email notifications to your PCF platform users.
<p id='notifications' class='note'><strong>Note:</strong>
The Notifications app requires that you <a href='#smtp'>configure SMTP</a> with a username and password, even if you set the value of <strong>SMTP Authentication Mechanism</strong> to <code>none</code>.
</p>
* **Notifications UI Errand** deploys a dashboard for users to manage notification subscriptions.
* **Autoscaling Errand** enables you to configure your apps to automatically scale in response to changes in their usage load. See the [Scaling an Application Using Autoscaler](../appsman-services/autoscaler/using-autoscaler.html) topic for more information.
* **Autoscaling Registration Errand** makes the Autoscaling service available to your applications. Without this errand, you cannot bind the Autoscaling app to your apps.
* **NFS Broker Errand** enables you to use NFS Volume Services by installing the NFS Broker app in PAS. See the [Enabling NFS Volume Services](../opsguide/enable-vol-services.html) topic for more information.
* **Delete Pivotal Account Application** deletes Pivotal Account, a dashboard that allowed users to create and manage their accounts. Pivotal Account is no longer being used by PAS and has been replaced by UAA.