diff --git a/bibigrid/core/actions/create.py b/bibigrid/core/actions/create.py index 046704c5..8d33d09f 100644 --- a/bibigrid/core/actions/create.py +++ b/bibigrid/core/actions/create.py @@ -101,7 +101,6 @@ def __init__(self, providers, configurations, config_path, log, debug=False, clu "useMasterWithPublicIp", True) self.log.debug("Keyname: %s", self.key_name) - def create_defaults(self): if not self.configurations[0].get("customAnsibleCfg", False) or not os.path.isfile(a_rp.ANSIBLE_CFG_PATH): shutil.copy(a_rp.ANSIBLE_CFG_DEFAULT_PATH, a_rp.ANSIBLE_CFG_PATH) @@ -109,7 +108,6 @@ def create_defaults(self): a_rp.SLURM_CONF_TEMPLATE_PATH): shutil.copy(a_rp.SLURM_CONF_TEMPLATE_DEFAULT_PATH, a_rp.SLURM_CONF_TEMPLATE_PATH) - def generate_keypair(self): """ Generates ECDSA Keypair using system-function ssh-keygen and uploads the generated public key to providers.