Revert "CI: Rename global-settings to mvn-glob..."
[ci-management.git] / jjb / akraino-templates / akraino-rec-macros.yaml
1 ---
2 ##############
3 # PARAMETERS #
4 ##############
5 - parameter:
6     name: "rec-aarch64_baremetal-defaults"
7     parameters:
8       - string:
9           name: REC_ISO_IMAGE_NAME
10           # yamllint disable-line rule:line-length
11           default: "https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/install.aarch64.iso"
12           description: "REC install image"
13       - string:
14           name: REC_PROVISIONING_ISO_NAME
15           # yamllint disable-line rule:line-length
16           default: "https://nexus.akraino.org/content/repositories/images-snapshots/TA/images/arm64/latest/bootcd.aarch64.iso"
17           description: "REC provisioning image"
18       - string:
19           name: REC_USER_CONFIG
20           default: "file:///data/rec_pod/user_config.yaml"
21           description: "POD user config YAML (hosted on Jumpserver by default)"
22       - string:
23           name: ARCHIVE_ARTIFACTS
24           default: "**/*.log"
25           description: Artifacts to archive to the logs server.
26       - string:
27           name: SCM_REFSPEC_REMOTE_INSTALLER
28           default: "refs/heads/master"
29           description: "remote-installer custom git refspec"
30
31 - parameter:
32     name: "rec-defaults"
33     parameters:
34       - string:
35           name: CLUSTER_MASTER_IP
36           default: "192.167.10.211"
37           description: "IP address to connect to the K8s master"
38       - string:
39           name: CLUSTER_SSH_USER
40           default: "cloudadmin"
41           description: "SSH username to connect to the K8s master"
42       - string:
43           name: CLUSTER_SSH_PASSWORD
44           default: "admin"
45           description: "SSH password to connect to the K8s master"
46
47 ########################
48 # trigger macros
49 ########################
50 - trigger:
51     name: "rec-weekly-master-trigger"
52     triggers:
53       - timed: "0 1 * * 6,7"