compute node build stepper

2017

The process to build new region's compute for the Oracle Cloud required more automation to speed it up to keep pace with the cloud expansion required.

I developed the wrapper framework for plugging in bespoke code written by various developers to automate the many semi-manual steps that were slowing this process.

The framework used Python introspection and dynamic loading to detect the modules pushed to the build node and sequence or parallelize them appropriately depending on their step metadata.

  • framework:
    • bespoke
  • language:
    • Python