forked from CiscoSystems/puppet-openstack-ha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother_repos.yaml
76 lines (75 loc) · 2.82 KB
/
other_repos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# modulepath: /etc/puppet/modules
repos:
repo_paths:
# openstack git repos
git://github.com/CiscoSystems/puppet-nova: nova
git://github.com/CiscoSystems/puppet-glance: glance
git://github.com/CiscoSystems/puppet-swift: swift
git://github.com/CiscoSystems/puppet-keystone: keystone
git://github.com/CiscoSystems/puppet-horizon: horizon
git://github.com/CiscoSystems/puppet-cinder: cinder
git://github.com/CiscoSystems/puppet-openstack: openstack
# openstack middleware
git://github.com/CiscoSystems/puppet-rabbitmq: rabbitmq
git://github.com/CiscoSystems/puppet-mysql: mysql
git://github.com/CiscoSystems/puppet-memcached: memcached
git://github.com/CiscoSystems/puppet-rsync: rsync
git://github.com/CiscoSystems/puppet-apache: apache
git://github.com/CiscoSystems/puppet-vswitch: vswitch
# other deps
git://github.com/CiscoSystems/puppet-xinetd: xinetd
git://github.com/CiscoSystems/puppet-ssh: ssh
git://github.com/CiscoSystems/puppet-stdlib: stdlib
git://github.com/CiscoSystems/puppet-apt: apt
git://github.com/CiscoSystems/puppet-apt-cacher-ng: apt-cacher-ng
git://github.com/CiscoSystems/puppet-augeas: augeas
git://github.com/CiscoSystems/puppet-boolean: boolean
git://github.com/CiscoSystems/puppet-cobbler: cobbler
git://github.com/CiscoSystems/puppet-concat: concat
git://github.com/CiscoSystems/puppet-create_resources: create_resources
git://github.com/CiscoSystems/puppet-dnsmasq: dnsmasq
git://github.com/CiscoSystems/puppet-filemapper: filemapper
git://github.com/CiscoSystems/puppet-haproxy: haproxy
git://github.com/CiscoSystems/puppet-keepalived: keepalived
git://github.com/CiscoSystems/puppetlabs-lvm: lvm
git://github.com/CiscoSystems/puppet-network: network
git://github.com/CiscoSystems/puppet-ntp: ntp
git://github.com/CiscoSystems/puppet-pip: pip
git://github.com/CiscoSystems/puppet-puppet: puppet
git://github.com/CiscoSystems/puppet-quantum: quantum
git://github.com/CiscoSystems/puppet-sysctl.git: sysctl
git://github.com/CiscoSystems/puppet-inifile: inifile
checkout_branches:
# for some reason this is not checking out to master by default
cinder: folsom
glance: folsom_ha
nova: folsom_ha
keystone: folsom_ha
quantum: folsom_ha
swift: folsom_ha
openstack: folsom_ha
horizon: folsom
apache: folsom
apt: folsom
apt-cacher-ng: folsom
cobbler: folsom
concat: folsom
create_resources: folsom
dnsmasq: folsom
filemapper: folsom
inifile: folsom
keepalived: folsom_ha
lvm: folsom
memcached: folsom
mysql: folsom_ha
network: folsom
ntp: folsom
pip: folsom
puppet: folsom
rabbitmq: folsom_ha
rsync: folsom
ssh: folsom
stdlib: folsom
sysctl: folsom
vswitch: folsom
xinetd: folsom