Skip to content

Commit 10d3bed

Browse files
authored
Merge pull request #636 from stackhpc/antelope-kolla-images
Update kolla image build config and release note changes part 1
2 parents bfd3f2b + 65c7f18 commit 10d3bed

File tree

10 files changed

+7
-26
lines changed

10 files changed

+7
-26
lines changed

etc/kayobe/environments/aufn-ceph/kolla/inventory/overcloud-services.j2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,6 @@ compute
404404
[zun-cni-daemon:children]
405405
compute
406406

407-
# Skydive
408-
[skydive-analyzer:children]
409-
skydive
410-
411-
[skydive-agent:children]
412-
compute
413-
network
414-
415407
# Tacker
416408
[tacker-server:children]
417409
tacker

etc/kayobe/environments/ci-aio/kolla/config/grafana

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/kayobe/environments/ci-aio/kolla/config/prometheus

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ kolla_enable_opensearch: true
2626
kolla_enable_ovn: true
2727
kolla_enable_prometheus: true
2828
kolla_enable_redis: true
29-
kolla_enable_skydive: true
3029

3130
###############################################################################
3231
# Network configuration.

etc/kayobe/environments/ci-multinode/kolla/config/grafana

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/kayobe/environments/ci-multinode/kolla/config/prometheus

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/kayobe/inventory/group_vars/overcloud/stackhpc-dnf-repos renamed to etc/kayobe/inventory/group_vars/overcloud/stackhpc-repos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# tries to use a local pulp repo on the seed VM
44
# before the seed vm has been provisioned
55
dnf_custom_repos: "{{ stackhpc_dnf_repos }}"
6+
7+
enable_docker_repo: false

etc/kayobe/kolla.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
115115
# 'stackhpc/{{ openstack_release }}' which would keep the branch up to date
116116
# for the current release. This is nice in theory but in practice, the stackhpc
117117
# forks change with every release and the elements in this list change with
118-
# them. Explicitly using /zed makes it more intuitive to find and edit these
118+
# them. Explicitly using /2021.3 makes it more intuitive to find and edit these
119119
# entries.
120120
kolla_sources:
121121
bifrost-base-additions-stackhpc-inspector-plugins:
@@ -126,11 +126,11 @@ kolla_sources:
126126
cloudkitty-base:
127127
type: git
128128
location: https://github.com/stackhpc/cloudkitty.git
129-
reference: stackhpc/zed
129+
reference: stackhpc/2023.1
130130
horizon-plugin-cloudkitty-dashboard:
131131
type: git
132132
location: https://github.com/stackhpc/cloudkitty-dashboard.git
133-
reference: stackhpc/zed
133+
reference: stackhpc/2023.1
134134
ironic-inspector-additions-stackhpc-inspector-plugins:
135135
# Install our custom inspector plugins.
136136
type: git
@@ -140,11 +140,11 @@ kolla_sources:
140140
magnum-base:
141141
type: git
142142
location: https://github.com/stackhpc/magnum.git
143-
reference: stackhpc/zed
143+
reference: stackhpc/2023.1
144144
neutron-base-plugin-networking-generic-switch:
145145
type: git
146146
location: https://github.com/stackhpc/networking-generic-switch.git
147-
reference: stackhpc/zed
147+
reference: stackhpc/2023.1
148148

149149
###############################################################################
150150
# Kolla image build configuration.
@@ -641,7 +641,6 @@ kolla_enable_prometheus: true
641641
#kolla_enable_redis:
642642
#kolla_enable_sahara:
643643
#kolla_enable_senlin:
644-
#kolla_enable_skydive:
645644
#kolla_enable_solum:
646645
#kolla_enable_swift:
647646
#kolla_enable_swift_recon:

etc/kayobe/kolla/globals.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# yamllint disable-file
22
---
33

4-
# To work around issue of trying to install docker from
5-
# empty pulp server, use upstream docker dnf repo on
6-
# non-overcloud hosts
7-
enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names or ansible_facts.os_family == 'Debian' }}{% endraw %}"
8-
94
# kolla_base_distro must be set here to be resolvable on a per-host basis
105
# This is necessary for os migrations where mixed clouds might be deployed
116
kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"

etc/kayobe/pulp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ stackhpc_pulp_images_kolla:
510510
- rabbitmq
511511
- redis
512512
- redis-sentinel
513-
- skydive-agent
514-
- skydive-analyzer
515513

516514
# List of images for each base distribution which should not/cannot be built.
517515
stackhpc_kolla_unbuildable_images:

0 commit comments

Comments
 (0)