<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Czernobog Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>Czernobog Tracker</description>
    <pubDate>Fri, 10 Nov 2023 23:41:36 GMT</pubDate>
    <dc:date>2023-11-10T23:41:36Z</dc:date>
    <item>
      <title>Re: NSX ALB Avi 30.1.1 - macro API "Input object does not have model_name field" even thou</title>
      <link>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-ALB-Avi-30-1-1-macro-API-quot-Input-object-does-not-have/m-p/2993855#M17041</link>
      <description>&lt;P&gt;This can be tested with the example provided in the documentation, it end with the response:&lt;/P&gt;&lt;P&gt;Response: {&lt;/P&gt;&lt;P&gt;"error": "Input object does not have model_name field"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;ERROR!: 400 Client Error: BAD REQUEST for url: &lt;A href="https://{base_url}/api/macro" target="_self"&gt;https://{base_url}/api/macro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the same response with my custom VS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;    payload = {
        "model_name": "VirtualService",
        "data": {
            "name": "n_vs",
            "services": [
                {
                    "port": 80
                }
            ],
            "vip":[
                {
                    "ip_address": {
                        "type": "V4",
                        "addr": "2.2.2.2"
                    }
                }
            ],
            "application_profile_ref": "/api/applicationprofile?name=n_app_http",
            "pool_ref_data": {
                "name": "n_pool",
                "servers": [
                    {
                        "ip": {
                            "type": "V4",
                            "addr": "1.1.1.1"
                        }
                    }
                ],
                "health_monitor_refs_data": [
                    {
                        "type": "HEALTH_MONITOR_HTTP",
                        "name": "n_http",
                        "http_monitor": {
                            "http_response_code": [
                                {
                                    "code": "HTTP_2XX"
                                }
                            ]
                        }
                    }
                ]
            } 
        }
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 07:13:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-ALB-Avi-30-1-1-macro-API-quot-Input-object-does-not-have/m-p/2993855#M17041</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-11-02T07:13:33Z</dc:date>
    </item>
    <item>
      <title>NSX ALB Avi 30.1.1 - macro API "Input object does not have model_name field" even though present</title>
      <link>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-ALB-Avi-30-1-1-macro-API-quot-Input-object-does-not-have/m-p/2993047#M17027</link>
      <description>&lt;P&gt;I've started evaluating the Avi/NSX ALB product a short while ago and try to automate the creation of some of the objects.&lt;/P&gt;&lt;P&gt;When using the macro API to create a virtual service I cannot get past the&amp;nbsp;"Input object does not have model_name field" error.&lt;/P&gt;&lt;P&gt;How this works is pretty confusing.&lt;/P&gt;&lt;P&gt;First I have created a new virtual service using the UI and captured the query using the browsers' developer mode. Afterwards I used curl to make a request, for which I copied the payload 1:1 from what was captured earlier. The error&amp;nbsp;"Input object does not have model_name field" accompanzing a http error 400 was returned.&lt;/P&gt;&lt;P&gt;I've checked the payload, the model_name field was actually missing. Instead the&amp;nbsp;&lt;SPAN&gt;"uri_path":"/api/virtualservice" was present. Manually adding the&amp;nbsp;"model_name": "VirtualService" field to the payload did not resolve the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using the example provided in&amp;nbsp;&lt;A href="https://avinetworks.com/docs/latest/api-guide/macro.html" target="_blank"&gt;MACRO API (avinetworks.com)&lt;/A&gt;&amp;nbsp;also results in the error mentioned above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I doing something wrong here? How does the query work, when executed using the UI without the model_name field? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Overall, the REST API makes a pretty janky first impression. I've noticed a similar problem when creating a new server pool. Copied the payload from browser dev mode, query returns an errro 400 with reason of being not able to interpret the healt monitor field...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:32:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-ALB-Avi-30-1-1-macro-API-quot-Input-object-does-not-have/m-p/2993047#M17027</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-10-27T14:32:06Z</dc:date>
    </item>
    <item>
      <title>NSX 4.x - API query to return deleted entities (vms), return groups with no effective members</title>
      <link>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-4-x-API-query-to-return-deleted-entities-vms-return-groups/m-p/2988267#M16936</link>
      <description>&lt;P&gt;I think I saw something like this is the past, in the UI or API documentation, but could not find it now.&lt;/P&gt;&lt;P&gt;Is there a way to search for deleted objects using a REST query on the nsx manager? Or even better, list security groups, that have no effective members? What I want to return by API is basically this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Czernobog_0-1695712928994.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/103682i306914C532ACA886/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Czernobog_0-1695712928994.png" alt="Czernobog_0-1695712928994.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the past I would use the "Get effective VMs for the Group" query to get the effective members of a group, but this query is deprecated.&lt;/P&gt;&lt;P&gt;The reason I need this is, that I suspect a lot of groups have no members anymore, and those empty groups are assigned to firewall rule, which in turn have no reason to exist anymore.&lt;/P&gt;&lt;P&gt;The group object returned by a API query does not list the virtual machine member as deleted. The only way to see if a group still has members is to run&amp;nbsp;/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/{member-type}, but this would have to be run fo every possible member type separately.&lt;/P&gt;&lt;P&gt;It would be great to have a method that looks from top to bottom (policy - rule - group) if the firewall policy is still valid, that is, if it is not applied to empty security groups.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:29:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-NSX-Discussions/NSX-4-x-API-query-to-return-deleted-entities-vms-return-groups/m-p/2988267#M16936</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-09-26T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Aria Automation 8.x - MFA with one-time password?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-x-MFA-with-one-time-password/m-p/2982641#M25274</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is there any way to use one-time passwords as part of a multi-factor authentication method in Automation 8.x?&lt;/P&gt;&lt;P&gt;Workspace ONE allows the integration of Authenticator Apps, VIDM 3.x is limited in that regard and allows following options:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.vmware.com/en/VMware-Workspace-ONE-Access/3.3/idm-administrator/GUID-04224060-D467-4DE0-BB08-B21E0AA9817D.html" target="_blank"&gt;Configuring User Authentication in VMware Identity Manager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A built in identity provider does not seem to be an option here, would it be possible to use a 3rd party idP to send emails with one-time passwords to users during the authentication process?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 07:49:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-x-MFA-with-one-time-password/m-p/2982641#M25274</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-08-17T07:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Orchestartor 8 - Increase Session Timeout</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Orchestartor-8-Increase-Session-Timeout/m-p/2980811#M26386</link>
      <description>&lt;P&gt;Bumping again, on the 1-year-anniversary of the post. There still does not seem to be a resolution for this issue, the 8.13 release notes do not contain anything on the topic.&lt;/P&gt;&lt;P&gt;Maybe someone found a workaround for this frustrating problem? Except the one I got suggested from support, that is installing a auto-reloader in the browser.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:34:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Orchestartor-8-Increase-Session-Timeout/m-p/2980811#M26386</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-08-04T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aria Automation 8.12.1 - Orchestrator Python 3.10 env - importing netifaces, infoblox module fai</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-12-1-Orchestrator-Python-3-10-env-importing/m-p/2980514#M25256</link>
      <description>&lt;P&gt;I was doing it this way (with request module in vRO python env) up until now and wanted to switch to the infoblox python module, since it's just easier to work with.&lt;/P&gt;&lt;P&gt;I've made good experience with it in ABX, what irks me is that stuff that works there is not compatible with the vRO python env. I would like to use ABX more, however when you build a flow and construct a custom form, the validation and external source for the input fields has to be a vRO action, so I cannot use the infoblox module there. It's frustrating.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 07:40:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-12-1-Orchestrator-Python-3-10-env-importing/m-p/2980514#M25256</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-08-03T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Aria Automation 8.12.1 - Orchestrator Python 3.10 env - importing netifaces, infoblox module fails</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-12-1-Orchestrator-Python-3-10-env-importing/m-p/2980386#M25252</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to do some object manipulation in our Infoblox IPAM. This is to be done using an Orchestrator workflow.&lt;/P&gt;&lt;P&gt;Infoblox provides a python module:&amp;nbsp;&lt;A href="https://pypi.org/project/infoblox-client/" target="_blank"&gt;infoblox-client · PyPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have created a new python 3.10 environment in vRO, where I tried to import the infoblox-client module.&lt;/P&gt;&lt;P&gt;This fails because a depencency (netifaces module) cannot be built, here's a part of the download log:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2023-08-02 12:59:48.549 +02:00INFOCollecting netifaces&amp;gt;=0.10.4
2023-08-02 12:59:48.551 +02:00INFO  Using cached netifaces-0.11.0.tar.gz (30 kB)&lt;/LI-CODE&gt;&lt;P&gt;...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2023-08-02 12:59:50.629 +02:00ERROR    building 'netifaces' extension
2023-08-02 12:59:50.630 +02:00ERROR    x86_64-unknown-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -O2 -g -fPIC -DNETIFACES_VERSION=0.11.0 -I/usr/include/python3.10 -c netifaces.c -o build/temp.linux-x86_64-cpython-310/netifaces.o
2023-08-02 12:59:50.631 +02:00ERROR    error: command 'x86_64-unknown-linux-gnu-gcc' failed: No such file or directory
2023-08-02 12:59:50.632 +02:00ERROR    ----------------------------------------
2023-08-02 12:59:50.633 +02:00ERRORERROR: Command errored out with exit status 1: /usr/bin/python3.10 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zylpe8x5/netifaces_e73f72b17063488abfe6fcc25b903a2c/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zylpe8x5/netifaces_e73f72b17063488abfe6fcc25b903a2c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-uexld4j8/install-record.txt --single-version-externally-managed --home /tmp/pip-target-jww4b747 --compile --install-headers /tmp/pip-target-jww4b747/include/python/netifaces Check the logs for full command output.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Importing the infoblox-client module works fine in ABX, just not in vRO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is a workaround possible?&lt;/P&gt;&lt;P&gt;And why is there such a discrepancy in the python envs in ABx and vRO?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:08:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Aria-Automation-8-12-1-Orchestrator-Python-3-10-env-importing/m-p/2980386#M25252</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-08-02T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: External IPAM | VRA Internal References - Use Case</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/External-IPAM-VRA-Internal-References-Use-Case/m-p/2975569#M25179</link>
      <description>&lt;P&gt;The IPAM plugin in this case should not save/cache any data regarding the VM's IP configuration. It's just there to grab and assign an IP adress from your IPAM to a Automation provisioned machine. On a provisioning operation it looks up IPAM for a free adress in a range that you can select, for example by using constraints in Automation. It selects the IP, saves this information in the IPAM (ex. IP 1.2.3.4 is assigned to MAC aa:bb:cc, hostname is xyz) and either feeds this IP to the VM directly (static assignement) or just makes an IP reservation and is done. Similar during deprovisioning, it grabs the MAC address of the VM, looks up IPAM for this MAC, if it finds an IP - a delete operation for the IP and associated objects (hostname, dns entry...) executed.&lt;/P&gt;&lt;P&gt;This way no information needs to be saved by the plugin itself. In case of Aria Automation having a plugin save something would not be possible anyway, without using an external database or maybe an Orchestrator Resource element or dynamic type or a similar workaround.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done a similar migration in the past. We went from a NSX-DHCP provisioned network to another external solution - Infoblox. Infoblox provides a plugin for Automation. Really the only 2 things we had to do was move the IP reservations from NSX DHCP to Infoblox and re-configure the networks in Automation, by selecting them as provisioned by an external resource and adding new tags, so that the constraints work during provisioning. No VM/IP-relevant data was touched.&lt;/P&gt;&lt;P&gt;IPAM should be the only source of truth for IP information, in my opinion, a the role of the plugin is to manage the communication between Automation and IPAM, this is all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 12:56:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/External-IPAM-VRA-Internal-References-Use-Case/m-p/2975569#M25179</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-07-03T12:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: redeploy deployments</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/redeploy-deployments/m-p/2966052#M25095</link>
      <description>&lt;P&gt;This is one of the features that are missing for the whole time after vRA 8.x was relased, so almost 2,5 years now, along with unregistering and changing owners of deployments after onboarding.&lt;/P&gt;&lt;P&gt;You could force a deployment to redeploy after making changes, using a deployment (resource?) parameter, however from my experience this would result in: redeploying on almost every change or not redeploying on any change.&lt;/P&gt;&lt;P&gt;Since there is no universal "redeploy" action, you have to find the right combination of correct resource parameters and an action, that would change the deplyoment in a way to force a redeployment.&lt;/P&gt;&lt;P&gt;So far I have not found a solution for this, either you end up with small changes triggering a redeplyoment, which you do not want, or break the plan update with changes that you want to trigger a redeplyoment with. An example would be changing the base image of a deployed virtual machines: say you use an Ubuntu 20 image and add the option to use Ubuntu 22 in your templates (for vsphere.machine). Users which deplyoed their Ubuntu 20 systems using the template would now be able to select Ubuntu 22 in "Update Deployment". This would trigger a redeployment, however when you configure your template like this, other miniscule changes, like editing the NIC configuration, would also trigger a redeployment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 12:04:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/redeploy-deployments/m-p/2966052#M25095</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-04-28T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: vRA 8.11.2 - custom repositories for python environment in vRO but not ABX, why?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-11-2-custom-repositories-for-python-environment-in-vRO-but/m-p/2962563#M25039</link>
      <description>&lt;P&gt;Thanks for answering. I will take the topic to our TAM.&lt;/P&gt;&lt;P&gt;However, I have to say, I am really disappointed in how features are developed for the ABX part. No local repositories, not being able to use abx actions for user form field validation, 150 actions limit on the local faas provider... I was told back in 2019 that with time this is going to be an alternatvie to vRO, but now, what is the point of using it with all the shortcomings?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 06:43:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-11-2-custom-repositories-for-python-environment-in-vRO-but/m-p/2962563#M25039</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-04-05T06:43:23Z</dc:date>
    </item>
    <item>
      <title>vRA 8.11.2 - custom repositories for python environment in vRO but not ABX, why?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-11-2-custom-repositories-for-python-environment-in-vRO-but/m-p/2962365#M25033</link>
      <description>&lt;P&gt;At some point, I want to create my own python classes, package them and upload to our own git repository, from where they could be used in python actions. The feature works fine in vRO: I've added the git repo url, selected the runtime and, in the environment, selected the 'requests' package, which was previously uploaded as a .whl file to the repository. The package gets downloaded from the local repository and its dependencies fro mthe public repository.&lt;/P&gt;&lt;P&gt;I am now looking for a solution to emulate this behaviour in abx. Sadly the abx part of vRA seems to be neglected compared to vRO.&lt;/P&gt;&lt;P&gt;I've uploaded the requests package in version 2.28.2 to my local repo as .whl and .gz, sourced from pypi. After that, I've created a new abx python action and tried to install a module from the local git repo using multiple methods, by filling the Dependency text field with the repository url. Following approaches failed:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://localgiturl/project/folder/requests-2.28.2.tar.gz#egg=requests==2.28.1" target="_blank"&gt;https://localgiturl/project/folder/requests-2.28.2.tar.gz#egg=requests==2.28.1&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;result: OSError: Not a gzipped file (b'&amp;lt;!')&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://localgiturl/project/folder/requests-2.28.2-py3-none-any.whl" target="_blank"&gt;https://localgiturl/project/folder/requests-2.28.2-py3-none-any.whl&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://localgiturl/project/folder/requests-2.28.2-py3-none-any.whl#egg=requests==2.28.1" target="_blank"&gt;https://localgiturl/project/folder/requests-2.28.2-py3-none-any.whl#egg=requests==2.28.1&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;result: ERROR: Wheel 'requests' located &lt;/SPAN&gt;&lt;SPAN&gt;at&lt;/SPAN&gt;&lt;SPAN&gt; /tmp/pip-unpack-ajz0rsjy/requests-2.28.2-py3-none-any.whl is invalid.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;git+&lt;A href="https://localgiturl/project.git#egg=requests==2.28.1" target="_blank"&gt;https://localgiturl/project.git#egg=requests==2.28.1&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;result:&amp;nbsp;ERROR: Cannot &lt;/SPAN&gt;&lt;SPAN&gt;find&lt;/SPAN&gt;&lt;SPAN&gt; command 'git' - do you have 'git' installed and in your PATH?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I assume using git+http as the protocol will fail every time since git is not part of the virtual environment.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I cannot explain the two other error however.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there a way to load custom python modules in abx?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Apr 2023 08:53:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-11-2-custom-repositories-for-python-environment-in-vRO-but/m-p/2962365#M25033</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-04-04T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: vRA 8.10.2 and VMs with multiple networks -Network profiles</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-10-2-and-VMs-with-multiple-networks-Network-profiles/m-p/2949467#M24863</link>
      <description>&lt;P&gt;You said one of your networks is NSX based. In this case your resource in the template should be Clound.NSX.Network, not&amp;nbsp;&lt;SPAN&gt;Cloud.vSphere.Network. Could also be that the capability tag is applied on the wrong object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, the provisioning diagram should help solving the problem, it shows exactly where vRA wants to provision the VM, based on you tagging strategy.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:16:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-10-2-and-VMs-with-multiple-networks-Network-profiles/m-p/2949467#M24863</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-01-19T07:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: vRA 8.x - Display Owner by Name (not only username)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-x-Display-Owner-by-Name-not-only-username/m-p/2949466#M24862</link>
      <description>&lt;P&gt;I don't think you can change that. Its either username or user principal name. I use the upn, since it is the easiest way to identify a user and is unique across domains. However, clients who use the vRA ui are sometimes confused, since in their domain the AD username is just a random string and not related to their actual name and surname.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can always fill in a feature request, honestly, when I think about it now, the should be the option to include a "Name, Surname" column in the Deployments view since release.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:10:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-x-Display-Owner-by-Name-not-only-username/m-p/2949466#M24862</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2023-01-19T07:10:02Z</dc:date>
    </item>
    <item>
      <title>vRA 8.10 - subscription event does not wait for workflow to finish</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-10-subscription-event-does-not-wait-for-workflow-to-finish/m-p/2935124#M24717</link>
      <description>&lt;P&gt;I need to run a script on a 3rd party system, when a vRA8-provisioned vm is deleted. The script needs the mac address of the vm - it grabs the subscription payload (inputProperties), loads associated resources associated with the deployments and grabs the mac addresses from the proeprties.networks.mac_address attributes.&lt;/P&gt;&lt;P&gt;I have created a subscription for the "compute.removal.pre" event topic which is supposed to be "Fired before a compute resource is being destroyed".&lt;/P&gt;&lt;P&gt;When triggered however, in about 1/3 cases, the vm is no longer there for the mac addresses to be read, and the subscripted workflow fails.&lt;/P&gt;&lt;P&gt;Setting the "Timeout" value in the subscription to &amp;gt;0 minutes does not change anything.&lt;/P&gt;&lt;P&gt;I have specifically set the event option to "pre", so that the required data can be queried, before the resource is removed.&lt;/P&gt;&lt;P&gt;Is there a way to force vRA to wait until the vRO workflow is finished?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: When the subscribed workflow fails, the Deyploemnt Deletion fails too. When querying the resource at this state using&amp;nbsp;&lt;/P&gt;&lt;P&gt;/deployment/api/resources/{id}, the network configuration does not contain mac_adresses, however in the topology gui those are still listed.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 09:06:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-10-subscription-event-does-not-wait-for-workflow-to-finish/m-p/2935124#M24717</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-10-25T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: VRA 8.x Unregister VM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/VRA-8-x-Unregister-VM/m-p/2934355#M24712</link>
      <description>&lt;P&gt;The feature still isn't there in 8.10. It seems to be one of those 7.6 features that somehow are too hard to implement in the new release.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 09:11:18 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/VRA-8-x-Unregister-VM/m-p/2934355#M24712</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-10-19T09:11:18Z</dc:date>
    </item>
    <item>
      <title>vRA 8.9 - change Content name and description not possible?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Discussions/vRA-8-9-change-Content-name-and-description-not-possible/m-p/2932801#M384</link>
      <description>&lt;P&gt;I have presented a few vRO workflows in the vRA content catalog. The workflows are imported in the Service Broker, from one of the content sources.&lt;/P&gt;&lt;P&gt;The new catalog items have the same name and description, as the vRO workflows (as expected), however there does not seem to be a way to change them in the Configure Item view:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Czernobog_0-1665411291168.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/97718i859DF7B3605BB7CC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Czernobog_0-1665411291168.png" alt="Czernobog_0-1665411291168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can only change the max instances and icon.&lt;/P&gt;&lt;P&gt;This is a problem since I do not want catalog items to have the same name and description as my vRO workflows. Is there a way to change both fields? I could not find a relevant api call either, is it possible that such a basic feature would not be ported from vRA7?&lt;/P&gt;&lt;P&gt;In contrast, you can change the display name as well as the description, when you import a workflow as a Resource Action in Cloud Assembly.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 14:16:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Discussions/vRA-8-9-change-Content-name-and-description-not-possible/m-p/2932801#M384</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-10-10T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: vRA 8.9 - custom form - break line in text area?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-9-custom-form-break-line-in-text-area/m-p/2927339#M24663</link>
      <description>&lt;P&gt;Found a solution, by adding the white-space property to the textarea field, in the imported CSS file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cf-textarea {&lt;BR /&gt;white-space: pre;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 10:59:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-9-custom-form-break-line-in-text-area/m-p/2927339#M24663</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-09-05T10:59:57Z</dc:date>
    </item>
    <item>
      <title>vRA 8.9 - custom form - break line in text area?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-9-custom-form-break-line-in-text-area/m-p/2927324#M24662</link>
      <description>&lt;P&gt;I have a custom form configured, within it is a read-only text area field displaying some information for the service user. The information displayed should be divided into sections by break line (break row).&lt;/P&gt;&lt;P&gt;In vRA 7 I used \n for this, in vRA8 this seems to be discovered ("\n" is not displayed as part of a string), but there is no break line happening.&lt;/P&gt;&lt;P&gt;Is there a way to correctly display a break line in a vRA 8.9 custom form?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 09:40:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-9-custom-form-break-line-in-text-area/m-p/2927324#M24662</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-09-05T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924756#M25902</link>
      <description>&lt;P&gt;I had to rip out configured Directories in vIDM and re-add them usinf UserPrincipalName instead of samaccountname and now all users are correctly identified by their upn (Requested By = upn), which makes life much easier.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:11:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924756#M25902</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-08-19T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8.8 / vRA 8.8 - Python action - referencing other vRO actions?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-8-vRA-8-8-Python-action-referencing-other-vRO-actions/m-p/2924715#M25901</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I hope a similar solution will be developed for configuring a python environment in vRO, so you'll be able to load custom modules from a folder or maybe gitlab directly into the environment, so that a workaround with the additional actions and functions is not needed.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 07:37:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-8-vRA-8-8-Python-action-referencing-other-vRO-actions/m-p/2924715#M25901</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-08-19T07:37:06Z</dc:date>
    </item>
  </channel>
</rss>

