95c87ea79b
Provide TripleO overcloud manifests to deploy MidoNet and the cluster services that needs to run. Change-Id: I24f852e74fc4652d4609e1a71897e813448055fe
28 lines
868 B
YAML
28 lines
868 B
YAML
fixtures:
|
|
repositories:
|
|
'firewall': 'git://github.com/puppetlabs/puppetlabs-firewall.git'
|
|
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
|
'midonet':
|
|
repo: 'git://github.com/midonet/puppet-midonet.git'
|
|
ref: 'v2015.06.7'
|
|
'tomcat':
|
|
repo: 'git://github.com/puppetlabs/puppetlabs-tomcat.git'
|
|
ref: '1.3.2'
|
|
'inifile':
|
|
repo: 'git://github.com/puppetlabs/puppetlabs-inifile.git'
|
|
ref: '1.4.2'
|
|
'cassandra':
|
|
repo: 'git://github.com/midonet/puppet-cassandra.git'
|
|
ref: 'v1.1.1'
|
|
'zookeeper':
|
|
repo: 'git://github.com/deric/puppet-zookeeper.git'
|
|
ref: 'v0.3.9'
|
|
'datacat':
|
|
repo: 'git://github.com/richardc/puppet-datacat'
|
|
ref: '0.6.2'
|
|
'java':
|
|
repo: 'git://github.com/puppetlabs/puppetlabs-java'
|
|
ref: '1.4.2'
|
|
symlinks:
|
|
"tripleo": "#{source_dir}"
|