Quantcast
Channel: VMware Communities : All Content - vRealize Automation Tools
Viewing all 9859 articles
Browse latest View live

VRA 7.1 does not execute orchestrator workflow to create Computer Object in Windows AD (With AD Policies)

$
0
0

Hello, the problem is that when running a blueprint that creates a virtual machine and the link to windows AD does not run the workflow in Orchestrator. The configurations are as follows:

 

- VRO endpoint: Configured correctly against windows AD.

- AD policies: Configured correctly and linked to the VRO endpoint.

- Entitlements and services configured correctly.

- Blueprint created in clone mode, custom specs correctly configured.

- User used in AD policies with create and delete permissions in the defined OU (if manually tested). This user is also used in custom specs.

 

NOTE: orchestrator embedded in VRA is used.

 

When executing the blueprint and entering in orchestrator does not execute the workflow that creates the registry in the corresponding OU, but if it creates the VM without errors.

 

Any ideas?


REST call error found inside VRASNAuthGenerator.generateAuthCode: Method failed: (/identity/api/tokens) with code: 400

$
0
0

From a customer: 

 

we have VRA 7.2 + ServiceNow (H release) configured on separate domains.   We have our corporate ADFS solution providing PasswordProtectedTransport between VRA and the ADFS solution.   SNOW is configured to use the same ADFS solution.   When we turn on the SNOW-->VRA7.2 plugin, SNOW forwards users through VRA for authentication, resulting in an OAuth error when network access is allowed to the user, and a timeout when not. 

We need for users to not go through VRA in the first place, the point of ADFS is so we can have a centralized trust for authentication, while allowing 3rd party apps to provide their own repository of groups, roles, etc.  The benefit we were hoping to get out of the VRA plugin for SNOW is to allow the creation of VRA requests from ServiceNow, without requiring network access to the VRA server itself in the first place (ServiceNow uses Mid servers to allow this to work).

 

 

We can get through the instructions to the point where we start running the scripts, but they all fail with:

REST call error found inside VRASNAuthGenerator.generateAuthCode: Method failed: (/identity/api/tokens) with code: 400

How to calculate Azure/AWS costs

$
0
0

Hi everyone, I'm interested to try the vRealize for Business Cloud in order to compare the costs of on-prem vs AWS vs Azure... the question is: how vRealize can know the cost of a machine running on Azure/AWS? For example, Azure often changes the list prices....

[vRealize 7.1] Connect all Tenats to a "SAML 2.0 Federation".

$
0
0

Hello,

I would like to know if, under vRealize 7.1 , there is a way to connect all my Tenants to a "saml 2.0 Federation"
I know you can import the corresponding xml under Administration --> Identity Providers, for each Tenant, and then export the VRA xml to the Federation.
My infrastructure has about 400 Tenants, so I would like to know if there is a way to perform this action at a higher level than the single tenant, so that all Tenantsinherit the connection with the Federation.


Thanks so much

Sergio

Authenticate with api @ https:///WAPI/api (vRA 7)

$
0
0

I am trying to authenticate with the api @ https://<IAAS WEB>/WAPI/api in order to create a Fabric Group with a Fabric Admin configured.

 

The exact api endpoint I want to hit is POST api/EnterpriseGroups but I am unable to figure out how to login. CloudClient uses this api to create FabricGroups so it is still an active api however I am unable to find any documentation on how to authenticate with this API.

 

Any sample REST clients in any language that login seccusfully and execute operations against the API would be a huge help.

SecureString default value in vRO workflow does not get passed to XaaS Blueprint Catalog Item in vRA

$
0
0

I have a vRO workflow that has an input field of type SecureString. In the vRO Presentation section, I set a default value for this field (set via an Action normally but the same issue happens if I just hard-code it). This works fine when the workflow is run in vRO. The field is shown with **** values that I can either overwrite or leave alone and the value will be passed to the workflow.

 

If I create an XaaS Blueprint in vRA that points to this workflow, when I request the corresponding catalog item, the input form does not have a default value for the field.

 

This works fine for input fields of other types - default values appear on the form as expected. It just doesn't work for SecureStrings as far as I can tell.

 

