Added new option --skip, which allows to skip updates to the
listed comma-delimited charts and images.
Change-Id: I08a458fc107019ee915e8e8086d23215642c9835
This is to uplift ceph charts which will Initialize OSDs with a crush
weight of 0 to prevent automatic rebalancing the osds joing the cluster
This also updates the ceph-osd and ceph-mon versions to include the
update to remove the fluentbit sidecar containers. This also
updates fluentd's configuration to target the ceph logs mounted
via the new hostpath
Change-Id: Id912291d47850cd56fc68abaf0e3edadd9a5e31f
- The kernel version can be overriden on site level
- Versions to support the feature are merged separate
Change-Id: Ia61bb0fa70bbf25636806cf56edfb6cb72b7a65b
This patch set fixes an tools/updater.py YAML export issue in which pyyaml is
adding unwanted (multiple) newlines in multiline strings in the output. In
other words, currently, tools/updater.py keeps injecting additional newline
characters in multiline certificates, such that each newline is rendered, in
effect, as two newlines.
For example:
-----BEGIN CERTIFICATE-----
MIIDSDCCAjCgAwIBAgIUegkh/antB1XyDVHdP5dv+0MZyBcwDQYJKoZIhvcNAQEL
BQAwKjETMBEGA1UEChMKS3ViZXJuZXRlczETMBEGA1UEAxMKa3ViZXJuZXRlczAe
<snip>
Currently renders as:
-----BEGIN CERTIFICATE-----
MIIDSDCCAjCgAwIBAgIUegkh/antB1XyDVHdP5dv+0MZyBcwDQYJKoZIhvcNAQEL
BQAwKjETMBEGA1UEChMKS3ViZXJuZXRlczETMBEGA1UEAxMKa3ViZXJuZXRlczAe
<snip>
This patch set adds code to the updater.py tool to use the
solution prescribed in [0] to force pyyaml to ensure that the
rendered output for such multiline strings matches the original
input.
Change-Id: I8b5c5166a0a1b3d945281addd4f562368e1907c3
- Add tenant ceph manifests in globals
- Add reference overrides for site in airship-seaworthy
- Re-purpose 4th control as an additional compute to total 3.
This allows to maintain proper ceph replication
- Update disk layout to use partitions for journals
Change-Id: I0edf35bd56e4e5253f78c9074d88369283b6fac3
- use redfish library to manage bare-metal power state
- fixup pipeline triggers and defaults
- add log rotation for old builds
- fix minor re-try issues
- add job build/display name
- use generic ssh lib
Change-Id: Ic444bce266a57edcda53d021f5ede797d5ada23d
- A new schema for a Deckhand document that contains a Seccomp default
profile.
- A Seccomp profile that creates the default seccomp profile file
at defined seccomp profile root.
- A bootaction that puts the default seccomp profile in place.
- Modified Kubelet config to support seccomp profile root dir's path.
Change-Id: I83fb3cab11cec5ddf3bceefbc0cb1c7222ae06f4