blob: 740fa7b1e552ed0e6769e10dab55bf9d921d37db [file] [log] [blame]
Ondrej Smolaee18d3e2016-12-17 18:15:24 +01001parameters:
2 aptly:
3 server:
4 mirror:
5
6 #TOOD: 4x the lower below
7 #tcpcloud-[stable/testing]-xxx-[xenial/xenial]:
8 #
9 # Other components
10 # salt tcp-salt extra liberty mitaka oc30 security mitaka
11
12 tcpcloud-nightly-main-xenial:
13 source: http://apt.tcpcloud.eu/nightly
14 distribution: xenial
15 #TODO: extra component might not be needed; tcp is just for heka
16 components: main security
17 architectures: amd64
18 key_url: "http://apt.tcpcloud.eu/public.gpg"
19 gpgkeys:
20 - 3EF02D1C
21 publisher:
22 component: tcp-main
23 distributions:
24 - ubuntu-xenial/nightly
25
26
27 tcpcloud-nightly-tcp-xenial:
28 source: http://apt.tcpcloud.eu/nightly
29 distribution: xenial
30 #TODO: extra component might not be needed; tcp is just for heka
31 components: tcp
32 architectures: amd64
33 key_url: "http://apt.tcpcloud.eu/public.gpg"
34 gpgkeys:
35 - 3EF02D1C
36 publisher:
37 component: tcp
38 distributions:
39 - ubuntu-xenial/nightly
40
41
42 tcpcloud-nightly-extra-xenial:
43 source: http://apt.tcpcloud.eu/nightly
44 distribution: xenial
45 #TODO: extra component might not be needed; tcp is just for heka
46 components: extra
47 architectures: amd64
48 key_url: "http://apt.tcpcloud.eu/public.gpg"
49 gpgkeys:
50 - 3EF02D1C
51 publisher:
52 component: tcp-extra
53 distributions:
54 - ubuntu-xenial/nightly
55
56 # required for salt formulas
57 tcpcloud-nightly-salt-xenial:
58 source: http://apt.tcpcloud.eu/nightly
59 distribution: xenial
60 components: tcp-salt
61 architectures: amd64
62 key_url: "http://apt.tcpcloud.eu/public.gpg"
63 gpgkeys:
64 - 3EF02D1C
65 publisher:
66 component: tcp-salt
67 distributions:
68 - ubuntu-xenial/nightly
69
70 # required for opencontrail formulas
71 tcpcloud-nightly-oc30-xenial:
72 source: http://apt.tcpcloud.eu/nightly
73 distribution: xenial
74 components: oc30
75 architectures: amd64
76 key_url: "http://apt.tcpcloud.eu/public.gpg"
77 gpgkeys:
78 - 3EF02D1C
79 publisher:
80 component: tcp-oc30
81 distributions:
82 - ubuntu-xenial/nightly
83
84 # elastic, kibana is there
85 tcpcloud-nightly-elastic-xenial:
86 source: http://apt.tcpcloud.eu/nightly
87 distribution: xenial
88 components: elastic
89 architectures: amd64
90 key_url: "http://apt.tcpcloud.eu/public.gpg"
91 gpgkeys:
92 - 3EF02D1C
93 publisher:
94 component: tcp-elastic
95 distributions:
96 - ubuntu-xenial/nightly
97