c88eb575b8
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
25 lines
631 B
YAML
25 lines
631 B
YAML
---
|
|
# These parameters are environment specific, they are
|
|
# overridden with scripts during the installation.
|
|
schema: dev/Configurables/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: dev-configurables
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
|
|
# This is just an example of configuration parameters.
|
|
data:
|
|
# Hostname of the node.
|
|
hostname: aiab
|
|
# IP address for external network.
|
|
hostip: 10.0.2.14
|
|
# IP address range for external neetwork.
|
|
hostcidr: 10.0.2.0/24
|
|
# Name of interface.
|
|
interface: ens3
|
|
# IP address for MaaS VIP address.
|
|
maas-ingress: '192.169.1.5/32'
|