salt
salt copied to clipboard
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Hey, When using the `network.managed` state on Ubuntu Focal (20.04) version in order to configure/update an interface its edit the interfaces file instead of the netplan files. It causes an...
**Description** Highstate on v3005rc2 is marginally slower than v3004, but still within the acceptable range (I measured about ~5% slower). Adding `state_aggregate: true` to minion conf causes the highstate to...
**Description** vault modules were updated in 3005 to change their default behavior of the... `default` parameter: https://github.com/saltstack/salt/pull/61089 There are several issues with that change: 1. Change is not documented. Nothing...
I'm currently testing the gitfs provider 'pygit2' with https authentication. My salt-master is behind a squid proxy. - I properly configured the env vars 'http_proxy' and 'https_proxy' (as root user...
In the following line https://github.com/saltstack/salt/blob/245991ab2ca812d02c317dbe5b52d5d0442c50ee/salt/netapi/rest_tornado/saltnado.py#L1027 The code of: `minions = set( self.ckminions.check_minions(chunk["tgt"], chunk.get("tgt_type", "glob")) )` needs to be changed to: `minions = set( self.ckminions.check_minions(chunk["tgt"], chunk.get("tgt_type", "glob"))["minions"] )` This yields the...
### Description of the tech debt to be addressed, include links and screenshots I've tried to use kubeadm module to bootstrap k8s cluster (1.23.0) https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.kubeadm.html#salt.modules.kubeadm.init `experimental_upload_certs` and `experimental_control_plane` are invalid...
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #61369 ### Previous Behavior Unable to create k8s (v1.23.X) cluster via salt module ###...
### What does this PR do? See issue. ### What issues does this PR fix or reference? Fixes: #62446 ### Merge requirements satisfied? **[NOTICE] Bug fixes or features added to...
### What does this PR do? When using preq on a state, then prereq state will first be run with test=True to determine if there are changes. When there are...
### What does this PR do? This changes recognizes [OSMC](https://osmc.tv/) as Debian based. ### What issues does this PR fix or reference? Fixes: #62198 ### Merge requirements satisfied? **[NOTICE] Bug...