diff options
author | 2025-03-03 14:17:44 +0100 | |
---|---|---|
committer | 2025-03-03 14:20:47 +0100 | |
commit | b974be779970907b5670682fca7509fdb50bd914 (patch) | |
tree | 0a32869b8eaa1aacf2b96bd0881c26cb98abcb94 /jjb/functest/xtesting-ci.yaml | |
parent | d7fd1f34a0fcce115e8b8a2c57f0634228dc04e6 (diff) |
Fix node opnfv -> opnfv-build
Change-Id: I898941fe52b60d4fc574cc837e802208badecc98
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting-ci.yaml')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 441970f32..6c2791a32 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -67,8 +67,8 @@ esac (cd ~/.ansible/roles/collivier.xtesting; patch -p1 < tests/docker_config_json.patch) ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml - sed -i "s/127.0.0.1/10.200.140.224/g" ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml - echo 10.200.140.224 ansible_host=10.200.140.224 ansible_user=opnfv > /tmp/inventory + sed -i "s/127.0.0.1/172.30.13.92/g" ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml + echo 172.30.13.92 ansible_host=172.30.13.92 ansible_user=opnfv > /tmp/inventory ansible-playbook -i /tmp/inventory -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml - parameter: @@ -164,7 +164,7 @@ - project: name: xtesting-ci-tests-remote <<: *playbook - node: opnfv + node: opnfv-build release: - stable - master |