From 4bcfd973f48f3e28503ae20a71021ff6524dad8c Mon Sep 17 00:00:00 2001 From: hippo-an Date: Thu, 21 Nov 2024 11:22:07 +0900 Subject: [PATCH] update related system image version and readme file --- README.md | 10 +++++----- docker-compose.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f87fb70..8be1bd6 100644 --- a/README.md +++ b/README.md @@ -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 --- @@ -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. @@ -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) diff --git a/docker-compose.yaml b/docker-compose.yaml index beae8cb..0add4d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: @@ -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: