Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
apiVersion: bpa.akraino.org/v1alpha1
kind: softwareSoftware
metadata:
  name: software-sample
  labels:
    cluster: cluster-abcxyz
    owner: c1
  name: example-software
spec:
  mastermasterSoftware:
    - softwareFrom:curl
    - htop
    - configMapRefjq:
         nameversion: master-configmap
  worker1.5+dfsg-1ubuntu0.1
    - maven:
     softwareFrom:   version: 3.3.9-3
  workerSoftware:
    - configMapRef:
 curl
    - htop
    - tmux
   name: worker-configmap jq

Cluster CRD

The cluster CRD will have the Cluster name and contain the provisioning CR and/or the software CR for the specified cluster

...