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

Add support for KDE neon based on Ubuntu 22.04 #1894

Merged
merged 2 commits into from
Feb 9, 2023

Conversation

digitalkram
Copy link
Contributor

What does this PR do?

Causes bootstrap to properly support Ubuntu 22.04 based versions of KDE neon.

What issues does this PR fix or reference?

n/a

Previous Behavior

 *  INFO: Executed by: shell pipe
 *  INFO: Command line: 'sh '

 *  INFO: System Information:
 *  INFO:   CPU:          GenuineIntel
 *  INFO:   CPU Arch:     x86_64
 *  INFO:   OS Name:      Linux
 *  INFO:   OS Version:   5.15.0-57-generic
 *  INFO:   Distribution: Neon 22.04

sh: 1: eval: neon_22_ubuntu_base: parameter not set
 *  INFO: Installing minion
100  320k  100  320k    0     0   906k      0 --:--:-- --:--:-- --:--:--  908k
 *  INFO: Found function config_salt
 *  INFO: Found function preseed_master
 *  INFO: Found function daemons_running
 * ERROR: No dependencies installation function found. Exiting...

New Behavior

 *  INFO: Running version: 2022.10.04
 *  INFO: Executed by: bash
 *  INFO: Command line: '/tmp/bootstrap-salt.sh '

 *  INFO: System Information:
 *  INFO:   CPU:          GenuineIntel
 *  INFO:   CPU Arch:     x86_64
 *  INFO:   OS Name:      Linux
 *  INFO:   OS Version:   5.15.0-57-generic
 *  INFO:   Distribution: Neon 22.04

 *  INFO: Installing minion
 *  INFO: Found function install_ubuntu_stable_deps
 *  INFO: Found function config_salt
 *  INFO: Found function preseed_master
 *  INFO: Found function install_ubuntu_stable
 *  INFO: Found function install_ubuntu_stable_post
 *  INFO: Found function install_ubuntu_restart_daemons
 *  INFO: Found function daemons_running
 *  INFO: Found function install_ubuntu_check_services
 *  INFO: Running install_ubuntu_stable_deps()
[...]
 *  INFO: Running install_ubuntu_stable_post()
 *  INFO: Running install_ubuntu_check_services()
 *  INFO: Running install_ubuntu_restart_daemons()
 *  INFO: Running daemons_running()
 *  INFO: Salt installed!

@garethgreenaway garethgreenaway merged commit 4ab6fe4 into saltstack:develop Feb 9, 2023
@garethgreenaway
Copy link
Contributor

@digitalkram Thanks for the PR! Sorry it took us awhile to get his one merged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants