aboutsummaryrefslogtreecommitdiffstats
path: root/config.env.sample
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2018-03-26 17:07:55 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2018-03-27 18:47:53 +0000
commit71f34ee19c36ab44ddb8bafcc2044393ecd5667c (patch)
treebae37fa592bb19fe1b38639e44eb6de140e6baf5 /config.env.sample
parent1db9f7772a9266edd84c33592322c5dd2e4aeae8 (diff)
Implement Booking Cleanup Task
Jira: PHAROS-344 Two new settings in config.env allow setting 1) how "stale" an expired booking can get before being culled and 2) how many expired bookings are kept around before culling If either condition is met, expired bookings will be deleted until both are false. Change-Id: I6b091e93c6fe5d47b75ebf5325b717fa898c773c Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'config.env.sample')
-rw-r--r--config.env.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.env.sample b/config.env.sample
index c36e52a..8d0afd6 100644
--- a/config.env.sample
+++ b/config.env.sample
@@ -23,6 +23,10 @@ JIRA_USER_PASSWORD=sample_jira_pass
RABBITMQ_USER=opnfv
RABBITMQ_PASSWORD=opnfvopnfv
+# Cleanup: time is in days
+BOOKING_EXPIRE_TIME=30
+BOOKING_MAXIMUM_NUMBER=10
+
#Jenkins Build Server
JENKINS_URL=https://build.opnfv.org/ci