Skip to content

Commit 8ffc48a

Browse files
authored
Merge pull request #219 from cloudfoundry/remove-commercial-references
Remove commercial references
2 parents 2812fbd + 8a1cc52 commit 8ffc48a

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ To configure the maximum number of started instances:
2525

2626
1. Save the changes and re-deploy BOSH.
2727

28-
<p class="terminal">diego.auctioneer.starting_container_count_maximum:<br/>
29-
description: "Maximum number of inflight container starts allowed globally. Value of 0 or less indicates no limit."<br/>
30-
default: Your-numerical-value-here</p>
28+
<pre class="terminal">diego.auctioneer.starting_container_count_maximum:
29+
description: "Maximum number of inflight container starts allowed globally. Value of 0 or less indicates no limit."
30+
default: Your-numerical-value-here</pre>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Perform the following steps:
215215
- name: z1
216216
cloud_properties:
217217
availability_zone: AVAILABILITY-ZONE-FROM-LARGE-Z1-RESOURCE-POOL
218-
- name: z1
218+
- name: z2
219219
cloud_properties:
220220
availability_zone: AVAILABILITY-ZONE-FROM-LARGE-Z2-RESOURCE-POOL
221221
- name: z3

cf-release-eol.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Release Integration
77

88
## Next Steps
99

10-
* If you have an existing Cloud Foundry deployment that uses <code>cf-release</code>, see the <a href="./migrating.html">Migrating from cf-release to cf-deployment</a> topic.
10+
* If you have an existing Cloud Foundry deployment that uses <code>cf-release</code>, see the [cf-deployment documentation](https://github.com/cloudfoundry/cf-deployment) for migration guidance.
1111

1212
* If you are deploying Cloud Foundry for the first time, see the <a href="./cf-deployment/index.html">Deploying Cloud Foundry with cf-deployment</a> topic.
1313

index.html.md.erb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ upgraded on any cloud IaaS provider. Cloud Foundry achieves this by leveraging
88
[BOSH](https://bosh.io/), an open source tool for release engineering,
99
deployment, lifecycle management, and distributed systems monitoring.
1010

11-
If installing Cloud Foundry for the first time, [deploy](./cf-deployment/index.html) with `cf-deployment`.
12-
13-
If you have an existing Cloud Foundry deployment that uses `cf-release`, [migrate](./migrating.html) your deployment to `cf-deployment`.
14-
15-
* [Deploying Cloud Foundry with cf-deployment](./cf-deployment/index.html)
16-
* [Migrating from cf-release to cf-deployment](./migrating.html)
11+
If installing Cloud Foundry for the first time, [deploy](./cf-deployment/index.html) with `cf-deployment`. See [Deploying Cloud Foundry with cf-deployment](./cf-deployment/index.html).
1712

1813
<p class="note"><%=vars.cfdev_link %></p>

0 commit comments

Comments
 (0)