Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TODO NM


DevOps Services Portal

TODO NMDPOD now provides a new self service DevOps portal for traditional services. This is a new portal dashboard where end-users can:

  • Execute two new actions on SOAP Web services with local WSDL: validate and promote
    • The Validate action uploads your new WSDL and schema files to a temporary location, validates its compilation and creates a temporary WS-Gateway to ensure the object is up.
    • Promote action allows uploading a new WSDL and schema files to the target location (device and domain) and creating a new version of the service.
  • Execute two new actions on SOAP Web services with remote WSDL: validate and promote
    • The Validate action updates a new or existing URL of a remote WSDL, validates its compilation, and creates a temporary WS-Gateway to ensure the object is up.
    • The Promote action updates a new or existing URL of a remote WSDL in a target location (Device and Domain), and creates a newer version of the service.

All actions require permissions set by a security policy (custom roles).

Each action may be extended or customized using Python scripts. Example scripts are open source and may be obtained from a git repository - see docs (red star)