Merge "Gate: stop pulling default images"

This commit is contained in:
Zuul 2018-05-08 21:58:41 +00:00 committed by Gerrit Code Review
commit 07683163d4
21 changed files with 46 additions and 46 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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:=""}

View File

@ -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

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}

View File

@ -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:=""}