You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request. Currently 2019.2.1 has released and broken my workflow. And I have no timeline or understanding when the issue will be fixed. This request is to take more control of the bootstrap process for new nodes using saltstack.
When spinning up new (Linux CentOS and Linux 2 AMI) EC2 instances with a saltstack EC2 cloud provider, then the EC2 instances bootstrap to the latest salt stack repository
This feature request is asking for a way to pin to earlier releases as a parameter in the cloud provider. Such a parameter would point to one of the older locations; eg:
Where the new parameter is 2018.3, the repo would point here;
Closing this request. To resolve the issue of pinning to a saltstack version while using EC2 cloud provider driver, one can pass an argument to the bootstrap script. Thanks for the tip @whytewolf
For example; to pin new EC2 instances to saltstack minion version 2019.2.0, pass in script_args;
Description of Issue
This is a feature request. Currently
2019.2.1
has released and broken my workflow. And I have no timeline or understanding when the issue will be fixed. This request is to take more control of the bootstrap process for new nodes using saltstack.Setup
Salt Stack allows you to specify an AWS EC2 cloud provider. See, https://docs.saltstack.com/en/latest/topics/cloud/aws.html for setup.
Steps to Reproduce Issue
When spinning up new (Linux CentOS and Linux 2 AMI) EC2 instances with a saltstack EC2 cloud provider, then the EC2 instances bootstrap to the latest salt stack repository
This feature request is asking for a way to pin to earlier releases as a parameter in the cloud provider. Such a parameter would point to one of the older locations; eg:
Where the new parameter is
2018.3
, the repo would point here;Sample /etc/salt/cloud.providers.d/company.conf
/etc/salt/cloud.profiles.d/company.conf
Versions Report
Request is for any upcoming versions,
> 2019.2.1+
Currently using;
Thank you.
The text was updated successfully, but these errors were encountered: