Skip to content

Commit e459824

Browse files
committed
CI: fix core endpoint
1 parent 8702d30 commit e459824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
ARTIFACTS_PATH: artifacts
88
CORE_BRANCH: "master"
99
PACKER_VERSION: "1.9.2"
10-
CORE_ENDPOINT_URL: http://10.20.0.2:11010
10+
CORE_ENDPOINT_URL: http://10.20.0.2:80/api/core
1111
CORE_USERNAME: "admin"
1212
CORE_PASSWORD: "admin"
1313
ELEMENT_NAME: dbaas
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set hypervisor with overbooking
7373
run: |
7474
HYPER_UUID="$(exordos c h l -o json | jq -r .[0]."UUID")"
75-
exordos compute hypervisors update $HYPER_UUID --cores_ratio 10.0 --ram_ratio 10.0
75+
exordos compute hypervisors update $HYPER_UUID --cores-ratio 10.0 --ram-ratio 10.0
7676
- name: Download build artifacts
7777
uses: actions/download-artifact@v8
7878
with:

0 commit comments

Comments
 (0)