Is this just not supported or am I doing something wrong?

 

Thanks

Change default lease time

$
0
0


Hi,

 


Is there a way to set a default value (for lease time) when people order a server based on a blueprint?

 


The default in the form seem to always be the minimum value from the blueprint. I want it to be possible to set 1 day as lease time, but that's not very user-friendly as a default.

 


Is there a magic custom property I've missed?

 


edit: vRA 6.2

VRA Date & time blueprint

$
0
0

Hello,

 

Does anyone have an example blog or forum post on how to do a time based deprovision?

 

For example, I want to create a blue print that adds a Active Directory group to another Active Directory group and put an end date using the Date & time field in the blueprint form.

 

Then I want to create a de-provisioning process that would basically do the reverse and remove the group from the group it was added to.

 

If someone can provide any schedule / time based posts that would be great. I am having a hard time googling this feature...


VRA 7.1 What is the JSON content to request multiple instances in a deployment

$
0
0

Hi,

 

Apologies if I am asking incorrectly or in the wrong place, I am new to this community.

I have a VRA 7.1 installation and I am trying to submit request via the REST API, which is working.

I pull down the template JSON and then post it again and get a successful submition.

Guide here: http://www.vmtocloud.com/how-to-script-a-vrealize-automation-7-rest-api-request/

 

However I wish to request multiple instance in a single deployment and can't see where to edit the JSON.

There is an entry that has  "_leaseDays":1,"_number_of_instances":1}.

 

If I increase "_number_of_instances" to get multiple deployment not multiple instances in a deployment as I expected.

After contacting VMware this is "expected" behavior.

 

Does anyone know how I can request multiple instances in a single deployment via RESTAPI request?

Request resource action- reconfigure

$
0
0

Hey guys,

 

I'm trying to reconfigure an existing virtual machine in vRA.

I'm following the same method for provisioning a catalog item, unfortunately nothing happens when I sent the request bellow.

I can the in the requests the reconfigure request with status successful with some of the parameters I specified, but then when I go to the virtual machine itself I see that nothing changed.


var vmResourceActionRequest = vCACCAFERequestsHelper.getRequestForResourceAction(operation);

var vmResourceRequestData = vCACCAFERequestsHelper.getResourceActionRequestData(vmResourceActionRequest);

var json = JSON.parse(vmResourceRequestData);

 

json.cpu = "3";

json.disks[1].data.size = "57";

vCACCAFERequestsHelper.setResourceActionRequestData(vmResourceActionRequest , JSON.stringify(json));

 

System.log(JSON.stringify(json));

 

vCACCAFERequestsHelper.requestResourceActionWithRequest(operation, vmResourceActionRequest);

 

 

Any idea?

Multiple selection from search result in Custom Action Resource - vRA

$
0
0

Hello All,

 

Can you please guide me how to implement a form ( ASD) with multiple selection from search result in custom action resource ?

For example, a search box will be in input form and user can search the name from AD and select the multiple result so that I can pass multiple users to vRO workflow.

 

Please let me know is there any way out ?

 

Thanks,

K

Selenium for vmware vrealize application testing

$
0
0

I am from QA team and I am trying to create an automated test suite for vmware vrealize application testing using Selenium. However, Selenium does NOT recognize this application and gets stuck after launching application. Can someone through light on why Selenium wouldnt hook with vmware vrealize? Is there any setting I need to configure?

Catalog Item with Provisioning Request - Not Saving Properties

$
0
0

I'm using an XaaS request to take user input and replacing properties in a new provisioning request. The rough vRO workflow is as follows:

 

// catalogItem is a predefined blueprint

var request = vCACCAFERequestsHelper.getProvisioningRequestForCatalogItem(catalogItem);

var requestData = vCACCAFERequestsHelper.getProvisioningRequestData(request);

var jsonData = JSON.parse(requestData);

 

// ------ Do some processing of data here to the jsonData

 

// Send off the request

vCACCAFERequestsHelper.setProvisioningRequestData(request, JSON.stringify(jsonData));

