fluent-logging chart was splitter into fluentbit and fluentd charts
in the following PS: https://review.opendev.org/642146
Change-Id: Ic72f9fb6293b99395a0acf48064b9c04e312d365
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
Note: all scripts in tools/deployment/aiab directory have been
moved into this repository as is (except a few changes to make
them work), they require a heavy refactoring that will be done
in separate patch-sets.
* Add a virtual single node manifests that are based on a sloop type.
* Use NFS provisioner instead of Ceph.
* Update tools/openstack to be non-seaworthy specific, use a default
region name and auth url.
* Make type/sloop/config/common-software-config.yaml to be site specific,
to allow to configure custom region_name.
* Remove max-pods-per-cpu parameter for kubelet, treasuremap needs
to support a diverse set of environments, without constraints
on the number of available cores. Max pods configuration parameter
is still present and helps to mitigate problems when kubernetes
unexpectedly starts a large number of pods.
Change-Id: I379a50d810b91b989f039dbb7c691f5ceec0cc67
Currently, many of the charts in the sloop type are missing labels that
are required to enable layering at the site level. This change adds the
missing labels.
Change-Id: Ife825f3e9223fd97d663ba23a026bebf4dd5b2d5
Sloop type/site is a minimalistic approach to Airship with reduced
requirements towards hardware and external dependencies while keeping
all the functional features.
Major differences compared to reference site airship-seaworthy
- Two bare-metal server setup with 1 control, and 1 compute.
Most components are scaled to a single replica and doesn't carry
any HA as there is only a single control plane host.
- No requirements for DNS/certificates.
HTTP and internal cluster DNS is used.
- Ceph set to use the single (root) disk. This generally
provides minimalistic no-touch ceph deployment.
No replication of ceph data (single copy).
- Simplified networking (no bonding).
Two network interfaces are used by default (flat PXE, and DATA network
with VLANs for OAM, Calico, Storage, and OpenStack Overlay)
- Generic hostnames used (airsloop-control-1, airsloop-compute-1) that
simplifies generation of k8s certificates
- Usage of standard Ubuntu 16.04 GA kernel (as oppose to HWE)
Change-Id: I4944fcae7d29ed8799d810c93efb0120b6b3a105
This adapts manifests to be in line of using git reference
for refering to global/secrets repos instead of versioned folders.
Change-Id: I0100fb90666e335bd99d304b3804c180b25a9d16
Depends-On: https://review.openstack.org/#/c/577886/