![Evgeny L](/assets/img/avatar_default.png)
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
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
---
|
|
# The purpose of this file is to provide shipyard related deployment config
|
|
# parameters. This should not require modification for a new site. However,
|
|
# shipyard deployment strategies can be very useful in getting around certain
|
|
# failures, like misbehaving nodes that hold up the deployment. See more at
|
|
# https://opendev.org/airship/shipyard/src/branch/master/doc/source/site-definition-documents.rst#using-a-deployment-strategy
|
|
schema: shipyard/DeploymentConfiguration/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: deployment-configuration
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
data:
|
|
physical_provisioner:
|
|
deployment_strategy: deployment-strategy
|
|
deploy_interval: 30
|
|
deploy_timeout: 3600
|
|
destroy_interval: 30
|
|
destroy_timeout: 900
|
|
join_wait: 0
|
|
prepare_node_interval: 30
|
|
prepare_node_timeout: 1800
|
|
prepare_site_interval: 10
|
|
prepare_site_timeout: 300
|
|
verify_interval: 10
|
|
verify_timeout: 60
|
|
kubernetes_provisioner:
|
|
drain_timeout: 3600
|
|
drain_grace_period: 1800
|
|
clear_labels_timeout: 1800
|
|
remove_etcd_timeout: 1800
|
|
etcd_ready_timeout: 600
|
|
armada:
|
|
get_releases_timeout: 300
|
|
get_status_timeout: 300
|
|
manifest: 'full-site-aiab'
|
|
post_apply_timeout: 7200
|
|
validate_design_timeout: 600
|
|
...
|