Skip to content

Commit

Permalink
NO-ISSUE add FIO Image and CVO check parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rollandf committed Jan 18, 2021
1 parent 7209196 commit ca139d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Check the [Install Guide](GUIDE.md) for installation instructions.
| SSO_URL | URL used to fetch JWT tokens for assisted-service authentication |
| WORKER_MEMORY | memory for worker VM, default: 8892MB |
| PUBLIC_CONTAINER_REGISTRIES | comma-separated list of registries that do not require authentication for pulling assisted installer images |
| FIO_PERF_CHECK_IMAGE | FIO performance check image to use, will update assisted-service config map with given value |
| CHECK_CLUSTER_VERSION | If enable, the controller will wait for CVO to finish |

## Instructions

Expand Down
2 changes: 2 additions & 0 deletions discovery-infra/update_assisted_service_cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
("INVENTORY_IMAGE", ""),
("OCM_BASE_URL", ""),
("PUBLIC_CONTAINER_REGISTRIES", "")
("FIO_PERF_CHECK_IMAGE", "")
("CHECK_CLUSTER_VERSION", "")
]


Expand Down
2 changes: 2 additions & 0 deletions skipper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ env:
PLATFORM: $PLATFORM
STATIC_IPS_CONFIG: $STATIC_IPS_CONFIG
PROXY: $PROXY
FIO_PERF_CHECK_IMAGE: $FIO_PERF_CHECK_IMAGE
CHECK_CLUSTER_VERSION: $CHECK_CLUSTER_VERSION

0 comments on commit ca139d6

Please sign in to comment.