From 9a71ae67091319af0963b16f9d6c19e28508e9e5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 23 Oct 2015 12:36:56 -0600 Subject: [PATCH] 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 --- ansible/slave.yml | 2 +- ansible/slave.yml.j2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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' -- 2.47.3