Skip to content

Commit

Permalink
Update job names in ocfp hooks/check script (#31)
Browse files Browse the repository at this point in the history
- Updated the list of job names in the `hooks/check` script to reflect
the correct job names (used as instance names)for the cf-app-autoscaler:
  - Changed `as-actors`, `as-api`, `as-metrics`, `as-nozzle`
  - To `as-apiserver`, `as-scalingengine`, `as-scheduler`, `as-operator`
  , `as-eventgenerator`, `as-metricsforwarder`
  • Loading branch information
itsouvalas authored Aug 4, 2024
1 parent ebedd3a commit 50e57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/check
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cc_ok=yes
if [[ -n "$GENESIS_CLOUD_CONFIG" ]] ; then
if want_feature ocfp ; then
_env_scale="$(lookup --partial meta.ocfp.env.scale)"
jobs=( as-actors as-api as-metrics as-nozzle )
jobs=( as-apiserver as-scalingengine as-scheduler as-operator as-eventgenerator as-metricsforwarder )
for job in ${jobs[@]} ; do
_vm_type="${job}-${_env_scale}"
_disk_type="${job}-${_env_scale}"
Expand Down

0 comments on commit 50e57f7

Please sign in to comment.