1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install,g5k] Remove deprecated stuff

This commit is contained in:
Hyacinthe Cartiaux 2023-02-06 22:11:57 +01:00
parent 54fe5aa07d
commit af5dd9ad8b
3 changed files with 0 additions and 45 deletions

View file

@ -1,24 +0,0 @@
# Puppetplay configuration file
## Puppetplay ##
#
# ssh_gateway :
# - use false for a usage from the puppet master
# - use true for an external usage (a tunnel to the puppetmasters will be created)
ssh_gateway true
ssh_config_files '~/.ssh/config_g5k'
# master : define how to get platform configuration (sites, etc...) in order to generate the ~/.puppetplay_cache file
master "name" => "Master", "puppet_server" => "puppet.grid5000.fr", "rails_port" => '9000', "rails_base_uri" => '/puppet_master'
# default_site : site you manage by default (override with --site option)
default_site 'luxembourg'
## Capistrano ##
#
capistrano_user 'g5kadmin'
# capistrano_gateway is used for parallel command even if another tunnel is created via the ssh_config_files
# Use a Grid'5000 fqdn if you use a ssh tunnel via ssh_config_files
capistrano_gateway 'g5k'

View file

@ -1,5 +0,0 @@
base_uri: https://api.grid5000.fr/sid
username: hcartiaux
password:
gateway: access.grid5000.fr

View file

@ -113,17 +113,6 @@ ln -sf $DOTFILES/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
ln -sf $DOTFILES/rvm/rvmrc ~/.rvmrc ln -sf $DOTFILES/rvm/rvmrc ~/.rvmrc
## G5K
echo "ssh_config_files: '~/.ssh/config_g5k'" > ~/.net-admin.yaml
touch ~/.password-store
if [[ ! -d ~/.restfully ]]; then
mkdir ~/.restfully
cp $DOTFILES/g5k/restfully/api.grid5000.fr.yml ~/.restfully
ln -sf ~/.restfully/api.grid5000.fr.yml ~/.restfully/api.grid5000.fr.yaml
fi
## temporary files ## temporary files
ln -sf /tmp ~/.adobe ln -sf /tmp ~/.adobe
@ -133,8 +122,3 @@ ln -sf $DOTFILES/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
) )
[[ "$WORK" != "" ]] && (
mkdir -p $WORK/.local
ln -sf $WORK/.local ~/.local
)