Skip to content

Commit

Permalink
add partial for how to enable app service discovery [#154251675]
Browse files Browse the repository at this point in the history
  • Loading branch information
pspinrad committed Feb 16, 2018
1 parent a030189 commit aa19f7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -9,7 +9,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
backports (3.11.0)
backports (3.11.1)
bookbindery (10.1.12)
ansi (~> 1.4)
css_parser
Expand Down Expand Up @@ -52,12 +52,12 @@ GEM
css_parser (1.6.0)
addressable
dotenv (2.2.1)
elasticsearch (6.0.0)
elasticsearch-api (= 6.0.0)
elasticsearch-transport (= 6.0.0)
elasticsearch-api (6.0.0)
elasticsearch (6.0.1)
elasticsearch-api (= 6.0.1)
elasticsearch-transport (= 6.0.1)
elasticsearch-api (6.0.1)
multi_json
elasticsearch-transport (6.0.0)
elasticsearch-transport (6.0.1)
faraday
multi_json
em-websocket (0.5.1)
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
middleman-core (>= 3.2)
rouge (~> 1.0)
mini_portile2 (2.3.0)
minitest (5.11.1)
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.8.1)
Expand Down
1 change: 1 addition & 0 deletions config/template_variables.yml
Expand Up @@ -88,6 +88,7 @@ template_variables:
domain_name: cloudfoundry.org
domains_shared_domains:
email_notifications:
enable_c2c_discovery: include three ops files in your CF deployment, as described in the <a href="https://github.com/cloudfoundry/cf-app-sd-release#deployment-instructions">CF App Service Discovery Release</a> on Github
enable_syslog_drain: See the [Configuring System Logging](../running/managing-cf/logging-config.html) and [Using Log Management Services](../devguide/services/log-management.html) topics for more information.
enable_syslog_forwarding_link: <p class="note"><strong>Note</strong>&#58; For this procedure to work, you must enable system log forwarding. For more information, see the <a href="https://docs.cloudfoundry.org/running/managing-cf/logging-config.html#syslog-forward"> Enabling System Log Forwarding</a> topic. </p>
example_domain_edu: www.example.edu
Expand Down

0 comments on commit aa19f7f

Please sign in to comment.