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

feat(nodered): external nodes export + bootstrapping logic #117

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

shantanoo-desai
Copy link
Owner

Summary

refactor the playbook to provide:

- generate a `nodes.json` file of all external node-RED nodes
  as a _manifest_. Closes #114

- provide `offline` Ansible Tag to parse through the `nodes.json`
  and download the corresponding tarballs from NPM registry.
  Closes #116

Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
bootstrapping node-red now via the generated `nodes.json` file for
online logic and via downloaded tarballs from NPM registry for
offline logic. Use of ansible tags to explicitly mention `offline`
upload (default is `online` logic).

Closes #116

Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
@shantanoo-desai shantanoo-desai added enhancement New feature or request node-red All activities for Node-RED specific development labels Sep 25, 2023
@shantanoo-desai shantanoo-desai self-assigned this Sep 25, 2023
@shantanoo-desai shantanoo-desai merged commit 90a2694 into main Sep 25, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request node-red All activities for Node-RED specific development
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant