add new tools

This commit is contained in:
Artem Goncharov 2022-09-01 09:04:48 +02:00
parent 8358d28942
commit a092056387
5 changed files with 472 additions and 12 deletions

View File

@ -89,14 +89,14 @@ documents:
title: User Guide
type: umn
- html_location: docs/cce/api-ref
link: /api-ref/cloud-container-service/
link: /api-ref/cloud-container-engine/
pdf_name: cce-api-ref
rst_location: api-ref/source
service_type: cce
title: API Reference
type: api-ref
- html_location: docs/cce/umn
link: /umn/cloud-container-service/
link: /umn/cloud-container-engine/
pdf_name: cce-umn
rst_location: umn/source
service_type: cce
@ -324,12 +324,6 @@ documents:
service_type: ecs
title: Developer Guide
type: dev
- environment: internal
link: /not_present/elastic-cloud-server/
rst_location: docs/ecs/hld
service_type: ecs
title: HLD
type: hld
- html_location: docs/ecs/umn
link: /umn/elastic-cloud-server/
pdf_name: ecs-umn
@ -855,10 +849,10 @@ services:
service_type: cbr
- repositories:
- environment: internal
repo: docs/cloud-container-service
repo: docs/cloud-container-engine
type: gitea
- environment: public
repo: opentelekomcloud-docs/cloud-container-service
repo: opentelekomcloud-docs/cloud-container-engine
type: github
service_category: container
service_title: Cloud Container Service
@ -1274,7 +1268,7 @@ services:
- environment: internal
repo: docs/volume-backup-service
type: gitea
- env: pub
- environment: public
repo: opentelekomcloud-docs/volume-backup-service
type: github
service_category: storage

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -67,7 +67,7 @@ def process_repositories(args, service):
elif repo["type"] == 'github':
repo_url = f"git@github.com:/{repo['repo']}"
else:
logging.error(f"Repository typw {repo['type']} is not supported")
logging.error(f"Repository type {repo['type']} is not supported")
exit(1)
if not checkout_exists:
git_repo = Repo.clone_from(