Skip to content

Commit

Permalink
Update conf file storage text for 0.14.0. (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels authored Oct 31, 2023
1 parent e4e68ec commit 7468e1f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 63 deletions.
19 changes: 6 additions & 13 deletions defaults/krill-pubd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,15 @@

# Specify the storage used by Krill.
#
# Currently, Krill supports two flavours of storage: disk
# or a Postgresql database. Support for other databases or
# key value store implementations may be added in future.
# Currently, Krill supports disk based storage only.
#
# If you use disk-backed storage, you MUST ensure that
# only one Krill node using this storage is active at any
# given moment. Transactionality is not guaranteed across nodes
# when using this option.
#
# If a database back-end is used, it is possible to have multiple
# concurrent active Krill instances use it. Database replication
# can further improve availability as long as this is transparent to Krill.
# You can use a shared disk and a standby Krill node for redundancy.
# However, data corruption issues can occur if you run multiple active
# Krill nodes using a shared disk. Therefore, you MUST ensure that only
# one Krill node is active at any given time.
#
# Example configurations:
# storage_uri = "/var/lib/krill/data/"
# storage_uri = "postgres://postgres@localhost/postgres"
#
# Default:
# storage_uri = "./data"
Expand Down Expand Up @@ -258,4 +251,4 @@
# audit or research.
#
# If set to true files will be archived in a directory under '$data_dir/repo/archive'
# rrdp_files_archive = false
# rrdp_files_archive = false
17 changes: 5 additions & 12 deletions defaults/krill-testbed.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,15 @@

# Specify the storage used by Krill.
#
# Currently, Krill supports two flavours of storage: disk
# or a Postgresql database. Support for other databases or
# key value store implementations may be added in future.
# Currently, Krill supports disk based storage only.
#
# If you use disk-backed storage, you MUST ensure that
# only one Krill node using this storage is active at any
# given moment. Transactionality is not guaranteed across nodes
# when using this option.
#
# If a database back-end is used, it is possible to have multiple
# concurrent active Krill instances use it. Database replication
# can further improve availability as long as this is transparent to Krill.
# You can use a shared disk and a standby Krill node for redundancy.
# However, data corruption issues can occur if you run multiple active
# Krill nodes using a shared disk. Therefore, you MUST ensure that only
# one Krill node is active at any given time.
#
# Example configurations:
# storage_uri = "/var/lib/krill/data/"
# storage_uri = "postgres://postgres@localhost/postgres"
#
# Default:
# storage_uri = "./data"
Expand Down
19 changes: 6 additions & 13 deletions defaults/krill.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,15 @@

# Specify the storage used by Krill.
#
# Currently, Krill supports two flavours of storage: disk
# or a Postgresql database. Support for other databases or
# key value store implementations may be added in future.
# Currently, Krill supports disk based storage only.
#
# If you use disk-backed storage, you MUST ensure that
# only one Krill node using this storage is active at any
# given moment. Transactionality is not guaranteed across nodes
# when using this option.
#
# If a database back-end is used, it is possible to have multiple
# concurrent active Krill instances use it. Database replication
# can further improve availability as long as this is transparent to Krill.
# You can use a shared disk and a standby Krill node for redundancy.
# However, data corruption issues can occur if you run multiple active
# Krill nodes using a shared disk. Therefore, you MUST ensure that only
# one Krill node is active at any given time.
#
# Example configurations:
# storage_uri = "/var/lib/krill/data/"
# storage_uri = "postgres://postgres@localhost/postgres"
#
# Default:
# storage_uri = "./data"
Expand Down Expand Up @@ -466,4 +459,4 @@
# timing_child_certificate_valid_weeks = 52
# timing_child_certificate_reissue_weeks_before = 4
# timing_roa_valid_weeks = 52
# timing_roa_reissue_weeks_before = 4
# timing_roa_reissue_weeks_before = 4
18 changes: 6 additions & 12 deletions test-resources/krill-init-multi-user.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,15 @@

# Specify the storage used by Krill.
#
# Currently, Krill supports two flavours of storage: disk
# or a Postgresql database. Support for other databases or
# key value store implementations may be added in future.
# Currently, Krill supports disk based storage only.
#
# If you use disk-backed storage, you MUST ensure that
# only one Krill node using this storage is active at any
# given moment. Transactionality is not guaranteed across nodes
# when using this option.
#
# If a database back-end is used, it is possible to have multiple
# concurrent active Krill instances use it. Database replication
# can further improve availability as long as this is transparent to Krill.
# You can use a shared disk and a standby Krill node for redundancy.
# However, data corruption issues can occur if you run multiple active
# Krill nodes using a shared disk. Therefore, you MUST ensure that only
# one Krill node is active at any given time.
#
# Example configurations:
# storage_uri = "/var/lib/krill/data/"
# storage_uri = "postgres://postgres@localhost/postgres"
#
# Default:
# storage_uri = "./data"
Expand Down Expand Up @@ -469,6 +462,7 @@ service_uri = "https://localhost:3001/"
# timing_roa_reissue_weeks_before = 4



######################################################################################
# #
# ----==== WEB UI MULTI-USER LOGIN CONFIGURATION ====---- #
Expand Down
19 changes: 6 additions & 13 deletions test-resources/krill-init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,15 @@

# Specify the storage used by Krill.
#
# Currently, Krill supports two flavours of storage: disk
# or a Postgresql database. Support for other databases or
# key value store implementations may be added in future.
# Currently, Krill supports disk based storage only.
#
# If you use disk-backed storage, you MUST ensure that
# only one Krill node using this storage is active at any
# given moment. Transactionality is not guaranteed across nodes
# when using this option.
#
# If a database back-end is used, it is possible to have multiple
# concurrent active Krill instances use it. Database replication
# can further improve availability as long as this is transparent to Krill.
# You can use a shared disk and a standby Krill node for redundancy.
# However, data corruption issues can occur if you run multiple active
# Krill nodes using a shared disk. Therefore, you MUST ensure that only
# one Krill node is active at any given time.
#
# Example configurations:
# storage_uri = "/var/lib/krill/data/"
# storage_uri = "postgres://postgres@localhost/postgres"
#
# Default:
# storage_uri = "./data"
Expand Down Expand Up @@ -466,4 +459,4 @@ service_uri = "https://localhost:3001/"
# timing_child_certificate_valid_weeks = 52
# timing_child_certificate_reissue_weeks_before = 4
# timing_roa_valid_weeks = 52
# timing_roa_reissue_weeks_before = 4
# timing_roa_reissue_weeks_before = 4

0 comments on commit 7468e1f

Please sign in to comment.