Commit bf75658f by Fred Smith

Merge pull request #2067 from edx/derf/alton_use_jenkins_api

add defaults for interacting with authenticated jenkins API
parents cd3f35e5 7d38605c
......@@ -38,8 +38,11 @@ ALTON_ADMIN_USERS:
ALTON_TWOFACTOR_SECRET: "CHANGEME"
ALTON_NOTIFY_CALLBACK_URL: "http://alton.hostname:{{ALTON_HTTPSERVER_PORT}}/notify/"
# Needed if you want to build AMIs from alton.
ALTON_JENKINS_URL: !!null
ALTON_JENKINS_API_USER: !!null
ALTON_JENKINS_API_KEY: !!null
alton_role_name: alton
......@@ -68,6 +71,8 @@ alton_environment:
WILL_HTTPSERVER_PORT: "{{ ALTON_HTTPSERVER_PORT }}"
WILL_WORLD_WEATHER_ONLINE_KEY: "{{ ALTON_WORLD_WEATHER_KEY }}"
WILL_JENKINS_URL: "{{ ALTON_JENKINS_URL }}"
WILL_JENKINS_API_USER: "{{ ALTON_JENKINS_API_USER }}"
WILL_JENKINS_API_KEY: "{{ ALTON_JENKINS_API_KEY }}"
WILL_BOTO_CONFIG: "{{ alton_app_dir }}/.boto"
WILL_TWOFACTOR_PRINCIPLE: "{{ ALTON_TWOFACTOR_PRINCIPLE }}"
WILL_TWOFACTOR_ISSUER: "{{ ALTON_TWOFACTOR_ISSUER }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment