? “%YAML 1.2” compute:

# The compute name is used to specify the compute resources used in the provsion of the component node.
# Currently available options are cpu and ram. Ram is an integer value representing Gb.
#
# Example:
#
#   dev:
#     cpu: 2
#     ram: 1
#
#   prod:
#     cpu: 2
#     ram: 12
#
default: &default
  cpu:
  ram: