Skip to content

Commit

Permalink
Merge pull request #17 from cloud-gov/cw2
Browse files Browse the repository at this point in the history
Bump to 12.2.2, adding enable-service-access
  • Loading branch information
cweibel authored Apr 22, 2024
2 parents 7c76024 + 273a5e1 commit e8cfa79
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bosh/opsfiles/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
type: replace
value:
name: app-autoscaler
version: 12.2.1
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v12.2.1.tgz
sha1: sha256:39a072d429a17efd27f3b819eff29efa043dc3ffe3f0676fd7be192477ac4c71
version: "12.2.2"
url: "https://bosh.io/d/github.com/cloudfoundry-incubator/app-autoscaler-release?v=12.2.2"
sha1: "a1fffce71219318d1fb27ec5fc3ff84e757337ed"
34 changes: 26 additions & 8 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
trigger: true
- get: cf-stemcell-jammy
trigger: true
- get: pipeline-tasks
- task: terraform-secrets
file: autoscaler-manifests/ci/terraform-secrets.yml
- put: autoscaler-deployment-development
Expand All @@ -47,6 +48,17 @@ jobs:
vars_files:
- autoscaler-manifests/bosh/varsfiles/development.yml
- terraform-secrets/terraform.yml
- task: enable-service-access
file: pipeline-tasks/set-plan-visibility.yml
params:
CF_API_URL: ((cf.development.api))
CF_USERNAME: ((cf.development.admin_user))
CF_PASSWORD: ((cf.development.admin_password))
CF_ORGANIZATION: ((broker-organization))
CF_SPACE: ((broker-space))
BROKER_NAME: ((broker-name))
SERVICES: ((cf.development.services))
SERVICE_ORGANIZATION: ((cf.development.service_organization))
on_success:
put: slack
params:
Expand All @@ -68,6 +80,7 @@ jobs:


## Enable these 3 to more quickly debug changes to acceptance-tests.sh, bypasses the need to first deploy autoscaler to dev

#- name: acceptance-tests-broker-development-debug
# serial_groups: [development, debug]
# plan:
Expand Down Expand Up @@ -596,7 +609,6 @@ resources:
- name: app-autoscaler-release
type: git
source:
commit_verification_keys: ((cloud-gov-pgp-keys))
uri: https://github.com/cloudfoundry/app-autoscaler-release
branch: main
tag_filter: "v*"
Expand All @@ -611,16 +623,22 @@ resources:
- bosh/*


- name: autoscaler-manifests-test
#- name: autoscaler-manifests-test
# type: git
# source:
# uri: https://github.com/cloud-gov/cg-deploy-autoscaler.git
# branch: main
# paths:
# - ci/*
# - bosh/*

- name: pipeline-tasks
type: git
icon: github-circle
source:
uri: https://github.com/cloud-gov/cg-deploy-autoscaler.git
uri: ((pipeline-tasks-git-url))
branch: main
paths:
- ci/*
- bosh/*


commit_verification_keys: ((cloud-gov-pgp-keys))


- name: terraform-yaml-development
Expand Down

0 comments on commit e8cfa79

Please sign in to comment.