Skip to content

Commit

Permalink
remove exoscale v1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Oct 15, 2024
1 parent 92c6068 commit 31be48e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__
build
dist
.env
.venv
2 changes: 0 additions & 2 deletions chaotic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from chaotic.cloud.cloudscale_ch import CloudscaleChChaotic
from chaotic.cloud.cloudstack import CloudStackChaotic
from chaotic.cloud.digitalocean import DigitaloceanChaotic
from chaotic.cloud.exoscale import ExoscaleChaotic
from chaotic.cloud.hcloud import HcloudChaotic
from chaotic.cloud.nomad import NomadChaotic
from chaotic.cloud.proxmox_kvm import ProxmoxKvmChaotic
Expand All @@ -16,7 +15,6 @@ class ChaoticFactory:
"cloudscale_ch": CloudscaleChChaotic,
"cloudstack": CloudStackChaotic,
"digitalocean": DigitaloceanChaotic,
"exoscale": ExoscaleChaotic,
"hcloud": HcloudChaotic,
"nomad": NomadChaotic,
"proxmox_kvm": ProxmoxKvmChaotic,
Expand Down
20 changes: 0 additions & 20 deletions chaotic/cloud/exoscale.py

This file was deleted.

7 changes: 0 additions & 7 deletions examples/config_exoscale.yaml

This file was deleted.

1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cloudscale-sdk
cs
hcloud
proxmoxer<3.0
python-digitalocean
Expand Down
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
certifi==2024.7.4
charset-normalizer==3.3.2
certifi==2024.8.30
charset-normalizer==3.4.0
cloudscale-sdk==0.7.0
cs==3.2.0
hcloud==2.3.0
idna==3.7
jsonpickle==3.0.2
idna==3.10
jsonpickle==3.3.0
proxmoxer==2.1.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
python-digitalocean==1.17.0
python-dotenv==1.0.1
python-json-logger==2.0.7
pytz==2024.1
pyyaml==6.0.2
requests==2.32.3
schedule==1.2.2
six==1.16.0
urllib3==2.2.2
urllib3==2.2.3
xdg==6.0.0

0 comments on commit 31be48e

Please sign in to comment.