-
Notifications
You must be signed in to change notification settings - Fork 93
Deploying VTAdmin in Vtop #272
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
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e1bb0fe
feat: add vtadmin specification that the user will provided and modif…
GuptaManan100 2a1c016
feat: add vtadmin internal specification and reconciliation logic
GuptaManan100 5e1a6bf
feat: add default for vtadmin image
GuptaManan100 51be7e6
feat: add vtadmin test and fix bugs
GuptaManan100 191b130
feat: augment vtadmin test by adding more api calls
GuptaManan100 024488d
feat: vtctld should also register vtctld service
GuptaManan100 3d380b8
feat: bug fix - use the correct IP address
GuptaManan100 899d03a
test: augment vtadmin test to query 2 more apis
GuptaManan100 471b189
feat: fix vtadmin spec json configuration name
GuptaManan100 a3ddf12
feat: fixup cluster name setting of vtadmin and augment test to also …
GuptaManan100 254725e
test: add rbac rules and verify that they are honored
GuptaManan100 90e7fef
feat: add preliminary code to deploy web of vtadmin
GuptaManan100 b59ed44
feat: set the correct environment variables and use the default comma…
GuptaManan100 fb65f2f
feat: move to specifying config file as a volume instead of environme…
GuptaManan100 b43e879
feat: add more parameters to vtadmin spec and fix documentation
GuptaManan100 dcfdd3a
feat: make changes to operator to use the newly defined parameters
GuptaManan100 d0169d5
feat: use correct endpoints for readiness and liveness check
GuptaManan100 cd8f1d4
feat: code cleanup and comment
GuptaManan100 589351a
feat: use chromium to test that vtadmin web is setup correctly
GuptaManan100 1386d66
test: add no-sandbox flag as it is required to run headless chromium …
GuptaManan100 578e28e
feat: rename vtAdmin option to vtadmin
GuptaManan100 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
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 line is different from the other test setup lines. It is also installing chromium browser. We need this to run it in a headless mode to download the VTAdmin web pages. We can't use
curl(which we use for the API pages) orwgetbecause they do not support JavaScript, so a headless browser was the easiest solution.