Commit Graph

56 Commits

Author SHA1 Message Date
Kevin Fenzi
e2f665486c variants: make master branch use f31-modular now for modular variant.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-23 15:48:12 -08:00
Sinny Kumari
c7132bcc34 Don't build Atomic Host in F30 and onward in the favor of FCOS
Also clean-up of Atomic related files
Related: https://github.com/coreos/fedora-coreos-tracker/issues/145

Signed-off-by: Sinny Kumari <sinny@redhat.com>
2019-02-15 20:58:23 +05:30
Kevin Fenzi
de78c2deb6 rawhide modular uses f30-modular, not f29-modular
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2018-08-19 17:20:25 -07:00
Peter Robinson
e5e137fff2 Merge #631 Renaming AtomicWorkstation to Silverblue 2018-08-11 13:10:17 +00:00
Mohan Boddu
a10fa0d59f Renaming AtomicWorkstation to Silverblue
https://pagure.io/releng/issue/7579

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2018-08-10 09:10:15 -04:00
Mohan Boddu
ab6bf7893f Drop ppc64 as part of https://pagure.io/releng/issue/7602
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2018-08-10 08:02:54 -04:00
Patrick Uiterwijk
71ed83fbd8 Use the f29-modular tag for rawhide
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-04-11 16:13:27 -04:00
Stephen Gallagher
5ebb871307
Add all modules built for Rawhide to the compose
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-04-09 14:04:05 -04:00
Mohan Boddu
9fbfb0210c Adding empty modules block
Currently modular repos are getting general rpms and adding
this empty modules block might solve the issue

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2018-03-13 21:32:50 -04:00
Dusty Mabe
6eecb533b6
rm Cloud variant; mv CloudImages Cloud
We need to stop building repos and install media for the *Cloud* variant
because the only consumers of those repos/install media is the cloud
base images that could easily be built with the Everything repo/install
media. This commit removes the cloud variant (as it was previously
known) and then renames the CloudImages variant to 'Cloud'.

Summary:

- Cloud now becomes an empty variant (no repos, no install media)
- CloudImages variant goes away
- Cloud image builds use Everything repo/install media
- Atomic image builds use Everything install tree

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-03-10 12:47:18 -05:00
Patrick Uiterwijk
1832940f26 Remove the <modules> block entirely to try to validate
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-03-08 02:27:46 +01:00
Patrick Uiterwijk
dd83bbc56d Remove modules for real from rawhide
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-03-08 02:11:34 +01:00
Dusty Mabe
42f90b2e42
rename atomic* variants
Move Atomic to AtomicHost and WorkstationOstree to
AtomicWorkstation. This is mostly to make things align
more with the names of the things we actually put out.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-03-02 15:13:45 -05:00
Sinny Kumari
2f963e7621 Enable cloud and container composes on s390x
Signed-off-by: Sinny Kumari <sinny@redhat.com>
2018-02-28 23:18:17 +05:30
Patrick Uiterwijk
3607ff8f74 Revert "Enable Atomic, Cloud and Docker composes on s390x in rawhide"
This reverts commit add1de27a7.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-02-28 15:16:10 +01:00
Dennis Gilmore
48d1f6fc57 Merge #496 Enable Atomic, Cloud and Docker composes on s390x in rawhide 2018-02-27 18:23:03 +00:00
Dusty Mabe
4a0199231c
Cloud: don't build 32 bit install isos
We don't ship cloud media for 32 bit so no need to create ISOs for it.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-02-26 10:32:55 -05:00
Sinny Kumari
add1de27a7 Enable Atomic, Cloud and Docker composes on s390x in rawhide
With Fedora 27, s390x composes (Server and Everything) are
part of primary compose. It will be nice to have atomic, cloud
and docker composes available for s390x too.

Signed-off-by: Sinny Kumari <sinny@redhat.com>
2018-02-21 12:41:02 +05:30
Dennis Gilmore
368fa1ff32 Merge #512 Update Rawhide config to build a modular variant 2018-02-20 21:17:54 +00:00
Colin Walters
4ee9f28360 Add container-management to Workstation
AIUI this is necessary in order for packages like `podman` to show up in the
repo set so we can have them be installed.

Signed-off-by: Colin Walters <walters@verbum.org>
2018-02-17 15:46:36 -05:00
Dusty Mabe
35f7de9362
variants-fedora: remove productimg* packages from buildinstall
The productimg* stuff was moved into anaconda itself so we can
go without including these.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-02-15 21:33:12 -05:00
Dennis Gilmore
4322a5c35d Merge #305 rename the Docker Variant and images to Container 2018-02-15 18:02:48 +00:00
Lubomír Sedlář
d8be03fa18 Update Rawhide config to build a modular variant
This should cause the compose to contain all the previous content plus a
separate Modular variant with packages specified by list of modules in
variants file.

The final layout of the compose should be like this:

    compose/Everything/$arch/os/
    compose/Modular/$arch/os/

Relates: https://pagure.io/releng/issue/7227
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2018-02-06 15:36:23 +01:00
Adam Williamson
4347965ab4 fedora-productimg-server is no more, don't try and install it
This is breaking server image creation. **NOTE**: I don't know
if it's correct to remove the whole <buildinstallpackages>
block like this, or leave it there but empty - if we need to
do the latter, I can adjust the PR.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2017-12-20 17:25:18 -08:00
Colin Walters
818b3b1965 Add virtualization to workstation comps
So that we can install `virt-client` in workstationostree by default.

