Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport from develop features required by yomi #120

Closed
wants to merge 4 commits into from

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    c17780e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    5a1e0b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. batch.py: avoid exception when minion does not respond (bsc#1135507)

    We have several issues reporting that salt is throwing exception when
    the minion does not respond. This change avoid the exception adding a
    default data to the minion when it fails to respond. This patch based
    on the patch suggested by @roskens.
    
    Issues #46876 #48509 #50238
    bsc#1135507
    
    Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
    jvanz authored and Mihai Dinca committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    5037785 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Backport from develop features required by yomi

    * Add root and no_recommends parameters in the public interface for Zypper and RPM (lowpkg)
      saltstack/salt#50125
    
    * Add root parameter to useradd, shadow and groupadd
      saltstack/salt#50175
    
    * cmd: Add root parameter for wait and run states
      saltstack/salt#50302
    
    * systemd: add optional root parameter
      saltstack/salt#50380
    
    * Add new chroot module
      https://github.com/openSUSE/salt/pull/50418
    
    * Add new module freezer
      saltstack/salt#50452
    
    * btrfs: add all subvolume commands
      saltstack/salt#50541
    
    * btrfs: add new btrfs state
      saltstack/salt#50635
    
    * zypper: demote log from error to warning
      saltstack/salt#50671
    
    * blkid: add search by token
      saltstack/salt#50706
    
    * mount: add fstab_{present,absent} states
      saltstack/salt#50725
    
    * btrfs: add option to not set subvolumes as default
      saltstack/salt#50801
    
    * Add disk_set and disk_toggle functions, and update valid partition flags
      saltstack/salt#50834
    
    * disk: support setting FAT size for format_
      saltstack/salt#51074
    
    * parted: fix set_ valid flags comment.
      saltstack/salt#51704
    
    * grains/core: ignore HOST_NOT_FOUND errno in fqdns()
      saltstack/salt#51706
    
    * cmdmod: add 'binds' parameter in run_chroot
      saltstack/salt#51871
    
    * mount: fix extra -t parameter
      saltstack/salt#51905
    
    * lvm: be quiet when a pv, lv or vg is not expected
      saltstack/salt#51929
    
    * linux_lvm: clean error in pvcreate and pvremove
      saltstack/salt#51954
    
    * blockdev: hide blkid errors when are expected
      saltstack/salt#51956
    
    * partially unify public functions signature for pkg and lowpkg
      saltstack/salt#51973
    
    * extmods: add utils directories in sys.path
      saltstack/salt#52001
    aplanas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    563440b View commit details
    Browse the repository at this point in the history