From 45126882cc00df95548230084e8b5b9e6728bc49 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 22 Feb 2016 14:57:27 -0800 Subject: [PATCH] Adding an identifier Updating with the docs fixes Updating with fixes from docs CI: SVENNNNNNNNN!!! Signed-off-by: Mary Anthony --- deploy-application.md | 8 ++++---- index.md | 3 ++- kv_store.md | 1 + ldap-config.md | 6 ++++++ manage/monitor-manage-users.md | 8 ++++---- networking.md | 1 + overview.md | 1 + reference/dump-certs.md | 1 + reference/engine-discovery.md | 1 + reference/fingerprint.md | 3 +++ reference/help.md | 1 + reference/images.md | 1 + reference/index.md | 1 + reference/install.md | 1 + reference/join.md | 1 + reference/uninstall.md | 1 + reference/upgrade.md | 1 + release_notes.md | 1 + understand_ha.md | 1 + 19 files changed, 33 insertions(+), 9 deletions(-) diff --git a/deploy-application.md b/deploy-application.md index cebe69d84d..bf4cf6a84e 100644 --- a/deploy-application.md +++ b/deploy-application.md @@ -2,7 +2,7 @@ +++ title = "Deploy an application" description = "Deploy an application thru UCP" -keywords = ["tbd, tbd"] +keywords = ["deploy, application"] [menu.main] parent="mn_ucp" weight=-80 @@ -216,7 +216,7 @@ frontend that sends jobs to asynchronous background workers. The application's design can accommodate arbitrarily large scale. The diagram below shows the high level architecture of the application. -![](../images/app-architecture.jpg) +![](images/app-architecture.jpg) The application is fully dockerized with all services running inside of containers. @@ -372,7 +372,7 @@ In this step, you deploy the application in UCP. 8. Expand to the app to see which nodes the application containers are running in. - ![](../images/votingapp_default.png) + ![](images/votingapp_default.png) ## Step 5. Test the application @@ -403,4 +403,4 @@ DNS name to the public IP address of the `votingapp_web-vote-app_1` node. 3. Point your web browser to [http://votingapp.local](http://votingapp.local) - ![](../images/vote-app-test.jpg) + ![](images/vote-app-test.jpg) diff --git a/index.md b/index.md index 3482c1693f..b47d9f49cb 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,7 @@ diff --git a/manage/monitor-manage-users.md b/manage/monitor-manage-users.md index 55fa3837b7..9bc4dda4ff 100644 --- a/manage/monitor-manage-users.md +++ b/manage/monitor-manage-users.md @@ -117,10 +117,10 @@ meaning they contain only users managed by UCP. Teams you create via an LDAP or Active Directory connection are known as **Discovered** teams. To use LDAP or Active Directory, you must have already -[configured the AUTH settings in UCP](ldap-config.md). When you create a -**Discovered** team, the system imports the members and applies the default -authorization set in UCP's **AUTH** settings. The value appears in the **DEFAULT -PERMISSIONS FOR NEW DISCOVERED ACCOUNTS** field. +configured the AUTH settings in UCP. When you create a **Discovered** team, the +system imports the members and applies the default authorization set in UCP's +**AUTH** settings. The value appears in the **DEFAULT PERMISSIONS FOR NEW +DISCOVERED ACCOUNTS** field. ![LDAP config](../images/ldap_access.png) diff --git a/networking.md b/networking.md index fc53f4eab9..e20f346ee6 100644 --- a/networking.md +++ b/networking.md @@ -1,6 +1,7 @@