Skip to content

Commit

Permalink
update related system image version and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo-an committed Nov 21, 2024
1 parent 202c26b commit 4bcfd97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ These functionalities are integrated with other subsystems, namely `CB-Tumblebug
- Container: Docker 25.0.0

### Subsystem Dependency
- CB-Spider : v0.9.0 <- **cost explorer anycall handler not yet implemented version.**
- CB-Tumblebug : v0.9.7
- CB-Spider : v0.10.0
- CB-Tumblebug : v0.10.0

---

Expand Down Expand Up @@ -108,13 +108,13 @@ Follow the guide for initializing CB-Tumblebug to configure multi-cloud informat
### Pre-Configuration for Performance Evaluation ⭐⭐
To correctly use the performance evaluation features provided by CM-ANT, the following steps are required:

- Register appropriate permissions for VM provisioning with the registered credentials. [TBD]
- Register appropriate permissions for VM provisioning with the registered credentials.

### Pre-Configuration for Price and Cost Features ⭐⭐
To correctly use the price and cost features provided by CM-ANT, the following steps are required:

- Enable AWS Cost Explorer and set up daily granularity resource-level data.
- Register appropriate permissions for price and cost retrieval with the registered credentials. [TBD]
- Register appropriate permissions for price and cost retrieval with the registered credentials.



Expand All @@ -137,7 +137,7 @@ To correctly use the price and cost features provided by CM-ANT, the following

## How to Use 🔍
#### 👉 [CM-ANT Swagger API Doc](https://cloud-barista.github.io/api/?url=https://raw.githubusercontent.com/cloud-barista/cm-ant/main/api/swagger.yaml)
[TBD]
#### 👉 [Simple and Sample guide](https://github.com/cloud-barista/cm-ant/wiki/CM%E2%80%90ANT-Simple--&-Sample-API-Usage-guide)



Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ services:
- cm-ant-net
healthcheck:
test: [ "CMD", "pg_isready", "-U", "cm-ant-user", "-d", "cm-ant-db" ]
interval: 30s
interval: 1m
timeout: 5s
retries: 5
start_period: 10s
restart: unless-stopped

cb-tumblebug:
image: cloudbaristaorg/cb-tumblebug:0.9.21
image: cloudbaristaorg/cb-tumblebug:0.10.0
container_name: cb-tumblebug
platform: linux/amd64
ports:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
restart: unless-stopped

cb-spider:
image: cloudbaristaorg/cb-spider:0.9.8
image: cloudbaristaorg/cb-spider:0.10.0
container_name: cb-spider
platform: linux/amd64
networks:
Expand Down

0 comments on commit 4bcfd97

Please sign in to comment.