Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
yomi-formula
yomi-formula.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yomi-formula.spec of Package yomi-formula
# # spec file for package yomi-formula # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define fname yomi %define fdir %{_datadir}/salt-formulas Name: yomi-formula Version: 0.0.1+git.1630589391.4557cfd Release: 0 Summary: Yomi - Yet one more installer License: Apache-2.0 Group: System/Packages URL: https://github.com/openSUSE/yomi Source0: %{fname}-%{version}.tar.xz %if !0%{?rhel} # Workaround for this OBS error: # conflict for providers of libudev1 needed by python3-pyudev # (provider libudev1 is in conflict with libudev-mini1) BuildRequires: libudev1 %endif Requires: python3-base BuildArch: noarch # On SLE/Leap 15-SP1 and TW requires the new salt-formula # configuration location. %if ! (0%{?sle_version:1} && 0%{?sle_version} < 150100) Requires(pre): salt-formulas-configuration %else Requires(pre): salt-master %endif %description Yomi (yet one more installer) is a new proposal for an installer for the [open]SUSE family. It is designed as a SaltStack state, and expected to be used in situations were unattended installations for heterogeneous nodes is required, and where some bits of intelligence in the configuration file, can help to customize the installation. Being also a Salt state makes the installation process one more step during the provisioning stage, making on Yomi a good candidate for integration in any workflow were SaltStack is used. %prep %setup -q -n %{fname}-%{version} %build %install # States, modules and grains inside Yomi namespace mkdir -p %{buildroot}%{fdir}/states/%{fname}/ cp -R salt/* %{buildroot}%{fdir}/states/ # Remove the top.sls, as can overwrite the one from the user rm %{buildroot}%{fdir}/states/top.sls # Reallocate the user defined modules mkdir -p %{buildroot}%{_prefix}/lib/%{fname}/ mv %{buildroot}%{fdir}/states/_* %{buildroot}%{_prefix}/lib/%{fname}/ # Example of pillars mkdir -p %{buildroot}%{_datadir}/%{fname}/ cp -R pillar %{buildroot}%{_datadir}/%{fname}/ # Monitoring CLI mkdir -p %{buildroot}%{_bindir}/ cp -a yomi-monitor %{buildroot}%{_bindir}/ # Pillars examples cat <<EOF > %{buildroot}%{_datadir}/%{fname}/pillar.conf pillar_roots: base: - /srv/pillar - %{_datadir}/yomi/pillar EOF # Configuration and UUIDs for autosign echo "autosign_grains_dir: %{_datadir}/yomi/autosign_grains" > %{buildroot}%{_datadir}/%{fname}/autosign.conf mkdir -p %{buildroot}%{_datadir}/%{fname}/autosign_grains/ for i in $(seq 0 9); do echo $(uuidgen --md5 --namespace @dns --name http://opensuse.org/$i) done > %{buildroot}%{_datadir}/%{fname}/autosign_grains/uuid # Salt-API configuration cat <<EOF > %{buildroot}%{_datadir}/%{fname}/salt-api.conf rest_cherrypy: port: 8000 debug: no disable_ssl: yes # ssl_crt: %{_sysconfdir}/ssl/server.crt # ssl_key: %{_sysconfdir}/ssl/server.key EOF # Eauth configuration and example user-list.txt cat <<EOF > %{buildroot}%{_datadir}/%{fname}/eauth.conf external_auth: file: ^filename: %{_datadir}/yomi/user-list.txt salt: - .* - '@wheel' - '@runner' - '@jobs' EOF echo 'salt:linux' > %{buildroot}%{_datadir}/%{fname}/user-list.txt # Examples of integration cp -a docs/examples/* %{buildroot}%{_datadir}/%{fname} cat <<EOF > %{buildroot}%{_datadir}/%{fname}/kubic-file.conf file_roots: base: - %{_datadir}/yomi/kubic - %{_prefix}/lib/%{fname} - %{_datadir}/salt-formulas/states - /srv/salt EOF # Metadata, forms, subforms, and 'after' order after='' for form in metadata/*form*.yml; do form_name=$(echo $form | sed -n 's/.*-form-\(.*\)\.yml/\1/p') mkdir -p %{buildroot}%{fdir}/metadata/$form_name/ cp -a $form %{buildroot}%{fdir}/metadata/$form_name/form.yml cp metadata/metadata.yml %{buildroot}%{fdir}/metadata/$form_name/ if [ ! -f %{buildroot}%{fdir}/states/$form_name/init.sls ]; then mkdir -p %{buildroot}%{fdir}/states/$form_name/ touch %{buildroot}%{fdir}/states/$form_name/init.sls fi # Add the 'after' section to ordering the forms sed -i "s/#AFTER/$after/g" %{buildroot}%{fdir}/metadata/$form_name/metadata.yml if [ -z "$after" ]; then after='after:\n' fi after+=" - ${form_name}\n" done # Configuration file for the master mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d/ cat <<EOF > %{buildroot}%{_sysconfdir}/salt/master.d/%{name}.conf file_roots: base: - %{_prefix}/lib/%{fname} EOF %files %license LICENSE %doc README.md docs/* %dir %attr(0755, root, salt) %{fdir}/ %dir %attr(0755, root, salt) %{fdir}/states/ %dir %attr(0755, root, salt) %{fdir}/metadata/ %dir %attr(0755, root, root) %{_prefix}/lib/%{fname}/ %dir %attr(0755, root, root) %{_datadir}/%{fname}/ %{fdir}/states/ %{fdir}/metadata/ %{_prefix}/lib/%{fname}/ %{_datadir}/%{fname} %{_bindir}/yomi-monitor %config %{_sysconfdir}/salt/master.d/%{name}.conf %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor