From 475d0997bbe0ca6853a31a8794bd4e7c7c1508f1 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sun, 1 Dec 2024 00:16:00 +0100 Subject: [PATCH] switch to latest cloudstack --- .github/workflows/acceptance.yml | 9 +++++---- .github/workflows/setup-cloudstack/action.yml | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 255137a..20cdd5c 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -30,8 +30,8 @@ permissions: env: CLOUDSTACK_API_URL: http://localhost:8080/client/api - #CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.1', '4.19.1.3']" - CLOUDSTACK_VERSIONS: "['4.19.1.1']" + #CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.3', '4.20.0.0']" + CLOUDSTACK_VERSIONS: "['1.7.0']" jobs: prepare-matrix: runs-on: ubuntu-latest @@ -49,11 +49,12 @@ jobs: runs-on: ubuntu-latest services: cloudstack-simulator: - image: apache/cloudstack-simulator:${{ matrix.cloudstack-version }} + image: quay.io/ansible/cloudstack-test-container:${{ matrix.cloudstack-version }} ports: - - 8080:5050 + - 8080:8080 strategy: fail-fast: false + max-parallel: 1 matrix: cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }} python-version: diff --git a/.github/workflows/setup-cloudstack/action.yml b/.github/workflows/setup-cloudstack/action.yml index 548ee1e..2b168eb 100644 --- a/.github/workflows/setup-cloudstack/action.yml +++ b/.github/workflows/setup-cloudstack/action.yml @@ -55,7 +55,6 @@ runs: id: setup-cloudstack shell: bash run: | - docker exec $(docker container ls --format=json -l | jq -r .ID) python /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg curl -sf --location "${CLOUDSTACK_API_URL}" \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'command=login' \