Skip to content

Commit 6525bf4

Browse files
committed
Install tobiko project in the tobiko tcib image
With [1] there is CLI tool introduced in Tobiko. It can be used e.g. to run "tobiko ping" command. To be able to run such CLI command from the openstack-tobiko tcib image, Tobiko needs to be installed there, not only cloned. [1] https://review.opendev.org/c/x/tobiko/+/935666 Related: #TOBIKO-100
1 parent 1a9ad09 commit 6525bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container-images/tcib/base/tobiko/tobiko.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tcib_actions:
1414
https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
1515
| tar -zxvf - -C /usr/local/bin/
1616
- run: 'git clone https://opendev.org/x/tobiko /var/lib/tobiko/tobiko'
17+
- run: 'pip install -e /var/lib/tobiko/tobiko -c /var/lib/tobiko/tobiko/upper-constraints.txt -r /var/lib/tobiko/tobiko/extra-requirements.txt'
1718
- run: >-
1819
mkdir -p /var/lib/tobiko/.downloaded-images && curl
1920
https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img

0 commit comments

Comments
 (0)