Skip to content

Commit

Permalink
docs: minor aesthetic changes part five
Browse files Browse the repository at this point in the history
  • Loading branch information
khys95 committed Oct 30, 2024
1 parent 8c10667 commit d1b2040
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/TheBook/src/main/markdown/dcache-minimal-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,27 +171,32 @@ Create the `mylayout.conf` file inside the layouts directory and add the followi
```ini
[dCacheDomain]
dcache.broker.scheme = none


[dCacheDomain/admin]
admin.paths.history=${host.name}/var/admin/history

[dCacheDomain/zookeeper]

[dCacheDomain/pnfsmanager]
pnfsmanager.default-retention-policy = REPLICA
pnfsmanager.default-access-latency = ONLINE

[dCacheDomain/poolmanager]

[dCacheDomain/gplazma]
gplazma.oidc.audience-targets=https://wlcg.cern.ch/jwt/v1/any
gplazma.oidc.provider!wlcg=https://wlcg.cloud.cnaf.infn.it/ -profile=wlcg -prefix=/ -suppress=audience

[dCacheDomain/poolmanager]

[dCacheDomain/webdav]
#webdav.authn.basic = true
webdav.authn.protocol=https
webdav.authz.readonly=false
webdav.cell.name=WebDAV-${host.name}
#webdav.authn.basic = true
webdav.authn.protocol=http
webdav.authz.anonymous-operations=READONLY

```

//TODO: check with system test configs for webdav: https://github.com/dCache/dcache/blob/master/packages/system-test/src/main/skel/etc/layouts/system-test.conf

**Notes**

- In this installation, dCache will have only one domain, and it will not be connected to a tape system, hence, the values of retention-policy and access-latency are replica and online respectively. Additionally, `dcache.broker.scheme = none` tells dCache it is running stand-alone instance with no additional domains.
Expand Down

0 comments on commit d1b2040

Please sign in to comment.