Skip to content

chore: deprecated convenience scripts and projects #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions bin/kubernetes-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ export PULUMI_SKIP_CONFIRMATIONS=true

script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

echo " "
echo "IMPORTANT NOTICE!"
echo "===================================================================================================="
echo " This script and the associated Pulumi projects are deprecated and will be removed in a future "
echo " release as they are outside of the scope of the MARA project."
echo " "
echo " The MARA team no longer tests or updates these scripts, so please review before running if you "
echo " decide that you want to use them."
echo " "
echo " For more information, please see Discussion #155 in the repository (nginx.com/mara)"
echo "===================================================================================================="
sleep 5


# Check to see if the venv has been installed, since this is only going to be used to start pulumi/python based
# projects.
Expand Down
10 changes: 10 additions & 0 deletions bin/testcap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ cleanitup() {
fi
}

echo " "
echo "IMPORTANT NOTICE!"
echo "===================================================================================================="
echo " This script is deprecated and will be removed in a future release. "
echo " "
echo " This script may not function properly in your environment; run at your own risk. "
echo " "
echo " For more information, please see Discussion #155 in the repository (nginx.com/mara)"
echo "===================================================================================================="
sleep 5

echo " "
echo "This script will perform testing on the current kubernetes installation using the currently active kubernetes"
Expand Down
4 changes: 4 additions & 0 deletions pulumi/python/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`<repository-root>/pulumi/python/tools`

## Deprecation Notice
These tools are no longer supported by the MARA team and will be removed in a future release. They *should* work
correctly, but this is not guaranteed. Any use is at your own risk.

## Purpose

This directory holds common tools that *may* be required by kubernetes installations that do not meet the minimum
Expand Down
7 changes: 0 additions & 7 deletions pulumi/python/tools/kubevip/Pulumi.yaml

This file was deleted.

63 changes: 0 additions & 63 deletions pulumi/python/tools/kubevip/__main__.py

This file was deleted.

This file was deleted.