Project

General

Profile

Actions

Idea #13731

closed

Design new nodemanager config data organization for cluster-wide config

Added by Tom Morris almost 6 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
0.5

Description

Add to Cluster configuration

Here's an example of the Puppet Hiera config, this is a yaml file used to populate the current .ini file, so one obvious approach would be to use the heira configuration format in "arvados.yml" instead:

arvados-node-manager:
  Logging:
    level: DEBUG
    apiclient: WARNING
    googleapiclient: WARNING
  Daemon:
    dispatcher: slurm
    max_nodes: 8
    poll_time: 10
    boot_fail_after: 1200
  Arvados:
    token: (redacted)
    timeout: 20
  Cloud:
    provider: ec2
    shutdown_windows: 21, 999999
  Cloud Credentials:
    key: (redacted)
    secret: "(redacted)" 
    region: us-east-1
    timeout: 20
  Cloud Create:
    ping_host: 4xphq.arvadosapi.com
    ex_keyname: ward
    image_id: ami-0a01b48b88d14541e
    subnet_id: subnet-24f5ad62
    security_groups: sg-4fc53e2a
  Cloud List:
    instance-state-name: running
    tag_arvados-class: dynamic-compute
    tag_cluster: 4xphq
  Size m4.medium:
    cores: 1
    scratch: 4000
  Size m4.large:
    cores: 2
    scratch: 32000
  Size m4.xlarge:
    cores: 4
    scratch: 80000

Subtasks 1 (0 open1 closed)

Task #13732: ReviewClosedNico César08/13/2018Actions

Related issues

Blocks Arvados - Feature #13611: Nodemanager reads instance sizes from the system config file to avoid duplicationClosedActions
Actions #1

Updated by Tom Morris almost 6 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Tom Morris almost 6 years ago

  • Status changed from In Progress to New
  • Story points set to 0.5
Actions #3

Updated by Tom Clegg almost 6 years ago

  • Description updated (diff)
Actions #4

Updated by Tom Clegg almost 6 years ago

  • Assigned To set to Tom Clegg
Actions #5

Updated by Tom Clegg almost 6 years ago

  • Blocks Feature #13611: Nodemanager reads instance sizes from the system config file to avoid duplication added
Actions #6

Updated by Peter Amstutz almost 6 years ago

  • Description updated (diff)
Actions #7

Updated by Tom Clegg almost 6 years ago

  • Target version changed from 2018-07-18 Sprint to 2018-08-01 Sprint
Actions #8

Updated by Lucas Di Pentima almost 6 years ago

  • Assigned To changed from Tom Clegg to Lucas Di Pentima
Actions #9

Updated by Lucas Di Pentima almost 6 years ago

  • Status changed from New to In Progress
Actions #10

Updated by Lucas Di Pentima over 5 years ago

  • Target version changed from 2018-08-01 Sprint to 2018-08-15 Sprint
Actions #11

Updated by Lucas Di Pentima over 5 years ago

Added nodemanager's config items to the arvados-config.yml example.
You can check the differences here: https://dev.arvados.org/projects/arvados/wiki/Cluster_configuration/diff?utf8=✓&version=13&version_from=12&commit=View+differences (although it doesn't show indentation correctly)

As a summary:

  • Added [Logging] section as a top-level LoggingLevel key so that we can use default logging levels, maybe with the possibility of adding per-service values too
  • [Cloud Credentials] is replaced by the Providers key, I expanded it a little so that it's more clean how we can manage regions/services/credentials
  • Node sizes were already existing as top-level items
  • Moved all cloud node handling specifics inside a Cloud key on NodeManager's own key
Actions #12

Updated by Lucas Di Pentima over 5 years ago

  • Target version changed from 2018-08-15 Sprint to 2018-09-05 Sprint
Actions #13

Updated by Tom Morris over 5 years ago

  • Status changed from In Progress to New
  • Assigned To deleted (Lucas Di Pentima)
  • Target version changed from 2018-09-05 Sprint to Arvados Future Sprints

Moving this to the backlog since we're redesigning this corner of the world.

Actions #14

Updated by Tom Morris about 5 years ago

  • Target version changed from Arvados Future Sprints to 2019-02-13 Sprint
Actions #15

Updated by Tom Morris about 5 years ago

  • Target version changed from 2019-02-13 Sprint to Arvados Future Sprints
Actions #16

Updated by Peter Amstutz over 4 years ago

  • Status changed from New to Closed
Actions #17

Updated by Peter Amstutz almost 4 years ago

  • Target version deleted (Arvados Future Sprints)
Actions

Also available in: Atom PDF