X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fdeployment%2Fdeployment-configuration.yaml;fp=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fdeployment%2Fdeployment-configuration.yaml;h=0000000000000000000000000000000000000000;hb=d0a8cc561d32ce83499a52d9893482124bfa2871;hp=676e219df82f628bdcfc18924cf7dfa6926cc49a;hpb=267230d53447c489d10905f260f503f2e71d414f;p=yaml_builds.git diff --git a/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/deployment/deployment-configuration.yaml b/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/deployment/deployment-configuration.yaml deleted file mode 100644 index 676e219..0000000 --- a/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/deployment/deployment-configuration.yaml +++ /dev/null @@ -1,41 +0,0 @@ ---- -# 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://github.com/openstack/airship-shipyard/blob/master/docs/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: 120 - 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' - post_apply_timeout: 2700 - validate_design_timeout: 600 -...