9.53. baremetal 노드 세트
baremetal 속성 설정
사용법:
openstack baremetal node set [-h] [--instance-uuid <uuid>]
[--name <name>]
[--chassis-uuid <chassis UUID>]
[--driver <driver>]
[--boot-interface <boot_interface>]
[--console-interface <console_interface>]
[--deploy-interface <deploy_interface>]
[--inspect-interface <inspect_interface>]
[--management-interface <management_interface>]
[--network-interface <network_interface>]
[--power-interface <power_interface>]
[--raid-interface <raid_interface>]
[--storage-interface <storage_interface>]
[--vendor-interface <vendor_interface>]
[--resource-class <resource_class>]
[--target-raid-config <target_raid_config>]
[--property <key=value>]
[--extra <key=value>]
[--driver-info <key=value>]
[--instance-info <key=value>]
<node>
| 값 | 요약 |
|---|---|
| <node> | 노드의 이름 또는 uuid. |
| 값 | 요약 |
|---|---|
| --instance-uuid <uuid> | 노드의 uuid를 <uuid>로 설정 |
| --inspect-interface <inspect_interface> | 노드의 검사 인터페이스 설정 |
| --boot-interface <boot_interface> | 노드의 부팅 인터페이스 설정 |
| --management-interface <management_interface> | 노드의 관리 인터페이스 설정 |
| --driver <driver> | 노드의 드라이버 설정 |
| --extra <key=value> | 이 baremetal 노드에서 설정하는 extra (repeat 옵션 여러 추가 설정) |
| --deploy-interface <deploy_interface> | 노드의 배포 인터페이스 설정 |
| --name <name> | 노드의 이름을 설정합니다. |
| --console-interface <console_interface> | 노드의 콘솔 인터페이스 설정 |
| --power-interface <power_interface> | 노드의 전원 인터페이스 설정 |
| --network-interface <network_interface> | 노드의 네트워크 인터페이스 설정 |
| --property <key=value> | 이 baremetal 노드에서 설정하는 속성(여러 속성을 설정하는peat 옵션) |
| --vendor-interface <vendor_interface> | 노드의 벤더 인터페이스 설정 |
| --resource-class <resource_class> | 노드의 리소스 클래스 설정 |
| --chassis-uuid <chassis UUID> | 노드의 섀시 설정 |
| --raid-interface <raid_interface> | 노드의 raid 인터페이스 설정 |
| --storage-interface <storage_interface> | 노드의 스토리지 인터페이스 설정 |
| --instance-info <key=value> | 이 baremetal 노드에 설정할 인스턴스 정보(여러 인스턴스 정보를 설정하는peat 옵션) |
| --driver-info <key=value> | 이 baremetal 노드에 설정할 드라이버 정보 (여러 드라이버 정보를 설정하는peat 옵션) |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --target-raid-config <target_raid_config> | 노드의 대상 raid 구성(json)을 설정합니다. 이는 RAID 구성의 JSON 데이터를 포함하는 파일인 1 중 하나일 수 있습니다. 2. "-"는 표준 입력에서 콘텐츠를 읽는 것, 3. 유효한 JSON 문자열 중 하나일 수 있습니다. |