Skip to content

Commit

Permalink
DAOSGCP-111 Remove unneeded Examples (#48)
Browse files Browse the repository at this point in the history
* DAOSGCP-111 Remove unneeded Examples
   Enable daos_cluster to be used for all examples.
   Setting "client_number_of_instances = 0" allows just
   severs to be created.

   Only_daos_client has an unclear use.  Users should use the
   Server output script to install new clients.

Signed-off-by: Keith Mannthey <keith.mannthey@intel.com>
  • Loading branch information
Kmannth authored May 18, 2022
1 parent bbce926 commit 2614999
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 1,526 deletions.
4 changes: 2 additions & 2 deletions terraform/examples/daos_cluster/terraform.tfvars.perf.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ server_daos_scm_size = 45
# {
# name = "pool1",
# size = "1TB",
# tier_ratio = 6
# tier_ratio = 3
# acls = [
# "A::OWNER@:rwdtTaAo",
# "A:G:GROUP@:rwtT",
# "A::EVERYONE@:r",
# ],
# properties = {
# reclaim = "lazy"
# checksum = "disabled"
# },
# containers = [
# {
Expand Down
154 changes: 0 additions & 154 deletions terraform/examples/only_daos_client/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions terraform/examples/only_daos_client/main.tf

This file was deleted.

Loading

0 comments on commit 2614999

Please sign in to comment.