result = System.getModule("com.vmware.library.vcaccafe.request").requestCatalogItemWithProvisioningRequest(catalogItem, request);

 

 

If I run this request as an admin user, then the request runs as expected and the properties are updated with the new data from this workflow.

 

If I run this same request as a regular user, the workflow runs successfully and the new VM is built but none of the properties are updated on the new VM.

 

I can output the jsonData and see that the value are in fact getting updated by vRO and sent over to the requestCatalogItemWithProvisioningRequest method.

System.log(JSON.stringify(jsonData));

 

Any ideas why I'm getting different behavior between different user types?

No notification for Xaas Blueprints

$
0
0

I can't seem to get this work but I also can't find any detail documentation to say if this possible or NOT?   My notifications work for standard blueprints, plus I get capacity emails from reservations, etc.  

 

 

Thanks in advance.

Entitlements to Multiple Business Groups

$
0
0

I'm attempting to setup multiple Business Groups and give a select group of admin users access to request items on behalf of each of these Business Groups.

 

I have the environment configured as follows:

 

Business Group A has entitlement to CentOS 6 catalog item.

Bueiness Group B has entitlement to CentOS 6 catalog item.

 

User X is a support user in both Business Group A and B.

 

When user X logs in, there are two catalog items:

 

CentOS 6

Business Group A

 

 

CentOS 6

Business Group B

 

 

When user X deploys the CentOS 6 catalog item under Business Group B, the item ends up being deployed under Business Group A. I would expect this item to be deployed under Business Group B.

 

What would be the cause of this behavior, and is there a way to achieve the behavior I'm looking for?


Not getting Machine Prefixes

$
0
0

I am seeing an issue on a vra 7.x installation that was upgraded from 6.x.  Prior to the upgrade, CCC (Common Component Catalog) was used to provide hostnames, but it was uninstalled prior to the upgrade.

 

When we request a machine, we have to provide a hostname property.  If we don’t, the request will fail immediately.  If we provide a hostname, the request goes through without problems.  There are prefixes in place, but it “Next Number” has never moved from 1.

 

To test, we created a new blueprint, used a known working template, and ensured that Machine Prefix was correctly set. It failed immediately (before anything was kicked off in vcenter).  I do not see any vro flows being kicked off.  There are no event broker subscriptions active.  The is 1 approval policy, but is only looking at cpu and memory.

 

Besides the "add/remove programs" (vRA 6.2.3 Common Component Catalog Uninstallation before Upgrade to vRA 7) where can I see any residual effects from that installation?

kickstart without DHCP?

$
0
0

We are using kickstart (and puppet) to deploy linux servers, the problem is – there is no DHCP on our network. Is there a way to automate the linux provisioning?

All info I could find is that I must use DHCP for kickstart.

 

We are using vRA 7 (new environment)

vRa 7.0 error The initial content configuration failed at step: "Execute workflow to configure initial content"

$
0
0

Hello Guys,

 

Just started the installation on vRa 7.0 and i get this error when i got the following error.

 

"The initial content configuration failed at step: "Execute workflow to configure initial content". See the log file /var/log/messages for more details."

 

Please find the log below

 

2016-01-24T15:11:01.865571+00:00 localhost /usr/sbin/cron[8014]: (root) CMD (/usr/local/horizon/scripts/elasticsearchnodes.hzn)

2016-01-24T15:11:01.865592+00:00 localhost /usr/sbin/cron[8015]: (root) CMD (/opt/vmware/telemetry/scripts/config-updater.sh >> /var/log/vmware/vcac/telemetry/vcac-telemetry-cron.log)

2016-01-24T15:11:30.757475+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8188]: info Processing request PUT /config/nodes/F275E344-F376-4D6C-A71B-5BBEF0B74C97/ping

2016-01-24T15:11:30.758267+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8188]: info match 0

2016-01-24T15:11:30.759100+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8188]: info Executing shell command... ['/usr/sbin/vcac-config', '-v', 'cluster-config-node', '--action', 'put', '--id', 'F275E344-F376-4D6C-A71B-5BBEF0B74C97', '--time', '2016-01-24 15:11:30', '--file', '-']

