From: Cédric Ollivier Date: Mon, 3 Mar 2025 13:17:44 +0000 (+0100) Subject: Fix node opnfv -> opnfv-build X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b974be779970907b5670682fca7509fdb50bd914;p=releng.git Fix node opnfv -> opnfv-build Change-Id: I898941fe52b60d4fc574cc837e802208badecc98 Signed-off-by: Cédric Ollivier --- 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