Tewfik Ghariani
Tewfik Ghariani
The image with `appVersion: 9.1.6` upgraded per https://github.com/grafana/helm-charts/pull/1834 is failing the startup with the following log output: ```sh logger=sqlstore t=2022-09-23T06:51:37.602377351Z level=info msg="Connecting to DB" dbtype=mysql logger=migrator t=2022-09-23T06:51:37.656249202Z level=info msg="Starting DB...
Hii, First of all thanks for all of your efforts and the great tool you have implemented I have a specific use case that I would like to share: We...
Hii, I have seen the following in the release notes of the latest version v0.3.6 ``` - Added templated Test Suites, to make re-usable tests possible (credits @hanseltime, resolves #57,...
Instead of specifying a pre-defined serviceAccount email, we can add a new resource for that and have the user specify the scopes then it would get generated as part of...
Labels applied to GCE instances were added before there was any method available in libcloud https://github.com/nix-community/nixops-gce/blob/d56aa7b68557e6fd2661c90be89d70419d9393d1/nixops/backends/gce.py#L478-L479 Now that https://github.com/apache/libcloud/pull/1115 is merged, we need to modify our code to take advantage...
A simple request/change, yet somewhat valuable and less confusing. It would make sense to rename the repository from "_nixops-gce_" to "_nixops-gcp_" as it allows us to provision resources in all...
Given that the RDS database instance is considered as a resource and not a machine, would it be possible to introduce the stop/start operations? If yes, we can also consider...
This PR introduces the possibility of restoring an RDS DB from snapshot. Given that the RDS DB instance restored is automatically placed in the default SG, added the support for...
Once we provision a set of instances and volumes as separate resources, we cannot destroy only the volumes while keeping the instances. ( using --include vol1_data .. ) As it...
Once a spot instance is lost or a spot request in cancelled, the root volume re-created is not appended to the block device mapping because the 'first_boot' was set to...