Giter VIP home page Giter VIP logo

Comments (3)

mariolenz avatar mariolenz commented on June 7, 2024

These files exist in ansible-collection-migration/community.vmware but not in ansible-collections/vmware:

find community.vmware -type f | cut -d '/' -f 2- | grep -v '^.git' | while read FILE
> do
>   if [ ! -f vmware/$FILE ]
>   then
>     echo $FILE
>   fi
> done
tests/unit/contrib/inventory/test_vmware_inventory.py
tests/unit/contrib/inventory/__init__.py
tests/unit/contrib/__init__.py
meta/routing.yml

And these files are different between ansible-collection-migration/community.vmware and ansible-collections/vmware:

find community.vmware -type f | cut -d '/' -f 2- | grep -v '^.git' | while read FILE
> do
>   if [ -f vmware/$FILE ]
>   then
>     diff -q community.vmware/$FILE vmware/$FILE
>   fi
> done
Files community.vmware/galaxy.yml and vmware/galaxy.yml differ
Files community.vmware/tests/sanity/ignore-2.10.txt and vmware/tests/sanity/ignore-2.10.txt differ
Files community.vmware/tests/sanity/ignore-2.9.txt and vmware/tests/sanity/ignore-2.9.txt differ
Files community.vmware/tests/integration/targets/vmware_guest_info/tasks/main.yml and vmware/tests/integration/targets/vmware_guest_info/tasks/main.yml differ
Files community.vmware/tests/integration/targets/vmware_guest_disk/tasks/main.yml and vmware/tests/integration/targets/vmware_guest_disk/tasks/main.yml differ
Files community.vmware/tests/integration/targets/vmware_host_dns/tasks/static.yml and vmware/tests/integration/targets/vmware_host_dns/tasks/static.yml differ
Files community.vmware/tests/integration/targets/vmware_guest_network/tasks/main.yml and vmware/tests/integration/targets/vmware_guest_network/tasks/main.yml differ
Files community.vmware/plugins/modules/vmware_vm_info.py and vmware/plugins/modules/vmware_vm_info.py differ
Files community.vmware/plugins/modules/vmware_vcenter_settings.py and vmware/plugins/modules/vmware_vcenter_settings.py differ
Files community.vmware/plugins/modules/vmware_guest_tools_upgrade.py and vmware/plugins/modules/vmware_guest_tools_upgrade.py differ
Files community.vmware/plugins/modules/vmware_tag.py and vmware/plugins/modules/vmware_tag.py differ
Files community.vmware/plugins/modules/vmware_guest.py and vmware/plugins/modules/vmware_guest.py differ
Files community.vmware/plugins/modules/vmware_host_dns.py and vmware/plugins/modules/vmware_host_dns.py differ
Files community.vmware/plugins/modules/vmware_guest_move.py and vmware/plugins/modules/vmware_guest_move.py differ
Files community.vmware/plugins/modules/vmware_guest_disk.py and vmware/plugins/modules/vmware_guest_disk.py differ
Files community.vmware/plugins/modules/vmware_guest_network.py and vmware/plugins/modules/vmware_guest_network.py differ
Files community.vmware/plugins/modules/vmware_cluster.py and vmware/plugins/modules/vmware_cluster.py differ
Files community.vmware/plugins/module_utils/vmware.py and vmware/plugins/module_utils/vmware.py differ
Files community.vmware/README.md and vmware/README.md differ

I hope this helps to narrow down what files we need to look at.

from community.vmware.

ansibullbot avatar ansibullbot commented on June 7, 2024

@gundalow: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • ansible version
  • component name

Please set the description of this issue with this template:
https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE/bug_report.md

click here for bot help

from community.vmware.

Akasurde avatar Akasurde commented on June 7, 2024

We have successful releases and nothing seems to be missing. Closing this for now - https://galaxy.ansible.com/community/vmware. Thanks.

from community.vmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.