Exemple #1
0
def _configure_cloudman(env, use_repo_autorun=False):
    _setup_users(env)
    _setup_env(env)
    _configure_logrotate(env)
    _configure_ec2_autorun(env, use_repo_autorun)
    _configure_sge(env)
    _configure_nfs(env)
Exemple #2
0
def configure_MI(env):
    # Clean this next line up.
    _configure_and_install_native_packages(env, ["minimal", "cloudman", "galaxy"])
    # _update_system()
    _setup_users(env)
    _setup_xvfb(env)
    _required_programs(env)
Exemple #3
0
def configure_MI(env):
    # Clean this next line up.
    _configure_and_install_native_packages(env, ["minimal", "cloudman", "galaxy"])
    # _update_system()
    _setup_users(env)
    _setup_xvfb(env)
    _required_programs(env)
Exemple #4
0
def _configure_cloudman(env, use_repo_autorun=False):
    _setup_users(env)
    _setup_env(env)
    _configure_logrotate(env)
    _configure_ec2_autorun(env, use_repo_autorun)
    _configure_sge(env)
    _configure_nfs(env)
Exemple #5
0
def _configure_cloudman(env, use_repo_autorun=False):
    """
    Configure the machine to be capable of running CloudMan.

    ..Also see: ``custom/cloudman.py``
    """
    _setup_users(env)
    _setup_env(env)
    _configure_logrotate(env)
    _configure_ec2_autorun(env, use_repo_autorun)
    _configure_sge(env)
    _configure_hadoop(env)
    _configure_nfs(env)
    _configure_novnc(env)
    install_s3fs(env)
Exemple #6
0
def _configure_cloudman(env, use_repo_autorun=False):
    """
    Configure the machine to be capable of running CloudMan.

    ..Also see: ``custom/cloudman.py``
    """
    _setup_users(env)
    _setup_env(env)
    _configure_logrotate(env)
    _configure_ec2_autorun(env, use_repo_autorun)
    _configure_sge(env)
    _configure_hadoop(env)
    _configure_nfs(env)
    _configure_novnc(env)
    install_s3fs(env)
Exemple #7
0
def _prep_galaxy(env):
    _setup_users(env)
    _setup_galaxy_env_defaults(env)
Exemple #8
0
def _prep_galaxy(env):
    _setup_users(env)
    _setup_galaxy_env_defaults(env)