Skip to content

Commit

Permalink
Add more deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 20, 2024
1 parent ddc7269 commit a075ee3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ansible/roles/oonidata_airflow/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ GRANT ALL ON SCHEMA public TO airflow;
in the upstream role. During the last deploy this was addressed by logging
into the host and running the create task manually:
```
AIRFLOW_CONFIG=/etc/airflow/airflow.cfg AIRFLOW_HOME=/opt/airflow/ /opt/airflow/bin/airflow users create --username admin --password --firstname Open --lastname Observatory --role Admin --email [email protected]
AIRFLOW_CONFIG=/etc/airflow/airflow.cfg AIRFLOW_HOME=/opt/airflow/ /opt/airflow/bin/airflow users create --username admin --password XXX --firstname Open --lastname Observatory --role Admin --email [email protected]
```

* The nginx role
* Once the setup is complete, you will then have to login to the host using the
admin user and go into Admin->Configuration and add the `clickhouse_url`
variable

0 comments on commit a075ee3

Please sign in to comment.