nokia-nsp-artifact-administrator
This vsCode extension connects to Nokia NSP Artifact Administrator to facilitate artifacts and artifact bundle development and delivery.
Features
The vsCode extension for NSP Artifact Administrator allows a user to:
- Connect to a remote Artifact Administrator.
- View the full artifact and artifact-bundle list
- Create new artifact-bundles and artifacts (with a basic structure)
- Clone existing artifact-bundles and edit/add/delete artifacts
- Install newly created/cloned artifact-bundles in NSP
- Sign a newly created artifact-bundle
- Sign a cloned artifact-bundle
- Tool will automatically validate the workflow yaml and report any schema errors
- Tool will also run basic yang validations for yang files (operation-type yangs)
- Schema validations for LSO operation-type mapping profiles (yaml files)
- All the create and clone actions done on a local folder (location configurable via settings)
- Copy workflows, actions, and intents to draft bundles from other extensions including Intent Manager and Workflow Manager VsCode Extensions.
Requirements
This package uses YAML, FETCH, vscode-URI and base-64 packages. For FETCH, it is import to install 2.6.6 version.
Extension Settings
To configure timeout and local storage of artifacts, you need to configure the following attributes in the VsCode workflowManager extension settings:
ctrl+shift+p > Preferences: Open Settings > Extensions > Workflow Manager
Local storage folder
: Folder where artifacts are copied/exporte to your local file system.
Timeout
: Connection timeout in milliseconds (default 20000).
Connect to NSP Artifact Administrator:
To connect to NSP Artifact Administrator, you need to configure the following attributes in VsCode workspace settings:
ctrl+shift+p > Preferences: Open Workspace Settings > Extensions > Workflow Manager
NSP IP address
: Ip address of the remote NSP server.
NSP user
: User name.
NSP password
: User's Password.
Known Issues
Release Notes
See release changes in CHANGELOG
Contributors
Important links