Skip to content

Commit 8f27a7b

Browse files
committed
add initial config for edge services
1 parent c0e215f commit 8f27a7b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ansible version for kolla-ansible xena release
22
ansible<5.0
33

4-
git+https://github.com/chameleoncloud/kolla-ansible@backport/xena
4+
git+https://github.com/chameleoncloud/kolla-ansible@backport/xena-edge
55

66
# client tools
77
openstackclient

site-config/globals.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,23 @@ keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:e193d13
9191
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:e193d13
9292
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:e193d13
9393
horizon_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:e193d13
94+
95+
#################
96+
# CHI@Edge config
97+
#################
98+
99+
enable_nova: false
100+
101+
enable_doni: true
102+
doni_api_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-doni-api:xena
103+
doni_worker_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-doni-worker:xena
104+
105+
enable_tunelo: true
106+
tunelo_api_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-tunelo-api:xena
107+
108+
# enable zun, but use compute_k8s backend
109+
enable_zun: true
110+
enable_zun_compute: false
111+
enable_zun_compute_k8s: true
112+
zun_compute_k8s_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-zun-compute-k8s:xena
113+

0 commit comments

Comments
 (0)