-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix WL zone deployment by pipeline #668
base: development
Are you sure you want to change the base?
Fix WL zone deployment by pipeline #668
Conversation
@ZsoltParoczi please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@ZsoltParoczi , we are working internally on an overhaul of the pipeline code. Some of the items mentioned here are already part of the new changes being made. Would request you to move this PR to draft state until you have a chance to review the new changes. |
Problem
The install_workloadzone.sh is not called by the 02 wlzone pipeline leveraging self hosted agent rather then deployer VM.
Solution
Move the install_workloadzone.sh call out of the if [ -f /etc/profile.d/deploy_server.sh ]; then
Tests
Notes