Upversion Armada SHA to be a newer image

Using SHA: af8a9ffd0873c2fbc915794e235dbd357f2adab1
which was built and tagged on April 9, 2019.

The previous Armada SHA was from Sept 2018.

The manifest.xml is updated to not generate armada warnings
for libvirt, openvswitch, nova and neutron.
The warning was:
  "label_selector" not specified,
  waiting with no labels may cause unintended consequences.

Story: 2005198
Task: 30436
Change-Id: I97b633d9e6e1e4574e25dc8b69500faae4b4a809
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-04-09 15:53:11 -05:00
parent 3c389adaaf
commit 082bbe4927
2 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="stx-openstack-helm" SRC_DIR="stx-openstack-helm"
COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/rbd-provisioner $PKG_BASE/../../../helm-charts/garbd $PKG_BASE/../../../helm-charts/ceph-pools-audit" COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/rbd-provisioner $PKG_BASE/../../../helm-charts/garbd $PKG_BASE/../../../helm-charts/ceph-pools-audit"
TIS_PATCH_VER=9 TIS_PATCH_VER=10

View File

@ -643,6 +643,10 @@ data:
chart_name: libvirt chart_name: libvirt
release: openstack-libvirt release: openstack-libvirt
namespace: openstack namespace: openstack
wait:
timeout: 1800
labels:
release_group: osh-openstack-libvirt
install: install:
no_hooks: false no_hooks: false
upgrade: upgrade:
@ -673,11 +677,10 @@ data:
release: openstack-openvswitch release: openstack-openvswitch
namespace: openstack namespace: openstack
# If we deploy ovs-dpdk on the host, ovs pod will not be created. # If we deploy ovs-dpdk on the host, ovs pod will not be created.
# We can use "native wait" instead. But it's not supported in current armada version. wait:
# Before we upgrade armada to new version, we comment the wait timeout: 1800
# https://github.com/openstack/airship-armada/blob/master/armada/schemas/armada-chart-schema.yaml#L81-L111 labels:
#wait: release_group: osh-openstack-openvswitch
# timeout: 1800
install: install:
no_hooks: false no_hooks: false
upgrade: upgrade:
@ -708,6 +711,10 @@ data:
chart_name: nova chart_name: nova
release: openstack-nova release: openstack-nova
namespace: openstack namespace: openstack
wait:
timeout: 1800
labels:
release_group: osh-openstack-nova
test: test:
enabled: false enabled: false
install: install:
@ -998,6 +1005,10 @@ data:
chart_name: neutron chart_name: neutron
release: openstack-neutron release: openstack-neutron
namespace: openstack namespace: openstack
wait:
timeout: 1800
labels:
release_group: osh-openstack-neutron
test: test:
enabled: false enabled: false
install: install: