promenade/promenade
Smruti Soumitra Khuntia b3533b8522 Enabling debug-report.sh to configure pods log duration.
Currently, when debug-report.sh collects logs for the deployment,
it's tmp directory eats up massive storage space if pod logs are
collected for more than two hours of duration.

This fix will provide a new shell variable "LOG_DURATION" that gives
flexibilty to configure log duration of pods to restrict space crunch
on the node while report creation. Default value is set to 0s, means
collect all logs.

To enable the collection of all logs irrespective of duration, LOG_
DURATION should be set to 0s. LOG_DURATION can be in seconds(s),
minutes(m) or hours(h).

Change-Id: Ia80f37baca90f421cd0f543fc3a66e039df45323
2019-08-22 17:12:48 +00:00
..
control Add optional external_ip to promjoin 2019-04-23 08:45:34 -05:00
schemas Fix potential port conflict 2019-08-05 15:52:39 -05:00
templates Enabling debug-report.sh to configure pods log duration. 2019-08-22 17:12:48 +00:00
utils Fix: various documentation and URL fixes 2018-09-25 11:44:57 +02:00
__init__.py Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
builder.py Merge "templates: separate genesis and join sources" 2019-06-06 19:56:26 +00:00
cli.py log_level fix for CLI 2019-08-09 09:43:36 -05:00
config.py New source for hyperkube binary definition 2019-06-06 10:30:29 -07:00
design_ref.py Log client-id in UCP API endpoints 2019-04-05 09:55:15 +00:00
encryption_method.py Implement encryption for genesis/join scripts 2018-09-14 11:32:12 -05:00
exceptions.py Implement encryption for genesis/join scripts 2018-09-14 11:32:12 -05:00
generator.py Implement encryption for genesis/join scripts 2018-09-14 11:32:12 -05:00
kubeclient.py Fix: re-add incorrectly removed format test 2018-09-12 10:40:45 -05:00
logging.py Add facility to configure log levels in promenade 2019-08-07 19:53:57 +05:30
options.py Add facility to configure log levels in promenade 2019-08-07 19:53:57 +05:30
pki.py Implement encryption for genesis/join scripts 2018-09-14 11:32:12 -05:00
policy.py Adding node-labels api 2018-08-09 23:58:59 +05:30
promenade.py Add facility to configure log levels in promenade 2019-08-07 19:53:57 +05:30
renderer.py templates: separate genesis and join sources 2019-05-24 17:32:55 -04:00
tar_bundler.py New source for hyperkube binary definition 2019-06-06 10:30:29 -07:00
validation.py Implement encryption for genesis/join scripts 2018-09-14 11:32:12 -05:00