Skip to content

Commit

Permalink
Remove unused OPENSTACK_CONTROL_PLANE_IP parameter (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight authored Feb 1, 2024
1 parent cde6227 commit c88ba52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Parameters controlling the cluster creation:
| `` | `OPENSTACK_IMAGE_NAME` | capo | `ubuntu-capi-image-${KUBERNETES_VERION}` | Image name for k8s controller and worker nodes. Ubuntu 22.04 image is used for k8s versions >= 1.27.3, 1.26.6, 1.25.11, Ubuntu 20.04 otherwise. |
| `kube_image_raw` | `OPENSTACK_IMAGE_RAW` | SCS | `true` | Register images in raw format (instead of qcow2), good for ceph COW |
| `image_registration_extra_flags` | `OPENSTACK_IMAGE_REGISTATION_EXTRA_FLAGS` | SCS | `""` | Extra flags passed during image registration |
| `` | `OPENSTACK_CONTROL_PLANE_IP` | capo | `127.0.0.1` | Use localhost to talk to capi cluster (don't change this!) |
| `` | `OPENSTACK_SSH_KEY_NAME` | capo | `${prefix}-keypair` | SSH key name generated and used to connect to workload cluster nodes |
| `controller_flavor` | `OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR` | capo | `SCS-2V-4-20s` | Flavor to be used for control plane nodes |
| `worker_flavor` | `OPENSTACK_NODE_MACHINE_FLAVOR` | capo | `SCS-2V-4-20s` | Flavor to be used for worker nodes |
Expand Down
4 changes: 1 addition & 3 deletions terraform/files/template/clusterctl.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ OPENSTACK_DNS_NAMESERVERS: "[ %{ for dnsip in dns_nameservers ~} ${dnsip}, %{ en

OPENSTACK_SSH_KEY_NAME: ${prefix}-keypair

OPENSTACK_CONTROL_PLANE_IP: 127.0.0.1

# Use anti-affinity server groups (not working yet)
# Use anti-affinity server groups
OPENSTACK_ANTI_AFFINITY: ${anti_affinity}
OPENSTACK_SRVGRP_CONTROLLER: nonono
OPENSTACK_SRVGRP_WORKER: nonono
Expand Down

0 comments on commit c88ba52

Please sign in to comment.