-
Notifications
You must be signed in to change notification settings - Fork 2
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
[API] Implement device creation #65
Merged
ByteOtter
merged 14 commits into
The-Nazara-Project:main
from
ByteOtter:dev/machine-registration
Apr 22, 2024
Merged
[API] Implement device creation #65
ByteOtter
merged 14 commits into
The-Nazara-Project:main
from
ByteOtter:dev/machine-registration
Apr 22, 2024
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
11 tasks
github-actions
bot
added
dependencies
configuration
This issue is linked to the application configuration
labels
Feb 26, 2024
ByteOtter
force-pushed
the
dev/machine-registration
branch
from
February 28, 2024 14:48
1af7709
to
ce2cab4
Compare
ByteOtter
force-pushed
the
dev/machine-registration
branch
3 times, most recently
from
March 7, 2024 07:17
83ab777
to
c5fae14
Compare
ByteOtter
force-pushed
the
dev/machine-registration
branch
from
March 7, 2024 10:47
c7fad96
to
8516f2c
Compare
ByteOtter
force-pushed
the
dev/machine-registration
branch
from
April 19, 2024 13:53
81ca16c
to
662857b
Compare
implement skeleton for device creation (tmp)
split off device creation request
make network information fields public
add site id search
ByteOtter
force-pushed
the
dev/machine-registration
branch
from
April 22, 2024 12:00
3b2b4b6
to
44d9968
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
collector
configuration
This issue is linked to the application configuration
dependencies
maintenance
network-collector
publisher
rust
system-collector
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.
What does this PR change?
This PR implements logic to create a physical device with NetBox.
To accomplish this, a rewrite of the
configuration module
was necessary to allow collection of all relevant parameters either via config file orcollector
module so that this information can be translated cleanly.It will probably be necessary in a future PR to update the
configuration
module again to list all VM parameters as well.TODO:
api_client
moduleTick the applicable box:
Links
Fixes: #56
Tracks: #60
Documentation