- test
- linter
- build-el9
- - build-el8
- - build-el7
+ # - build-el8
+ # - build-el7
variables:
OS_ID: centos7
VSPHERE_STORAGE_CLUSTER_TEST: 'Daten-Cluster-Gold_01'
VSPHERE_VM_FOLDER: 'templates'
MAX_NR_TEMPLATES_STAY: ''
- MAX_NR_TEMPLATES_STAY_PROD: '4'
- MAX_NR_TEMPLATES_STAY_TEST: '3'
+ MAX_NR_TEMPLATES_STAY_PROD: '5'
+ MAX_NR_TEMPLATES_STAY_TEST: '4'
VMWARE_CONFIG_VERSION: ''
VMWARE_CONFIG_VERSION_TEST: 'vmx-15'
VMWARE_CONFIG_VERSION_PROD: 'vmx-19'
only:
- schedules
-Create Centos8 template:
- extends:
- - .template_job
- - .build-job
- stage: build-el8
- needs:
- - 'Create RHEL9 template'
- variables:
- OS_ID: centos-stream-8
- VM_OS_VERSION: 'centos8_64Guest'
- VM_IS_RHEL: 'False'
- VM_KS_TEMPLATE: 'el8-standard.ks'
- COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
- environment:
- name: ${SYSTEM_STATUS}
- except:
- - /^dev-.*$/
- - /^dev\/.*$/
- - /^hf.*$/
- - tags
- only:
- - schedules
+# Create Centos8 template:
+# extends:
+# - .template_job
+# - .build-job
+# stage: build-el8
+# needs:
+# - 'Create RHEL9 template'
+# variables:
+# OS_ID: centos-stream-8
+# VM_OS_VERSION: 'centos8_64Guest'
+# VM_IS_RHEL: 'False'
+# VM_KS_TEMPLATE: 'el8-standard.ks'
+# COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
+# environment:
+# name: ${SYSTEM_STATUS}
+# except:
+# - /^dev-.*$/
+# - /^dev\/.*$/
+# - /^hf.*$/
+# - tags
+# only:
+# - schedules
# Create AlmaLinux8 template:
# extends:
# only:
# - schedules
-Create Centos7 template:
- extends:
- - .template_job
- - .build-job
- stage: build-el7
- needs:
-# - 'Create Rocky8 template'
- - 'Create Centos8 template'
- variables:
- OS_ID: centos-7
- VM_OS_VERSION: 'centos7_64Guest'
- VM_IS_RHEL: 'False'
- VM_KS_TEMPLATE: 'el7-standard.ks'
- COBBLER_DISTRO: 'CentOS-7.9-x86_64'
- environment:
- name: ${SYSTEM_STATUS}
- except:
- - /^dev-.*$/
- - /^dev\/.*$/
- - /^hf.*$/
- - tags
- only:
- - schedules
+# Create Centos7 template:
+# extends:
+# - .template_job
+# - .build-job
+# stage: build-el7
+# needs:
+# # - 'Create Rocky8 template'
+# - 'Create Centos8 template'
+# variables:
+# OS_ID: centos-7
+# VM_OS_VERSION: 'centos7_64Guest'
+# VM_IS_RHEL: 'False'
+# VM_KS_TEMPLATE: 'el7-standard.ks'
+# COBBLER_DISTRO: 'CentOS-7.9-x86_64'
+# environment:
+# name: ${SYSTEM_STATUS}
+# except:
+# - /^dev-.*$/
+# - /^dev\/.*$/
+# - /^hf.*$/
+# - tags
+# only:
+# - schedules
-Create OracleLinux7 template:
- extends:
- - .template_job
- - .build-job
- stage: build-el7
- needs:
- - 'Create Centos7 template'
- variables:
- OS_ID: oel-7
- VM_OS_VERSION: 'oracleLinux7_64Guest'
- VM_IS_RHEL: 'False'
- VM_KS_TEMPLATE: 'el7-standard.ks'
- COBBLER_DISTRO: 'Oracle-Linux-7.8-x86_64'
- environment:
- name: ${SYSTEM_STATUS}
- except:
- - /^dev-.*$/
- - /^dev\/.*$/
- - /^hf.*$/
- - tags
- only:
- - schedules
+# Create OracleLinux7 template:
+# extends:
+# - .template_job
+# - .build-job
+# stage: build-el7
+# needs:
+# - 'Create Centos7 template'
+# variables:
+# OS_ID: oel-7
+# VM_OS_VERSION: 'oracleLinux7_64Guest'
+# VM_IS_RHEL: 'False'
+# VM_KS_TEMPLATE: 'el7-standard.ks'
+# COBBLER_DISTRO: 'Oracle-Linux-7.8-x86_64'
+# environment:
+# name: ${SYSTEM_STATUS}
+# except:
+# - /^dev-.*$/
+# - /^dev\/.*$/
+# - /^hf.*$/
+# - tags
+# only:
+# - schedules
# vim: et list