diff --git a/Earthfile b/Earthfile index 1560e073..e75d8ff1 100644 --- a/Earthfile +++ b/Earthfile @@ -108,7 +108,7 @@ build-yawollet-image: ARG TARGETOS ARG TARGETARCH - ARG MACHINE_FLAVOR=c1.2 + ARG MACHINE_FLAVOR=c2i.2 ARG VOLUME_TYPE=storage_premium_perf6 ARG --required IMAGE_VISIBILITY diff --git a/README.md b/README.md index b37eff5c..170dc4a9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ export OS_SOURCE_IMAGE= export IMAGE_VISIBILITY= ``` -Like in the step above, to be able to log in to OpenStack make sure you source your OpenStack Credentials. To specify the machine flavor and volume type the `Earthly` arguments `MACHINE_FLAVOR` and `VOLUME_TYPE` can be used (default is `MACHINE_FLAVOR=c1.2` and `VOLUME_TYPE=storage_premium_perf6`). +Like in the step above, to be able to log in to OpenStack make sure you source your OpenStack Credentials. To specify the machine flavor and volume type the `Earthly` arguments `MACHINE_FLAVOR` and `VOLUME_TYPE` can be used (default is `MACHINE_FLAVOR=c2i.2` and `VOLUME_TYPE=storage_premium_perf6`). Then validate and build the image: @@ -118,7 +118,7 @@ earthly --platform=linux/amd64 +build-yawollet-image \ --OS_USERNAME="$OS_USERNAME" \ --OS_REGION_NAME="$OS_REGION_NAME" # --OS_CACERT="$OS_CACERT" # optional, should be the full CA bundle, not a file path -# --MACHINE_FLAVOR=c1.2 +# --MACHINE_FLAVOR=c2i.2 # --VOLUME_TYPE=storage_premium_perf6 ```