-
Notifications
You must be signed in to change notification settings - Fork 0
/
09-openstack-controller.yaml
41 lines (41 loc) · 1.14 KB
/
09-openstack-controller.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: osp-director.openstack.org/v1beta2
kind: OpenStackControlPlane
metadata:
name: overcloud
namespace: openstack
spec:
openStackClientNetworks:
- ctlplane
- internal_api
- external
openStackClientStorageClass: ocs-storagecluster-ceph-rbd
passwordSecret: userpassword
virtualMachineRoles:
Controller:
roleName: Controller
roleCount: 3
# ctlplaneInterface: enp11s0
networks:
- ctlplane
- internal_api
- external
- tenant
- storage
- storage_mgmt
cores: 6
memory: 12
rootDisk:
diskSize: 100
baseImageVolumeName: openstack-base-img
storageClass: ocs-storagecluster-ceph-rbd
storageAccessMode: ReadWriteMany
storageVolumeMode: Block
# optional configure additional discs to be attached to the VMs,
# need to be configured manually inside the VMs where to be used.
additionalDisks:
- name: datadisk
diskSize: 100
storageClass: ocs-storagecluster-ceph-rbd
storageAccessMode: ReadWriteMany
storageVolumeMode: Block
openStackRelease: "17.1"