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

Command Status and Report Generations #1854

Open
wants to merge 90 commits into
base: AV-104274
Choose a base branch
from
Open

Conversation

sagarpsalvi
Copy link
Contributor

@sagarpsalvi sagarpsalvi commented Nov 25, 2021

Changes Done

  1. Command status
  2. Report Generation
  3. Minor Fixes in Monitor and Pool Converter

@vmwclabot
Copy link
Member

@sagarpsalvi, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

@@ -17,6 +17,6 @@ def get_nsx_config(self):
return nsx_lb_config

if __name__ == "__main__":
nsx_util = NSXUtil('admin', 'Admin!23Admin', '10.168.204.70', '443')
nsx_util = NSXUtil('admin', 'Admin!23Admin', '10.206.96.85', '443')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not push creds in repo

import os
from pprint import PrettyPrinter

SUPPORTED_ALB_OBJECTS = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this information to yaml file and read from file

"Webhook"
]

albObjectType = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to command status yaml


# SUPPORTED_ALB_OBJECTS = ['VirtualService']

NOT_APPLICABLE = ['url', 'uuid', 'tenant_ref']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to command status yaml

output_dir, report_name, vs_level_status)

def get_port_by_protocol(self, protocol):
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert to static map

if skipped_setting['pools']:
return skipped_setting

def vs_complexity_level(self):
Copy link
Contributor

@chaitanyaavi chaitanyaavi Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused code if can be reused from F5 migration tool utils then move to base util class

Rohan-sss1 and others added 29 commits May 31, 2022 12:39
-vs skip for unsupported topology
-SSL cipher string issue
-cleanup of parameters
-added examples of parameter usage
-seperate cleanup script
-Added example for config file and moved sample files to test directory
-Renamed controller parameters
-Removed unwanted/unsupported parameters
-Fixed warning messages
@azizavi azizavi self-requested a review September 15, 2022 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants