-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support plan subscription functionality #546
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5464a14
to
bedaff0
Compare
bedaff0
to
0b002a2
Compare
0b002a2
to
6d4de21
Compare
The PATH and PYTHONPATH variables were not set, preventing the bin/ directory to work.
- Read runtime parameters from Redis cluster/subscription HASH - Add/Remove SSH support key for root SSH access - Add/Remove cluster-admin support account - Start/Stop VPN tunnel for Windmill server
6d4de21
to
f867244
Compare
The script must be idempotent to avoid duplicated cloud uploads
Invoking the script multiple times must produce the same binary file so it can be easily assessed if a cloud upload is needed or not.
f867244
to
166b6c0
Compare
15b4ff4
to
b75df69
Compare
Check the services are enabled and started, or disabled and stopped: - on node boot - when the cluster subscription status changes - when the leader node changes - when the cluster backup is restored - when a node joins the cluster
b75df69
to
77f5204
Compare
gsanchietti
reviewed
Jan 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review is not still complete, but let's keep it in smaller pieces ;)
core/imageroot/var/lib/nethserver/cluster/actions/set-subscription/10set_subscription
Outdated
Show resolved
Hide resolved
core/imageroot/var/lib/nethserver/node/actions/start-support-session/validate-output.json
Outdated
Show resolved
Hide resolved
core/imageroot/var/lib/nethserver/node/actions/get-support-session/validate-output.json
Outdated
Show resolved
Hide resolved
gsanchietti
approved these changes
Jan 18, 2024
- Do not send load alarm - Fix var spelling: Hysteresis - Fix load comment
DavidePrincipi
added a commit
that referenced
this pull request
Jan 19, 2024
Send the backup every day between 0-6 AM, at a fixed time (FixedRandomDelay=true). Amends #546
DavidePrincipi
added a commit
that referenced
this pull request
Jan 19, 2024
Send the inventory every day between 0-6 AM, at a fixed time (FixedRandomDelay=true). Amends #546
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement subscription services and their management. A summary of APIs, events and services is described by
https://github.com/NethServer/ns8-core/blob/feat-6815/docs/core/subscription.md
Refs NethServer/dev#6815