Forge Home

vcd

VMware vCloud Director puppet module

6,859 downloads

6,859 latest version

3.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.1.0 (latest)
released Sep 15th 2016

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'vmware-vcd', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add vmware-vcd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install vmware-vcd --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

vmware/vcd — version 0.1.0 Sep 15th 2016

vmware-vcd

Overview

This module uses rest client to interact with the vCloud Director API. Also for any type / provider we are requiring a vcenter name of resource[:vim_server_name] to be used for vim connections

Installation

$ puppet module install vmware/vcd

Documentation

This module uses Puppet Transport resources like our other modules, such as vmware-vcenter. The trasnport resource stores the conenction information for the rest client.

# The name of the transport is referenced by other resource:
transport { 'vcd':
  username => 'admin',
  password => 'vmware',
  server   => 'vcd.local',
}

All vCD resources use the transport metaparameter to specify vCD instance where the resource exists.

vcd_user { $ldap_user_name: ensure => present, name => $ldap_user_name, is_enabled => $ldap_is_enabled, is_external => $ldap_is_external, provider_type => $provider_type, role_name => $ldap_role_name, org_name => $ldap_org_name, transport => Transport["vcd"], }

See tests folder for additional examples.

Contributing

The vmware-vcd project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ. For more detailed information, refer to CONTRIBUTING.md.

License

Copyright (C) 2016 VMware, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and