diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-26 14:59:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-26 14:59:41 +0000 |
commit | 45181385037254580683fe5115bd86f85d797a85 (patch) | |
tree | e680402338eb50d8642980d0a589b5401c3620bc /docs/sections/components | |
parent | e3cc247ee8433af213582c124fd56ebba3e1bdce (diff) | |
parent | e7933a07c9b86a158177fb896b308e3e75b1d35c (diff) |
Merge "fix typos"
Diffstat (limited to 'docs/sections/components')
4 files changed, 8 insertions, 8 deletions
diff --git a/docs/sections/components/component-specification/docker-specification.rst b/docs/sections/components/component-specification/docker-specification.rst index 7fb66e57..128c006d 100755 --- a/docs/sections/components/component-specification/docker-specification.rst +++ b/docs/sections/components/component-specification/docker-specification.rst @@ -60,7 +60,7 @@ platform currently supports http and docker health checks. When choosing a value for interval, consider that too frequent
healthchecks will put unnecessary load on Consul and DCAE. If there is a
problematic resource, then more frequent healthchecks are warranted (eg
-15s or 60s), but as stablility increases, so can these values, (eg
+15s or 60s), but as stability increases, so can these values, (eg
300s).
When choosing a value for timeout, consider that too small a number will
diff --git a/docs/sections/components/component-type-docker.rst b/docs/sections/components/component-type-docker.rst index da83a78b..90742453 100755 --- a/docs/sections/components/component-type-docker.rst +++ b/docs/sections/components/component-type-docker.rst @@ -93,8 +93,8 @@ Components are required to pull their ``generated application configuration`` at application startup. The
component must provide an initialization script that retrieves the
application configuration and reference that script in its Dockerfile.
-Other calls can be made to CONFIG BINDING SERVICE to retrieve DMaaP,
-or Pollicy Reconfiguration (not yet supported).
+Other calls can be made to CONFIG BINDING SERVICE to retrieve DMaaP,
+or Policy Reconfiguration (not yet supported).
You can see more details on the generated application configuration
:any:`here <dcae-cli-view-the-platform>`
@@ -341,7 +341,7 @@ Nexus registry: YOUR_NEXUS_DOCKER_REGISTRY/yourapp 0.4.0 154cc382df61 7 weeks ago 710.5 MB
yourapp 0.4.0 154cc382df61 7 weeks ago 710.5 MB
-The solutioning evironment’s Nexus host for the Docker registry is
+The solutioning environment’s Nexus host for the Docker registry is
``YOUR_NEXSUS_HOST:18443``. You must run
``docker login YOUR_NEXSUS_HOST:18443`` to access the registry.
Please contact the DCAE platform team to provide you with the
diff --git a/docs/sections/components/dcae-cli/commands.rst b/docs/sections/components/dcae-cli/commands.rst index 4634472d..f471d671 100644 --- a/docs/sections/components/dcae-cli/commands.rst +++ b/docs/sections/components/dcae-cli/commands.rst @@ -201,7 +201,7 @@ List components in the onboarding catalog that owned by YOUR userid.. The fields ``Name``, ``Version``, ``Type``, ``Description`` are
referenced from the component specification’s ``self`` JSON. Use the
-“–deployed” argument to see more details on deploymed components
+“–deployed” argument to see more details on deployed components
--------------
diff --git a/docs/sections/components/glossary.rst b/docs/sections/components/glossary.rst index 1ad4fcd0..51fb031b 100644 --- a/docs/sections/components/glossary.rst +++ b/docs/sections/components/glossary.rst @@ -146,13 +146,13 @@ DCAE Platform Component that received Policy updates from Policy UI Policy UI (not yet implemented) ------------------------------- -Non DCAE Component - Policy User Interace where Operations assigns -values to configuraton specified for this. +Non DCAE Component - Policy User Interface where Operations assigns +values to configuration specified for this. Run-Time -------- -Refers to the when a service is running on the platform. +Refers to the when a service is running on the platform. SCH - Service Change Handler ---------------------------- |