2016-01-24T15:11:34.258136+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8188]: info Result from command: code: 0 err:

2016-01-24T15:12:01.998902+00:00 localhost /usr/sbin/cron[8245]: (root) CMD (/opt/vmware/telemetry/scripts/config-updater.sh >> /var/log/vmware/vcac/telemetry/vcac-telemetry-cron.log)

2016-01-24T15:12:01.998985+00:00 localhost /usr/sbin/cron[8246]: (root) CMD (/usr/bin/python /usr/lib/vcac/agent/va-agent.py)

2016-01-24T15:12:01.999108+00:00 localhost /usr/sbin/cron[8247]: (root) CMD (/usr/local/horizon/scripts/elasticsearchnodes.hzn)

2016-01-24T15:12:02.055112+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Calling cluster-command-get-next

2016-01-24T15:12:02.055262+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:12:04.363729+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info Processing request GET /config/nodes/F275E344-F376-4D6C-A71B-5BBEF0B74C97/commands/next-command

2016-01-24T15:12:04.364647+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info match 0

2016-01-24T15:12:04.365855+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info match 2 True, URI:/config/nodes/F275E344-F376-4D6C-A71B-5BBEF0B74C97/commands/next-command

2016-01-24T15:12:04.366750+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info Executing shell command... ['/usr/sbin/vcac-config', '-v', 'cluster-command-get-next', '--node', 'F275E344-F376-4D6C-A71B-5BBEF0B74C97']

2016-01-24T15:12:05.078424+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Could not get command:

No command for node cafe.node.252376814.6585

2016-01-24T15:12:07.278628+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info Result from command: code: 204 err: ---BEGIN---

No command for node F275E344-F376-4D6C-A71B-5BBEF0B74C97

---END---

 

Use -e option to get more details.

2016-01-24T15:12:07.278649+00:00 localhost vami /opt/vmware/share/htdocs/service/cafe/config.py[8391]: info Error code: 204

2016-01-24T15:12:42.272204+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info Processing request

2016-01-24T15:12:42.273138+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info Authenticating with sfcb server.

2016-01-24T15:12:42.273344+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info user:root

2016-01-24T15:12:42.301023+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info Authenticated user: root successfully

2016-01-24T15:12:42.301353+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info locale=en-US, id=initialContentDeploy, action=submit, controller=<type 'instance'>

2016-01-24T15:12:42.309098+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info Executing shell command...

2016-01-24T15:12:44.929022+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8437]: info Executing shell command...

2016-01-24T15:12:48.443141+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Calling cluster-command-get-next

2016-01-24T15:12:48.443390+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:12:51.164841+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:12:51.805398+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info Processing request

2016-01-24T15:12:51.805947+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info Authenticating with sfcb server.

2016-01-24T15:12:51.806034+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info user:root

2016-01-24T15:12:51.814067+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info Authenticated user: root successfully

2016-01-24T15:12:51.814236+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info locale=en-US, id=initialContentPolling, action=submit, controller=<type 'instance'>

2016-01-24T15:12:51.814364+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8598]: info Executing shell command...

2016-01-24T15:12:53.895393+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Importing vRO workflows package...

2016-01-24T15:12:58.265607+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Successfully imported vRO package.

2016-01-24T15:12:58.265625+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Finished..

2016-01-24T15:12:58.265629+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:12:59.995943+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Calling cluster-command-get-next

2016-01-24T15:12:59.995989+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:01.084172+00:00 localhost /usr/sbin/cron[8713]: (root) CMD (/opt/vmware/telemetry/scripts/config-updater.sh >> /var/log/vmware/vcac/telemetry/vcac-telemetry-cron.log)

2016-01-24T15:13:01.084219+00:00 localhost /usr/sbin/cron[8714]: (root) CMD (/usr/local/horizon/scripts/elasticsearchnodes.hzn)

2016-01-24T15:13:02.001115+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:04.813533+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing vRO workflow for creating configurationadmin user...

2016-01-24T15:13:12.297461+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info Processing request

2016-01-24T15:13:12.298214+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info Authenticating with sfcb server.

