github.com/verrazzano/verrazzano@v1.7.1/cluster-operator/apis/clusters/v1alpha1/testdata/ociocnequickcreate_valid.yaml (about)

     1  # Copyright (c) 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  apiVersion: clusters.verrazzano.io/v1alpha1
     5  kind: OCNEOCIQuickCreate
     6  metadata:
     7    name: test
     8    namespace: default
     9  spec:
    10    identityRef:
    11      name: test
    12      namespace: default
    13    ocne:
    14      version: "1.7"
    15    oci:
    16      compartment: test
    17      region: us-ashburn-1
    18      imageId: test
    19      sshPublicKey: test
    20      network:
    21        vcn: test
    22        subnets:
    23          - id: test
    24            role: service-lb
    25          - id: test
    26            role: control-plane
    27          - id: test
    28            role: control-plane-endpoint
    29          - id: test
    30            role: worker
    31      controlPlane:
    32        ocpus: 2
    33        memoryGbs: 16
    34        bootVolumeGbs: 50
    35        replicas: 1
    36        shape: VM.Standard.E4.Flex
    37      workers:
    38        - name: np-1
    39          ocpus: 2
    40          memoryGbs: 16
    41          bootVolumeGbs: 50
    42          replicas: 1
    43          shape: VM.Standard.E4.Flex