vmware-vcd

所属分类:操作系统开发
开发工具:Ruby
文件大小:44KB
下载次数:0
上传日期:2020-01-12 16:56:49
上 传 者sh-1993
说明:  用于管理VMware vCloud控制器的Puppet模块
(A Puppet module for managing VMware s vCloud Director)

文件列表:
.fixtures.yaml (131, 2020-01-13)
CONTRIBUTING.md (2388, 2020-01-13)
Gemfile (408, 2020-01-13)
LICENSE (527, 2020-01-13)
Rakefile (45, 2020-01-13)
lib (0, 2020-01-13)
lib\puppet (0, 2020-01-13)
lib\puppet\provider (0, 2020-01-13)
lib\puppet\provider\vcd.rb (9189, 2020-01-13)
lib\puppet\provider\vcd_external_network (0, 2020-01-13)
lib\puppet\provider\vcd_external_network\default.rb (3417, 2020-01-13)
lib\puppet\provider\vcd_group (0, 2020-01-13)
lib\puppet\provider\vcd_group\default.rb (2114, 2020-01-13)
lib\puppet\provider\vcd_hybrid (0, 2020-01-13)
lib\puppet\provider\vcd_hybrid\default.rb (1462, 2020-01-13)
lib\puppet\provider\vcd_org (0, 2020-01-13)
lib\puppet\provider\vcd_org\default.rb (2994, 2020-01-13)
lib\puppet\provider\vcd_pvdc (0, 2020-01-13)
lib\puppet\provider\vcd_pvdc\default.rb (5362, 2020-01-13)
lib\puppet\provider\vcd_role (0, 2020-01-13)
lib\puppet\provider\vcd_role\default.rb (4037, 2020-01-13)
lib\puppet\provider\vcd_system (0, 2020-01-13)
lib\puppet\provider\vcd_system\default.rb (9231, 2020-01-13)
lib\puppet\provider\vcd_user (0, 2020-01-13)
lib\puppet\provider\vcd_user\default.rb (2669, 2020-01-13)
lib\puppet\provider\vcd_vc (0, 2020-01-13)
lib\puppet\provider\vcd_vc\default.rb (2955, 2020-01-13)
lib\puppet\type (0, 2020-01-13)
lib\puppet\type\vcd_external_network.rb (1173, 2020-01-13)
lib\puppet\type\vcd_group.rb (762, 2020-01-13)
lib\puppet\type\vcd_hybrid.rb (1114, 2020-01-13)
lib\puppet\type\vcd_org.rb (1812, 2020-01-13)
lib\puppet\type\vcd_pvdc.rb (2055, 2020-01-13)
lib\puppet\type\vcd_role.rb (1821, 2020-01-13)
lib\puppet\type\vcd_system.rb (3254, 2020-01-13)
lib\puppet\type\vcd_user.rb (1393, 2020-01-13)
lib\puppet\type\vcd_vc.rb (1135, 2020-01-13)
... ...

# VMware has ended active development of this project, this repository will no longer be updated. # 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](https://github.com/vmware/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](https://cla.vmware.com/faq). For more detailed information, refer to [CONTRIBUTING.md](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

近期下载者

相关文件


收藏者