X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-rec-macros.yaml;fp=jjb%2Fakraino-templates%2Fakraino-rec-macros.yaml;h=a1129b811237991e1f051991e48a478b9cfb3000;hp=bf957210c26799028733b58fcfdac9faa7b052f7;hb=95aab7d30e1a8a154dfadef70094180ce0835404;hpb=7299e52f370e413c81b25a24df7c88b9a030a57f diff --git a/jjb/akraino-templates/akraino-rec-macros.yaml b/jjb/akraino-templates/akraino-rec-macros.yaml index bf95721..a1129b8 100644 --- a/jjb/akraino-templates/akraino-rec-macros.yaml +++ b/jjb/akraino-templates/akraino-rec-macros.yaml @@ -26,6 +26,22 @@ default: 'refs/heads/master' description: 'remote-installer custom git refspec' +- parameter: + name: 'rec-defaults' + parameters: + - string: + name: CLUSTER_MASTER_IP + default: '192.167.10.211' + description: 'IP address to connect to the K8s master' + - string: + name: CLUSTER_SSH_USER + default: 'cloudadmin' + description: 'SSH username to connect to the K8s master' + - string: + name: CLUSTER_SSH_PASSWORD + default: 'admin' + description: 'SSH password to connect to the K8s master' + ######################## # trigger macros ######################## @@ -33,4 +49,3 @@ name: 'rec-weekly-master-trigger' triggers: - timed: '0 1 * * 6,7' -