manifests: move osname to a var in fcos manifest
This makes it easier to see/change the value globally.
This commit is contained in:
parent
d9fe4221b0
commit
7d73c0e741
2 changed files with 22 additions and 14 deletions
|
|
@ -517,8 +517,8 @@
|
|||
"options": {
|
||||
"coreos_compat": true,
|
||||
"deployment": {
|
||||
"osname": "fedora-coreos",
|
||||
"ref": "ostree/1/1/0"
|
||||
"ref": "ostree/1/1/0",
|
||||
"osname": "fedora-coreos"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -526,8 +526,8 @@
|
|||
"type": "org.osbuild.ostree.selinux",
|
||||
"options": {
|
||||
"deployment": {
|
||||
"osname": "fedora-coreos",
|
||||
"ref": "ostree/1/1/0"
|
||||
"ref": "ostree/1/1/0",
|
||||
"osname": "fedora-coreos"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -700,8 +700,8 @@
|
|||
},
|
||||
"static-configs": true,
|
||||
"deployment": {
|
||||
"osname": "fedora-coreos",
|
||||
"ref": "ostree/1/1/0"
|
||||
"ref": "ostree/1/1/0",
|
||||
"osname": "fedora-coreos"
|
||||
}
|
||||
},
|
||||
"devices": {
|
||||
|
|
@ -908,8 +908,8 @@
|
|||
"options": {
|
||||
"static-configs": true,
|
||||
"deployment": {
|
||||
"osname": "fedora-coreos",
|
||||
"ref": "ostree/1/1/0"
|
||||
"ref": "ostree/1/1/0",
|
||||
"osname": "fedora-coreos"
|
||||
}
|
||||
},
|
||||
"devices": {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ mpp-vars:
|
|||
root_size_mb: 2048
|
||||
sector_size: 512
|
||||
four_k_sector_size: 4096
|
||||
# The name to use for deployment stateroot
|
||||
osname: fedora-coreos
|
||||
# Filesystem UUID and label definitions. These UUIDs
|
||||
# are looked for on boot and if found replaced with
|
||||
# a new random UUID to make each install unique.
|
||||
|
|
@ -80,7 +82,8 @@ pipelines:
|
|||
- type: org.osbuild.ostree.init-fs
|
||||
- type: org.osbuild.ostree.os-init
|
||||
options:
|
||||
osname: fedora-coreos
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
- type: org.osbuild.ostree.config
|
||||
options:
|
||||
repo: /ostree/repo
|
||||
|
|
@ -97,7 +100,8 @@ pipelines:
|
|||
- type: org.osbuild.ignition
|
||||
- type: org.osbuild.ostree.deploy.container
|
||||
options:
|
||||
osname: fedora-coreos
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
target_imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:stable
|
||||
mounts:
|
||||
- /boot
|
||||
|
|
@ -117,13 +121,15 @@ pipelines:
|
|||
options:
|
||||
coreos_compat: true
|
||||
deployment:
|
||||
osname: fedora-coreos
|
||||
ref: ostree/1/1/0
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
- type: org.osbuild.ostree.selinux
|
||||
options:
|
||||
deployment:
|
||||
osname: fedora-coreos
|
||||
ref: ostree/1/1/0
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
- name: raw-image
|
||||
build: name:build
|
||||
stages:
|
||||
|
|
@ -228,8 +234,9 @@ pipelines:
|
|||
device: disk
|
||||
static-configs: true
|
||||
deployment:
|
||||
osname: fedora-coreos
|
||||
ref: ostree/1/1/0
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
devices:
|
||||
disk:
|
||||
type: org.osbuild.loopback
|
||||
|
|
@ -367,8 +374,9 @@ pipelines:
|
|||
options:
|
||||
static-configs: true
|
||||
deployment:
|
||||
osname: fedora-coreos
|
||||
ref: ostree/1/1/0
|
||||
osname:
|
||||
mpp-format-string: '{osname}'
|
||||
devices:
|
||||
disk:
|
||||
type: org.osbuild.loopback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue