Skip to content

Commit

Permalink
Merge pull request #251 from stackhpc/add-skyline
Browse files Browse the repository at this point in the history
Separate skyline into api and console containers
  • Loading branch information
markgoddard authored Oct 10, 2023
2 parents fc6d851 + 6ba7467 commit 1770918
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ansible/inventory/group_vars/all/kolla
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,26 @@ kolla_container_images:
- skydive-agent
- skydive-analyzer
- skydive-base
- skyline
- skyline-apiserver
- skyline-console

kolla_unbuildable_images:
old_scheme:
ubuntu:
- skyline
- skyline-apiserver
- skyline-console
centos:
- skyline
- skyline-apiserver
- skyline-console
rocky:
- caso
- elasticsearch
- elasticsearch-curator
- iscsid
- kibana
- prometheus-server
- skyline
- skyline-apiserver
- skyline-console
new_scheme:
- elasticsearch
- elasticsearch-curator
Expand Down

0 comments on commit 1770918

Please sign in to comment.