Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

refactor: Revise the manager CLI and promote generate-keypair command #411

Merged
merged 3 commits into from
Mar 31, 2021

Conversation

achimnol
Copy link
Member

No description provided.

* "backend.ai mgr generate-keypair" to randomly generate keypairs for
  setting up new clusters.
@achimnol achimnol added this to the 20.09 milestone Mar 31, 2021
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #411 (82b65cd) into main (167bcbc) will increase coverage by 0.03%.
The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #411      +/-   ##
==========================================
+ Coverage   48.58%   48.61%   +0.03%     
==========================================
  Files          52       52              
  Lines        8279     8275       -4     
==========================================
+ Hits         4022     4023       +1     
+ Misses       4257     4252       -5     
Impacted Files Coverage Δ
src/ai/backend/manager/server.py 59.00% <ø> (ø)
src/ai/backend/manager/cli/__main__.py 66.66% <60.00%> (-7.58%) ⬇️
src/ai/backend/manager/cli/context.py 92.30% <94.44%> (+12.30%) ⬆️
src/ai/backend/manager/api/auth.py 51.47% <100.00%> (+0.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 167bcbc...82b65cd. Read the comment docs.

@achimnol achimnol merged commit 8eced0c into main Mar 31, 2021
@achimnol achimnol deleted the fix/revise-mgr-cli branch March 31, 2021 07:55
achimnol added a commit that referenced this pull request Mar 31, 2021
…#411)

* "backend.ai mgr generate-keypair" to randomly generate keypairs for
  setting up new clusters.
* Move the generate_keypair() function to `manager.cli.__main__` to share
  the common context/config support.

Backported-From: main
Backported-To: 21.03
achimnol added a commit that referenced this pull request Mar 31, 2021
…#411)

* "backend.ai mgr generate-keypair" to randomly generate keypairs for
  setting up new clusters.
* Move the generate_keypair() function to `manager.cli.__main__` to share
  the common context/config support.

Backported-From: main
Backported-To: 20.09
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant