-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from idealista/develop
Update role version and more
- Loading branch information
Showing
13 changed files
with
339 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ tests/__pycache__ | |
.molecule | ||
.cache | ||
tests/roles | ||
.vscode/* | ||
*.vt100 | ||
/.vscode | ||
*.vt100 | ||
/logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,15 @@ airflow_dag_discovery_safe_mode: True | |
airflow_default_task_retries: 0 | ||
airflow_min_serialized_dag_update_interval: 30 | ||
airflow_min_serialized_dag_fetch_interval: 10 | ||
airflow_store_dag_code: False | ||
# airflow_store_dag_code: True | ||
airflow_max_num_rendered_ti_fields_per_task: 30 | ||
airflow_check_slas: True | ||
airflow_xcom_backend: airflow.models.xcom.BaseXCom | ||
airflow_lazy_load_plugins: True | ||
airflow_lazy_discover_providers: True | ||
airflow_max_db_retries: 3 | ||
airflow_hide_sensitive_var_conn_fields: True | ||
airflow_sensitive_var_conn_names: | ||
|
||
airflow_non_pooled_task_slot_count: 128 | ||
|
||
|
@@ -59,6 +61,9 @@ airflow_logs_folder: /var/log/airflow | |
airflow_remote_logging: False | ||
airflow_remote_log_conn_id: | ||
airflow_google_key_path: | ||
airflow_access_control_allow_headers: | ||
airflow_access_control_allow_methods: | ||
airflow_access_control_allow_origin: | ||
airflow_remote_base_log_folder: | ||
airflow_encrypt_s3_logs: False | ||
airflow_logging_level: INFO | ||
|
@@ -123,6 +128,7 @@ airflow_operator_default_cpus: 1 | |
airflow_operator_default_ram: 512 | ||
airflow_operator_default_disk: 512 | ||
airflow_operator_default_gpus: 0 | ||
airflow_default_queue: default | ||
airflow_allow_illegal_arguments: False | ||
|
||
# [hive] | ||
|
@@ -139,7 +145,7 @@ airflow_webserver_ssl_key: | |
airflow_webserver_master_timeout: 120 | ||
airflow_webserver_worker_timeout: 120 | ||
airflow_webserver_worker_refresh_batch_size: 1 | ||
airflow_webserver_worker_refresh_interval: 30 | ||
airflow_webserver_worker_refresh_interval: 6000 | ||
airflow_webserver_reload_on_plugin_change: False | ||
airflow_webserver_secret_key: | ||
airflow_webserver_workers: 4 | ||
|
@@ -152,7 +158,6 @@ airflow_webserver_expose_hostname: True | |
airflow_webserver_expose_stacktrace: True | ||
airflow_webserver_dag_default_view: tree # Valid values are: tree, graph, duration, gantt, landing_times | ||
airflow_webserver_dag_orientation: LR | ||
airflow_webserver_demo_mode: False | ||
airflow_webserver_log_fetch_timeout_sec: 5 | ||
airflow_webserver_log_fetch_delay_sec: 2 | ||
airflow_webserver_log_auto_tailing_offset: 30 | ||
|
@@ -177,24 +182,28 @@ airflow_webserver_analytics_id: | |
airflow_webserver_show_recent_stats_for_completed_runs: True | ||
airflow_webserver_update_fab_perms: True | ||
airflow_webserver_session_lifetime_minutes: 43200 | ||
# airflow_instance_name: | ||
|
||
airflow_webserver_filter_by_owner: False | ||
airflow_webserver_owner_mode: user | ||
airflow_webserver_rbac: False | ||
|
||
# [email] | ||
airflow_email_backend: airflow.utils.email.send_email_smtp | ||
airflow_email_conn_id: smtp_default | ||
airflow_email_default_email_on_retry: True | ||
airflow_email_default_email_on_failure: True | ||
airflow_email_subject_template: | ||
airflow_email_html_content_template: | ||
|
||
# [smtp] | ||
airflow_smtp_host: localhost | ||
airflow_smtp_host: | ||
airflow_smtp_starttls: True | ||
airflow_smtp_ssl: True | ||
airflow_smtp_port: 25 | ||
airflow_smtp_mail_from: [email protected] | ||
airflow_smtp_port: | ||
airflow_smtp_mail_from: | ||
airflow_smtp_timeout: 30 | ||
airflow_smtp_retry_limit: 5 | ||
airflow_smtp_user: | ||
airflow_smtp_passwd: | ||
|
||
|
@@ -214,7 +223,6 @@ airflow_celery_worker_log_server_port: 8793 | |
airflow_celery_worker_umask: 0o077 | ||
airflow_celery_broker_url: sqla+mysql://airflow:airflow@localhost:3306/airflow | ||
airflow_celery_result_backend: db+mysql://airflow:airflow@localhost:3306/airflow | ||
airflow_celery_default_queue: default | ||
airflow_celery_sync_parallelism: 0 | ||
airflow_celery_config_options: airflow.config_templates.default_celery.DEFAULT_CELERY_CONFIG | ||
airflow_celery_ssl_active: False | ||
|
@@ -264,8 +272,10 @@ airflow_scheduler_max_dagruns_to_create_per_loop: 10 | |
airflow_scheduler_max_dagruns_per_loop_to_schedule: 20 | ||
airflow_scheduler_schedule_after_task_execution: True | ||
airflow_scheduler_parsing_processes: 2 | ||
airflow_file_parsing_sort_mode: modified_time | ||
airflow_scheduler_use_job_schedule: True | ||
airflow_scheduler_allow_trigger_in_future: False | ||
airflow_dependency_detector: "airflow.serialization.serialized_objects.DependencyDetector" | ||
|
||
airflow_scheduler_run_duration: -1 | ||
airflow_scheduler_min_file_parsing_loop_time: 1 | ||
|
@@ -303,6 +313,8 @@ airflow_elasticsearch_frontend: | |
airflow_elasticsearch_write_stdout: False | ||
airflow_elasticsearch_json_format: False | ||
airflow_elasticsearch_json_fields: asctime, filename, lineno, levelname, message | ||
airflow_host_field: host | ||
airflow_offset_field: offset | ||
|
||
# [elasticsearch_configs] | ||
airflow_elasticsearch_configs_use_ssl: False | ||
|
@@ -322,10 +334,14 @@ airflow_kubernetes_cluster_context: | |
airflow_kubernetes_config_file: | ||
airflow_kubernetes_kube_client_request_args: | ||
airflow_kubernetes_delete_option_kwargs: | ||
airflow_kubernetes_enable_tcp_keepalive: False | ||
airflow_kubernetes_enable_tcp_keepalive: True | ||
airflow_kubernetes_tcp_keep_idle: 120 | ||
airflow_kubernetes_tcp_keep_intvl: 30 | ||
airflow_kubernetes_tcp_keep_cnt: 6 | ||
airflow_verify_ssl: True | ||
airflow_worker_pods_pending_timeout: 300 | ||
airflow_worker_pods_pending_timeout_check_interval: 120 | ||
airflow_worker_pods_pending_timeout_batch_size: 100 | ||
|
||
airflow_kubernetes_airflow_configmap: | ||
airflow_kubernetes_dags_volume_subpath: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,45 @@ | ||
--- | ||
|
||
airflow_load_examples: true | ||
|
||
# Example keys | ||
airflow_fernet_key: xKy13nPFfDflJ0DYGVTwf_DEmbItfURHlEDxrt-bBQw= | ||
airflow_webserver_secret_key: "ihadsf908auw0340684" | ||
|
||
airflow_admin_users: | ||
- name: default | ||
username: admin | ||
password: admin | ||
- name: Erwin | ||
username: erwin | ||
password: 5urv3yC0rpsFTW | ||
role: Admin | ||
firstname: Admin | ||
lastname: Admin | ||
email: [email protected] | ||
firstname: Erwin | ||
lastname: Smith | ||
email: [email protected] | ||
|
||
airflow_regular_users: | ||
- name: Levi | ||
username: levi | ||
password: strongerThanU | ||
role: Op | ||
firstname: Levi | ||
lastname: Ackerman | ||
email: [email protected] | ||
- name: Eren | ||
username: eren | ||
password: 104thGraduated | ||
role: User | ||
firstname: Eren | ||
lastname: Yeager | ||
email: [email protected] | ||
|
||
airflow_required_python_packages: | ||
- { name: SQLAlchemy, version: 1.3.23 } | ||
- { name: psycopg2 } | ||
- { name: psycopg2 } | ||
|
||
# [smtp] | ||
airflow_smtp_host: localhost | ||
airflow_smtp_starttls: True | ||
airflow_smtp_ssl: True | ||
airflow_smtp_port: 25 | ||
airflow_smtp_mail_from: [email protected] | ||
airflow_smtp_user: user | ||
airflow_smtp_passwd: password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.