system-config/modules/openstack_project/templates/devstack-gate-secure.conf.erb
James E. Blair fafffb6547 Add devstack-gate-secure.conf.
This file exists on the jenkins master but is not managed by puppet.
Put it on the new devstack-launch slave, under puppet control.

Rename the apikey hieradata variable that zuul uses to be more
generic since the same key is used by multiple projects.

Add the username portion of that to hiera as well to make the
hieradata file more self-documenting and easier to maintain, even
though it's not strictly secret.

The new values have been added to hiera.

Change-Id: I0af634d091577236a81feefddada63feacf3e2bc
Reviewed-on: https://review.openstack.org/23740
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-03-08 14:58:02 +00:00

5 lines
106 B
Plaintext

[jenkins]
server=https://jenkins.openstack.org
user=<%= jenkins_api_user %>
apikey=<%= jenkins_api_key %>