We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8702d30 commit e459824Copy full SHA for e459824
1 file changed
.github/workflows/build.yml
@@ -7,7 +7,7 @@ env:
7
ARTIFACTS_PATH: artifacts
8
CORE_BRANCH: "master"
9
PACKER_VERSION: "1.9.2"
10
- CORE_ENDPOINT_URL: http://10.20.0.2:11010
+ CORE_ENDPOINT_URL: http://10.20.0.2:80/api/core
11
CORE_USERNAME: "admin"
12
CORE_PASSWORD: "admin"
13
ELEMENT_NAME: dbaas
@@ -72,7 +72,7 @@ jobs:
72
- name: Set hypervisor with overbooking
73
run: |
74
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
+ exordos compute hypervisors update $HYPER_UUID --cores-ratio 10.0 --ram-ratio 10.0
76
- name: Download build artifacts
77
uses: actions/download-artifact@v8
78
with:
0 commit comments