Skip to content

Commit

Permalink
Drop Vitrage
Browse files Browse the repository at this point in the history
It has been deprecated in Antelope cycle.

Change-Id: Ie9cc529d186b74ea3d07b0082f9c965d4aa054e9
  • Loading branch information
mnasiadka committed Apr 24, 2024
1 parent 7837a06 commit e47e24c
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 154 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Kolla provides images to deploy the following OpenStack projects:
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
- `Trove <https://docs.openstack.org/trove/latest/>`__
- `Venus <https://docs.openstack.org/venus/latest/>`__
- `Vitrage <https://docs.openstack.org/vitrage/latest/>`__ (deprecated)
- `Watcher <https://docs.openstack.org/watcher/latest/>`__
- `Zun <https://docs.openstack.org/zun/latest/>`__

Expand Down
1 change: 0 additions & 1 deletion doc/source/matrix_aarch64.csv
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ tacker,U,U,U
telegraf,N,N,N
tgtd,U,U,U
trove,U,U,U
vitrage,U,U,U
watcher,U,U,U
zun,U,U,U
1 change: 0 additions & 1 deletion doc/source/matrix_x86.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ tacker,T,U,U
telegraf,U,U,U
tgtd,N,T,U
trove,U,U,U
vitrage,U,U,U
watcher,U,U,U
zun,T,T,U
9 changes: 0 additions & 9 deletions docker/horizon/extend_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,6 @@ function config_venus_dashboard {
done
}

function config_vitrage_dashboard {
for file in ${SITE_PACKAGES}/vitrage_dashboard/enabled/_*[^__].py; do
config_dashboard "${ENABLE_VITRAGE:-no}" \
"${SITE_PACKAGES}/vitrage_dashboard/enabled/${file##*/}" \
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
done
}

function config_watcher_dashboard {
for file in ${SITE_PACKAGES}/watcher_dashboard/local/enabled/_*[^__].py; do
config_dashboard "${ENABLE_WATCHER:-no}" \
Expand Down Expand Up @@ -245,7 +237,6 @@ config_octavia_dashboard
config_tacker_dashboard
config_trove_dashboard
config_venus_dashboard
config_vitrage_dashboard
config_watcher_dashboard
config_zun_dashboard

Expand Down
1 change: 0 additions & 1 deletion docker/openstack-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-qpid-proton',
'python-swiftclient',
'python-troveclient',
'python-vitrageclient',
'pytz',
'repoze.lru',
'requests',
Expand Down
14 changes: 0 additions & 14 deletions docker/vitrage/vitrage-api/Dockerfile.j2

This file was deleted.

8 changes: 0 additions & 8 deletions docker/vitrage/vitrage-api/extend_start.sh

This file was deleted.

41 changes: 0 additions & 41 deletions docker/vitrage/vitrage-base/Dockerfile.j2

This file was deleted.

14 changes: 0 additions & 14 deletions docker/vitrage/vitrage-base/extend_start.sh

This file was deleted.

13 changes: 0 additions & 13 deletions docker/vitrage/vitrage-graph/Dockerfile.j2

This file was deleted.

13 changes: 0 additions & 13 deletions docker/vitrage/vitrage-ml/Dockerfile.j2

This file was deleted.

13 changes: 0 additions & 13 deletions docker/vitrage/vitrage-notifier/Dockerfile.j2

This file was deleted.

13 changes: 0 additions & 13 deletions docker/vitrage/vitrage-persistor/Dockerfile.j2

This file was deleted.

1 change: 0 additions & 1 deletion kolla/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
'tacker',
'telegraf',
'trove',
'vitrage',
'zookeeper',
'zun',
],
Expand Down
8 changes: 0 additions & 8 deletions kolla/common/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@
'type': 'url',
'location': ('$tarballs_base/openstack/venus-dashboard/'
'venus-dashboard-${openstack_branch}.tar.gz')},
'horizon-plugin-vitrage-dashboard': {
'type': 'url',
'location': ('$tarballs_base/openstack/vitrage-dashboard/'
'vitrage-dashboard-${openstack_branch}.tar.gz')},
'horizon-plugin-watcher-dashboard': {
'type': 'url',
'location': ('$tarballs_base/openstack/watcher-dashboard/'
Expand Down Expand Up @@ -443,10 +439,6 @@
'type': 'url',
'location': ('$tarballs_base/openstack/venus/'
'venus-${openstack_branch}.tar.gz')},
'vitrage-base': {
'type': 'url',
'location': ('$tarballs_base/openstack/vitrage/'
'vitrage-${openstack_branch}.tar.gz')},
'watcher-base': {
'type': 'url',
'location': ('$tarballs_base/openstack/watcher/'
Expand Down
2 changes: 1 addition & 1 deletion kolla/common/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
'uid': 42457,
'gid': 42457,
},
'vitrage-user': {
'vitrage-user': { # unused user (vitrage dropped)
'uid': 42459,
'gid': 42459,
},
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/drop-vitrage-d871449de1e06458.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
upgrade:
- |
``Vitrage`` container images have been dropped.
2 changes: 0 additions & 2 deletions roles/kolla-build-config/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ kolla_build_sources:
- mistral-base-plugin-tacker
openstack/trove: trove-base
openstack/venus: venus-base
openstack/vitrage: vitrage-base
openstack/watcher: watcher-base
openstack/zun: zun-base

Expand All @@ -81,6 +80,5 @@ kolla_build_sources:
openstack/tacker-horizon: horizon-plugin-tacker-dashboard
openstack/trove-dashboard: horizon-plugin-trove-dashboard
openstack/venus-dashboard: horizon-plugin-venus-dashboard
openstack/vitrage-dashboard: horizon-plugin-vitrage-dashboard
openstack/watcher-dashboard: horizon-plugin-watcher-dashboard
openstack/zun-ui: horizon-plugin-zun-ui

0 comments on commit e47e24c

Please sign in to comment.