Skip to content

Commit

Permalink
Reduce disk-image-builder env vars
Browse files Browse the repository at this point in the history
Change-Id: I77325ebd1e7bc9cabe4833a9e91541ecb0dd0e3b
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 21, 2023
1 parent 0bb2e00 commit 496001e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions jjb/functest/xtesting-ci-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,7 @@
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
git clone https://github.com/collivier/ansible-role-xtesting.git
export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware,non-free
export DIB_APT_MINIMAL_CREATE_INTERFACES=0
export DIB_OPENSSH_SERVER_HARDENING=0
export DIB_DEV_USER_SHELL=/bin/bash
export DIB_DEV_USER_PASSWORD=xtesting
export DIB_DEV_USER_PWDLESS_SUDO=yes
export DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH=Yes
export DIB_RELEASE=bookworm
export DIB_DEV_USER_USERNAME=xtesting
disk-image-create --image-size 20 -o xtesting-latest.qcow2 debian vm xtesting
gsutil cp xtesting-latest.qcow2 gs://artifacts.opnfv.org/xtesting/xtesting-latest.qcow2
Expand All @@ -98,15 +90,7 @@
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
git clone https://github.com/collivier/ansible-role-xtesting.git
export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free-firmware,non-free
export DIB_APT_MINIMAL_CREATE_INTERFACES=0
export DIB_OPENSSH_SERVER_HARDENING=0
export DIB_DEV_USER_SHELL=/bin/bash
export DIB_DEV_USER_PASSWORD=xtesting
export DIB_DEV_USER_PWDLESS_SUDO=yes
export DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH=Yes
export DIB_RELEASE=bookworm
export DIB_DEV_USER_USERNAME=xtesting
disk-image-create --image-size 20 -o functest-latest.qcow2 debian vm functest
gsutil cp functest-latest.qcow2 gs://artifacts.opnfv.org/functest/functest-latest.qcow2
Expand All @@ -122,15 +106,7 @@
-o DPkg::Lock::Timeout=300 install python3-diskimage-builder -y
git clone https://github.com/collivier/ansible-role-xtesting.git
export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements
export DIB_DEBIAN_COMPONENTS=main,contrib,non-free
export DIB_APT_MINIMAL_CREATE_INTERFACES=0
export DIB_OPENSSH_SERVER_HARDENING=0
export DIB_DEV_USER_SHELL=/bin/bash
export DIB_DEV_USER_PASSWORD=xtesting
export DIB_DEV_USER_PWDLESS_SUDO=yes
export DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH=Yes
export DIB_RELEASE=bookworm
export DIB_DEV_USER_USERNAME=xtesting
disk-image-create --image-size 20 -o functest-kubernetes-latest.qcow2 \
debian vm functest-kubernetes
gsutil cp functest-kubernetes-latest.qcow2 \
Expand Down

0 comments on commit 496001e

Please sign in to comment.