Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-53044

Remove all inline powercycle expansions (local powercycle ticket 2)

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • STM 2021-01-25
    • 3

      powercycle currently calls itself twice, once to take all the command line options to generate a config file and a second time to take the config file and do powercycle. See code here. This makes it tricky to run powercycle locally because a small number of options like the IP address are no longer be applicable. We should simplify the first invocation to accept as few options as possible (further optimizations will be made in followup tickets)

      Instead, we should break up all the configuration embedded in evergreen.yml into the following.

      • For static options, we can embed them in the powercycle Python code as Python or YAML.
      • For all other options, we can rely on expansions.yml or use sane conventions. Note that even though some options appear to use other expansions, the expansions themselves are static. E.g. all of these are static and can be moved out of evergreen.yml
      • ec2_aws.yml can go away entirely in favor of a command line argument.

      The powertest Python can then be updated to accept the simpler command line calls including the IP address of the powercycle host. No further changes are needed as part of this ticket

            Assignee:
            mikhail.shchatko@mongodb.com Mikhail Shchatko
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: