diff options
| author | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
|---|---|---|
| committer | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
| commit | 3a52e92fbbbab4df949740f89a389d68281a9428 (patch) | |
| tree | 5cb3b864eb0e3f3b90a1efd9cbdee1fb9f158f4a /others/setup_2_openstackenv.sh | |
| parent | 8cb260002db7c46ea5fe2c3f589b485e5f5d970d (diff) | |
Diffstat (limited to 'others/setup_2_openstackenv.sh')
| -rw-r--r-- | others/setup_2_openstackenv.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/others/setup_2_openstackenv.sh b/others/setup_2_openstackenv.sh deleted file mode 100644 index e56b66f..0000000 --- a/others/setup_2_openstackenv.sh +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | # directories | ||
| 4 | mkdir ~/work | ||
| 5 | mkdir ~/work/mounts | ||
| 6 | mkdir ~/work/mounts/private | ||
| 7 | mkdir ~/work/mounts/public | ||
| 8 | mkdir ~/work/mounts/.localtmp | ||
| 9 | |||
| 10 | touch ~/work/mounts/.passwd-s3fs | ||
| 11 | chmod 600 ~/work/mounts/.passwd-s3fs | ||
| 12 | echo "id:pass" > ~/work/mounts/.passwd-s3fs | ||
| 13 | sudo s3fs s3ch1 ~/work/mounts/private -o passwd_file=~/work/mounts/.passwd-s3fs -o url=https://s3.pub1.infomaniak.cloud -o allow_other -o use_cache=~/work/mounts/.localtmp/ -o umask=000 -o use_path_request_style | ||
| 14 | sudo s3fs s3ch1-public ~/work/mounts/public -o passwd_file=~/work/mounts/.passwd-s3fs -o url=https://s3.pub1.infomaniak.cloud -o allow_other -o use_cache=~/work/mounts/.localtmp/ -o umask=000 -o use_path_request_style | ||
| 15 | |||
