infrastructure-management
Here are 101 public repositories matching this topic...
-
Updated
Feb 1, 2022 - Python
Is your feature request related to a problem? Please describe.
The kubeconform cli provides a "-strict" flag:
-strict
disallow additional properties not in schema
By default, the Datree cli uses this flag during schema validation, thus disallowing additional properties.
Describe the solution you'd like
Add a --not-strict flag to the Datree cli that does not set this flag
-
Updated
Nov 22, 2018 - Go
-
Updated
Feb 1, 2022 - Ruby
Description
When /tmp and the destination directory is mounted on a different disk then fails with following error
Expected Behavior
Should not fail
Actual Behavior
*** Your new workflow can be found here: /home/uva/opensource/clutch/frontend/workflows/amiibo
For information on how to register this new workflow see our configuration guide: https://clutch.sh/docs/configur
-
Updated
Feb 1, 2022 - Shell
-
Updated
Feb 1, 2022 - Perl
-
Updated
Feb 2, 2022 - Go
-
Updated
Feb 13, 2019 - PowerShell
-
Updated
Jun 28, 2020 - Makefile
-
Updated
Nov 23, 2021
-
Updated
Apr 6, 2018 - Go
-
Updated
Nov 20, 2017 - Python
-
Updated
May 5, 2020 - Go
-
Updated
Nov 5, 2020 - Go
-
Updated
Apr 6, 2019 - Ruby
-
Updated
Apr 24, 2021 - Go
-
Updated
Feb 7, 2021 - Go
-
Updated
Feb 1, 2022 - Python
-
Updated
Dec 19, 2017 - Shell
-
Updated
Jan 21, 2022 - HTML
-
Updated
Feb 5, 2021 - C#
-
Updated
Jan 20, 2022 - HCL
Background
Currently, Elastic IPs are created manually by us and provided as IP in settings.
Need
This process could be updated and a new setting to generate EIP added.
With ec2_eip and ec2_eip_info automation can discover (using tags) the proper EIP and use it or create a new one when required.
-
Updated
Oct 19, 2021 - Go
-
Updated
Jul 19, 2021 - Python
-
Updated
Feb 11, 2021 - Java
-
Updated
Jul 26, 2018 - Groovy
-
Updated
Aug 30, 2018 - Python
Improve this page
Add a description, image, and links to the infrastructure-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure-management topic, visit your repo's landing page and select "manage topics."
Describe the solution you'd like
It would be nice to have a way to control whether a VM starts on boot or not. Maybe a new
autostartoption to salt.states.virt.running and/or salt.states.virt.defined? Or maybe a new function?Describe alternatives you've considered
I'll probably use salt.modules.virt.set_autostart for now.