test-case-generators: update repos and add img types overrides
overrides where needed for `qcow2` and `simplified-image-installer` images on specific distros. Also some repos needed to be updated to newer versions.
This commit is contained in:
parent
a87193369d
commit
967c8734a1
2 changed files with 132 additions and 119 deletions
|
|
@ -545,7 +545,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"no-image-info": true,
|
"no-image-info": true,
|
||||||
"overrides": {}
|
"overrides": {
|
||||||
|
"rhel-85": {
|
||||||
|
"blueprint":{
|
||||||
|
"customizations": {
|
||||||
|
"installation_device": "/dev/vda"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"edge-raw-image": {
|
"edge-raw-image": {
|
||||||
"compose-request": {
|
"compose-request": {
|
||||||
|
|
@ -912,6 +920,81 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rhel-84": {
|
||||||
|
"blueprint": {
|
||||||
|
"name": "qcow2-customize-boot-test",
|
||||||
|
"description": "Image for boot test",
|
||||||
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "bash",
|
||||||
|
"version": "*"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"modules": [],
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"name": "core"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"customizations": {
|
||||||
|
"hostname": "my-host",
|
||||||
|
"kernel": {
|
||||||
|
"append": "debug"
|
||||||
|
},
|
||||||
|
"sshkey": [
|
||||||
|
{
|
||||||
|
"user": "user1",
|
||||||
|
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"user": [
|
||||||
|
{
|
||||||
|
"name": "user2",
|
||||||
|
"description": "description 2",
|
||||||
|
"password": "$6$BhyxFBgrEFh0VrPJ$MllG8auiU26x2pmzL4.1maHzPHrA.4gTdCvlATFp8HJU9UPee4zCS9BVl2HOzKaUYD/zEm8r/OF05F2icWB0K/",
|
||||||
|
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost",
|
||||||
|
"home": "/home/home2",
|
||||||
|
"shell": "/bin/sh",
|
||||||
|
"groups": [
|
||||||
|
"group1"
|
||||||
|
],
|
||||||
|
"uid": 1020,
|
||||||
|
"gid": 1050
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"group": [
|
||||||
|
{
|
||||||
|
"name": "group1",
|
||||||
|
"gid": 1030
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "group2",
|
||||||
|
"gid": 1050
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timezone": {
|
||||||
|
"timezone": "Europe/London",
|
||||||
|
"ntpservers": [
|
||||||
|
"time.example.com"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locale": {
|
||||||
|
"languages": [
|
||||||
|
"el_CY.UTF-8"
|
||||||
|
],
|
||||||
|
"keyboard": "dvorak"
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"enabled": [
|
||||||
|
"sshd.socket"
|
||||||
|
],
|
||||||
|
"disabled": [
|
||||||
|
"bluetooth.service"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"rhel-85": {
|
"rhel-85": {
|
||||||
"blueprint": {
|
"blueprint": {
|
||||||
"name": "qcow2-customize-boot-test",
|
"name": "qcow2-customize-boot-test",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue