cloudapi/v2: add all existing customizations to openapi spec
This commit is contained in:
parent
d7e960f0c1
commit
0a255df1ca
11 changed files with 743 additions and 138 deletions
|
|
@ -414,6 +414,26 @@ EOF
|
|||
esac
|
||||
export OPENSCAP_CUSTOMIZATION_BLOCK
|
||||
|
||||
TIMEZONE_CUSTOMIZATION_BLOCK=$(cat <<EOF
|
||||
,
|
||||
"timezone": {
|
||||
"timezone": "Europe/Prague"
|
||||
}
|
||||
EOF
|
||||
)
|
||||
export TIMEZONE_CUSTOMIZATION_BLOCK
|
||||
|
||||
FIREWALL_CUSTOMIZATION_BLOCK=$(cat <<EOF
|
||||
,
|
||||
"firewall": {
|
||||
"services": {
|
||||
"enabled": ["nfs"]
|
||||
}
|
||||
}
|
||||
EOF
|
||||
)
|
||||
export FIREWALL_CUSTOMIZATION_BLOCK
|
||||
|
||||
# generate a temp key for user tests
|
||||
ssh-keygen -t rsa-sha2-512 -f "${WORKDIR}/usertest" -C "usertest" -N ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue