Skip to content

onebagofrice/deploop-environments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Enviroments for Deploop System

/etc/puppet/environments/
├── all
├── preproduction
├── production
│   ├── extdata
│   ├── manifests
│   │   └── init.pp => include the dedicated clusters (batch, realtime or bus)
│   └── modules
│       ├── batch_path
│       │   └── manifests
│       │       ├── hadoop_dn.pp => real resource execution from module defines
│       │       ├── hadoop_nn.pp
│       │       ├── hadoop_rm.pp
│       │       ├── hadoop_node.pp
│       │       └── init.pp => include the host roles
│       ├── realtime_path
│       ├── bus_path
│       ├── hadoop
│       ├── hbase
│       ├── kafka
│       ├── spark 
│       └── storm
└── test

Deploop environments Buildoop relation

Image

About

Deploop Puppet Enviroments Catalogs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 57.0%
  • Shell 20.1%
  • Batchfile 13.7%
  • Ruby 4.2%
  • XSLT 2.7%
  • HTML 2.3%