Skip to content

Commit

Permalink
Refactor on existing hypershift-kubevirt-create step
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Tiraboschi <stirabos@gmail.com>
  • Loading branch information
tiraboschi committed Apr 15, 2024
1 parent 644b846 commit 8b15d93
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# TODO: do here only the preliminary workarounds
# so that we can have the celanest possible set of
# changes in the hypershift-kubevirt-create step

set -exuo pipefail

source "${SHARED_DIR}/packet-conf.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"path": "hypershift/mce/kubevirt/create/disconnected/hypershift-mce-kubevirt-create-disconnected-ref.yaml",
"path": "hypershift/kubevirt/create/disconnected/workarounds/hypershift-kubevirt-create-disconnected-workarounds-ref.yaml",
"owners": {
"approvers": [
"csrwng",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref:
as: hypershift-mce-kubevirt-create-disconnected
as: hypershift-kubevirt-create-disconnected-workarounds
from: assisted-service-scripts
grace_period: 5m0s
timeout: 45m0s
Expand All @@ -15,7 +15,7 @@ ref:
default: ""
documentation: |-
The storage class that will be used for etcd on the hosted control plane.
commands: hypershift-mce-kubevirt-create-disconnected-commands.sh
commands: hypershift-kubevirt-create-disconnected-workarounds-commands.sh
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ workflow:
- chain: hypershift-kubevirt-baremetalds-metallb
- chain: hypershift-kubevirt-baremetalds-odf
- ref: hypershift-kubevirt-install-disconnected
- ref: hypershift-mce-kubevirt-create-disconnected
- ref: hypershift-kubevirt-create-disconnected-workarounds
- ref: hypershift-kubevirt-create
- ref: hypershift-kubevirt-baremetalds-proxy
- ref: hypershift-kubevirt-health-check
env:
Expand Down

0 comments on commit 8b15d93

Please sign in to comment.