Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Upload Inventory

...

  • 서비스(Services) 이름은 중복해서 업로드 할 수 없습니다, 단 다른 시트의 경우 이름의 중복을 허용합니다

  • 데이터의 업데이트/신규 등록은 id 데이터 유무를 기반으로 합니다, 즉 id가 있을 경우 기존에 등록되어 있는 데이터를 신규 데이터로 업데이트를 진행할 수 있습니다.

    • id가 없을 경우 해당 데이터는 신규 데이터로 판단되어 신규 데이터로 생성합니다.

    • 그렇기 때문에 Service id나 name 중 하나의 값은 반드시 존재해야 합니다.

  • 각 시트의 필수 컬럼 데이터는 아래 항목을 참고합니다.

각 시트의 필수 컬럼/데이터(*가 있을 경우 필수 데이터 입니다)

  • 데이터는 실제 서비스 화면의 필수 값과 동일합니다.

  • 서버 등록 시 Authentication을 Private Key File로 했을 경우 아래와 같이 기록합니다

    • 데이터는 실제 서비스 화면의 필수 값과 동일합니다.

    • 서버 등록 시 Authentication을 Private Key File로 했을 경우 아래와 같이 기록합니다

      • key_file_name - AWS는 key pair파일의 Name, GCP에서는 SSH key구성 절차를 따라 진행하여 생성된 키의 Name을 등록합니다.

      • key_file_path - 설치 후 아래와 같은 형태로 디렉터리를 위치를 확인해서 입력 할 수 있습니다. 아래 가이드와
        예시는 아래와 같습니다.

        Code Block
        languagejson
        /roro/keyFiles/hostIpAddress-ramdomNum.pem
      • key_file_string - .pem , json파일의 data를 모두 입력합니다.
        예시는 아래와 같습니다.

        Code Block
        languagejson
        -----BEGIN RSA PRIVATE KEY-----
        MIIEogIBAAKCAQEAgUmDbdUjzQ6gdQUj/SdP8T39CrJfxbu++gokz96zzzd123423rwsdfasdfas
        ----------------------------------------------------------------------------
        ----------------------------------------------------------------------------
        fy3UshII1MLUs3xEHHNxRQOZqniWKwC6SDo51zLUQCLsNEeE9KZyIp76mR1rE0BNXcE=
        -----END RSA PRIVATE KEY-----

Service

Server

Middleware

Application

DataBase

id(Service)* - number

id(server)* - number

name(Service name)* - string

name(Server Name)* - string

Middleware Name*

business_code* - string

Serviceservice_id* - number

Service*

business_category* - string

Migration Type - string

Server*

labelsWindows Y/N*

migration_type(Migration Type) - string

Selected Server

description IP Address*- string

windows_yn(Windows Y/N)* - y/n(boolean)

migration_yn(Migration Y/N)* SSH Port*- y/n(boolean)

ip_address(IP Address)* - string

man_month Authentication Type*- number

port(SSH Port)* - string

Environment Configuration Schedule

- date(YYYY-MM-DD-hh:mm:ss)

  • mig_env_start_date

  • mig_env_end_date

User Nameusername* - string

Application Test Schedule(

- date(YYYY-MM-DD-hh:mm:ss)

Schedule

  • mig_test_start_date

)

Passwordpassword*

Cut-Over Date

- date(YYYY-MM-DD-hh:mm:ss)

  • mig_cut_over_date

)

Private key file* - string

  • key_file_name

  • key_file_path

  • key_file_string

severity Server Location- string

server_location - string

Configure Manager - string

  • Development

  • Maintenance

  • Operation

Environment

Hypervisor Type

Access Control

tpmC

Purchase Date

Manufacturer

Model

Serial Number

Labels

Description

Configure Managerenvironment - string

hypervisor - string

access_control - string

tpmc - string

purchase_date - date

manufacturer -string

model - string

serial_number - string

labels

description - string

Configure Manager - string

  • company

  • manager

  • contact

cluster_type - string

기타

  • Settings Sheet의 데이터를 빼거나, 수정/삭제 해서는 안됩니다

  • 기존에 있던 서식에 엑셀 서식을 추가로 변경하거나 수정할 경우 업로드에 실패할 수 있습니다

  • Sheet에 데이터가 없는 빈 Row를 통해 업로드를 시도할 경우 업로드에 실패할 수 있습니다

  • Sheet에 동일한 데이터의 Row를 생성해서 업로드를 시도할 경우 업로드에 실패할 수 있습니다.

...