diff --git a/tools/deployment/armada/manifests/armada-lma.yaml b/tools/deployment/armada/manifests/armada-lma.yaml index b27ee9e5b..5a6029eda 100644 --- a/tools/deployment/armada/manifests/armada-lma.yaml +++ b/tools/deployment/armada/manifests/armada-lma.yaml @@ -220,6 +220,9 @@ data: timeout: 1800 labels: release_group: osh-infra-osh-infra-mariadb + resources: + - type: deployment + - type: statefulset install: no_hooks: False upgrade: @@ -261,6 +264,10 @@ data: timeout: 3600 labels: release_group: osh-infra-elasticsearch + resources: + - type: deployment + - type: job + - type: statefulset test: enabled: true install: @@ -334,6 +341,10 @@ data: timeout: 3600 labels: release_group: osh-infra-fluent-logging + resources: + - type: daemonset + - type: deployment + - type: job test: enabled: true install: @@ -850,6 +861,9 @@ data: timeout: 1800 labels: release_group: osh-infra-kibana + resources: + - type: deployment + - type: job install: no_hooks: False upgrade: @@ -902,9 +916,11 @@ data: release: prometheus namespace: osh-infra wait: - timeout: 1800 + timeout: 3600 labels: release_group: osh-infra-prometheus + resources: + - type: statefulset test: enabled: true install: @@ -1071,9 +1087,11 @@ data: release: nagios namespace: osh-infra wait: - timeout: 1800 + timeout: 2400 labels: release_group: osh-infra-nagios + resources: + - type: deployment install: no_hooks: False upgrade: @@ -1121,6 +1139,9 @@ data: timeout: 1800 labels: release_group: osh-infra-grafana + resources: + - type: deployment + - type: job test: enabled: true install: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 4925d0f35..c7b865e23 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -57,4 +57,4 @@ - openstack-helm-infra-elastic-beats - openstack-helm-infra-armada-deploy - openstack-helm-infra-armada-update-uuid - - openstack-helm-infra-armada-update-passwords + - openstack-helm-infra-armada-update-passwords \ No newline at end of file