| // this keyword is dedicated to deploy a single VOLTHA stack with infra |
| // If you need to deploy different configurations you can use the volthaInfraDeploy and volthaStackDeploy keywords |
| // note that I can't define this outside the function as there's no global scope in Groovy |
| volthaNamespace: "voltha", |
| localCharts: false, // wether to use locally cloned charts or upstream one (for local we assume they are stored in $WORKSPACE/voltha-helm-charts) |
| def cfg = defaultConfig + config |
| println "Deploying VOLTHA with the following parameters: ${cfg}." |