Automated VMware Harbor Registry Deployment With GitLab, Terraform And Ansible

This post was originally published on this site

I have involved with a project which needed an automated VMware Harbor registry deployment with GitLab automation, Terraform and Ansible. I thought to writeup for those who are interested with some similar automation work. Actually, this was a sub part of the full project and, I only focus on the VMware Harbor registry deployment in […]

The post Automated VMware Harbor Registry Deployment With GitLab, Terraform And Ansible appeared first on TechCrumble.

VCAP6.5-DCV Design – Objective 2.4 Build manageability requirements into a vSphere 6.x logical design

This post was originally published on this site

This seems to be my last blog post for 2019 and it covers covers objective 2.4 (Build manageability requirements into a vSphere 6.x logical design) of the VCAP6.5-DCV Design exam. It is based on the VMware Certified Advanced Professional 6.5 in Data Center Virtualization Design (3V0-624) Exam Preparation Guide (last update August 2017). The necessary […]

NSX-T Installation Series: Step 7 – Create Uplink Profile

This post was originally published on this site

Reading Time: 3 minutes The previous step, discussed the “Transport Zones” (its types and limitations), N-VDS and step-by-step instructions to create vLan and Overlay Transport Zones. This blog is the “Step 7” of the “NSX-T Installation series”, where we will discuss “what is an Uplink Profile”, Compute Host’s networking design, Uplink Profile for Edge

The post NSX-T Installation Series: Step 7 – Create Uplink Profile appeared first on Virtualization Blogs – Primarily focusing on VMware NSX.

Ansible, Windows and PowerShell: the Basics – Part 11, Local Groups

This post was originally published on this site

In Part 11 of this series we’ll continue our journey with Ansible, Windows and PowerShell and look at how to handle local Windows groups. This can prove to be a useful method to configure local group membership with both local and domain user accounts if perhaps you don’t want to or are not able to … Continue reading Ansible, Windows and PowerShell: the Basics – Part 11, Local Groups

VMware + Pivotal: Combining the Skills, People and Leadership to Deliver Modern Apps to the Enterprise

This post was originally published on this site

By Ray O’Farrell, executive vice president and general manager, Modern Application Platforms Business Unit, VMware Happy New Year! As we enter the 2020 decade, I am very pleased to announce that VMware has completed the Pivotal acquisition, and I want to officially welcome Pivotal to VMware. (Read the close press release here). Global enterprises understand

The post VMware + Pivotal: Combining the Skills, People and Leadership to Deliver Modern Apps to the Enterprise appeared first on Cloud Native Apps Blog.

Eventful Year for vSphere: Top Blog Posts of 2019

This post was originally published on this site

(To mark the end of the year we are posting every day through January 1 with lighter vSphere and VMware topics. We hope you enjoy them as much as we do. See them all via the “2019 Wrap Up” tag!) We’re in the home stretch, with mere hours until the end of the decade. To

The post Eventful Year for vSphere: Top Blog Posts of 2019 appeared first on VMware vSphere Blog.

NSX-T Installation Series: Step 6 – Create Transport Zones

This post was originally published on this site

Reading Time: 3 minutes The previous step, showed step-by-step instructions on how to create “IP Pools” that are going to be used for “Tunnel Endpoints” later in the series. This blog is the “Step 6” of the “NSX-T Installation series”, where we will discuss “Transport Zones” (its types and limitations), N-VDS and step-by-step instructions

The post NSX-T Installation Series: Step 6 – Create Transport Zones appeared first on Virtualization Blogs – Primarily focusing on VMware NSX.

VMWare Workstation 15.5.1 on Kernel Linux 5.4.6 : fail to compile vmci-only

This post was originally published on this site

Hello,

 

I use a linux distro (Calculate Linux) and I have VMware Workstation 15.5.1.

All is fine with 4.9.x LTS Kernel.

 

Since i upgraded the kernel to 5.4.6, VMWare Workstation fails to compile modules.

 

Installation :

LANG=C ./VMware-Workstation-Full-15.5.1-15018445.x86_64.bundle

Extracting VMware Installer…done.

Installing VMware VMX 15.5.1

    Configuring…No rc*.d style init script directories were given to the installer.

You must manually add the necessary links to ensure that the vmware    ]  49%

service at /etc/init.d/vmware is automatically started and stopped on

Installing VMware Workstation 15.5.1

    Configuring…

[######################################################################] 100%

Installation was successful.

And compilation :

 

LANG=C vmware-modconfig –console –install-all

[..]

make[2]: *** [scripts/Makefile.build:265: /tmp/modconfig-SAUUuv/vmci-only/linux/vmciKernelIf.o] Error 1

/tmp/modconfig-SAUUuv/vmci-only/common/vmciDoorbell.o: warning: objtool: .text.__x86_indirect_thunk_rax+0x0: unsupported intra-function call

/tmp/modconfig-SAUUuv/vmci-only/common/vmciDoorbell.o: warning: objtool: If this is a retpoline, please patch it in with alternatives and annotate it with ANNOTATE_NOSPEC_ALTERNATIVE.

/tmp/modconfig-SAUUuv/vmci-only/common/vmciQPair.o: warning: objtool: .text.__x86_indirect_thunk_rax+0x0: unsupported intra-function call

/tmp/modconfig-SAUUuv/vmci-only/common/vmciQPair.o: warning: objtool: If this is a retpoline, please patch it in with alternatives and annotate it with ANNOTATE_NOSPEC_ALTERNATIVE.

/tmp/modconfig-SAUUuv/vmci-only/common/vmciQueuePair.o: warning: objtool: .text.__x86_indirect_thunk_rax+0x0: unsupported intra-function call

/tmp/modconfig-SAUUuv/vmci-only/common/vmciQueuePair.o: warning: objtool: If this is a retpoline, please patch it in with alternatives and annotate it with ANNOTATE_NOSPEC_ALTERNATIVE.

make[1]: *** [Makefile:1652: /tmp/modconfig-SAUUuv/vmci-only] Error 2

make[1]: Leaving directory ‘/usr/src/linux-5.4.6-calculate’

make: *** [Makefile:117: vmci.ko] Error 2

make: Leaving directory ‘/tmp/modconfig-SAUUuv/vmci-only’

Unable to install all modules.  See log for details.

You can see the full log here : Paste #130754 | Pastebin Calculate Linux

 

If you have an idea !?