From 4413251994bc8480c038d1acc16810eeb005de0f Mon Sep 17 00:00:00 2001 From: Marina Biryukova Date: Wed, 13 Sep 2023 16:20:46 +0300 Subject: [PATCH] [#20] Add frostfs-cli configurations Signed-off-by: Marina Biryukova --- configs/s01-cli.yml | 4 ++++ configs/s02-cli.yml | 4 ++++ configs/s03-cli.yml | 4 ++++ configs/s04-cli.yml | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 configs/s01-cli.yml create mode 100644 configs/s02-cli.yml create mode 100644 configs/s03-cli.yml create mode 100644 configs/s04-cli.yml diff --git a/configs/s01-cli.yml b/configs/s01-cli.yml new file mode 100644 index 0000000..3bd7c43 --- /dev/null +++ b/configs/s01-cli.yml @@ -0,0 +1,4 @@ +wallet: services/storage/wallet01.json +password: "" +rpc-endpoint: s01.frostfs.devenv:8080 +endpoint: s01.frostfs.devenv:8081 \ No newline at end of file diff --git a/configs/s02-cli.yml b/configs/s02-cli.yml new file mode 100644 index 0000000..ac5a8bb --- /dev/null +++ b/configs/s02-cli.yml @@ -0,0 +1,4 @@ +wallet: services/storage/wallet02.json +password: "" +rpc-endpoint: s02.frostfs.devenv:8080 +endpoint: s02.frostfs.devenv:8081 \ No newline at end of file diff --git a/configs/s03-cli.yml b/configs/s03-cli.yml new file mode 100644 index 0000000..ed288dc --- /dev/null +++ b/configs/s03-cli.yml @@ -0,0 +1,4 @@ +wallet: services/storage/wallet03.json +password: "" +rpc-endpoint: s03.frostfs.devenv:8080 +endpoint: s03.frostfs.devenv:8081 \ No newline at end of file diff --git a/configs/s04-cli.yml b/configs/s04-cli.yml new file mode 100644 index 0000000..f4353d5 --- /dev/null +++ b/configs/s04-cli.yml @@ -0,0 +1,4 @@ +wallet: services/storage/wallet04.json +password: "" +rpc-endpoint: s04.frostfs.devenv:8080 +endpoint: s04.frostfs.devenv:8081 \ No newline at end of file