Skip to content

Commit f0b6b5c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop zun and kuryr"
2 parents 69c1aee + 9f1256b commit f0b6b5c

81 files changed

Lines changed: 13 additions & 1979 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Kolla Ansible deploys containers for the following OpenStack projects:
5353
- `Horizon <https://docs.openstack.org/horizon/latest/>`__
5454
- `Ironic <https://docs.openstack.org/ironic/latest/>`__
5555
- `Keystone <https://docs.openstack.org/keystone/latest/>`__
56-
- `Kuryr <https://docs.openstack.org/kuryr/latest/>`__
5756
- `Magnum <https://docs.openstack.org/magnum/latest/>`__
5857
- `Manila <https://docs.openstack.org/manila/latest/>`__
5958
- `Masakari <https://docs.openstack.org/masakari/latest/>`__
@@ -65,7 +64,6 @@ Kolla Ansible deploys containers for the following OpenStack projects:
6564
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
6665
- `Trove <https://docs.openstack.org/trove/latest/>`__
6766
- `Watcher <https://docs.openstack.org/watcher/latest/>`__
68-
- `Zun <https://docs.openstack.org/zun/latest/>`__
6967

7068
Infrastructure components
7169
-------------------------

ansible/group_vars/all/horizon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ enable_horizon_octavia: "{{ enable_octavia | bool }}"
1515
enable_horizon_tacker: "{{ enable_tacker | bool }}"
1616
enable_horizon_trove: "{{ enable_trove | bool }}"
1717
enable_horizon_watcher: "{{ enable_watcher | bool }}"
18-
enable_horizon_zun: "{{ enable_zun | bool }}"
1918

2019
#######################
2120
# Horizon options

ansible/group_vars/all/kuryr.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

ansible/group_vars/all/placement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
enable_placement: "{{ enable_nova | bool or enable_zun | bool }}"
2+
enable_placement: "{{ enable_nova | bool }}"
33

44
placement_keystone_user: "placement"
55

ansible/group_vars/all/zun.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

ansible/inventory/all-in-one

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ control
142142
[bifrost:children]
143143
deployment
144144

145-
[zun:children]
146-
control
147-
148145
[skyline:children]
149146
control
150147

@@ -491,19 +488,6 @@ designate
491488
[placement-api:children]
492489
placement
493490

494-
# Zun
495-
[zun-api:children]
496-
zun
497-
498-
[zun-wsproxy:children]
499-
zun
500-
501-
[zun-compute:children]
502-
compute
503-
504-
[zun-cni-daemon:children]
505-
compute
506-
507491
# Skyline
508492
[skyline-apiserver:children]
509493
skyline

ansible/inventory/multinode

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ control
160160
[bifrost:children]
161161
deployment
162162

163-
[zun:children]
164-
control
165-
166163
[skyline:children]
167164
control
168165

@@ -508,19 +505,6 @@ designate
508505
[placement-api:children]
509506
placement
510507

511-
# Zun
512-
[zun-api:children]
513-
zun
514-
515-
[zun-wsproxy:children]
516-
zun
517-
518-
[zun-compute:children]
519-
compute
520-
521-
[zun-cni-daemon:children]
522-
compute
523-
524508
# Skyline
525509
[skyline-apiserver:children]
526510
skyline

ansible/roles/cron/tasks/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
- { name: "horizon", enabled: "{{ enable_horizon | bool }}" }
5555
- { name: "ironic", enabled: "{{ enable_ironic | bool }}" }
5656
- { name: "keystone", enabled: "{{ enable_keystone | bool }}" }
57-
- { name: "kuryr", enabled: "{{ enable_kuryr | bool }}" }
5857
- { name: "magnum", enabled: "{{ enable_magnum | bool }}" }
5958
- { name: "manila", enabled: "{{ enable_manila | bool }}" }
6059
- { name: "mariadb", enabled: "{{ enable_mariadb | bool }}" }
@@ -76,7 +75,6 @@
7675
- { name: "tacker", enabled: "{{ enable_tacker | bool }}" }
7776
- { name: "trove", enabled: "{{ enable_trove | bool }}" }
7877
- { name: "watcher", enabled: "{{ enable_watcher | bool }}" }
79-
- { name: "zun", enabled: "{{ enable_zun | bool }}" }
8078
ansible.builtin.template:
8179
src: "{{ item }}"
8280
dest: "{{ node_config_directory }}/cron/logrotate.conf"

ansible/roles/fluentd/defaults/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ fluentd_input_openstack_services:
101101
enabled: "{{ enable_ironic | bool }}"
102102
- name: keystone
103103
enabled: "{{ enable_keystone | bool }}"
104-
- name: kuryr
105-
enabled: "{{ enable_kuryr | bool }}"
106104
- name: magnum
107105
enabled: "{{ enable_magnum | bool }}"
108106
- name: manila

ansible/roles/fluentd/templates/conf/filter/01-rewrite.conf.j2

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@
9191
pattern ^(octavia-api|octavia-health-manager|octavia-housekeeping|octavia-worker)$
9292
tag openstack_python
9393
</rule>
94-
<rule>
95-
key programname
96-
pattern ^(zun-api|zun-compute|zun-cni-daemon)$
97-
tag openstack_python
98-
</rule>
99-
<rule>
100-
key programname
101-
pattern ^(kuryr-server)$
102-
tag openstack_python
103-
</rule>
10494
<rule>
10595
key programname
10696
pattern ^(gnocchi-api|gnocchi-statsd|gnocchi-metricd|gnocchi-upgrade)$

0 commit comments

Comments
 (0)