-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add a tool to visualize the tasking system #374
base: main
Are you sure you want to change the base?
Conversation
a333775
to
4aa1471
Compare
This is looking good. Can you give a docs example of running a full command against staging and prod also please? Obviously the cert and key references won't be right, but the command generally would be. Thanks! |
6886e1c
to
b3052c6
Compare
@git-hyagi I went to run this just from the CLI (no container). I run this command
|
management_tools/README.md
Outdated
|
||
* stage | ||
``` | ||
HTTPS_PROXY=http://<internal proxy address> python tasks-cli.py -c <cert file> -k <cert key> --base_address https://<stage host> |
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.
Can these have literal addresses for the proxy and stage host?
management_tools/README.md
Outdated
|
||
* prod | ||
``` | ||
python tasks-cli.py -c <cert file> -k <cert key> --base_address https://<prod host> |
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.
Can this have the literal hostname to use for prod_host?
b3052c6
to
731fc16
Compare
The graphs seem to be all zeros. When I run |
731fc16
to
e1a1efb
Compare
e1a1efb
to
d5fa174
Compare
ref: PULP-241
d5fa174
to
b0e57f8
Compare
ref: https://issues.redhat.com/browse/PULP-241