Skip to content

Commit 89732da

Browse files
[#185473625]
1 parent ae7edcc commit 89732da

5 files changed

+30
-19
lines changed

environments.html.md.erb

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ tiles, except for Ops Manager. But if you followed the workflow in [Building You
2727

2828
- [Install BOSH-Lite](https://github.com/cloudfoundry/bosh-lite)
2929

30-
>**Note**
31-
>For this type of development environment, you only need BOSH-Lite itself to deploy managed service releases. You do not need to follow the instructions to Deploy Cloud Foundry in BOSH-Lite, as Cloud Foundry is provided by the <%= vars.product_dev_local %> installation above.
30+
<p class="note">
31+
<span class="note__title">Note</span>
32+
For this type of development environment, you only need BOSH-Lite itself to deploy managed service releases. You do not need to follow the instructions to Deploy Cloud Foundry in BOSH-Lite, as Cloud Foundry is provided by the <%= vars.product_dev_local %> installation above.
33+
</p>
3234

3335
### <a id='setup-pcfdev'></a> Setting up <%= vars.product_dev_local %>
3436

migrating-credhub-credentials.html.md.erb

+8-7
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ The following table lists the Ops Manager credential types you can migrate to Cr
3838
</tr>
3939
</table>
4040

41-
>**Note**
42-
>CredHub does not retain the salt when migrating <code>salted_credentials
43-
41+
<p class="note">
42+
<span class="note__title">Note</span>
43+
CredHub does not retain the salt when migrating <code>salted_credentials.
44+
</p>
4445

4546
See [Property and template references](./property-template-references.html#secret) for more information about credential types.
4647

@@ -97,10 +98,10 @@ following the naming conventions discussed in the [Update Values or Property Nam
9798
```
9899

99100

100-
>**Note**
101-
>While the property blueprint refers to the above type as <code>secret</code>, BOSH refers to the type as <code>password</code>. See the <a href="#cred-types">CredHub Credential Types</a> table at the beginning of this topic for more information about credential types.
102-
103-
101+
<p class="note">
102+
<span class="note__title">Note</span>
103+
While the property blueprint refers to the above type as <code>secret</code>, BOSH refers to the type as <code>password</code>. See the <a href="#cred-types">CredHub Credential Types</a> table at the beginning of this topic for more information about credential types.
104+
</p>
104105

105106
1. In your manifest snippet, replace the existing secret value with the new triple-parenthesis syntax.
106107
* Remove the existing secret from the manifest snippet:

migrating-syslog-configuration.html.md.erb

+4-3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ configuration, do one of the following:
148148
For more information about the `syslog_configuration` API endpoint, see
149149
[Retrieving syslog configuration for a product](https://docs.pivotal.io/platform/2-10/opsman-api/#tag/Syslog-Configuration/paths/~1api~1v0~1staged~1products~1{product_guid}~1syslog_configuration/get).
150150

151-
>**Note**
152-
>In the next version of your product, remove
153-
the deprecated syslog configuration properties.<
151+
<p class="note">
152+
<span class="note__title">Note</span>
153+
In the next version of your product, remove the deprecated syslog configuration properties.
154+
</p>

odb-resource-defaults.html.md.erb

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ title: Configuring disk and VM type defaults for on-demand service tiles
33
owner: Ops Manager
44
---
55

6-
>**Note**
7-
>Ops Manager 2.0 and later supports defining VM and disk type defaults and constraints.
6+
<p class="note">
7+
<span class="note__title">Note</span>
8+
Ops Manager 2.0 and later supports defining VM and disk type defaults and constraints.
9+
</p>
810

911

1012
Here you will find how tile authors can configure the dropdown menu items for VM types and persistent disk types in their tile.

property-template-references.html.md.erb

+10-5
Original file line numberDiff line numberDiff line change
@@ -983,9 +983,10 @@ Jobs require many different settings to function properly. That is the core of w
983983

984984
Ops Manager does not require tile authors to provide `vm_credentials` in the `property_blueprints` for each `job_type`. This is because `vm_credentials` are generated automatically. You can find them in the release manifest.
985985

986-
>**Note**
987-
>Ops Manager ignores <code>static_ip</code> and <code>dynamic_ip</code> keys. To configure the static IPs of a <code>job_type</code>, create a property blueprint with <code>name: static_ips</code> and <code>type: ip_ranges</code>.<br><code>static_ips</code> is a special keyword that Ops Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <a href="#ip-ranges">ip_ranges</a>.
988-
986+
<p class="note">
987+
<span class="note__title">Note</span>
988+
Ops Manager ignores <code>static_ip</code> and <code>dynamic_ip</code> keys. To configure the static IPs of a <code>job_type</code>, create a property blueprint with <code>name: static_ips</code> and <code>type: ip_ranges</code>.<br><code>static_ips</code> is a special keyword that Ops Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <a href="#ip-ranges">ip_ranges</a>.
989+
</p>
989990
```
990991
job_types:
991992
- name: web_server
@@ -1300,8 +1301,12 @@ The resources you can set are:
13001301

13011302
For examples of supported constraint types, see [integer](#integer).
13021303

1303-
>**Note**
1304-
>If you set the <code>default</code> property for <code>persistent_disk</code> to <code>0</code>, users cannot edit this value and the <strong>Resource Config</strong> pane in the Ops Manager tile displays <strong>None</strong> under the persistent disk text box.
1304+
If you set the <code>default</code> property for <code>persistent_disk</code> to <code>0</code>, users cannot edit this value and the <strong>Resource Config</strong> pane in the Ops Manager tile displays <strong>None</strong> under the persistent disk text box.
1305+
1306+
<p class="note">
1307+
<span class="note__title">Note</span>
1308+
If you set the <code>default</code> property for <code>persistent_disk</code> to <code>0</code>, users cannot edit this value and the <strong>Resource Config</strong> pane in the Ops Manager tile displays <strong>None</strong> under the persistent disk text box.
1309+
</p>
13051310

13061311
### <a id='job-instance-def'></a> instance_definition
13071312

0 commit comments

Comments
 (0)