forked from sig_core/toolkit
add more kiwi directives
This commit is contained in:
parent
bad06d19b5
commit
59467129e7
@ -84,25 +84,57 @@
|
|||||||
format: vhd
|
format: vhd
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-Azure-Base
|
||||||
|
- Cloud-Azure-LVM
|
||||||
EC2:
|
EC2:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-EC2-Base
|
||||||
|
- Cloud-EC2-LVM
|
||||||
GenericCloud:
|
GenericCloud:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-GenericCloud-Base
|
||||||
|
- Cloud-GenericCloud-LVM
|
||||||
Container:
|
Container:
|
||||||
format: tar.xz
|
format: tar.xz
|
||||||
variants: [Base, Minimal, UBI]
|
variants: [Base, Minimal, UBI]
|
||||||
|
kiwi:
|
||||||
|
type: "oci"
|
||||||
|
profile_names:
|
||||||
|
- Container-Base
|
||||||
|
- Container-Minimal
|
||||||
|
- Container-Toolbox
|
||||||
|
- Container-UBI
|
||||||
RPI:
|
RPI:
|
||||||
format: raw.xz
|
format: raw.xz
|
||||||
OCP:
|
OCP:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base]
|
variants: [Base]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-OCP-Base
|
||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Vagrant-Libvirt
|
||||||
|
- Vagrant-Vbox
|
||||||
|
- Vagrant-VMware
|
||||||
livemap:
|
livemap:
|
||||||
builder: "lorax"
|
builder: "lorax"
|
||||||
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
||||||
|
@ -84,25 +84,57 @@
|
|||||||
format: vhd
|
format: vhd
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-Azure-Base
|
||||||
|
- Cloud-Azure-LVM
|
||||||
EC2:
|
EC2:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-EC2-Base
|
||||||
|
- Cloud-EC2-LVM
|
||||||
GenericCloud:
|
GenericCloud:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-GenericCloud-Base
|
||||||
|
- Cloud-GenericCloud-LVM
|
||||||
Container:
|
Container:
|
||||||
format: tar.xz
|
format: tar.xz
|
||||||
variants: [Base, Minimal, UBI]
|
variants: [Base, Minimal, UBI]
|
||||||
|
kiwi:
|
||||||
|
type: "oci"
|
||||||
|
profile_names:
|
||||||
|
- Container-Base
|
||||||
|
- Container-Minimal
|
||||||
|
- Container-Toolbox
|
||||||
|
- Container-UBI
|
||||||
RPI:
|
RPI:
|
||||||
format: raw.xz
|
format: raw.xz
|
||||||
OCP:
|
OCP:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base]
|
variants: [Base]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-OCP-Base
|
||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Vagrant-Libvirt
|
||||||
|
- Vagrant-Vbox
|
||||||
|
- Vagrant-VMware
|
||||||
livemap:
|
livemap:
|
||||||
builder: "lorax"
|
builder: "lorax"
|
||||||
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
||||||
|
@ -91,25 +91,57 @@
|
|||||||
format: vhd
|
format: vhd
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-Azure-Base
|
||||||
|
- Cloud-Azure-LVM
|
||||||
EC2:
|
EC2:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-EC2-Base
|
||||||
|
- Cloud-EC2-LVM
|
||||||
GenericCloud:
|
GenericCloud:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-GenericCloud-Base
|
||||||
|
- Cloud-GenericCloud-LVM
|
||||||
Container:
|
Container:
|
||||||
format: tar.xz
|
format: tar.xz
|
||||||
variants: [Base, Minimal, UBI]
|
variants: [Base, Minimal, UBI]
|
||||||
|
kiwi:
|
||||||
|
type: "oci"
|
||||||
|
profile_names:
|
||||||
|
- Container-Base
|
||||||
|
- Container-Minimal
|
||||||
|
- Container-Toolbox
|
||||||
|
- Container-UBI
|
||||||
RPI:
|
RPI:
|
||||||
format: raw.xz
|
format: raw.xz
|
||||||
OCP:
|
OCP:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base]
|
variants: [Base]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-OCP-Base
|
||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Vagrant-Libvirt
|
||||||
|
- Vagrant-Vbox
|
||||||
|
- Vagrant-VMware
|
||||||
livemap:
|
livemap:
|
||||||
builder: "lorax"
|
builder: "lorax"
|
||||||
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
||||||
|
@ -136,6 +136,12 @@
|
|||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Vagrant-Libvirt
|
||||||
|
- Vagrant-Vbox
|
||||||
|
- Vagrant-VMware
|
||||||
livemap:
|
livemap:
|
||||||
builder: "lorax"
|
builder: "lorax"
|
||||||
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
||||||
|
@ -91,25 +91,57 @@
|
|||||||
format: vhd
|
format: vhd
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-Azure-Base
|
||||||
|
- Cloud-Azure-LVM
|
||||||
EC2:
|
EC2:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-EC2-Base
|
||||||
|
- Cloud-EC2-LVM
|
||||||
GenericCloud:
|
GenericCloud:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base, LVM]
|
variants: [Base, LVM]
|
||||||
primary_variant: 'Base'
|
primary_variant: 'Base'
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-GenericCloud-Base
|
||||||
|
- Cloud-GenericCloud-LVM
|
||||||
Container:
|
Container:
|
||||||
format: tar.xz
|
format: tar.xz
|
||||||
variants: [Base, Minimal, UBI]
|
variants: [Base, Minimal, UBI]
|
||||||
|
kiwi:
|
||||||
|
type: "oci"
|
||||||
|
profile_names:
|
||||||
|
- Container-Base
|
||||||
|
- Container-Minimal
|
||||||
|
- Container-Toolbox
|
||||||
|
- Container-UBI
|
||||||
RPI:
|
RPI:
|
||||||
format: raw.xz
|
format: raw.xz
|
||||||
OCP:
|
OCP:
|
||||||
format: qcow2
|
format: qcow2
|
||||||
variants: [Base]
|
variants: [Base]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Cloud-OCP-Base
|
||||||
Vagrant:
|
Vagrant:
|
||||||
format: box
|
format: box
|
||||||
variants: [Libvirt, Vbox, VMware]
|
variants: [Libvirt, Vbox, VMware]
|
||||||
|
kiwi:
|
||||||
|
type: "oem"
|
||||||
|
profile_names:
|
||||||
|
- Vagrant-Libvirt
|
||||||
|
- Vagrant-Vbox
|
||||||
|
- Vagrant-VMware
|
||||||
livemap:
|
livemap:
|
||||||
builder: "lorax"
|
builder: "lorax"
|
||||||
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
|
||||||
|
Loading…
Reference in New Issue
Block a user