Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Jenkins checking in autogenerated rST files
Browse files Browse the repository at this point in the history
  • Loading branch information
AthenaNebula Jenkins committed May 18, 2017
1 parent c616e7e commit b750c44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ file (in the format ``name=value``, e.g. ``home_domain=example.com``).
Sprout's Chronos timers. If not present, defaults to the host
specified in ``sprout-hostname``. In a GR deployment, should be set
to a deployment-wide Sprout hostname (that will be resolved by using
static DNS records in ``/etc/clearwater/dns_config``).
static DNS records in ``/etc/clearwater/dns.json``).
- ``ralf_chronos_callback_uri`` - the callback hostname used on ralf's
Chronos timers. If not present, defaults to the host specified in
``ralf-hostname``. In a GR deployment, should be set to a
deployment-wide Dime hostname (that will be resolved by using static
DNS records in ``/etc/clearwater/dns_config``).
DNS records in ``/etc/clearwater/dns.json``).
- ``cassandra_hostname`` - a hostname that resolves by DNS round-robin
to the signaling interface of all Vellum nodes in the local site.
- ``chronos_hostname`` - a hostname that resolves by DNS round-robin to
Expand Down Expand Up @@ -681,7 +681,7 @@ DNS Config
----------

This section describes the static DNS config which can be used to
override DNS results. This is set in ``/etc/clearwater/dns_config``.
override DNS results. This is set in ``/etc/clearwater/dns.json``.
Currently, the only supported record type is CNAME and the only
component which uses this is Chronos and the I-CSCF. The file has the
format:
Expand Down
5 changes: 2 additions & 3 deletions autogenerated_rst_docs/Modifying_Clearwater_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,14 @@ Modifying DNS Config
*This configuration can be freely modified without impacting service*

It's possible to add static overrides to DNS to a clearwater node. This
is done by adding entries to ``/etc/clearwater/dns_config``. Currently,
is done by adding entries to ``/etc/clearwater/dns.json``. Currently,
only CNAME records are supported and this is only used by Chronos and
the I-CSCF.

To change this file:

- Edit the file on one of your nodes in each site.
- Run
``sudo /usr/share/clearwater/clearwater-config-manager/scripts/upload_dns_config``.
- Run ``sudo cw-upload_dns_json``.
- The change will be automatically propagated around the site (using
Clearwater's `automatic configuration
sharing <Automatic_Clustering_Config_Sharing.html>`__ functionality)
Expand Down

0 comments on commit b750c44

Please sign in to comment.