-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #847 from joseivanlopez/merge-master-registration
Merge master
- Loading branch information
Showing
77 changed files
with
7,749 additions
and
16,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Submit agama-products | ||
|
||
on: | ||
# runs on pushes targeting the default branch | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
# run only when a Rust source is changed | ||
- products.d/** | ||
|
||
jobs: | ||
update_staging: | ||
uses: ./.github/workflows/obs-staging-shared.yml | ||
# pass all secrets | ||
secrets: inherit | ||
with: | ||
project_name: systemsmanagement:Agama:Staging | ||
package_name: agama-products-opensuse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
id: ALP-Dolomite | ||
name: SUSE ALP Dolomite | ||
description: 'SUSE ALP Dolomite is a minimum immutable OS core, focused on | ||
security to provide the bare minimum to run workloads and services as | ||
containers or virtual machines.' | ||
software: | ||
installation_repositories: | ||
- url: https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/x86_64/product/ | ||
archs: x86_64 | ||
- url: https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/aarch64/product/ | ||
archs: aarch64 | ||
- url: https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/s390x/product/ | ||
archs: s390 | ||
- url: https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/ppc64le/product/ | ||
archs: ppc | ||
|
||
mandatory_patterns: | ||
- alp_base_zypper | ||
- alp_cockpit | ||
- alp_hardware | ||
optional_patterns: null # no optional pattern shared | ||
mandatory_packages: | ||
- package: ppc64-diag # Needed for hardware-based installations | ||
archs: ppc64 | ||
optional_packages: null | ||
base_product: ALP-Dolomite | ||
|
||
security: | ||
lsm: selinux | ||
available_lsms: | ||
# apparmor: | ||
# patterns: | ||
# - apparmor | ||
selinux: | ||
patterns: | ||
- alp_selinux | ||
policy: enforcing | ||
none: | ||
patterns: null | ||
|
||
storage: | ||
space_policy: delete | ||
encryption: | ||
method: luks2 | ||
pbkd_function: pbkdf2 | ||
tpm_luks_open: true | ||
volumes: | ||
- "/" | ||
volume_templates: | ||
- mount_path: "/" | ||
filesystem: btrfs | ||
btrfs: | ||
snapshots: true | ||
read_only: true | ||
default_subvolume: "@" | ||
subvolumes: | ||
- path: root | ||
- path: home | ||
- path: opt | ||
- path: srv | ||
- path: boot/writable | ||
- path: usr/local | ||
- path: var | ||
copy_on_write: false | ||
# Architecture specific subvolume | ||
- path: boot/grub2/arm64-efi | ||
archs: aarch64 | ||
- path: boot/grub2/i386-pc | ||
archs: x86_64 | ||
- path: boot/grub2/powerpc-ieee1275 | ||
archs: ppc,!board_powernv | ||
- path: boot/grub2/s390x-emu | ||
archs: s390 | ||
- path: boot/grub2/x86_64-efi | ||
archs: x86_64 | ||
size: | ||
auto: true | ||
outline: | ||
required: true | ||
filesystems: | ||
- btrfs | ||
snapshots_configurable: false | ||
auto_size: | ||
base_min: 5 GiB | ||
base_max: 25 GiB | ||
max_fallback_for: | ||
- "/var" | ||
- mount_path: "/var" | ||
filesystem: btrfs | ||
mount_options: | ||
- "x-initrd.mount" | ||
- "nodatacow" | ||
size: | ||
auto: false | ||
min: 5 GiB | ||
outline: | ||
required: false | ||
filesystems: | ||
- btrfs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
------------------------------------------------------------------- | ||
Mon Oct 30 14:38:51 UTC 2023 - Josef Reidinger <[email protected]> | ||
|
||
- Initial split of products (gh#openSUSE/agama#602, | ||
gh#openSUSE/agama#822) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# | ||
# spec file for package agama-products-opensuse | ||
# | ||
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany. | ||
# | ||
# 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 http://bugs.opensuse.org/ | ||
# | ||
|
||
Name: agama-products-opensuse | ||
# This will be set by osc services, that will run after this. | ||
Version: 0 | ||
Release: 0 | ||
Summary: Definition of openSUSE products for the Agama installer | ||
License: GPL-2.0-only | ||
Url: https://github.com/opensuse/agama | ||
BuildArch: noarch | ||
Source0: agama.tar | ||
|
||
%description | ||
Products definition for Agama installer. This one is for opensuse products. | ||
|
||
%package -n agama-products-ALP-Dolomite | ||
# This will be set by osc services, that will run after this. | ||
Version: 0 | ||
Release: 0 | ||
Summary: Definition of Dolomite product for the Agama installer | ||
License: GPL-2.0-only | ||
Url: https://github.com/opensuse/agama | ||
BuildArch: noarch | ||
|
||
%description -n agama-products-ALP-Dolomite | ||
Products definition for Agama installer. This one is for ALP Dolomite product. | ||
|
||
%prep | ||
%autosetup -a0 -n agama | ||
|
||
%build | ||
|
||
%install | ||
install -D -d -m 0755 %{buildroot}%{_datadir}/agama/products.d | ||
install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d | ||
|
||
%files | ||
%dir %{_datadir}/agama | ||
%dir %{_datadir}/agama/products.d | ||
%{_datadir}/agama/products.d/tumbleweed.yaml | ||
%{_datadir}/agama/products.d/leap16.yaml | ||
|
||
%files -n agama-products-ALP-Dolomite | ||
%dir %{_datadir}/agama | ||
%dir %{_datadir}/agama/products.d | ||
%{_datadir}/agama/products.d/ALP-Dolomite.yaml | ||
|
||
%changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
id: Leap16 | ||
name: openSUSE Leap 16.0 | ||
archs: x86_64,aarch64 | ||
description: '[Experimental project] openSUSE Leap 16 is built on top of the next generation Adaptable Linux Platform (ALP) from SUSE.' | ||
software: | ||
installation_repositories: | ||
- url: https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/images/repo/Leap-16.0-x86_64-Media1/ | ||
archs: x86_64 | ||
- url: https://download.opensuse.org/repositories/openSUSE:/Leap:/16.0/images/repo/Leap-16.0-aarch64-Media1/ | ||
archs: aarch64 | ||
mandatory_patterns: | ||
- alp_base | ||
- alp_base_zypper | ||
- alp_cockpit | ||
- alp-container_runtime | ||
- alp_defaults | ||
optional_patterns: null # no optional pattern shared | ||
mandatory_packages: null | ||
optional_packages: null | ||
base_product: Leap16 | ||
|
||
security: | ||
lsm: selinux | ||
available_lsms: | ||
# apparmor: | ||
# patterns: | ||
# - apparmor | ||
selinux: | ||
patterns: | ||
- alp_selinux | ||
policy: enforcing | ||
none: | ||
patterns: null | ||
|
||
storage: | ||
space_policy: delete | ||
encryption: | ||
method: luks2 | ||
pbkd_function: pbkdf2 | ||
tpm_luks_open: true | ||
volumes: | ||
- "/" | ||
volume_templates: | ||
- mount_path: "/" | ||
filesystem: btrfs | ||
btrfs: | ||
snapshots: true | ||
read_only: true | ||
default_subvolume: "@" | ||
subvolumes: | ||
- path: root | ||
- path: home | ||
- path: opt | ||
- path: srv | ||
- path: boot/writable | ||
- path: usr/local | ||
- path: boot/grub2/arm64-efi | ||
archs: aarch64 | ||
- path: boot/grub2/i386-pc | ||
archs: x86_64 | ||
- path: boot/grub2/powerpc-ieee1275 | ||
archs: ppc,!board_powernv | ||
- path: boot/grub2/s390x-emu | ||
archs: s390 | ||
- path: boot/grub2/x86_64-efi | ||
archs: x86_64 | ||
- path: var | ||
copy_on_write: false | ||
size: | ||
auto: false | ||
min: 5 GiB | ||
outline: | ||
required: true | ||
filesystems: | ||
- btrfs | ||
snapshots_configurable: false | ||
- filesystem: xfs | ||
size: | ||
auto: false | ||
outline: | ||
required: false | ||
filesystems: | ||
- btrfs | ||
- ext2 | ||
- ext3 | ||
- ext4 | ||
- xfs |
Oops, something went wrong.