Accenture / adop-platform-management

Apache License 2.0
60 stars 60 forks source link

[WIP] Added ability to load Docker based platform extensions. #20

Closed RobertNorthard closed 8 years ago

RobertNorthard commented 8 years ago

As a user I want to be able to load Docker based platform extensions.

Discussion Points I replaced the credentials manager AWS build parameter for two password parameters as if null when loading a Docker based platform extension a CredentialsNotFound Checked Java exception is thrown when attempting to inject the AWS credentials using the "Use secret text(s) or file(s)" build environment feature.

The JSON collection structure has now changed so that an "extension_type" key needs to be provided (sample Collections JSON)

Maybe it would be better to have a load platform job per extension type to deal with the variance in parameters?

This depends on the following PR: Accenture/adop-nginx#22

RobertNorthard commented 8 years ago

As dicussed with @nickdgriffin @dsingh07 this pull request will be broken down.

Note:

Tasks

RobertNorthard commented 8 years ago

Closing in favor of individual pull requests.