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:
Pete Birley 2018-05-13 08:41:14 -05:00
parent af37e0eb79
commit 80db87033b
18 changed files with 36 additions and 37 deletions

View File

@ -176,7 +176,6 @@
- playbooks/osh-infra-upgrade-host.yaml
- playbooks/osh-infra-deploy-docker.yaml
- playbooks/osh-infra-build.yaml
- playbooks/osh-infra-pull-images.yaml
- playbooks/osh-infra-deploy-k8s.yaml
run: playbooks/osh-infra-multinode-deploy.yaml
post-run: playbooks/osh-infra-collect-logs.yaml

View File

@ -16,10 +16,10 @@
set -xe
#NOTE: Pull images and lint charts for deploying a local docker registry
make pull-images nfs-provisioner
make pull-images redis
make pull-images registry
#NOTE: Lint and package charts for deploying a local docker registry
make nfs-provisioner
make redis
make registry
#NOTE: Deploy nfs for the docker registry
tee /tmp/docker-registry-nfs-provisioner.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images prometheus-kube-state-metrics
#NOTE: Lint and package chart
make prometheus-kube-state-metrics
#NOTE: Deploy command
helm upgrade --install prometheus-kube-state-metrics \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images prometheus-node-exporter
#NOTE: Lint and package chart
make prometheus-node-exporter
#NOTE: Deploy command
helm upgrade --install prometheus-node-exporter \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images prometheus-openstack-exporter
#NOTE: Lint and package chart
make prometheus-openstack-exporter
#NOTE: Deploy command
tee /tmp/prometheus-openstack-exporter.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images kibana
#NOTE: Lint and package chart
make kibana
#NOTE: Deploy command
helm upgrade --install kibana ./kibana \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images prometheus
#NOTE: Lint and package chart
make prometheus
#NOTE: Deploy command
tee /tmp/prometheus.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images alertmanager
#NOTE: Lint and package chart
make alertmanager
#NOTE: Deploy command
tee /tmp/prometheus-alertmanager.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images grafana
#NOTE: Lint and package chart
make grafana
#NOTE: Deploy command
tee /tmp/grafana.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images nagios
#NOTE: Lint and package chart
make nagios
#NOTE: Deploy command
helm upgrade --install nagios ./nagios \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images elasticsearch
#NOTE: Lint and package chart
make elasticsearch
#NOTE: Deploy command
tee /tmp/elasticsearch.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images fluent-logging
#NOTE: Lint and package chart
make fluent-logging
#NOTE: Deploy command
helm upgrade --install fluent-logging ./fluent-logging \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images prometheus
#NOTE: Lint and package chart
make prometheus
#NOTE: Deploy command
helm upgrade --install prometheus ./prometheus \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images alertmanager
#NOTE: Lint and package chart
make alertmanager
#NOTE: Deploy command
helm upgrade --install alertmanager ./prometheus-alertmanager \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images grafana
#NOTE: Lint and package chart
make grafana
#NOTE: Deploy command
tee /tmp/grafana.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images nagios
#NOTE: Lint and package chart
make nagios
#NOTE: Deploy command
helm upgrade --install nagios ./nagios \

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images elasticsearch
#NOTE: Lint and package chart
make elasticsearch
#NOTE: Deploy command
tee /tmp/elasticsearch.yaml << EOF

View File

@ -16,8 +16,8 @@
set -xe
#NOTE: Pull images and lint chart
make pull-images fluent-logging
#NOTE: Lint and package chart
make fluent-logging
#NOTE: Deploy command
helm upgrade --install fluent-logging ./fluent-logging \