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

Migrate plugin from SOMA to REST calls #53

Open
nhmathis opened this issue Jun 12, 2017 · 1 comment
Open

Migrate plugin from SOMA to REST calls #53

nhmathis opened this issue Jun 12, 2017 · 1 comment

Comments

@nhmathis
Copy link
Collaborator

Issue discussing the potential of migrating the SOMA calls to REST calls. This change would increase the ability to debug and contribute to the DataPower plugin.

This change could come in the form of a new plugin or update to this one. The plugin wrapping Ant calls wrapping SOMA calls provides a high level of complexity when debugging and modifying. Separating these REST calls into a new plugin would drastically simply the entire plugin.

As stated by the wiki documentation, the most popular commands are:

  • domain-create
  • domain-quiesce
  • domain-unquiesce
  • idcred-from-def
  • import-dpo or import-from-def
  • load-balancer-group-from-def
  • save
  • upload-from-def
  • valcred-from-def
    These commands should likely be tackled first.

@tonyffrench indicated that the SOMA calls access several XSLTs that would need to be accounted for. This issue is meant to discuss the feasibility of this change.

@richgroot
Copy link
Contributor

richgroot commented Jun 13, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants