Skip to content

aleodrnfl/plugin-ncloud-service-inven-collector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naver Cloud Collector



Version License: Apache 2.0

Plugin to collect Naver Cloud

SpaceONE's plugin-naver-cloud-inven-collector is a convenient tool to get cloud service data from Naver Cloud platform.

Please contact us if you need any further information. ([email protected])

Find us also at Dockerhub


Service list

The following is a list of services being collected and service code information.

No. Service name Service Code
1 Server compute
2 Autoscaling compute
3 Cloud DB database
4 Object Storage storage
5 Archive Storage storage
6 VPC networking
7 Monitoring management
8 CDN content delivery


Content details



SETTING

You should insert information about account in Cloudforet's Service Account initially.

  • Credentials
    • ncloud_access_key_id
    • ncloud_secret_key
    • domain_id
    • project_id
    • db_kind_code
    • cdn_instance_no
    • instance_no
    • bucket_name

Authentication Overview

Registered service account on SpaceONE must have certain permissions to collect cloud service data Please, set authentication privilege for followings:

Compute

Database

Storage

Networking

Management

Content Delivery


Options

Cloud Service Type : Specify what to collect

If cloud_service_types is added to the list elements in options, only the specified cloud service type is collected. By default, if cloud_service_types is not specified in options, all services are collected.

The cloud_service_types items that can be specified are as follows.


{
    "cloud_service_types": [
        'Compute',          
        'Database',     
        'Storage',       
        'Management',
        'Networking',
        'Content Delivery',

        
    ]
}

Ncloud Zone Environment

Zones are data centers and networks that are physically separate within a region at the national level. Because each zone exists independently, failure in one zone does not affect the other.

  • Zone list

No. Region Zone
1 Korea Classic, VPC: KR-1, KR-2
2 the western United States Classic: USWN-1
3 Hong Kong Classic: HK-1
4 Singapore Classic: SGN-1
VPC: SGN-4, SGN-5
5 Japan Classic: JPN-1
VPC: JPN-4, JPN-5
6 Germany Classic: DEN-1

Ncloud Service Endpoint (in use)

ObjectStorage

Naver Cloud Platform Object Storage provides the S3 API for storage management and use.
Version: Amazon S3 v2006-03-01

We use hundreds of endpoints because we collect information from a lots of regions and services.

  • Region list

No. Region Region name Endpoint
1 Korea kr-standard https://kr.object.ncloudstorage.com
2 the western United States(New) us-standard https://us.object.ncloudstorage.com
3 Singapore(New) sg-standard https://sg.object.ncloudstorage.com
4 Japan(New) jp-standard https://jp.object.ncpstorage.com
5 Germany(New) de-standard https://de.object.ncloudstorage.com

ArchiveStorage

Naver cloud platform Archive Storage provides the NSX Swift API for storage management and use.
Version: 2.15.1 (Pike)

  • Region URL

No. Region Authentication URL Service URL
1 Korea https://kr.archive.ncloudstorage.com:5000 https://kr.archive.ncloudstorage.com
2 Korea https://archivestorage.apigw.ntruss.com/swift/v1/ https://archivestorage.apigw.ntruss.com/swift/v1/

About

Container-based Naver Cloud resource collection plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%