lp:~pponnuvel/stsstack-bundles

Get this repository:
git clone https://git.launchpad.net/~pponnuvel/stsstack-bundles
Only Ponnuvel Palaniyappan can upload to this repository. If you are Ponnuvel Palaniyappan please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2021-10-29 10:55:16 UTC
Release update for Ubuntu jammy

Author: Ponnuvel Palaniyappan
Author Date: 2021-10-29 10:55:16 UTC

Release update for Ubuntu jammy

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

fix-default-series 2021-10-10 18:18:18 UTC
Fix the usage error of `juju model-config`

Author: Ponnuvel Palaniyappan
Author Date: 2021-10-10 18:18:18 UTC

Fix the usage error of `juju model-config`

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

rook-support 2021-09-24 09:05:38 UTC
Add support for Rook/Ceph

Author: Ponnuvel Palaniyappan
Author Date: 2021-09-21 20:21:29 UTC

Add support for Rook/Ceph

ceph_iscsi_charm 2020-06-15 10:55:00 UTC
Add support for ceph-iscsi charm

Author: Ponnuvel Palaniyappan
Author Date: 2020-05-27 14:33:54 UTC

Add support for ceph-iscsi charm

This is a preview charm in the 20.05 charm release.

Closes-Bug: #1880117

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

reduce_ceph_log_level 2020-05-29 09:15:28 UTC
Reduce default log level for Ceph template and

Author: Ponnuvel Palaniyappan
Author Date: 2020-05-28 13:39:30 UTC

Reduce default log level for Ceph template and
related overlays.

Log level 20 is highly verbose and fills up the log files
pretty quickly. With loglvel=20, osd log files
(/var/log/ceph/ceph-osd.*.log) have reached ~20G in ~8
hours.

Reduce loglevels down to 1 based on Dan's(hillpd) comment:
"Ceph supports run-time logging level changes. It is easy
enough to use `ceph tell` or the daemon socket to
raise/lower log levels across a reproducer.

I'd recommend dropping the level all the way down to 1 by
default.

This will also reduce overall stress on stsstack -- ceph
can be very verbose at raised debug levels."

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

misc_improvements 2020-05-29 09:10:36 UTC
Misc improvements

Author: Ponnuvel Palaniyappan
Author Date: 2020-05-28 19:18:46 UTC

Misc improvements

Functionally equivalent to previous code.
Reduces unnecessary fork/exec calls.

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

pp_fix_exit_code 2020-05-21 18:21:58 UTC
Fix the the exit code of generate-bundle.sh

Author: Ponnuvel Palaniyappan
Author Date: 2020-05-21 17:06:15 UTC

Fix the the exit code of generate-bundle.sh

The final exit code of this script is non-zero when it's success.

When grep fails (i.e. no unbound variables), it exits immediately
because of -e option. || ensures that grep failure doesn't exit the
script and also explicitly exit with 0. Otherwise, "last command"'s
(= grep) return code will be used for exit code which is non-zero.

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>

17 of 7 results
This repository contains Public information 
Everyone can see this information.