Skip to content

Commit

Permalink
Merge pull request #745 from rabi/start_order
Browse files Browse the repository at this point in the history
Remove start_order from container configs
  • Loading branch information
openshift-merge-bot[bot] committed Sep 9, 2024
2 parents dcf2ec0 + 7e8ffdc commit 300cbb8
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion roles/edpm_frr/templates/frr.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 0
image: "{{ edpm_frr_image }}"
net: host
privileged: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_neutron_dhcp_image }}"
net: host
pid: host
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
edpm_neutron_metadata_volumes +
edpm_neutron_metadata_tls_volumes %}
{%- endif -%}
start_order: 2
image: "{{ edpm_neutron_metadata_agent_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_neutron_ovn/templates/ovn_agent.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 2
image: "{{ edpm_neutron_ovn_agent_image }}"
net: host
privileged: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_neutron_sriov_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_ovn/templates/ovn_controller.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
edpm_ovn_controller_volumes +
edpm_ovn_controller_tls_volumes %}
{%- endif -%}
start_order: 1
image: "{{ edpm_ovn_controller_agent_image }}"
net: host
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
edpm_ovn_bgp_agent_local_ovn_cluster_volumes +
edpm_ovn_bgp_agent_local_ovn_cluster_tls_volumes %}
{%- endif -%}
start_order: 1
image: "{{ edpm_ovn_bgp_agent_local_ovn_controller_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_ovn_bgp_agent/templates/nb_db_server.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
edpm_ovn_bgp_agent_local_ovn_cluster_volumes +
edpm_ovn_bgp_agent_local_ovn_cluster_tls_volumes %}
{%- endif -%}
start_order: 1
image: "{{ edpm_ovn_bgp_agent_local_ovn_nb_db_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_ovn_bgp_agent/templates/northd.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
edpm_ovn_bgp_agent_local_ovn_cluster_volumes +
edpm_ovn_bgp_agent_local_ovn_cluster_tls_volumes %}
{%- endif -%}
start_order: 1
image: "{{ edpm_ovn_bgp_agent_local_ovn_northd_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_ovn_bgp_agent/templates/ovn_bgp_agent.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
edpm_ovn_bgp_agent_local_ovn_cluster_common_volumes %}
{%- endif %}
{%- endif -%}
start_order: 0
image: "{{ edpm_ovn_bgp_agent_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_ovn_bgp_agent/templates/sb_db_server.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
edpm_ovn_bgp_agent_local_ovn_cluster_volumes +
edpm_ovn_bgp_agent_local_ovn_cluster_tls_volumes %}
{%- endif -%}
start_order: 1
image: "{{ edpm_ovn_bgp_agent_local_ovn_sb_db_image }}"
net: host
privileged: true
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/rsync.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_object_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_account_auditor.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_account_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_account_reaper.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_account_image }}"
net: host
pid: host
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_account_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_account_server.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_account_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_container_auditor.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_container_image }}"
net: host
pid: host
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_container_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_container_server.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_container_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_container_updater.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_container_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_object_auditor.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_object_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_object_expirer.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_proxy_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_object_replicator.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_object_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_object_server.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_object_image }}"
net: host
pid: host
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_swift/templates/swift_object_updater.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
start_order: 1
image: "{{ edpm_swift_object_image }}"
net: host
pid: host
Expand Down

0 comments on commit 300cbb8

Please sign in to comment.