diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 20:53:16 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 21:10:14 +0100 |
commit | f877ce23a63fc1c9bb3db96adcf9ec4bd58baead (patch) | |
tree | bb7929d2f771b9506352b74117549fc0d1f817a2 /jjb/airship | |
parent | fb8006581900910bb77eae9fa0a852b853a30a4a (diff) |
Select user opnfv instead of ubuntu
CNTT and Airship jumphosts differ about the user.
Change-Id: I129ce7406de4819804f0143fe5ae37d7107064f8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |