From: Ken Dreyer Date: Fri, 23 Oct 2015 18:36:56 +0000 (-0600) Subject: ansible: slave config updates X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a71ae67091319af0963b16f9d6c19e28508e9e5;p=ceph-build.git ansible: slave config updates Update the URL for our new production Jenkins instance Use the dedicated "prado" UID to join the systems to Jenkins Use the new SSH key credentialId for our new production Jenkins instance --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 2f1455295..bb1b640fc 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -77,5 +77,5 @@ name: "{{ nodename }}+{{ ansible_default_ipv4.address }}" labels: "{{ labels }}" host: "{{ ansible_default_ipv4.address }}" - credentialsId: 'c7098414-e0ba-4d97-892e-7122e01be8a8' + credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' remoteFS: '/home/jenkins-build/build' diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 2d6d8e40d..aa92e062a 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -6,9 +6,9 @@ vars: - jenkins_user: 'jenkins-build' # jenkins API credentials: - - api_user: 'alfredodeza' + - api_user: 'prado' - token: '${token}' - - api_uri: 'http://staging-jenkins.ceph.com' + - api_uri: 'https://jenkins.ceph.com' - nodename: '${nodename}' - labels: '${labels}' tasks: @@ -120,5 +120,5 @@ name: "{{ nodename }}+{{ ansible_default_ipv4.address }}" labels: "{{ labels }}" host: "{{ ansible_default_ipv4.address }}" - credentialsId: 'c7098414-e0ba-4d97-892e-7122e01be8a8' + credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' remoteFS: '/home/jenkins-build/build'