Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 12.2.2, adding enable-service-access #17

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bosh/opsfiles/releases.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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:
@@ -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:
@@ -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*"
@@ -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