[ARVADOS] updated: 1b290e512496287e389424f3950f660f83c1c59b
Git user
git at public.curoverse.com
Wed Apr 12 11:40:03 EDT 2017
Summary of changes:
doc/install/install-nodemanager.html.textile.liquid | 6 +++---
services/nodemanager/doc/azure.example.cfg | 2 +-
services/nodemanager/doc/ec2.example.cfg | 2 +-
services/nodemanager/doc/gce.example.cfg | 2 +-
services/nodemanager/doc/local.example.cfg | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
via 1b290e512496287e389424f3950f660f83c1c59b (commit)
from c03283d4da26ac9a6551dd00b25882b14c258da3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1b290e512496287e389424f3950f660f83c1c59b
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Apr 12 11:37:54 2017 -0400
11349: Fix section name in example configs.
refs #11349
diff --git a/doc/install/install-nodemanager.html.textile.liquid b/doc/install/install-nodemanager.html.textile.liquid
index 722685b..0cad10c 100644
--- a/doc/install/install-nodemanager.html.textile.liquid
+++ b/doc/install/install-nodemanager.html.textile.liquid
@@ -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.
diff --git a/services/nodemanager/doc/azure.example.cfg b/services/nodemanager/doc/azure.example.cfg
index a7b8bc8..8d5b855 100644
--- a/services/nodemanager/doc/azure.example.cfg
+++ b/services/nodemanager/doc/azure.example.cfg
@@ -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.
diff --git a/services/nodemanager/doc/ec2.example.cfg b/services/nodemanager/doc/ec2.example.cfg
index aaeddb4..d5bed57 100644
--- a/services/nodemanager/doc/ec2.example.cfg
+++ b/services/nodemanager/doc/ec2.example.cfg
@@ -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.
diff --git a/services/nodemanager/doc/gce.example.cfg b/services/nodemanager/doc/gce.example.cfg
index 365c8ee..043bb95 100644
--- a/services/nodemanager/doc/gce.example.cfg
+++ b/services/nodemanager/doc/gce.example.cfg
@@ -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.
diff --git a/services/nodemanager/doc/local.example.cfg b/services/nodemanager/doc/local.example.cfg
index 9e08cc6..85b4c7d 100644
--- a/services/nodemanager/doc/local.example.cfg
+++ b/services/nodemanager/doc/local.example.cfg
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list