11349: Fix section name in example configs.
authorTom Clegg <tom@curoverse.com>
Wed, 12 Apr 2017 15:37:54 +0000 (11:37 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 12 Apr 2017 15:39:50 +0000 (11:39 -0400)
refs #11349

doc/install/install-nodemanager.html.textile.liquid
services/nodemanager/doc/azure.example.cfg
services/nodemanager/doc/ec2.example.cfg
services/nodemanager/doc/gce.example.cfg
services/nodemanager/doc/local.example.cfg

index 722685bf36451601373653b804825027455a7021..0cad10c5a92229a02a7263e0ae8e36fdcac7adca 100644 (file)
@@ -48,7 +48,7 @@ h3(#aws). Amazon Web Services
 # EC2 configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
@@ -223,7 +223,7 @@ h3(#gcp). Google Cloud Platform
 # Google Compute Engine configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
@@ -400,7 +400,7 @@ h3(#azure). Microsoft Azure
 # Azure configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
index a7b8bc8e2985eeb4d226476e212439f62eb2490e..8d5b855cdb4370927991e0aadc4f077f920d9eaa 100644 (file)
@@ -1,7 +1,7 @@
 # Azure configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
index aaeddb4b4dcc37f3ecf39ee2de6d944c2d1493d6..d5bed57b95811795ee83529935edf897f2339b18 100644 (file)
@@ -1,7 +1,7 @@
 # EC2 configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
index 365c8ee9184d8427eb1fd7a4a3ca928ed47891de..043bb9567d04909ec848f027365e464a859b2a6b 100644 (file)
@@ -1,7 +1,7 @@
 # Google Compute Engine configuration for Arvados Node Manager.
 # All times are in seconds unless specified otherwise.
 
-[Management]
+[Manage]
 # The management server responds to http://addr:port/status.json with
 # a snapshot of internal state.
 
index 9e08cc68f7b47ec75268256f6b4d7ef8f857a49f..85b4c7d4a7c3f545e3cdff1d23e8cdef9aaf5d48 100644 (file)
@@ -5,7 +5,7 @@
 # is through the API server Rails console: load the Node object, set its
 # IP address to 10.10.0.N (where N is the cloud node's ID), and save.
 
-[Management]
+[Manage]
 address = 0.0.0.0
 port = 8989