Skip to content

Commit

Permalink
Update create_workers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Nov 25, 2024
1 parent 62c5127 commit 369ff33
Showing 1 changed file with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
- dataVolume:
name: "{{ vmname }}-installation-cdrom"
name: installation-cdrom
- dataVolume:
name: "{{ vmname }}-etcd"
name: etcd
_instance_disks:
- bootOrder: 1
disk:
bus: virtio
name: rootdisk
- bootOrder: 3
disk:
bus: virtio
name: etcd
- bootOrder: 2
cdrom:
bus: sata
Expand Down Expand Up @@ -84,20 +77,6 @@
requests:
storage: 100Gi
storageClassName: "{{ storageclass }}"

- metadata:
name: "{{ vmname }}-etcd"
spec:
preallocation: false
source:
blank: {}
storage:
resources:
requests:
storage: 30Gi
storageClassName: "{{ ai_local_storageclass }}"
volumeMode: Filesystem

_spec: |
domain:
cpu:
Expand All @@ -111,7 +90,7 @@
- masquerade: {}
model: virtio
name: default
- name: "{{ network }}"
- name: "{{ network_name }}"
macAddress: "{{ ai_workers_macs2[_index|int-1] }}"
bridge: {}
networkInterfaceMultiqueue: true
Expand Down

0 comments on commit 369ff33

Please sign in to comment.