Depends: https://pagure.io/fedora-comps/pull-request/175
Signed-off-by: Colin Walters <walters@verbum.org>
2017-09-27 11:41:10 -04:00
Lubomír Sedlář
c1a92cd21f Move Workstation Ostree installer to separate variant
Creating the image requires running lorax. There is however already one
lorax instance being run in the buildinstall phase. When the second one
runs, it overwrites the outputs from first one and people expecting to
boot netinst over PXE are instead getting ostree workstation.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1477916
Relates: https://pagure.io/pungi/issue/695
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-09-07 15:29:56 +02:00
Dusty Mabe
c02751a85f
Add ostree-support group to cloud
Since we are currently building atomic host media every night using
the cloud variant then we need to add ostree-support group if we
want to pull in new ostree tools into the ISO installer images.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-08-04 14:34:09 -04:00
Dennis Gilmore
c6240cc677 rename the Docker Variant and images to Container
To match up with the Addition of Container Minimal and the renaming
of dist-git namespace to Container, rename the Docker Variant to
Container

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-07-25 11:05:43 -05:00
Peter Robinson
fc1064b1dc add aarch64 to Spins variant
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-04-13 14:55:12 +01:00
Mohan Boddu
ee6fa368fb Adding ppc64le ostree and ppc64le, aarch64 ostree installer
Fix for #6688

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-04-11 11:36:06 -04:00
Mohan Boddu
75200de99c Adding armhfp arch to Labs variant
Fix for #6737
python-classroom is the first armhfp image under Labs variant.
And, the compose has been failing since its missing from
variants.xml file. This will fix it.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-03-31 15:58:30 -04:00
Dennis Gilmore
3af0858a36 add aarch64 to the atomic variant
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-02-23 14:24:11 -06:00
Dennis Gilmore
7f4fdb899f add workstation-ostree-support group to the Workstation Variant
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-04 15:25:31 -05:00
Peter Robinson
b08802d7ca Initial aarch64 compose enablement on primary koji
This is the initial enablement for aarch64 on rawhide. It adds:
* repos/net install for Everything/Cloud/Server/Workstation
* Server DVD installs

It also cleans up the config a little, remove s390(x) multilib, orders
architectures alphabetically so they're consistent and a litte easier to
read thoughout variants-fedora.xml.

What is still outstanding:
* Add configs for slicing up the compose output and sync out to mirror locations
* Cloud and Docker images
* Disk images

The first item will be a new PR, the later two are being worked upon.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2016-09-14 00:21:55 +01:00
Dennis Gilmore
010eebdb9d pull the new arm-tools comps group into Workstation and server trees
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-30 10:01:43 -05:00
Dennis Gilmore
92d5f50c8c add platform-vmware group to the Sever, Cloud and Workstation Variants
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 15:06:47 -05:00
Dennis Gilmore
827b26671b remove all the groups and environments from Everything variant
We now copy the comps file as is to Everything

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 15:04:24 -05:00
Dennis Gilmore
d285d210bb add ostree as a variant to make pungi happy
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 20:37:20 -05:00
Dennis Gilmore
d4242144e4 add aarch64, armhfp, ppc64 and ppc64le to Docker
Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
2016-04-08 14:42:39 -05:00
Dennis Gilmore
e25e02d50d add atomic variant to variants-fedora.xml
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-31 18:03:28 -05:00
Stephen Gallagher
24a3470d11 Server: Add "Fedora Custom Operating System" Environment
See:
https://lists.fedoraproject.org/archives/list/server@lists.fedoraproject.org/thread/LAPS66VNABUSKYZG44BMPZNHLIYDHSN5/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2016-03-18 09:19:32 -04:00
Dennis Gilmore
482b51be50 setup variants-fedora.xml for secondary arches
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-08 17:50:25 -06:00
Adam Williamson
84e9633e5a server DVD: include Server environment, remove others
the Server environment itself is not actually included in F24
and Rawhide Server DVDs ATM, only 'Infrastructure Server' and
'Web Server' show up in the environment list. This lists the
Server environment and removes the other two, which we don't
want to make available as environments for Fedora Server.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2016-03-07 16:44:42 -08:00
Dennis Gilmore
743cb91d42 productmd does not allow for variants with _ in them
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-19 08:26:53 -06:00
Dennis Gilmore
95f30a7136 Variants addons
add empty variants for Docker and Cloud_Images
Rename Spins to Labs
Rename Live to Spins
add armhfp to Spins variant

we will put all the arch desktop images/isos in Spins

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 09:19:59 -06:00
Dennis Gilmore
e5dabb2ddd add empty variants for Live and Spins
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-16 14:16:48 -06:00
Dennis Gilmore
df76da8593 asdd environments to the variants
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-09 07:44:49 -06:00
Stephen Gallagher
9cc79bd395 Remove most packages from the Server DVD
Matches changes made to spin-kickstarts in
https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?id=c7c8d13df8ac2a9a42ac2cd4d74cc40cbb2b4327

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2015-12-08 13:17:32 -05:00
Dennis Gilmore
89ac6e821e sync groups from spin-kickstarts, and put all teh groups in comps into everything
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 09:29:36 -06:00
Dennis Gilmore
e344e93b32 apparently the buildinstall pacakges needs to be at the end
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-04 14:07:47 -06:00