DBZ-5466 Change default base image of node snapshot preparation job

This commit is contained in:
Jiri Novotny 2022-08-01 15:43:19 +02:00 committed by Jiří Novotný
parent 41a9324044
commit a330b7da66

View File

@ -17,7 +17,7 @@ pipelineJob('node-snapshot-build') {
// OPENSTACK INSTANCE AND SNAPSHOT CONFIG
stringParam('CLOUD_NAME', 'openstack', 'Name of openstack cloud')
stringParam('SNAPSHOT_NAME', 'debezium-jenkins-node-centos8', 'Name of created snapshot')
stringParam('BASE_IMAGE', 'CentOS-8-x86_64-GenericCloud-released-latest', 'Base image for created snapshot')
stringParam('BASE_IMAGE', 'CentOS-Stream-8-x86_64-GenericCloud', 'Base image for created snapshot')
stringParam('INSTANCE_NAME', 'Ansible_temporary_instance', 'Name of created instance in Openstack')
stringParam('INSTANCE_USER', 'centos', 'User used to connect to the instance')
stringParam('KEYPAIR', 'jenkins', 'Keypair used to connect to the instance')