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: I2a49ab0e8034b0aadc2c06cc347f7d76ef71784a
This commit is contained in:
parent
d443d37adf
commit
8b0de753eb
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images ingress
|
make ingress
|
||||||
|
|
||||||
#NOTE: Deploy global ingress
|
#NOTE: Deploy global ingress
|
||||||
helm install ./ingress \
|
helm install ./ingress \
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images neutron
|
make neutron
|
||||||
make pull-images ironic
|
make ironic
|
||||||
make pull-images nova
|
make nova
|
||||||
|
|
||||||
#NOTE: Deploy neutron
|
#NOTE: Deploy neutron
|
||||||
#NOTE(portdirect): for simplicity we will assume the default route device
|
#NOTE(portdirect): for simplicity we will assume the default route device
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images memcached
|
make memcached
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
for CHART in ceph-mon ceph-osd ceph-client; do
|
for CHART in ceph-mon ceph-osd ceph-client; do
|
||||||
make pull-images "${CHART}"
|
make "${CHART}"
|
||||||
done
|
done
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images ceph-client
|
make ceph-client
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images ceph
|
make ceph
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images glance
|
make glance
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images cinder
|
make cinder
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images libvirt
|
make libvirt
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images nova
|
make nova
|
||||||
make pull-images neutron
|
make neutron
|
||||||
|
|
||||||
#NOTE: Deploy nova
|
#NOTE: Deploy nova
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images ingress
|
make ingress
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images mariadb
|
make mariadb
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images rabbitmq
|
make rabbitmq
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images keystone
|
make keystone
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images heat
|
make heat
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images horizon
|
make horizon
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images openvswitch
|
make openvswitch
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Handle LDAP
|
#NOTE: Lint and package chart
|
||||||
make pull-images ldap
|
make ldap
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images glance
|
make glance
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images libvirt
|
make libvirt
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Pull images and lint chart
|
#NOTE: Lint and package chart
|
||||||
make pull-images nova
|
make nova
|
||||||
make pull-images neutron
|
make neutron
|
||||||
|
|
||||||
#NOTE: Deploy nova
|
#NOTE: Deploy nova
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
|
Loading…
Reference in New Issue
Block a user