{"id":18513076,"url":"https://github.com/vmware/nsx-advanced-load-balancer-tools","last_synced_at":"2026-01-23T07:06:28.395Z","repository":{"id":38370918,"uuid":"142919978","full_name":"vmware/nsx-advanced-load-balancer-tools","owner":"vmware","description":"Repository to build Docker container with all Avi tools.","archived":false,"fork":false,"pushed_at":"2024-03-04T05:40:47.000Z","size":45004,"stargazers_count":23,"open_issues_count":0,"forks_count":19,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-02-17T03:19:57.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-30T19:35:51.000Z","updated_at":"2025-01-22T20:13:03.000Z","dependencies_parsed_at":"2024-11-06T15:54:02.041Z","dependency_job_id":null,"html_url":"https://github.com/vmware/nsx-advanced-load-balancer-tools","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/vmware/nsx-advanced-load-balancer-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fnsx-advanced-load-balancer-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fnsx-advanced-load-balancer-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fnsx-advanced-load-balancer-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fnsx-advanced-load-balancer-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/nsx-advanced-load-balancer-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fnsx-advanced-load-balancer-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:36:25.715Z","updated_at":"2026-01-23T07:06:28.374Z","avatar_url":"https://github.com/vmware.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Below readme is no more useful now. Since we have migrated the codebase to other place with new steps for setup the application.\n# Please navigate to new repo and check the readme - https://github.com/avinetworks/avi-migrationtools\n\n\n\n----------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n# Overview\n## avinetworks/avitools docker image\nThe container is designated to host all the required migration and verification tools needed in the field. Please refer for the Dockerfile for the list of included tools.\n\n# docker pull avinetworks/avitools:$VERSION\nThere is no latest tag, please use the version specific pull, for example: avinetworks/avitools:20.1.3\n\n# Usage\n## Docker image can be consumed using run.sh script under git:avinetworks/avitools/run.sh\n```bash\n$ curl -O https://raw.githubusercontent.com/avinetworks/avitools/master/run.sh\n$ chmod a+x run.sh\n./run.sh -h\n-v string    specify AVI_VERSION, default value: 20.1.3\n-c string    specify CMD to execute, in this mode container will be created and destroyed on command run, default value: avitools-list\n-d string    specify working directory, where configuration files will exist, default value: /Users/smarunich/GitHub/avitools/scripts/avi\n-u           update docker image, i.e. try to pull docker image again\n-b           run in background, other words create avitools container and retain it, container can be accessible after script execution, for example as \"docker exec -it avitools bash\", default value: avitools-list\n-n           use host networking instead of docker daemon default network, i.e. docker run --net=host\n```\n## Using -v flag you can specify the container version, otherwise default value will be assumed.\n\n## To show the commands supported by avitools\n```\n$ ./run.sh -c avitools-list or ./run.sh or ./run.sh -v 20.1.3 -c avitools-list\n```\n## To show the commands supported by avitools 20.1.3 version of container\n```\n$ ./run.sh -v 20.1.3 -c avitools-list\n\n## To run ansible playbook\n```\n$ ./run.sh -c \"ansible-playbook \u003cplaybook-name\u003e -v\"\n```\n## To run container in background\n```\n$ ./run.sh -v 20.1.3 -c bash -d /home/aviuser/workspace -b\n$ docker exec -it avitools bash\n```\n## Docker - \"-n\" use host networking, supported in both modes (background and foreground/cmd mode).\n```\n$ ./run.sh -v 20.1.3 -n -c bash -d /home/aviuser/workspace -b\n```\n\n## Optional\n### Build instructions\n```\ncd build\ndocker build -t avinetworks/avitools:20.1.3 .\n```\n### How you can use migrationtools docker image\nFirst you need to build a docker image\nRun the run.sh which is in scripts directory to run avitools on that image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fnsx-advanced-load-balancer-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fnsx-advanced-load-balancer-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fnsx-advanced-load-balancer-tools/lists"}