Skip to content

Commit

Permalink
Update PowerVS image builder document
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-K-N committed May 3, 2024
1 parent 910b331 commit d30a5f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/book/src/developer/build-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Compose the `user-variables.json` file containing the information for the PowerV
"region": "",
"service_instance_id": "",
"ssh_private_key_file": "",
"zone": ""
"zone": "",
"dhcp_network": "false"
}
```

Expand All @@ -54,10 +55,11 @@ Compose the `user-variables.json` file containing the information for the PowerV
- `kubernetes_rpm_version`: Kubernetes RPM package version, e.g: 1.24.2-0
- `kubernetes_semver`: e.g: v1.24.2
- `kubernetes_series`: e.g: v1.24
- `region`: PowerVS region, e.g: osa
- `region`: PowerVS region, e.g: osagit
- `service_instance_id`: PowerVS service instance ID
- `ssh_private_key_file`: Path to the SSH private key file used to connect to the vm while image preparation, e.g: /Users/manjunath/.ssh/id_rsa
- `zone`: PowerVS zone, e.g: osa21
- `dhcp_network`: Boolean value when set to true, a DHCP server will be created in PowerVS workspace and its private network will be attached to VM, Make sure to customize the network settings while building OS using [pvsadm tool](https://github.com/ppc64le-cloud/pvsadm/blob/main/docs/Build%20DHCP%20enabled%20Centos%20Images.md).

```shell
# Clone the image-builder repository
Expand Down

0 comments on commit d30a5f7

Please sign in to comment.