Skip to content

Commit 286a8a4

Browse files
author
Delivery Server
committed
Merged change b09c05b9-8709-4fa8-bf12-14dddfec5fb7
From review branch _reviews/master/jscott/edits01346g/1 into master Signed-off-by: jscott <[email protected]>
2 parents 0a3d05f + 62d3307 commit 286a8a4

File tree

49 files changed

+61
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+61
-59
lines changed

chef_master/source/chef_solo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
|chef solo|
33
=====================================================
44

5-
.. warning:: The |chef client| now `includes an option called local mode <http://docs.chef.io/ctl_chef_client.html#run-in-local-mode>`_ (``--local-mode`` or ``-z``), which runs the |chef client| against the |chef repo| on the local machine as if it were running against a |chef server|. Local mode was added to the |chef client| in the 11.8 release. If you are running that version of the |chef client| (or later), you should consider using local mode instead of using |chef solo|.
5+
.. warning:: .. include:: ../../includes_notes/includes_notes_chef_solo_use_local_mode.rst
66

77
.. include:: ../../includes_chef_solo/includes_chef_solo.rst
88

chef_master/source/config_rb_solo.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
|solo rb|
33
=====================================================
44

5-
.. warning:: The |chef client| now `includes an option called local mode <http://docs.chef.io/ctl_chef_client.html#run-in-local-mode>`_ (``--local-mode`` or ``-z``), which runs the |chef client| against the |chef repo| on the local machine as if it were running against a |chef server|. Local mode was added to the |chef client| in the 11.8 release. If you are running that version of the |chef client| (or later), you should consider using local mode instead of using |chef solo|.
5+
.. warning:: .. include:: ../../includes_notes/includes_notes_chef_solo_use_local_mode.rst
66

77
.. include:: ../../includes_config/includes_config_rb_solo.rst
88

99
Settings
1010
==========================================================================
11-
1211
.. include:: ../../includes_config/includes_config_rb_solo_settings.rst
1312

1413
Example

chef_master/source/ctl_analytics.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ preflight-check
1818
=====================================================
1919
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_preflight_check.rst
2020

21+
purge-node
22+
=====================================================
23+
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_purge_nodes.rst
24+
2125
reconfigure
2226
=====================================================
2327
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_reconfigure.rst
@@ -32,9 +36,7 @@ uninstall
3236

3337
Service Subcommands
3438
=====================================================
35-
|chef analytics| has a built in process supervisor, which ensures that all of the
36-
required services are in the appropriate state at any given time. The supervisor
37-
starts two processes per service.
39+
.. include:: ../../includes_ctl_common/includes_ctl_common_service_subcommands.rst
3840

3941
hup
4042
-----------------------------------------------------
@@ -52,10 +54,6 @@ once
5254
-----------------------------------------------------
5355
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_once.rst
5456

55-
purge-node
56-
-----------------------------------------------------
57-
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_purge_nodes.rst
58-
5957
restart
6058
-----------------------------------------------------
6159
.. include:: ../../includes_ctl_analytics/includes_ctl_analytics_restart.rst

chef_master/source/ctl_chef_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ user-show
459459

460460
Service Subcommands
461461
=====================================================
462-
The |chef server| has a built in process supervisor, which ensures that all of the required services are in the appropriate state at any given time. The supervisor starts two processes per service.
462+
.. include:: ../../includes_ctl_common/includes_ctl_common_service_subcommands.rst
463463

464464
.. warning:: The following commands are disabled when an external |postgresql| database is configured for the |chef server|: ``hup``, ``int``, ``kill``, ``once``, ``restart``, ``start``, ``stop``, ``tail``, and ``term``.
465465

chef_master/source/ctl_chef_solo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
|chef solo| (executable)
33
=====================================================
44

5-
.. warning:: The |chef client| now `includes an option called local mode <http://docs.chef.io/ctl_chef_client.html#run-in-local-mode>`_ (``--local-mode`` or ``-z``), which runs the |chef client| against the |chef repo| on the local machine as if it were running against a |chef server|. Local mode was added to the |chef client| in the 11.8 release. If you are running that version of the |chef client| (or later), you should consider using local mode instead of using |chef solo|.
5+
.. warning:: .. include:: ../../includes_notes/includes_notes_chef_solo_use_local_mode.rst
66

77
.. include:: ../../includes_chef_solo/includes_chef_solo.rst
88

chef_master/source/ctl_delivery_server.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ update-project-hooks
158158

159159
Service Subcommands
160160
=====================================================
161-
The |chef delivery| server has a built in process supervisor, which ensures that all of the required services are in the appropriate state at any given time. The supervisor starts two processes per service.
162-
161+
.. include:: ../../includes_ctl_common/includes_ctl_common_service_subcommands.rst
163162

164163
graceful-kill
165164
-----------------------------------------------------

chef_master/source/ctl_supermarket.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ uninstall
2626

2727
Service Subcommands
2828
=====================================================
29-
|supermarket| has a built in process supervisor, which ensures that all of the
30-
required services are in the appropriate state at any given time. The supervisor
31-
starts two processes per service.
29+
.. include:: ../../includes_ctl_common/includes_ctl_common_service_subcommands.rst
3230

3331
hup
3432
-----------------------------------------------------

includes_config/includes_config_rb_metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
A |metadata rb| file is:
66

77
* Located at the top level of a cookbook's directory structure
8-
* Compiled whenever a cookbook is uploaded to the |chef server| or when the ``knife cookbook metadata`` subcommand is run, and then stored as |json data|
8+
* Compiled whenever a cookbook is uploaded to the |chef server| or when the ``knife cookbook metadata`` subcommand is run, and then stored as |json| data
99
* Created automatically by |knife| whenever the ``knife cookbook create`` subcommand is run
1010
* Edited using a text editor, and then re-uploaded to the |chef server| as part of a cookbook upload
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. The contents of this file may be included in multiple topics (using the includes directive).
2+
.. The contents of this file should be modified in a way that preserves its ability to appear in multiple topics.
3+
4+
5+
This command has a built in process supervisor that ensures all of the required services are in the appropriate state at any given time. The supervisor starts two processes per service and provides the following subcommands for managing services: ``hup``, ``int``, ``kill``, ``once``, ``restart``, ``service-list``, ``start``, ``status``, ``stop``, ``tail``, and ``term``.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. The contents of this file may be included in multiple topics (using the includes directive).
2+
.. The contents of this file should be modified in a way that preserves its ability to appear in multiple topics.
3+
4+
5+
The |chef client| `includes an option called local mode <https://docs.chef.io/ctl_chef_client.html#run-in-local-mode>`_ (``--local-mode`` or ``-z``), which runs the |chef client| against the |chef repo| on the local machine as if it were running against a |chef server|. Local mode was added to the |chef client| in the 11.8 release. If you are running that version of the |chef client| (or later), you should consider using local mode instead of using |chef solo|.

0 commit comments

Comments
 (0)