[ARVADOS] updated: 1.3.0-985-g87118da0b

Git user git at public.curoverse.com
Mon Jun 3 15:59:24 UTC 2019


Summary of changes:
 lib/config/config.default.yml  | 8 ++++----
 lib/config/generated_config.go | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

       via  87118da0b789b47dbafff821b50ed0f921ee490c (commit)
      from  82fff312b0249ae6757bdffc59c985303998748a (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 87118da0b789b47dbafff821b50ed0f921ee490c
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Jun 3 11:58:55 2019 -0400

    14931: Change default tag prefix to "Arvados".
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 5a482e2d2..94cd8fcbf 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -538,15 +538,15 @@ Clusters:
           SAMPLE: "tag value"
 
         # Prefix for predefined tags used by Arvados (InstanceSetID,
-        # InstanceType, InstanceSecret, IdleBehavior). For example,
-        # set to "arvados-" to use tag key "arvados-InstanceSecret"
-        # instead of "InstanceSecret".
+        # InstanceType, InstanceSecret, IdleBehavior). With the
+        # default value "Arvados", tags are "ArvadosInstanceSetID",
+        # "ArvadosInstanceSecret", etc.
         #
         # This should only be changed while no cloud resources are in
         # use and the cloud dispatcher is not running. Otherwise,
         # VMs/resources that were added using the old tag prefix will
         # need to be detected and cleaned up manually.
-        TagKeyPrefix: ""
+        TagKeyPrefix: Arvados
 
         # Cloud driver: "azure" (Microsoft Azure) or "ec2" (Amazon AWS).
         Driver: ec2
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index e34203dc8..3492615e9 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -544,15 +544,15 @@ Clusters:
           SAMPLE: "tag value"
 
         # Prefix for predefined tags used by Arvados (InstanceSetID,
-        # InstanceType, InstanceSecret, IdleBehavior). For example,
-        # set to "arvados-" to use tag key "arvados-InstanceSecret"
-        # instead of "InstanceSecret".
+        # InstanceType, InstanceSecret, IdleBehavior). With the
+        # default value "Arvados", tags are "ArvadosInstanceSetID",
+        # "ArvadosInstanceSecret", etc.
         #
         # This should only be changed while no cloud resources are in
         # use and the cloud dispatcher is not running. Otherwise,
         # VMs/resources that were added using the old tag prefix will
         # need to be detected and cleaned up manually.
-        TagKeyPrefix: ""
+        TagKeyPrefix: Arvados
 
         # Cloud driver: "azure" (Microsoft Azure) or "ec2" (Amazon AWS).
         Driver: ec2

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list