Skip to content

Commit

Permalink
update travis for consolidated settings dict
Browse files Browse the repository at this point in the history
re #5031
  • Loading branch information
asmacdo committed Jul 3, 2019
1 parent 1677f77 commit 84dd0aa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/travis/.travis/playbook.yml.j2
Expand Up @@ -7,7 +7,6 @@
include_vars: '{% raw %}{{ pulp_db_type }}{% endraw %}.yml'
vars:
pulp_default_admin_password: admin
pulp_secret_key: secret
pulp_source_dir: '/home/travis/build/pulp/pulpcore/'
pulp_plugin_source_dir: "/home/travis/build/pulp/pulpcore-plugin"
pulp_install_plugins:
Expand All @@ -18,10 +17,15 @@
pulp_user: 'travis'
developer_user: 'travis'
pulp_install_db: false
pulp_db_user: 'travis'
pulp_db_password: ''
pulp_preq_packages: []
pulp_content_host: 'localhost:24816'
pulp_settings:
content_host: 'localhost:24816'
secret_key: 'secret'
databases:
default:
ENGINE: {% raw %}"{{ pulp_db_backend }}"{% endraw %}
USER: 'travis'
PASSWORD: ''
environment:
DJANGO_SETTINGS_MODULE: pulpcore.app.settings
roles:
Expand Down

0 comments on commit 84dd0aa

Please sign in to comment.