-
Notifications
You must be signed in to change notification settings - Fork 4
Port Air Simulation TUI into Public Repo #17
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
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f329980
add air sim tui to mono repo
zsblevins 5c3a053
finish out port of air tui + add guide
zsblevins 0c785cc
eliminate deprecated airv1 workflows that were replaced with the sim …
zsblevins 4c5d482
address code rabbit findings
zsblevins 52f4a83
fixes for larger superpod demo topology + some ui simplification
zsblevins 563c6d8
update sim data for larger sim
zsblevins a20b325
add screenshot generator for workflow UI
zsblevins 789e431
fixes for trial topology
zsblevins 6c0db09
fix broken dhcp data in superpod sim
zsblevins 5ba5ce4
layout and responsiveness improvements
zsblevins 1c3c047
lint and test fixes
zsblevins 55142a7
resolve discrepancies between air-inside and public air image names a…
zsblevins 9268be2
test cpu mode change in public air
zsblevins 95d98be
final updates to air sim after public test
zsblevins c5462a3
coderabbit feedback
zsblevins a16e17f
Update docs/getting-started/index.mdx
zsblevins 9744a91
Update docs/install/install-airgapped.mdx
zsblevins 85c67b8
update Air product name throughout
zsblevins ab9240c
Update docs/user-guides/air-simulation/index.mdx
zsblevins 34dd0c0
Update docs/user-guides/air-simulation/index.mdx
zsblevins c7c3a71
Update development/mock_topology/context/air_trial/README.md
zsblevins e9cfdf9
Update docs/user-guides/air-simulation/index.mdx
zsblevins 5c5dbfe
fix docs lint
zsblevins ba25cf3
fix the duplication caused by the suggestion
zsblevins fa50fd5
last docs fixes
polarweasel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Repository Instructions | ||
|
|
||
| ## AIR Simulation Demo Credentials | ||
|
|
||
| The AIR simulation intentionally uses hard-coded public demo credentials for ephemeral NVIDIA DSX Air demo nodes and generated demo services. These values are centralized in `installer/src/nv_config_manager_installer/air_sim/constants.py`, including `NVCM_BOX_PASSWORD`, `NVCM_SECRETS`, `NVCM_NETWORK_SECRETS`, and Nautobot demo user defaults. | ||
|
|
||
| Do not report those AIR demo credentials as leaked production secrets. Continue to flag user/API credentials, private keys, NGC API keys, Git tokens, and any credentials outside the intentional AIR demo constants. |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
This list is getting pretty long; is it worth sorting it, or is there a method to the ordering already?