Skip to content

Commit

Permalink
Merge branch 'main' into special-dp-adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
greyerof authored Sep 17, 2024
2 parents 9e145f8 + 028a727 commit bda0a43
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 64 deletions.
30 changes: 0 additions & 30 deletions scripts/delete-collector.sh

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/deploy-collector.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if $CERTSUITE_NON_OCP_CLUSTER; then
oc rollout status daemonset calico-node -n kube-system --timeout="$CERTSUITE_DEPLOYMENT_TIMEOUT"

rm -rf ./temp
git clone --depth 1 $MULTUS_GIT_URL -b v4.0.2 ./temp/multus-cni
git clone --depth 1 $MULTUS_GIT_URL -b v4.1.1 ./temp/multus-cni
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml

# Wait for all multus daemonset pods to be running
Expand Down
3 changes: 0 additions & 3 deletions scripts/init-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export \
OPERATOR_IMAGE_FULL_NAME=$REGISTRY$DIRECTORY$OPERATOR_IMAGE \
SECRET_NAME=foo-cert-sec

export COLLECTOR_URL=https://github.com/test-network-function/collector-deployment.git
# export COLLECTOR_TAG=v0.0.1 # Re-enable this when the version is released

# Truncate registry pod name if more than 63 characters
if [[ ${#OPERATOR_REGISTRY_POD_NAME_FULL} -gt 63 ]]; then
export OPERATOR_REGISTRY_POD_NAME=${OPERATOR_REGISTRY_POD_NAME_FULL: -63}
Expand Down

0 comments on commit bda0a43

Please sign in to comment.