Skip to content

Commit

Permalink
fix vol for DEV1-S
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Dec 9, 2023
1 parent eb24d93 commit a785700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ CLOUD_TAGGED_HOSTS_FILE=${CLOUD_DIR}/${CLOUD}.tag.hosts
CLOUD_TAGGED_IDS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.ids.ko
CLOUD_TAGGED_HOSTS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.hosts.ko
CLOUD_TAG=${APP_VERSION}
SCW_VOLUME_SIZE=50000000000
SCW_VOLUME_TYPE=l_ssd
SCW_SERVER_CONF={"name": "${CLOUD_HOSTNAME}", "tags": ["${GIT_BRANCH}","${CLOUD_TAG}"],\
"image": "${SCW_IMAGE_ID}", "commercial_type": "${SCW_FLAVOR}", "project": "${SCW_PROJECT_ID}",\
"volumes": { "0": {"size": ${SCW_VOLUME_SIZE}, "volume_type": "${SCW_VOLUME_TYPE}"}}}
Expand Down
2 changes: 2 additions & 0 deletions artifacts.SCW
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SCW_ZONE=${SCW_REGION}-1
SCW_API=https://api.scaleway.com/instance/v1/zones/${SCW_ZONE}
SCW_IPAM_API=https://api.scaleway.com/ipam/v1alpha1/regions/${SCW_REGION}
SCW_FLAVOR=DEV1-S
SCW_VOLUME_SIZE=10000000000
SCW_VOLUME_TYPE=l_ssd

#ubuntu 18.04

Expand Down

0 comments on commit a785700

Please sign in to comment.