Skip to content
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

Migration of calm-apps using esxi vms during PC-DR #75

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
added a field for restriction
abhijeetkaurav1st committed Apr 5, 2023
commit b6e6f36cfc71ad37fb308808df7b52fa9217db9a
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
import calm.lib.model as model


REQUIRED_ATTRS = ['DEST_PC_IP', 'DEST_PC_USER', 'DEST_PC_PASS', 'SOURCE_PROJECT_NAME', 'DEST_ACCOUNT_NAME']
REQUIRED_ATTRS = ['DEST_PC_IP', 'DEST_PC_USER', 'DEST_PC_PASS', 'SOURCE_PROJECT_NAME', 'DEST_ACCOUNT_NAME', 'DEST_PROJECT_NAME']
msg = ""
for attr in REQUIRED_ATTRS:
if attr not in os.environ: