You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: migrating-syslog-configuration.html.md.erb
-3
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,4 @@ configuration:
151
151
For more information about the `syslog_configuration` API endpoint, see
152
152
[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).
153
153
154
-
<pclass="note">
155
-
<spanclass="note__title">Note</span>
156
154
In the next version of your product, remove the deprecated syslog configuration properties.
Copy file name to clipboardexpand all lines: property-template-references.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -997,7 +997,7 @@ Jobs require many different settings to function properly. That is the core of w
997
997
998
998
Tanzu Operations 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.
999
999
1000
-
<p>Tanzu Operations 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 Tanzu Operations Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <ahref="#ip-ranges">ip_ranges</a>.</p>
1000
+
Tanzu Operations 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 Tanzu Operations Manager uses to find static IPs and pass them to the BOSH manifest. For more information about <code>ip_ranges</code>, see <ahref="#ip-ranges">ip_ranges</a>.
Copy file name to clipboardexpand all lines: tile-generator.html.md.erb
+7-9
Original file line number
Diff line number
Diff line change
@@ -102,17 +102,15 @@ For a 7-minute introduction into what Tile Generator is and does, see
102
102
This puts the `tile` and `pcf` commands in your `PATH` when the virtualenv is active.
103
103
To deactivate the virtualenv, run the command `deactivate`.
104
104
105
-
<p>To upgrade Tile Generator, run <code>pip install tile-generator --upgrade</code>
106
-
with the virtualenv activated.</p>
105
+
To upgrade Tile Generator, run <code>pip install tile-generator --upgrade</code>
106
+
with the virtualenv activated.
107
107
108
108
109
109
2. Install the [BOSH documentation](https://bosh.io/docs/cli-v2.html).
110
110
111
111
3. From within the root directory of the project for which you want to create a tile,
112
-
initialize the directory as a tile repository by running the following commands:
113
-
114
-
<p> If you are using the <%=vars.company_name%> recommends that you use a git repository.
115
-
</p>
112
+
initialize the directory as a tile repository by running the following commands.
113
+
If you are using the <%=vars.company_name%> recommends that you use a git repository.
116
114
117
115
```
118
116
cd YOUR-PROD-DIRECTORY
@@ -176,7 +174,7 @@ You can build this sample using the following steps:
176
174
The sample tile includes a Python app that is used again in several packages, sometimes as an app, sometimes as a service broker. One of the deployments (app3)
177
175
muses the sample app inside a Docker image that is modified
178
176
by the CI pipeline. If you edit the sample app, you can build your own Docker image using the provided <code>Dockerfile</code> and change the image name in
179
-
<code>sample/tile.yml</code> to include the modified code in app3.</p>
177
+
<code>sample/tile.yml</code> to include the modified code in app3.
180
178
181
179
## <aid="define"></a> Define your tile in <code>tile.yml</code> file
182
180
@@ -743,8 +741,8 @@ stemcell_criteria:
743
741
os: 'ubuntu-trusty'
744
742
version: '3146.5'
745
743
```
746
-
<p> You must quote the version to force the type to be a string.
747
-
</p>
744
+
745
+
You must quote the version to force the type to be a string.
0 commit comments