Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-8823: Create Pegasus plugin for Orca #5

Merged
merged 8 commits into from
Feb 14, 2017
Merged

DM-8823: Create Pegasus plugin for Orca #5

merged 8 commits into from
Feb 14, 2017

Commits on Feb 10, 2017

  1. Move config template files to new directory

    the config templates move to a new directory, specifically for the
    workflow manager.
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a6b0e17 View commit details
    Browse the repository at this point in the history
  2. create new config template for Pegasus

    Set up a new configuration template for Pegasus.
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    5558799 View commit details
    Browse the repository at this point in the history
  3. Allow platformConfig to be specified on command line

    defaults to using the platform config execConfig in the ctrl_platform_*
    directory
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    3af7039 View commit details
    Browse the repository at this point in the history
  4. Add options for dag generation scripts, input files, and platform con…

    …figs
    
    This change allows the user to specify a directed acyclic graph
    generator script, and input file (or script) on the command line, as
    opposed to using the default script.
    
    Also adds the ability to specify a platform configuration file, other
    than the default.
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    c9509f5 View commit details
    Browse the repository at this point in the history
  5. Change the default name of the pipeline

    Change the name of the pipeline from the outdate S21012Pip to Workflow
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    8373c45 View commit details
    Browse the repository at this point in the history
  6. Add config entries for manager and manager_software_home

    Added "manager", for the type of workflow manager used
    Added "manager_software_home" for the location of the workflow manager
    software.
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a44c98c View commit details
    Browse the repository at this point in the history
  7. Change configurator to support new input parameters

    Added options that were on the command line to the override defaults
    used in keyword substitution in templates.
    
    Also changed a rather convoluted if-elif-else to something more
    managable.
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    0e145f6 View commit details
    Browse the repository at this point in the history
  8. Add additional information for tests

    Add additional configuration information for tests
    Add new test for config_pegasus.py
    Remove obsolete tests
    srp3rd committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    7e558de View commit details
    Browse the repository at this point in the history