Buster is at freeze phase so safe to update and use. Will give us
Python 3 based OpenStack packages (usually release delayed).
Change-Id: I48c2d252a834716f1bcf10b18f2d32fe541e8137
blueprint database-backup-recovery
Implements an image suitable for taking MariaDB backups via Percona's
XtraBackup tool.
Install XtraBackup from Percona's repos, ensuring that packages from
this source aren't used for any other purpose.
Include a script which invokes XtraBackup with the appropriate
options for either a full or incremental backup.
Change-Id: Ifebe2045e5815c573c0a2ae05951c428c3f06a92
Upstream started building Grafana for arm64 a while ago. So let's use it
instead of someone's build.
Change-Id: Ia5359cd86022f2475301407d62a5ad4e1b275c13
Security.debian.org accessing will actually access CDN mirror.
Some mirror should use "security.debian.org/debian-security"
like "mirror.xtom.com.hk", or it will cause apt-get update error[1].
[1]
E: Failed to fetch http://security.debian.org/dists/stretch/updates/main/binary-arm64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Change-Id: Idd8b80c5f3c1e4aebd752e1ca6fb643e25eb1837
At Linaro we are working on new release (based on Debian/stretch).
All packages used by Kolla got moved to release repo.
Change-Id: Id9aab125b2e5c7e66b4befadb435c697d8b2e553
Official ARM support as part of the release process of grafana is on
development [0].
For now, the closest official repositories are the ones from fg2it
repository, which is also part of the developers working on the support,
so we are adding it to the sources for now until the official support is
done.
[0] https://github.com/grafana/grafana-docker/issues/117
Bug: #1768585
Signed-off-by: Jorge Niedbalski <jorge.niedbalski@linaro.org>
Change-Id: Iba004f99c0ac92cb660e405c5ac9c61dc7fa81e2
During Linaro Connect we decided to create separate repository for Kolla
project requirements. And only for those.
Repository contains:
- libvirt 3.6.0
- qemu 2.10-rc
- dpdk 17.05.2
- openvswitch 2.8.0 (with dpdk support)
Old repository is still available but just for backward compatibility.
Change-Id: I40f6b5e58c3c30f2b01b1f1cd5f275cd96a198a3
For AArch64 we need libvirt newer than 3.0.0 present in Stretch. So
we backported 3.6.0 (has all changes we need).
Also backport of qemu 2.10-rc is present.
All packages are built for aarch64 and x86_64 architectures.
Change-Id: I36ce3738022c437cb3471c1af7ff587b84f96425
OpenDayLight project does not provide package for Debian 'stretch'
currently so I took care of it by rebuilding package from Ubuntu PPA.
Change-Id: I60daf60ef159bc0f230a2de96fca45a6cb4c37a6
Depends-on: I6b205a2bb61207d1549222ba5501536b2743df77
This makes it consistent with the rest of the images and lets kolla
users disable external repo in a clean fashion.
Co-Authored-By: Martin André <m.andre@redhat.com>
Change-Id: If6d03d2168a14181b7a32d7810b8fe4b1d798585
Debian 'jessie' even with backports lacks some packages Kolla expects. Due
to this we (Linaro) move to Debian 'stretch' release with our OpenStack
work.
Stretch is now frozen so there should not be many changes.
Partially-Implements: blueprint multiarch-and-arm64-containers
Change-Id: Iab7232cbe6f8fc3e3de10c67f3d89f134b185f05
Additional repos for centos such as elasticsearch, ceph etc. are all set
up in the base image, fluentd should follow this both for consistency
and to make it easier for operators to remove/override.
Change-Id: If2ee20232d72ccf6b1c4be06c2fb3d1fa219e9cc
This patch changes version of ceph from hammer to jewel. Also removed
versionlock as it seems we don't use it in ubuntu, and actually might be
risky if we miss security patch on ceph.
Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165
Implements: blueprint upgrade-ceph-to-jewel
Extended base container to include influxdb repositories
Added telegraf container with package from influxdb repo
Change-Id: I6ccf952d7b42eabe8ff7bdbd6471e395db86aa02
Partially-Implements: Blueprint performance-monitoring