Gate: stop pulling default images
This PS stops pulling the charts default images, as the make file target cannot target over-rides - resulting in longer gate runs with twice as many images pulled than required in some cases. Change-Id: I04c1d43d6ac9d2f509604709139583b085b406e3 See: https://review.openstack.org/#/c/566738/
This commit is contained in:
@@ -176,7 +176,6 @@
|
|||||||
- playbooks/osh-infra-upgrade-host.yaml
|
- playbooks/osh-infra-upgrade-host.yaml
|
||||||
- playbooks/osh-infra-deploy-docker.yaml
|
- playbooks/osh-infra-deploy-docker.yaml
|
||||||
- playbooks/osh-infra-build.yaml
|
- playbooks/osh-infra-build.yaml
|
||||||
- playbooks/osh-infra-pull-images.yaml
|
|
||||||
- playbooks/osh-infra-deploy-k8s.yaml
|
- playbooks/osh-infra-deploy-k8s.yaml
|
||||||
run: playbooks/osh-infra-multinode-deploy.yaml
|
run: playbooks/osh-infra-multinode-deploy.yaml
|
||||||
post-run: playbooks/osh-infra-collect-logs.yaml
|
post-run: playbooks/osh-infra-collect-logs.yaml
|
||||||
|
|||||||
@@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint charts for deploying a local docker registry
|
#NOTE: Lint and package charts for deploying a local docker registry
|
||||||
make pull-images nfs-provisioner
|
make nfs-provisioner
|
||||||
make pull-images redis
|
make redis
|
||||||
make pull-images registry
|
make registry
|
||||||
|
|
||||||
#NOTE: Deploy nfs for the docker registry
|
#NOTE: Deploy nfs for the docker registry
|
||||||
tee /tmp/docker-registry-nfs-provisioner.yaml << EOF
|
tee /tmp/docker-registry-nfs-provisioner.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images prometheus-kube-state-metrics
|
make prometheus-kube-state-metrics
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install prometheus-kube-state-metrics \
|
helm upgrade --install prometheus-kube-state-metrics \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images prometheus-node-exporter
|
make prometheus-node-exporter
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install prometheus-node-exporter \
|
helm upgrade --install prometheus-node-exporter \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images prometheus-openstack-exporter
|
make prometheus-openstack-exporter
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/prometheus-openstack-exporter.yaml << EOF
|
tee /tmp/prometheus-openstack-exporter.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images kibana
|
make kibana
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install kibana ./kibana \
|
helm upgrade --install kibana ./kibana \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images prometheus
|
make prometheus
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/prometheus.yaml << EOF
|
tee /tmp/prometheus.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images alertmanager
|
make alertmanager
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/prometheus-alertmanager.yaml << EOF
|
tee /tmp/prometheus-alertmanager.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images grafana
|
make grafana
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/grafana.yaml << EOF
|
tee /tmp/grafana.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images nagios
|
make nagios
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install nagios ./nagios \
|
helm upgrade --install nagios ./nagios \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images elasticsearch
|
make elasticsearch
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/elasticsearch.yaml << EOF
|
tee /tmp/elasticsearch.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images fluent-logging
|
make fluent-logging
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install fluent-logging ./fluent-logging \
|
helm upgrade --install fluent-logging ./fluent-logging \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images prometheus
|
make prometheus
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install prometheus ./prometheus \
|
helm upgrade --install prometheus ./prometheus \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images alertmanager
|
make alertmanager
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install alertmanager ./prometheus-alertmanager \
|
helm upgrade --install alertmanager ./prometheus-alertmanager \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images grafana
|
make grafana
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/grafana.yaml << EOF
|
tee /tmp/grafana.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images nagios
|
make nagios
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install nagios ./nagios \
|
helm upgrade --install nagios ./nagios \
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images elasticsearch
|
make elasticsearch
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
tee /tmp/elasticsearch.yaml << EOF
|
tee /tmp/elasticsearch.yaml << EOF
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images fluent-logging
|
make fluent-logging
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
helm upgrade --install fluent-logging ./fluent-logging \
|
helm upgrade --install fluent-logging ./fluent-logging \
|
||||||
|
|||||||
Reference in New Issue
Block a user