Skip to content

Commit

Permalink
Getting started and dedicated OCM docs added
Browse files Browse the repository at this point in the history
added scaling pages

fixed topic map

amended title names and topic map

added deletion page

Cleaned up accessing page

adjusted networking

oops

updated per peer review

removed module
  • Loading branch information
sheriff-rh committed Nov 11, 2019
1 parent 3d05385 commit 5459488
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 12 deletions.
15 changes: 13 additions & 2 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,23 @@ Topics:
- Name: About OpenShift Container Engine
File: oce_about
Distros: openshift-enterprise
- Name: Accessing your services
File: accessing-your-services
Distros: openshift-dedicated
- Name: Legal notice
File: legal-notice
---
Name: Getting started
Dir: getting_started
Distros: openshift-dedicated
Topics:
- Name: Accessing your services
File: accessing-your-services
- Name: Scaling your cluster
File: scaling-your-cluster
- Name: Deleting your cluster
File: deleting-your-cluster
- Name: Networking
File: dedicated-networking
---
Name: Release notes
Dir: release_notes
Distros: openshift-enterprise
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ toc::[]

Once you have an {product-title} subscription, you can access your services.

include::modules/dedicated-accessing-your-cluster.adoc[leveloffset=+1]

include::modules/dedicated-configuring-your-application-routes.adoc[leveloffset=+1]

include::modules/dedicated-exposing-TCP-services.adoc[leveloffset=+1]
include::modules/dedicated-creating-your-cluster.adoc[leveloffset=+1]

////
Expand Down
9 changes: 9 additions & 0 deletions getting_started/dedicated-networking.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[id="dedicated-networking"]
= Neworking
include::modules/common-attributes.adoc[]
:context: access

toc::[]

include::modules/dedicated-configuring-your-application-routes.adoc[leveloffset=+1]
include::modules/dedicated-exposing-TCP-services.adoc[leveloffset=+1]
15 changes: 15 additions & 0 deletions getting_started/deleting-your-cluster.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[id="deleting-your-cluster"]
= Deleting your cluster
include::modules/common-attributes.adoc[]
:context: access

To delete your {product-title} cluster:

. From link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift], click
on the cluster you want to delete.

. Click the *Actions* button, then *Delete Cluster*.

. Type the name of the cluster highlighted in bold, then click *Delete*.

Cluster deletion occurs automatically.
8 changes: 8 additions & 0 deletions getting_started/scaling-your-cluster.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[id="scaling-your-cluster"]
= Scaling your cluster
include::modules/common-attributes.adoc[]
:context: access

toc::[]

include::modules/dedicated-scaling-your-cluster.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Module included in the following assemblies:
//
// * welcome/accessing-your-services.adoc
// * getting_started/accessing-your-services.adoc

[id="dedicated-accessing-your-cluster_{context}"]
= Accessing your cluster
[id="dedicated-creating-your-cluster_{context}"]
= Creating your cluster

To access your {product-title} cluster:
To create your {product-title} cluster:

. Log in to link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift].

Expand All @@ -16,7 +16,7 @@ To access your {product-title} cluster:
. Select your *Node Type*. The number and types of nodes available to you depend
upon your {product-title} subscription.

. If you wish to configure your networking IP ranges under *Advanced Options*, the
. If you want to configure your networking IP ranges under *Advanced Options*, the
following are the default ranges available to use:

.. Node CIDR: 10.0.0.0/16
Expand All @@ -32,3 +32,12 @@ Further configuration details may be found xref:../authentication/dedicated-unde

In the *Overview* tab under the *Details* heading will have a *Status*
indicator. This will indicate that your cluster is *Ready* for use.

= Accessing your cluster

To access your {product-title} cluster:

. From link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift], click
on the cluster you want to access.

. Click *Launch Console*.
18 changes: 18 additions & 0 deletions modules/dedicated-scaling-your-cluster.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Module included in the following assemblies:
//
// * getting_started/scaling_your_cluster.adoc

[id="dedicated-scaling-your-cluster_{context}"]
= Scaling your cluster

To scale your {product-title} cluster:

. From link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift], click
on the cluster you want to resize.

. Click the *Actions* button, then *Scale Cluster*.

. Select how many compute nodes are required, then click *Apply*.

Scaling occurs automatically. In the *Overview* tab under the *Details*
heading,the *Status* indicator shows that your cluster is *Ready* for use.

0 comments on commit 5459488

Please sign in to comment.