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

manifests: Inherit from Project Sagano #2610

Open
wants to merge 2 commits into
base: testing-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sagano"]
path = sagano
url = https://gitlab.com/CentOS/cloud/sagano
38 changes: 0 additions & 38 deletions manifests/bootable-rpm-ostree.yaml

This file was deleted.

1 change: 1 addition & 0 deletions manifests/bootable-rpm-ostree.yaml
13 changes: 0 additions & 13 deletions manifests/bootupd.yaml

This file was deleted.

1 change: 1 addition & 0 deletions manifests/bootupd.yaml
2 changes: 2 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# core functionality.

include:
- kernel.yaml
- firmware.yaml
- system-configuration.yaml
- ignition-and-ostree.yaml
- file-transfer.yaml
Expand Down
3 changes: 0 additions & 3 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ conditional-include:
- if: basearch == "aarch64"
# Fixup for kdump on aarch64 AWS instances
include: kdump-aarch64-aws-workaround.yaml
- if: basearch != "s390x"
# And remove some cruft from grub2
include: grub2-removals.yaml
- if: basearch == "ppc64le"
# Need OSTree autopruning on ppc64le (because kernels aren't compressed)
# until we increase the size of /boot.
Expand Down
1 change: 1 addition & 0 deletions manifests/firmware.yaml
8 changes: 0 additions & 8 deletions manifests/grub2-removals.yaml

This file was deleted.

1 change: 1 addition & 0 deletions manifests/grub2-removals.yaml
1 change: 1 addition & 0 deletions sagano
Submodule sagano added at 901c1f