-
Notifications
You must be signed in to change notification settings - Fork 2
/
kolla-build.conf
84 lines (67 loc) · 1.89 KB
/
kolla-build.conf
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
77
78
79
80
81
82
83
84
[DEFAULT]
maintainer = University of Chicago
registry = ghcr.io
namespace = chameleoncloud/kolla
openstack_release = 2023.1
base = ubuntu
base_tag = "22.04"
base_arch = x86_64
platform = linux/amd64
tag = 2023.1-ubuntu-jammy
[profiles]
#profiles here correspond roughly to the tags used by kolla-ansible during deploy
blazar = ^blazar
doni = ^doni
glance = ^glance
heat = ^heat
horizon = ^horizon
ironic = ^ironic(?!-neutron),dnsmasq
keystone = ^keystone
neutron = ^neutron,ironic-neutron-agent
manila = ^manila-
nova = ^nova
placement = ^placement
prometheus = ^prometheus
[blazar-base]
type = git
location = https://github.com/ChameleonCloud/blazar.git
reference = chameleoncloud/2023.1
[blazar-manager-additions-extra]
type = local
location = blazar/additions/blazar-manager
[doni-base]
type = git
location = https://github.com/ChameleonCloud/doni.git
reference = chameleoncloud/2023.1
[heat-base]
type = git
location = https://github.com/ChameleonCloud/heat.git
reference = chameleoncloud/2023.1
[horizon]
type = git
location = https://github.com/ChameleonCloud/horizon.git
reference = chameleoncloud/2023.1
[horizon-plugin-blazar-dashboard]
type = git
location = https://github.com/ChameleonCloud/blazar-dashboard.git
reference = chameleoncloud/2023.1
[horizon-plugin-heat-dashboard]
type = git
location = https://github.com/ChameleonCloud/heat-dashboard.git
reference = chameleoncloud/2023.1
[ironic-base]
type = git
location = https://github.com/ChameleonCloud/ironic.git
reference = chameleoncloud/2023.1
[keystone-base]
type = git
location = https://github.com/ChameleonCloud/keystone.git
reference = chameleoncloud/2023.1
[neutron-base-plugin-networking-generic-switch]
type = git
location = https://github.com/ChameleonCloud/networking-generic-switch.git
reference = chameleoncloud/2023.1
[nova-base]
type = git
location = https://github.com/ChameleonCloud/nova.git
reference = chameleoncloud/2023.1