AIAP: Export KUBECONFIG var to environment

This exports the KUBECONFIG variable in the .bashrc of the runner
container, which will improve AIAP's convenience for development and
testing.

Change-Id: Icba2558de8c743f6f1a5c8e5a98dcb1d98d95668
This commit is contained in:
Ian Howell 2021-07-20 13:49:15 -05:00 committed by Sirajudeen
parent e24a53713e
commit 1e806aca33
1 changed files with 2 additions and 1 deletions

View File

@ -60,9 +60,10 @@ else
./tools/deployment/airship-core/22_test_configs.sh
./tools/deployment/airship-core/23_pull_documents.sh
./tools/deployment/airship-core/23_generate_secrets.sh
fi
echo "export KUBECONFIG=$HOME/.airship/kubeconfig" >> ~/.bashrc
sed -i -e 's#bmcAddress: redfish+http://\([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+\):8000#bmcAddress: redfish+https://10.23.25.1:8443#' "/tmp/airship/$MANIFEST_REPO_NAME/manifests/site/test-site/target/catalogues/hosts.yaml"
sed -i -e 's#root#username#' "/tmp/airship/$MANIFEST_REPO_NAME/manifests/site/test-site/target/catalogues/hosts.yaml"
sed -i -e 's#r00tme#password#' "/tmp/airship/$MANIFEST_REPO_NAME/manifests/site/test-site/target/catalogues/hosts.yaml"