Skip to content

Commit

Permalink
updated backing images for openSUSE and Ubuntu. Also added in a fixtu…
Browse files Browse the repository at this point in the history
…re for vm_network_interact to make those pass (#1598)

fixed URL for openSUSE

re-added comment
  • Loading branch information
noahgildersleeve authored Oct 21, 2024
1 parent 506325c commit 8c3edca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ sleep-timeout: 3
# script location to manipulate node power cycle
node-scripts-location: 'scripts/vagrant'

# Images and its sha512sum
opensuse-image-url: https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.5/images/openSUSE-Leap-15.5.x86_64-NoCloud.qcow2
# Images and their sha512sums
opensuse-image-url: https://rsync.opensuse.org/repositories/Cloud%3A/Images%3A/Leap_15.6/images/openSUSE-Leap-15.6.x86_64-NoCloud.qcow2
# sha512sum for opensuse image-url
opensuse-checksum: ''
ubuntu-image-url: https://cloud-images.ubuntu.com/releases/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img
ubuntu-image-url: https://cloud-images.ubuntu.com/releases/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img
# sha512sum for ubuntu image-url
ubuntu-checksum: ''
# cache URL, convert image-url to <image-cache-url>/<filename>
image-cache-url: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
pytest_plugins = [
"harvester_e2e_tests.fixtures.api_client",
"harvester_e2e_tests.fixtures.networks",
"harvester_e2e_tests.fixtures.virtualmachines"
"harvester_e2e_tests.fixtures.virtualmachines",
"harvester_e2e_tests.fixtures.images"
]

tcp = "sudo sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config"
Expand Down

0 comments on commit 8c3edca

Please sign in to comment.