Mario Lenz

Results 456 comments of Mario Lenz

> ``` > num_ports: 8 > port_binding: static > port_allocation: elastic > ``` > > The module says: > > `msg: The number of ports cannot be configured when port...

@lingfish You don't have to run `ansible-test`. It will run the complete test suite, but won't tell me anything about your special issue. With test I meant: Clone the collection,...

Thanks for investigating, this helps a lot! I'm not sure yet about this: > ``` > config.defaultPortConfig.uplinkTeamingPolicy.uplinkPortOrder.inherited: true -> false; > ``` I'll have to have a closer look at...

@lingfish Would it be possible for you to test this with a 2.x version of community.vmware? I hope it's fixed there.

> @mariolenz I've give you `write` on my fork now, so feel to push directly to this branch. Thanks @gundalow, I've added a few commits. I hope they're OK. BTW:...

Thanks for working with us on this @captn3m0! > * Showing Python compatibility for unsupported releases is redundant. While this should probably be provided upstream, the focus here should be...

> On Python releases: I meant keeping 2.7 on the list, which isn't a [supported Python Version](https://endoflife.date/python). Even Python 3.4, 3.5 are not supported any more. Well, yes... but ansible...

@captn3m0 > * The description for the `ansible-core` page should describe ansible-core accurately. I think it does. And, anyway, looking at the name of your repo I think the _really_...

> Simply creating a setup.py file would be a nice start, because then at least we could pip install directly from the repo, i.e.: > > pip install git+https://github.com/vmware/vsphere-automation-sdk-python Yes,...

`docker run -it --rm photon` Photon with Python 2: ``` root [ / ]# tdnf -qy install python-setuptools python-pip git using empty dict to provide pw_dict root [ / ]#...