Hello, we're in the midst of bringing up our Openconext-Deploy repo to the latest release. I've got most of the needed variables added to our deployment, but running into some errors for some that are undefined:
FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'metadata_sp_url'"}
Hello, we're in the midst of bringing up our Openconext-Deploy repo to the latest release. I've got most of the needed variables added to our deployment, but running into some errors for some that are undefined:
The
monitoring-tests/templates/application.yml.j2
(https://github.com/OpenConext/OpenConext-deploy/blob/master/roles/monitoring-tests/templates/application.yml.j2#L15-L16) refers to these 2 variables:But these don't exist anywhere in the
monitoring_tests
template: https://github.com/OpenConext/OpenConext-deploy/blob/master/environments/template/group_vars/template.yml#L359-L364Any idea what they should be set to?
Thanks! Andrew