Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
set name of backup restore with underscore [#160068772]
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Alford <[email protected]>
  • Loading branch information
JT Archie authored and anEXPer committed Sep 5, 2018
1 parent 0025670 commit 0b36714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/config-ert/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ cf_network=$(
)

JOB_RESOURCE_CONFIG="{
\"backup-restore\": { \"instances\": $BACKUP_PREPARE_INSTANCES },
\"backup_restore\": { \"instances\": $BACKUP_PREPARE_INSTANCES },
\"clock_global\": { \"instances\": $CLOCK_GLOBAL_INSTANCES },
\"cloud_controller\": { \"instances\": $CLOUD_CONTROLLER_INSTANCES },
\"cloud_controller_worker\": { \"instances\": $CLOUD_CONTROLLER_WORKER_INSTANCES },
Expand Down
2 changes: 1 addition & 1 deletion tasks/configure-ert/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ cf_resources=$(
--argjson internet_connected $INTERNET_CONNECTED \
'
{
"backup-restore": {"internet_connected": $internet_connected},
"backup_restore": {"internet_connected": $internet_connected},
"clock_global": {"internet_connected": $internet_connected},
"cloud_controller": {"internet_connected": $internet_connected},
"cloud_controller_worker": {"internet_connected": $internet_connected},
Expand Down

2 comments on commit 0b36714

@prdev1
Copy link

@prdev1 prdev1 commented on 0b36714 Sep 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get this error when I build deploy-ert now :

/tmp/build/78490f5a
configuring product...
setting up network
finished setting up network
setting properties
finished setting properties
applying resource configuration for the following jobs:
	backup_restore
could not execute "configure-product": could not fetch existing job configuration: request failed: unexpected response:
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Type: text/html; charset=utf-8
Date: Thu, 06 Sep 2018 09:06:09 GMT
Server: nginx/1.4.6 (Ubuntu)
Strict-Transport-Security: max-age=15552000
X-Request-Id: 31a8fb7e-f716-4db2-8bf0-d80152b439f4
X-Runtime: 0.001574
Content-Length: 0

Is this related, please ?

Regards

@ronakbanka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prdev1 please use v0.23.6 version for stable pipeline.
@jtarchie Name changed from backup-prepare to backup_restore ?

Please sign in to comment.