infrastructure-management
Here are 98 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
when running Datree's pre-commit, there is no ("native") way to pass the account token to the docker image
Describe the solution you'd like
A way to inject the account token from the pre-commit config
Describe alternatives you've considered
pass the account token as env variable to the docker image
-
Updated
Nov 22, 2018 - Go
-
Updated
Dec 17, 2021 - 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
Dec 17, 2021 - Shell
-
Updated
Dec 15, 2021 - Perl
-
Updated
Nov 15, 2021 - Go
-
Updated
Feb 13, 2019 - PowerShell
-
Updated
Jun 28, 2020 - Makefile
-
Updated
Apr 6, 2018 - Go
-
Updated
Nov 23, 2021
-
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
Dec 3, 2021 - Python
-
Updated
Dec 19, 2017 - Shell
-
Updated
Dec 12, 2021 - HTML
-
Updated
Feb 5, 2021 - C#
-
Updated
Dec 11, 2021 - 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
-
Updated
Aug 24, 2021
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.