ambot問題

1897 ワード

一、いくつかのパラメータはただシーンを開発して使うべきですか?
1.1 --check
'--check', action='store_true', help='      action       '

1.2 --save-svg
'-G', '--save-svg', action='store_true', help='   action scripts        svg            '

1.3 --save-param
'-i', '--save-param', action='store_true', help='           '

二、何種類のインストールモードの違い?
2.1 --collect
'--collect', action='store_true', help='        '

2.2 --online
'--online', action='store_true', help='      ,       yum / pip package [TODO]'

2.3 --dry-run
'--dry-run', action='store_true', help='    ,          ,           '

三、同時インストールプロセス
3.1ステップrecovery、動作downloading3.2ステップtarget、動作prepare3.2.1サーバごとにアプリケーションリストをインストールする
_install_rsync() #       

_install_ssh_key() #      

_install_repl_release()  # centos yum     

_install_pip_and_wheel() # python     

_install_fabric()  #   paramiko,fabric,     ssh      、    

_install_global_files() #   ambot       

3.3ステップ 、動作 action例:
env.current_step_name, env.current_action_name
(u'ntp', u'install')

四、状態はどのように同期しますか?
五、fabric使用
5.1 upload_to_remote
さぎょう
ローカル・ファイルをリモート・サーバに同期するには、2つの同期方法を選択できます.
六、後続の問題
表示git submodule表示pythonコード暗号化PEP 302--New Import Hooks