Posts

Showing posts from September, 2019

puppet vcenter integration with modules connect to vsphere poweron/poweroff guest

[root@master manifests]# puppet module install puppetlabs-vsphere --version 1.4.0 Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Notice: Installing -- do not interrupt ... /etc/puppetlabs/code/environments/production/modules └── puppetlabs-vsphere (v1.4.0) [root@localhost ~]# puppet module install vmware/vcenter Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Notice: Installing -- do not interrupt ... /etc/puppetlabs/code/environments/production/modules └─┬ vmware-vcenter (v0.10.0)   ├── nanliu-staging (v1.0.3)   ├── puppetlabs-stdlib (v6.1.0)   └── vmware-vmware_lib (v0.7.0) [root@localhost ~]# puppet module install vmware/vcsa Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Downloading from https://forgeapi.puppet.com ... ...

puppet master /client on centos 7 with httpd/tomcat manifests

[root@localhost ~]# rpm -Uvh https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm Retrieving https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm Preparing...                          ################################# [100%] Updating / installing...    1:puppet5-release-5.0.0-4.el7      ################################# [100%] [root@localhost ~]#  yum -y install puppetserver Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile  * base: centos.mirrors.estointernet.in  * extras: centos.mirrors.estointernet.in  * updates: centos.mirrors.estointernet.in base                                                                             ...