Skip to content

Commit

Permalink
refresh base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Dec 9, 2023
1 parent 9ddecd8 commit eb24d93
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions artifacts.SCW
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,12 @@ SCW_REGION=fr-par
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

#ubuntu 18.04

#C2S low cost 4vCPU 8Go ubuntu 18.04 50Go
SCW_IMAGE_ID=f974feac-abae-4365-b988-8ec7d1cec10d
SCW_FLAVOR=C2S
#C2M low cost 8vCPU 16Go ubuntu 18.04 50Go
SCW_IMAGE_ID=f974feac-abae-4365-b988-8ec7d1cec10d
SCW_FLAVOR=C2M
#general usage 4vCPU 16Go with ubuntu 18.04 50Go
SCW_IMAGE_ID=d4067cdc-dc9d-4810-8a26-0dae51d7df42
SCW_FLAVOR=GP1-XS
#minimal 2vCPU 2Go with ubuntu 18.04 50Go
SCW_IMAGE_ID=89c80d27-ddf4-4ffa-8215-b335cce3fd05
SCW_IMAGE_ID=f974feac-abae-4365-b988-8ec7d1cec10d
SCW_FLAVOR=DEV1-S

SCW_SSHUSER=ubuntu


#choose public or private address
SCW_IP=public_ip.address
SCW_IP=private_ip
Expand All @@ -48,17 +34,9 @@ export RCLONE_CONFIG_S3_FORCE_PATH_STYLE=false
export RCLONE_CONFIG_S3_SERVER_SIDE_ENCRYPTION=
export RCLONE_CONFIG_S3_STORAGE_CLASS=

SCW_IMAGE_BASE_ID=16152446-99ed-4795-9d3f-87ec2f5b891d
SCW_IMAGE_ID=16152446-99ed-4795-9d3f-87ec2f5b891d
SCW_IMAGE_TOOLS_ID=9f039e61-a8eb-4140-8b88-477acebbd3b7
SCW_IMAGE_BASE_ID=2289fad9-2694-48ab-bb41-f19e4a9a8584
SCW_IMAGE_ID=2289fad9-2694-48ab-bb41-f19e4a9a8584
SCW_IMAGE_TOOLS_ID=e91affb5-2332-4d03-b7c1-e87a3e9cbed7
SCW_IMAGE_TOOLS_ID=a4d11b15-4e08-4174-86d9-6aa539a953b0

SCW_KUBE_API=https://api.scaleway.com/k8s/v1/regions/${SCW_REGION}/clusters
SCW_KUBE_NODES=1
SCW_KUBE_VERSION=1.27.2
SCW_IMAGE_BASE_ID=2cd4130d-bd0c-463b-a64e-a50d6ce85141
SCW_IMAGE_ID=2cd4130d-bd0c-463b-a64e-a50d6ce85141
SCW_IMAGE_TOOLS_ID=2cd4130d-bd0c-463b-a64e-a50d6ce85141
SCW_IMAGE_BASE_ID=bfcb8579-a98f-464c-a958-af80eeef020b
SCW_IMAGE_ID=bfcb8579-a98f-464c-a958-af80eeef020b
SCW_IMAGE_TOOLS_ID=bfcb8579-a98f-464c-a958-af80eeef020b

0 comments on commit eb24d93

Please sign in to comment.