OpenStack in VCAC

I recently deployed a VCAC environment. I want to add redhat openstack endpoint on vcac but can not see in the endpoints...

vcac-openstack.jpg

How can I add openstack cloud section?

Hello

Since you use vCloud licenses immediately, you are only able to manage vSphere / vCD / resources vCHS.

In order to manage the resources of openstack, you will need license advanced vCAC.
It's so one would not buy 1 cpu of vCloud Suite and manage 20,000 of Hyper-V VMs for example...

Tags: VMware

Similar Questions

  • OpenStack on Equallogic

    You have the list of Openstack on Equallogic compatibility matrix?

    I want to know the recommended Firmware PS version information and supported model PS on Openstack, kilo, Liberty and Mitaka.

    Thank you and best regards,

    Hello

    Dell certifies OpenStack w/Equallogic.   This is the underlying software as Cinder, who does the work with storage arrays.  The driver uses the orders of EQL group CLI, the syntax has not changed, except for the new features.

    http://docs.OpenStack.org/liberty/config-reference/content/Dell-EqualLogic-driver.html

    https://www.rdoproject.org/storage/cinder/using-Dell-EqualLogic-for-cinder-with-RDO/

    He has no problem with the latest version of the firmware.  It is good to run something current, or at least near current in General.

    Kind regards

    Don

  • Cannot create the OpenStack deployment. Not enough memory

    Target management and to calculate the bunches have free 2 TB, but I can't get VIO 2.5 to deploy. In the Wizard error message is "unable to create the OpenStack deployment. Not enough storage for (VIO-DB-0). At least 552 GB of storage is necessary to place all nodes... ». In my case, the two groups already have VM is deployed and release notes indicate that available resources may not be reported correctly.  Any thoughts? Thank you, dude64

    I have 8 processors per ESXi host. I found it was getting hung up on the shared storage that is available within the cluster 3 node. Installation seems to use local storage only for DB nodes and prefers a shared storage exists for all other nodes in my setup. My storage shared initially was lower than the GB 552 required deployment of VIO was looking for. Once I replaced the shared storage with 1 TB of storage shared and removed the old shared storage devices, it finally proceeds to install. I grep had vio newspapers who were not really useful to determine the cause, which would have been nice to receive an error message more accurate and better yet better docs all about know her requirements, i.e. local and shared storage. It would also be nice to see a doc on logging and the ansible playbook info. I'll mark this as answered.

    Thank you, dude64

  • Error on the deployment of OpenStack in VIO

    Hello

    I try to install Openstack on vsphere 6 and the deployment produces a message error 'nodes are inaccessible.

    I denied the firwall on all the ESXi, but the same error persists.

    Here I have the screenshot of my vsphere 6, all components with the screenshot of the error msg.

    If anyone can help me I will be grateful.

    could you please check if the control VMs created is in the same vlan as a manager of VIO? We can have a webex if you wish, please let me know your time zone, thank you.

  • VC:virtualmachine and vCAC:VirtualMachine not transmitted from vRA at vRO

    Hello

    I have a Setup with the more recent vRA and more recent vRO external device. The plans use the CloneWorkflow to clone templates in vRA. There is also a workflow assigned (not not using Event Broker yet, still ExternalWFStubs) that is executed when a machine is supplied. So far, this perferctly worked. Now the underlying vCenter was Version 6 upgrade. Cloning of the machines still works perfectly and also the vRO workflow runs, but there is a problem: the attributes VC:VirtualMachine and vCAC:VirtualMachine are not transmitted to vRA to the vRO triggered workflow if it fails (they are configured as the input of the main workflow parameters). Anyone have any idea what could be the reason and how can I fix it? I'm a little at a loss because I do not see any errors in the logs next to these parameters are not passed on more and I can't really identify why the update of the vCenter influence the parameters vRA passes on vRO. VRA Plugin is installed on the external vRO and is the most recent version.

    Best regards

    JensVM

    For more information, vRA passes a string containing the name of the VM at vRO vCAC. vRO then runs runner/worker plugin vRA workflows that get the vCAC:VirtualMachine and the objects of their respective plugins VC:VirtualMachine. You could look at workflows of rider and see if you get the objects there or if they get lost somewhere else in the process.

  • Where can I find my VMs created in OpenStack in vSphere WEB Client?

    I create the VM in OpenStack with Cli, and I can list the VM by horizon VIO, but in vSphere Web Clent, where is the created virtual machine?

    I think it's

  • Trying to update vCAC Blueprint entity, gets "java.lang.NullPointerException".

    Hello

    I am trying to create a fairly complex workflow in vRealize Orchestrator.

    The purpose of this workflow is to clone a vRealize current/previous deployment MultiMachine Automation and mark the new clones as models and then update a plan Director multi-machine 'Ad hoc' vRA with these models new vCenter.

    Right now, I figured out how to map prints blueprint only computer individual Ad hoc, to clone new models of vCenter.

    This is done in the "VirtualMachineTemplateProperties" of each single computer model part.

    Thanks to a code borrowed Christiaan Roeleveld createiaasblueprintfortemplate package

    But because the components of the original deployment MultiMachine could were converted to the CPU and memory, I need to update the entity for SingleMachine component plans.

    I have one tries to use the workflow by default to "Update an entity of the vCAC model" for this.

    The code below is just hard code examples.

    I create a set of properties:

    theBlueprintEntityProperties =
    {
      CPUCount : "2",
      MemoryGB : "4096",
      DiskSize0GB : "20"
    };
    

    I then try to run the workflow 'Update an entity of the vCAC model' (inside my workflow of wrapper of cause), with the following entries:

    entity = theBlueprintEntity
    inputProperties = theBlueprintEntityProperties
    links = null
    headers = null
    

    But I get just "java.lang.NullPointerException".

    Correctly, this means that I need to include links or headers.

    I tried with a few links, again using package Christiaan Roeleveld createiaasblueprintfortemplate code

    But even if I include the following links:

    var links = {
      "InterfaceType": [ interfaceType ] // The vCAC Entity for the vSphere interface,
      "HostReservationPolicy": [ reservationPolicy ] // The vCAC Entity for my Reservation Policy,
      "ProvisioningGroup": [ provisioningGroup ] // The vCAC Entity for my Procisioning Group / Business Group,
      "WorkflowInfo": [ cloneWorkflow ] // The vCAC Entity for the Clone Workflow,
      "GlobalProfiles": buildProfiles // Array of build profiles, in this case just a array of one build profile,
    }
    

    I still just takes "java.lang.NullPointerException".

    Someone has a few entries on how to upgrade the vCAC entity for a master plan, with regard to the CPU, memory or disk?

    Environmental information:

    vRealize Orchestrator = 6.0.3 Build 3000581

    vCAC/vRA Pluging in vRO = 6.2.2

    vRealize Automation = 6.2.2 Build 2754020

    I found the problem.

    The problem is that the properties in the vRO inventory, for example 'VirtualMachineTemplateDescription' has an envelope has changed compared to the vRA SQL database.

    In the vRO inventory, it is listed as virtualMachineTemplateDescription ("v" in lowercase)

    But in the vRA, database SQL, it is listed as VirtualMachineTemplateDescription (capital ' V')

    And when properties are not what is in the database, the answer back is:

    java.lang.NullPointerException
    

    Here's the corrected code that updates the VirtualMachineTemplateDescription, the CPUCount and the MemoryMB of an entity of Blueprint.

    var entity = theBlueprint.getEntity();
    
    var properties =
    {
      VirtualMachineTemplateDescription : "Testing Description",
      CPUCount : 8,
      MemoryMB : 18432
    };
    
    var hostId = entity.hostId;
    var modelName = entity.modelName;
    var setName = entity.entitySetName;
    var keyString = entity.keyString;
    
    vCACEntityManager.updateModelEntityBySerializedKey(hostId, modelName, setName, keyString, properties, null, null);
    
  • vRA 6.2 - Business Group exists in the vRA Web GUI, is not listed by the vCAC Plugin in vRO

    I have this strange situation, where a business group is displayed in the Web GUI, I can modify its permissions, VMs, etc, the list is fully functional. Also, when I choose a computer virtual set up by a member of this group in the vRealize Orchestrator vCAC Plugin, I get the appropriate parent (Organization) displayed.

    However, the Group of companies is not displayed in the plugin under vCloud automation Center--> hostname--> Administration--> business groups, I also tried earlier with Server.findAllForType ("vCACCAFE:BusinessGroup"), without success.

    Someone in the face of the question before?

    Had to reinstall plugins vCAC vRO, charging only for them did not help.

  • endpoint vcac rest api

    Rest API is available for the creation of endpoint - vcac? Thank you.

    I don't think you can do this via the REST API directly, but there are workflows in vRO who will do it for you. Orchestrator can be called via REST.

    The workflow looking is called "create a management endpoint.

  • vCAC MS SQL - users database Table

    What are the criteria that a user is listed in this table?

    SELECT TOP 1000 [UserName] FROM [vCAC].[dbo].[Users] 
    

    Only logged in, is the owner of objects, etc. ?

    Kind regards

    Markus

    Table IAAS Users will have entry until or unless a resource/machine is associated with the user. If its expected that some of the user are missing. So, which means until the machine is supplied or managed modules is not available in the Table User IAAS. When the user triggers a change in the ownership of the new user will be inserted into the DB IAAS and then transfer ownership of the virtual machine. All this will be done in the context of the edit action / Reconfigure.

    Thank you

    Kumaran

  • Can someone let me know the VCAC Configuation

    Please one...

    Hello

    You did not mention the version of the VCAC, I assume you mean the version 6.0.

    Here are the steps involved in configuring the VCAC (IaaS) Core components.

    1. creation of tenants

    2 Add licenses

    3 creation of credentials

    -Creation of general identification information

    -Creation of the AWS credentials

    4 create network profiles

    -Create a profile from external network

    -Create a profile of NAT network

    -A many NAT

    -One to One NAT

    -NAT with DHCP

    -Creating a private network profile

    -Create a routed network profile

    5. add endpoints

    -Addition of vSphere endpoints

    -Addition of vCloud Air endpoints

    -Added physical ILO HP endpoints

    -Added endpoints Amazon AWS

    -Addition of an endpoint of the vCO

    6. creating a group of fabric

    7. creation of a group of companies

    8 creating reservations of resources

    -Creation of a physical HP reserve

    -Creation of a reserve for vSphere

    -Creation of a vCHS a reservation

    -Creation of Amazon EC2 Reservations

    -Creation of reserves of NSX

    9. creating a profile to Build

    10 creating plans

    11. catalogue management

    -Creating Services

    -Activation of catalog items

    -Benefits

    12. approvals

    And it includes several steps, I suggest you follow the PUBS (vCloud Documentation Center Automation).

  • Please let me know how to use Openstack kilo - do not have tabs for other components on the Horizon

    Anyone can please answer...

    Thanks in advance

    Please read double time and is entirely

    Did you modify /etc/openstack-dashboard/local_settings ? check if these lines exist or changed

    HORIZON_CONFIG = {  'dashboards': ('project', 'admin', 'settings',),

    Hope that above determination of the answer to your question,

    Please let me know still any questions

    Thanks,

  • The Openstack deployment error

    Hello!

    I'm began to create a CEP with the device with normal deployment works well, but once I tried to redeploy the environment with integrated LDAP connection, it's getting the following error

    [2015-09 - 09T 16: 50:40.627 - 0200] ERROR SimpleAsyncTaskExecutor-1 | com.vmware.openstack.service.job.software.SoftwareManagementStep: cannot configure deployment: impossible task because the following nodes were inaccessible: ['172.17.17.235', ' 172.17.17.236']

    [2015-09 - 09T 16: 50:40.628 - 0200] INFO SimpleAsyncTaskExecutor-1 | com.vmware.openstack.aop.logging.ExceptionHandlerAspect: look for exception management

    [2015-09 - 09T 16: 50:40.634 - 0200] ERROR SimpleAsyncTaskExecutor-1 | com.vmware.openstack.aop.logging.ExceptionHandlerAspect: error Service

    com.vmware.openstack.exception.TaskException: Failed executing the task: impossible task because the following nodes were inaccessible: ["loadbalancer1", "loadbalancer2"].

    at com.vmware.openstack.exception.TaskException.EXECUTION_FAILED(TaskException.java:18)

    at com.vmware.openstack.service.job.software.SoftwareManagementStep.executeStep(SoftwareManagementStep.java:179)

    at com.vmware.openstack.service.job.TrackableTasklet.execute(TrackableTasklet.java:37)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)

    at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:58)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)

    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)

    to com.sun.proxy. $Proxy60.execute (unknown Source)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ ChunkTransactionCallback.doInTransaction (TaskletStep.java:406)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ ChunkTransactionCallback.doInTransaction (TaskletStep.java:330)

    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ 2.doInChunkContext(TaskletStep.java:271)

    at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:77)

    at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:368)

    at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)

    at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:144)

    at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:257)

    at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:198)

    at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148)

    at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:64)

    at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:67)

    at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:165)

    at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144)

    at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:134)

    at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:304)

    to org.springframework.batch.core.launch.support.SimpleJobLauncher$ 1.run(SimpleJobLauncher.java:135)

    at java.lang.Thread.run (unknown Source)

    [2015-09 - 09T 16: 50:40.636 - 0200] ERROR SimpleAsyncTaskExecutor-1 | org.springframework.batch.core.step.AbstractStep: encountered an error of execution step softwareCreateClusterStep in createClusterJob of work

    com.vmware.openstack.exception.TaskException: Failed executing the task: impossible task because the following nodes were inaccessible: ["loadbalancer1", "loadbalancer2"].

    at com.vmware.openstack.exception.TaskException.EXECUTION_FAILED(TaskException.java:18)

    at com.vmware.openstack.service.job.software.SoftwareManagementStep.executeStep(SoftwareManagementStep.java:179)

    at com.vmware.openstack.service.job.TrackableTasklet.execute(TrackableTasklet.java:37)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)

    at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:58)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)

    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)

    to com.sun.proxy. $Proxy60.execute (unknown Source)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ ChunkTransactionCallback.doInTransaction (TaskletStep.java:406)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ ChunkTransactionCallback.doInTransaction (TaskletStep.java:330)

    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)

    to org.springframework.batch.core.step.tasklet.TaskletStep$ 2.doInChunkContext(TaskletStep.java:271)

    at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:77)

    at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:368)

    at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)

    at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:144)

    at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:257)

    at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:198)

    at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148)

    at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:64)

    at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:67)

    at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:165)

    at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144)

    at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:134)

    at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:304)

    to org.springframework.batch.core.launch.support.SimpleJobLauncher$ 1.run(SimpleJobLauncher.java:135)

    at java.lang.Thread.run (unknown Source)

    any idea?

    The environment is 3 cluster nodes, vsan datastore,

    Hi benjee,.

    Check the file /var/log/jarvis/ansible.log on the server of mangement VIO for retail, it is possible that it was just a small network problem.

    Kind regards

    Karol

  • VMs vCAC deleted using vSphere.  Virtual machines still appear in vCAC

    I deleted the virtual machines created in vCAC with vSphere, but they still appear in vCAC.

    How can I remove these vCAC VMs?

    This seems to be the correct procedure.  I ended up back to a previous on my machines management snapshot since it's a beta environment.

  • How to get the web client to refresh its point of view of the deployment of openstack

    Hello

    I had a problem with my MariaDBs which caused Violence to fail to start after his stop. The webclient service displays a message that failed "bootstrap" and newspapers showed that the databases where failing to start. I got data bases and went 'vioconfig start' of the converted VIO openstack starting towards the high fine. IM able to connect to the dashboard and perform all tasks as before so, everything seems to work very well. However the webclient service always shows VIO in a State with the "bootstrap" of initial start error and error. How can I get the webclient service to acknowledge that Violence now is working well?

    Hello

    Here are the steps to synchronize the user interface with the backend.

    1 > please use the user interface to start and stop the Openstack and avoid using CLI tool (because the tool doesn't have sync the database)

    2 > if you do not have to use the user interface to start the deployment (generally, it was caused by the inconsistent database), then you can manually recovered databases.

    3 > using the method as Arvind suggested but instead of changing the status of 'RUNNING', please change it to "STOPPED".

    4 > then come to the user interface to use the user interface to start the cluster.

    Hereby you will have everthing sync upward.

    Kind regards

    Yixing.

Maybe you are looking for