#4442 add initial private vars to ansible for taskotron production
Closed: Fixed None Opened 9 years ago by tflink.

Please add the following values to ansible's private variable file:

  • prod_buildbot_user: <something sane>
  • prod_buildbot_password: <generate>
  • prod_buildmaster_db_user: <something sane>
  • prod_buildmaster_db_password: <generate>
  • prod_resultsdb_secret_key: <generate>
  • prod_resultsdb_db_user: <something sane>
  • prod_resultsdb_db_password: <generate>
  • prod_resultsdb_frontend_secret_key: <generate>
  • prod_buildslave_user: <something sane>
  • prod_buildslave_password: <generate>
  • prod_taskotron_fas_password: <generate>

The *_secret_key variables can be generated with:
{{{
python -c "import os; print os.urandom(24).encode('string_escape')"
}}}

For now, the prod_taskotron_fas_password is just a dummy value. A bot account will be requested in a different ticket


Login to comment on this ticket.

Metadata