From 84e8b0f49332339f2d53e73ae8a53c91daa82e92 Mon Sep 17 00:00:00 2001 From: sensei100 Date: Tue, 2 Mar 2021 09:25:17 -0500 Subject: [PATCH] DEVO-365 Webserver admin updates - Uses new airflow constraints file to avoid errors - Removes Christina as default web admin - Adds David as default web admin --- defaults/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 3eeaf4b..9be5be3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -38,7 +38,7 @@ airflow_virtualenv_mode: "0755" airflow_python_version: "{{ _airflow_python_version }}" # Update if python version or apache airflow version changes. -airflow_python_constraint: "--constraint=https://raw.githubusercontent.com/apache/airflow/constraints-1-10/constraints-3.6.txt" +airflow_python_constraint: "--constraint=https://raw.githubusercontent.com/apache/airflow/a5cebdc94b7c1bb48bfd54898819db4905880b52/constraints-3.6.txt" airflow_packages: - name: 'pip' @@ -241,10 +241,10 @@ airflow_config: "{{ airflow_defaults_config | combine(airflow_user_config, recur # Airflow Webserver Users management airflow_webserver_admins: - - google_username: "google_112545704984098245976" - email: "tul08567@temple.edu" - firstname: "Christina" - lastname: "Harlow" + - google_username: "google_113716629440137414774" + email: "tuj27080@temple.edu" + firstname: "David" + lastname: "Kinzer" airflow_dummy_password: "dummy-password" # Connections management