Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AWSCPI statically defines cpi string AWSCPI = ID{"cpi"} // AWSStemcell statically defines stemcell string AWSStemcell = ID{"stemcell"} // BOSHRelease statically defines bosh string BOSHRelease = ID{"bosh"} // BPMRelease statically defines bpm string BPMRelease = ID{"bpm"} )
View Source
var ( // DirectorManifest statically defines director-manifest.yml contents DirectorManifest = mustAssetString("assets/manifest.yml") // AWSDirectorCloudConfig statically defines aws cloud-config.yml AWSDirectorCloudConfig = mustAssetString("assets/aws/cloud-config.yml") // AWSCPIOps statically defines aws-cpi.yml contents AWSCPIOps = mustAssetString("assets/aws/cpi.yml") //GCPJumpboxUserOps statically defines gcp jumpbox-user.yml GCPJumpboxUserOps = mustAssetString("assets/gcp/jumpbox-user.yml") // GCPDirectorCloudConfig statically defines gcp cloud-config.yml GCPDirectorCloudConfig = mustAssetString("assets/gcp/cloud-config.yml") // GCPCPIOps statically defines gcp-cpi.yml contents GCPCPIOps = mustAssetString("assets/gcp/cpi.yml") // GCPExternalIPOps statically defines external-ip.yml contents GCPExternalIPOps = mustAssetString("assets/gcp/external-ip.yml") // GCPDirectorCustomOps statically defines custom-ops.yml contents GCPDirectorCustomOps = mustAssetString("assets/gcp/custom-ops.yml") // AWSTerraformConfig holds the terraform conf for AWS AWSTerraformConfig = mustAssetString("assets/aws/infrastructure.tf") // GCPTerraformConfig holds the terraform conf for GCP GCPTerraformConfig = mustAssetString("assets/gcp/infrastructure.tf") // ExternalIPOps statically defines external-ip.yml contents ExternalIPOps = mustAssetString("assets/external-ip.yml") // AWSDirectorCustomOps statically defines custom-ops.yml contents AWSDirectorCustomOps = mustAssetString("assets/aws/custom-ops.yml") // AWSReleaseVersions carries all versions of releases AWSReleaseVersions = mustAssetString("../../concourse-up-ops/ops/versions-aws.json") // GCPReleaseVersions carries all versions of releases GCPReleaseVersions = mustAssetString("../../concourse-up-ops/ops/versions-gcp.json") // AddNewCa carries the ops file that adds a new CA required for cert rotation AddNewCa = mustAssetString("assets/maintenance/add-new-ca.yml") // RemoveOldCa carries the ops file that removes the old CA required for cert rotation RemoveOldCa = mustAssetString("assets/maintenance/remove-old-ca.yml") // CleanupCerts moves renewed values of certs to old keys in director vars store CleanupCerts = mustAssetString("assets/maintenance/cleanup-certs.yml") )
Functions ¶
func BOSHCLIPath ¶
BOSHCLIPath returns the path of the downloaded bosh-cli
func TerraformCLIPath ¶
TerraformCLIPath returns the path of the downloaded terraform-cli
Types ¶
Click to show internal directories.
Click to hide internal directories.