From f877ce23a63fc1c9bb3db96adcf9ec4bd58baead Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 27 Nov 2019 20:53:16 +0100 Subject: Select user opnfv instead of ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CNTT and Airship jumphosts differ about the user. Change-Id: I129ce7406de4819804f0143fe5ae37d7107064f8 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 2d2836c34..78d940bf6 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -112,7 +112,7 @@ - shell: | set +x export TERM_OPTS=" " - sudo -H -E -u ubuntu bash -c 'tools/deploy.sh $slave deploy_site' + sudo -H -E -u opnfv bash -c 'tools/deploy.sh $slave deploy_site' - scm: name: cntt-scm -- cgit 1.2.3-korg