2016-01-24T15:13:12.298346+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info user:root

2016-01-24T15:13:12.309770+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info Authenticated user: root successfully

2016-01-24T15:13:12.310013+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info locale=en-US, id=initialContentPolling, action=submit, controller=<type 'instance'>

2016-01-24T15:13:12.310161+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[8994]: info Executing shell command...

2016-01-24T15:13:16.230604+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [POST] : URL [https://vra.ujn.cloud/vco/api/workflows/f2b3064a-75ca-4199-a824-1958d9c1efed/executions]

2016-01-24T15:13:16.230654+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info The request is successful

2016-01-24T15:13:16.230828+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [GET] : URL [https://vra.ujn.cloud:443/vco/api/workflows/f2b3064a-75ca-4199-a824-1958d9c1efed/executions/ff808081527414ec0152743217321bdb/]

2016-01-24T15:13:16.230978+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [GET] : URL [https://vra.ujn.cloud:443/vco/api/workflows/f2b3064a-75ca-4199-a824-1958d9c1efed/executions/ff808081527414ec0152743217321bdb/]

2016-01-24T15:13:16.231070+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Workflow execution completed successfully.

2016-01-24T15:13:16.234266+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info The execution of the vRO workflow for creating configurationadmin user was completed successfully.

2016-01-24T15:13:16.234297+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Finished..

2016-01-24T15:13:16.235760+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:19.596455+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Calling cluster-command-get-next

2016-01-24T15:13:19.596493+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:22.983542+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:26.078924+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Importing ASD blueprint...

2016-01-24T15:13:31.762901+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info Processing request

2016-01-24T15:13:31.763324+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info Authenticating with sfcb server.

2016-01-24T15:13:31.763387+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info user:root

2016-01-24T15:13:31.771656+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info Authenticated user: root successfully

2016-01-24T15:13:31.771672+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info locale=en-US, id=initialContentPolling, action=submit, controller=<type 'instance'>

2016-01-24T15:13:31.774659+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9135]: info Executing shell command...

2016-01-24T15:13:33.264539+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Successfully imported ASD blueprint.

2016-01-24T15:13:33.264562+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Finished..

2016-01-24T15:13:33.264567+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:34.613312+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Calling cluster-command-get-next

2016-01-24T15:13:34.613324+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:36.795490+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:39.852723+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing vRO workflow for initial configuration service...

2016-01-24T15:13:50.477809+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [POST] : URL [https://vra.ujn.cloud/vco/api/workflows/ef00fce2-80ef-4b48-96b5-fdee36981770/executions]

2016-01-24T15:13:50.477848+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info The request is successful

2016-01-24T15:13:50.477900+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [GET] : URL [https://vra.ujn.cloud:443/vco/api/workflows/ef00fce2-80ef-4b48-96b5-fdee36981770/executions/ff808081527414ec015274329dce1bf3/]

2016-01-24T15:13:50.477915+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Request type [GET] : URL [https://vra.ujn.cloud:443/vco/api/workflows/ef00fce2-80ef-4b48-96b5-fdee36981770/executions/ff808081527414ec015274329dce1bf3/]

2016-01-24T15:13:50.477923+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Workflow  [https://vra.ujn.cloud:443/vco/api/workflows/ef00fce2-80ef-4b48-96b5-fdee36981770/executions/ff808081527414ec015274329dce1bf3/] execution failed.

2016-01-24T15:13:50.477932+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info The response is:

2016-01-24T15:13:50.477940+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info {'content': {u'name': u'Initial Configuration Service', u'start-date': 1453648420301, u'content-exception': u'Error creating connection for host: {Connection: 87bb86c6-bb9b-42c7-b19d-43887018d746, Connection info: {Id: 87bb86c6-bb9b-42c7-b19d-43887018d746,Name: Infrastucture - vra-iaas.ujn.cloud,Host: https://vra-iaas.ujn.cloud/,Authentication: com.vmware.o11n.plugin.dynamicops.configuration.authentication.SSOAuthentication@5239c140,Accept all certificates: false,}, Factory: class com.vmware.o11n.plugin.dynamicops.VcacPluginFactory @87e6da4f-bd27-4779-8205-25fb9ac79681; Sun Jan 24 15:13:42 UTC 2016} reason: com.vmware.o11n.plugin.dynamicops.ServiceException: HTTP/1.1 401 Unauthorized : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><title>401 - Unauthorized: Access is denied due to invalid credentials.</title><style type="text/css"><!--body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}fieldset{padding:0 15px 10px 15px;} h1{font-size:2.4em;margin:0;color:#FFF;}h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;background-color:#555555;}#content{margin:0 0 0 2%;position:relative;}.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}--></style></head><body><div id="header"><h1>Server Error</h1></div><div id="content"> <div class="content-container"><fieldset>  <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>  <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3> </fieldset></div></div></body></html> (Workflow:Add an IaaS host / Add a VCAC host (item0)#5

2016-01-24T15:13:50.482770+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info The execution of the vRO workflow for initial configuration service failed.

2016-01-24T15:13:50.482803+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Return code is : 2

2016-01-24T15:13:50.483720+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Executing shell command...

2016-01-24T15:13:51.859790+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info Processing request

2016-01-24T15:13:51.860558+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info Authenticating with sfcb server.

2016-01-24T15:13:51.860681+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info user:root

2016-01-24T15:13:51.871830+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info Authenticated user: root successfully

2016-01-24T15:13:51.872153+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info locale=en-US, id=initialContentPolling, action=submit, controller=<type 'instance'>

2016-01-24T15:13:51.872408+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: info Executing shell command...

2016-01-24T15:13:53.806269+00:00 localhost vami /usr/lib/vcac/agent/va-agent.py: info Command failed: The execution of the vRO workflow for initial configuration service failed.

2016-01-24T15:13:54.853308+00:00 localhost vami /opt/vmware/share/htdocs/service/wizard/wizard-config.py[9301]: warning Initial content creation failed

2016-01-24T15:14:01.320621+00:00 localhost /usr/sbin/cron[9340]: (root) CMD (/usr/local/horizon/scripts/elasticsearchnodes.hzn)

2016-01-24T15:14:01.320668+00:00 localhost /usr/sbin/cron[9339]: (root) CMD (/opt/vmware/telemetry/scripts/config-updater.sh >> /var/log/vmware/vcac/telemetry/vcac-telemetry-cron.log)

vRA Management Agent Install. Why need IaaS Server address

$
0
0

Why do i have to specify the IaaS Server address during installation of the vRA Management Agent.

Referencing to vRealize Automation 7.2 Information Center the Management Agent only speaks to the vRA Appliance on port 443 and 5480.

Lack of documentation?

trying to delete a tenant from VRA 7.01 - errors out stating there is a reservation

$
0
0

Guys so i have setup a tenant (not the default vsphere.local tenant). I want to delete this tenant. I am trying to get rid of a endpoint so that i can start clean with a new tenant. The endpoint is the first endpoint that was created after install, so its called vCenter. It was discovered and i had created fabric groups, reservations, business groups, service, catalog item and now worked my way backwards to delete all these things so that i can eventually delete the tenant and start fresh and do prpoer naming conventions for services, business groups fabric groups etc. But now that I have gotten rid of the catalog items, services, fabric groups inside this tenant. I am trying to delete the endpoimnt, it keeps saying there is a reservation. But i cant seem to find the reservation tab under infrastructure, I have tried logging on to the default tenant with the configurationadmin, iaasadmin, default administrator login, nothing cant seem to fins the reservatiosn tab to remove this reservation. So i got the cloud client and logged in and made sure that all inactive computeresources are removed. And i am trying get a list of vra reservation and it keeps saying insiffiecient privilages to make thjis API call. i do a computerecource list and i see a computeresource called "CP-ETE-Linux" and shows as active. Because when i do vra computeresource inactive list i dont see anything int he inactive list

but i cant find this computeresource in vra GUI and now I cant even remove it from cloudclient and i cant delete the tenant until i get rid of the endpoint. Is there a way to force delete a tenant or what am i missing here?

Viewing all 9859 articles
Browse latest View live