File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ansible version for kolla-ansible xena release
2
2
ansible < 5.0
3
3
4
- git+https://github.com/chameleoncloud/kolla-ansible@backport/xena
4
+ git+https://github.com/chameleoncloud/kolla-ansible@backport/xena-edge
5
5
6
6
# client tools
7
7
openstackclient
Original file line number Diff line number Diff line change @@ -91,3 +91,23 @@ keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:e193d13
91
91
keystone_fernet_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:e193d13
92
92
keystone_ssh_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:e193d13
93
93
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
+
You can’t perform that action at this time.
0 commit comments