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 Jun 28, 2017
1 parent 33c2b43 commit d54bf47
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions autogenerated_rst_docs/Backups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ commands on that node:

::

cw-upload_shared_config
cw-upload_bgcf_json
cw-upload_enum_json
cw-upload_scscf_json
cw-upload_shared_ifcs_xml
cw-upload_fallback_ifcs_xml
sudo cw-upload_shared_config
sudo cw-upload_bgcf_json
sudo cw-upload_enum_json
sudo cw-upload_scscf_json
sudo cw-upload_shared_ifcs_xml
sudo cw-upload_fallback_ifcs_xml

See `Modifying Clearwater settings <Modifying_Clearwater_settings.html>`__
for more details on this.
12 changes: 6 additions & 6 deletions autogenerated_rst_docs/Manual_Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ this).

::

cw-upload_shared_config
sudo cw-upload_shared_config

Provision Telephone Numbers in Ellis
------------------------------------
Expand Down Expand Up @@ -599,14 +599,14 @@ node, then upload it to the shared configuration database by running
``sudo cw-upload_shared_ifcs_xml``.

To validate the Shared iFC configuration file before uploading it, run
the command ``sudo cw-validate_shared_ifcs_xml <file_location>`` on the
the command ``cw-validate_shared_ifcs_xml <file_location>`` on the
Sprout node the file is present on.

To remove the Shared iFC configuration, run the command
``sudo cw-remove_shared_ifcs_xml`` on any Sprout node.

To view the Shared iFCs being used on any Sprout node, run the command
``sudo cw-display_shared_ifcs`` on that Sprout node.
``cw-display_shared_ifcs`` on that Sprout node.

Fallback iFC configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -642,11 +642,11 @@ node, then upload it to the shared configuration database by running
``sudo cw-upload_fallback_ifcs_xml``.

To validate the fallback iFC configuration file before uploading it, run
the command ``sudo cw-validate_fallback_ifcs_xml <file_location>`` on
the Sprout node the file is present on.
the command ``cw-validate_fallback_ifcs_xml <file_location>`` on the
Sprout node the file is present on.

To remove the fallback iFC configuration, run the command
``sudo cw-remove_fallback_ifcs_xml`` on any Sprout node.

To view the Fallback iFCs being used on any Sprout node, run the command
``sudo cw-display_fallback_ifcs`` on that Sprout node.
``cw-display_fallback_ifcs`` on that Sprout node.
14 changes: 7 additions & 7 deletions autogenerated_rst_docs/Modifying_Clearwater_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ To change one of these settings:

- Edit ``/etc/clearwater/shared_config`` on *one* node in each site and
change to the new value.
- Run ``cw-upload_shared_config`` to upload the new config to etcd. The
changes to the shared configuration are logged to ``/var/log/syslog``
and to the console. Each node in the site picks up the changed shared
configuration (using Clearwater's `automatic configuration
sharing <Automatic_Clustering_Config_Sharing.html>`__ functionality)
and safely restarts itself to use it.
- Run ``sudo cw-upload_shared_config`` to upload the new config to
etcd. The changes to the shared configuration are logged to
``/var/log/syslog`` and to the console. Each node in the site picks
up the changed shared configuration (using Clearwater's `automatic
configuration sharing <Automatic_Clustering_Config_Sharing.html>`__
functionality) and safely restarts itself to use it.
- You can check which nodes are using the new shared config by running
``cw-check_restart_queue_state``. If this command shows that there's
been an error (i.e. a node wasn't able to restart after picking up
the new config), simply fix the ``/etc/clearwater/shared_config`` and
run the ``cw-upload_shared_config`` script again.
run the ``sudo cw-upload_shared_config`` script again.

Modifying Sprout JSON Configuration
-----------------------------------
Expand Down

0 comments on commit d54bf47

Please sign in to comment.