In order to test new changes for promenade https://review.opendev.org/657953
need to adjust airsloop pipeline.
Change-Id: Idd23e06182b67fee5675a504f2b87e7c2caeb685
Uplifts the Promenade image as well as other modifications required
because of recent changes to Promenade, namely:
* HostSystem schema changes for new image and new key under packages
* New chart configuration to utilize new source for hyperkube
* Refactoring names to make more sense and added new monitoring_image
Change-Id: I6c8e0c9f7c51438aa1d911c5fcd0d2f197ca37cf
BaremetalNode/v1.yaml: volume_group is
defined twice in same section in lines 58 and 66.
HostProfile/v1.yaml: volume_group is
defined twice in same section in lines 49 and 57.
SoftwareVersions/v1.yaml: type is defined twice
for dep_check
config/service_accounts.yaml: user_domain_name
defined twice in same section in lines 109 and 114.
config/service_accounts.yaml: user_domain_name
defined twice in same section in lines 111 and 116.
Change-Id: I1597c0afc6b3a9674c0c74692f6575d797bd714d
By specifying exact ubuntu release as a tag for `updater.py` script, it prevents
downloading ubuntu with a higher release, for example, ubuntu bionic.
Changing bionic to xenial for armada chart.
Change-Id: I1864c3f8db2d90ab63d7d923de8f2ac0ecd20e31
dev_single_node directory has been removed [1],
update gate script to point to correct a directory.
[1] https://review.opendev.org/#/c/664709/
Change-Id: I90d4dc3e5d1d4e73316bdfef750d829fea0a1e5e
Lint site manifests for Airship in a Bottle when publishing
and merging patches.
The patch adds a pre-run step that generates a new set of
certificates that is required for the validation.
Change-Id: Iebd23dacb424953b95527dd90938f6b6aba93c21
This enables coredns to run as a daemonset across the control plane
hosts, for increased resiliency. This change retains the deployment-
controlled coredns pods as well (with two replicas) to make sure there
is no interruption to DNS service while the change is rolled out in
existing Airship deployments. The deployment can be turned off in a
future release, once the daemonset is in place.
Change-Id: I4678ff2490ab36a2f5a1cc5030492d85ef70b7ac
The default image tags recently changed for the Deckhand image [0]. This
change moves to use the default tag.
[0] https://review.opendev.org/638301
Change-Id: Ia7198ec579bb68e6fd64e00041ea6db366adf341
Make aiab scripts to use relative paths, this fixes a problem
when the user runs the script from a different from `/root/deploy`
directory, or runs it from outside of `tools/deployment/aiab`.
Change-Id: If539812390253c720f47aacbda666de8acfd0fda
RST formatting does not support the usage of '#' for
comments, fix it to hide license header in the
rendered document.
Change-Id: Iceef20281a8da91fa485a4fc6304c7ffabb6a214
`dev_single_node` directory is inherited from an old
aiab repo and does not have much meaning in the current
directories layout, move all the scripts to aiab directory.
Change-Id: Ib59e14a81727104b66e372a2c61c5040282f2dc9
Refactor Airship in a bottle scripts to use `airship`
command line tool instead of relying on hardcoded values
with the versions of images and repositories.
The patch includes additional fixes:
1. Allow to specify credentials for wait-for-shipyard
script without assuming some specific set of creds.
2. Fix a path to common-addresses file.
Change-Id: I59d0a0e1758a6575a84abb22045e08437aa51466
Previous version of nfs-provisioner was 2 years old,
uplift the version to possibly fix current instabilities,
such as data-lose for MariaDB and PostgreSQL pods.
Change-Id: Iaccca71527d8f746d85509713feed1e9d057ea21
This adds new variables to the 005-clone-dependencies script in
Airskiff to be able to turn off cloning for the Airship repositories.
The intended use case of this is so the Airskiff gate can avoid cloning
the repository it is currently testing.
Change-Id: I629ce9373b1b68f7e5fb6b134d9ea063a344a70c
Add explicit glance and heat overrides, this fixes problems
when two manifests with identical names are present,
one manifest comes from the type level, another one comes
from the site level, this leads to random manifest being
picked up during service deployment by Armada.
Change-Id: I87f6cce910dcf1f87370ba231077451990b245ee