We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a246b35 + d34ab73 commit 7462fb3Copy full SHA for 7462fb3
etc/kayobe/environments/ci-aio/stackhpc-ci.yml
@@ -5,9 +5,6 @@
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
kolla_docker_namespace: stackhpc-dev
7
8
-# Disable some services to reduce memory footprint.
9
-kolla_enable_heat: false
10
-
11
###############################################################################
12
# StackHPC configuration.
13
etc/kayobe/environments/ci-builder/stackhpc-ci.yml
@@ -15,6 +15,7 @@ kolla_enable_cloudkitty: true
15
kolla_enable_designate: true
16
kolla_enable_etcd: true
17
kolla_enable_grafana: true
18
+kolla_enable_heat: true
19
kolla_enable_influxdb: true
20
kolla_enable_ironic: true
21
kolla_enable_letsencrypt: true
0 commit comments