Skip to content
Snippets Groups Projects

NXCALS-2213 Include spark jars preparation role on integration-tests playbook

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,7 @@
state: directory
roles:
- { role: common-keytab, kerberos_encrypted_location: "./files/keytab-{{kerberos_principal}}-encrypted"}
# The absolute path for the keystore file is needed, cause spark-defaults.conf will not otherwise locate the file
- { role: data-access-extract-libs }
# The absolute path for the keystore file is needed, cause spark-defaults.conf will not otherwise locate the file
- { role: spark, with_kerberos_properties: true, cert_keystore_name: '{{spark_home_dir}}/nxcals_cacerts' }
- { role: integration-tests }
Loading