Created
June 14, 2018 20:19
-
-
Save chianingwang/0f192c2cff294a8ced100ff0258b0ca8 to your computer and use it in GitHub Desktop.
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
``` | |
# /opt/ss/bin/python add_migrator_by_account_list.py -h | |
usage: add_migrator_by_account_list.py [-h] cluster accounts credential | |
positional arguments: | |
cluster name of the cluster | |
accounts file containing the account to use for migration | |
credential name of the credentials | |
optional arguments: | |
``` | |
===for help | |
``` | |
/opt/ss/bin/python add_migrator_by_account_list.py -h | |
``` | |
===for run <cluster name> <account list file> <credential you configure on ss controller> | |
``` | |
/opt/ss/bin/python add_migrator_by_account_list.py test ./account_list.csv cloud_s3 | |
``` | |
=== | |
``` | |
cat account_list.csv | |
AUTH_s3 | |
``` | |
=== | |
REMEMBER Deployo it ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ cat add_migrator_by_account_list.py