Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1740f36
Run OpenStack CPI CI on community Concourse via DevStack on GCP
neddp Aug 25, 2026
e009e06
Fetch release repo over HTTPS with public-repo token (no deploy key n…
neddp Aug 25, 2026
3836417
fix: make wait-for-devstack.sh executable
neddp Aug 25, 2026
778aaae
quote AUTH_URL parameter expansion
neddp Aug 25, 2026
c97cf25
make wait-for-devstack.sh executable
neddp Aug 25, 2026
06f2c94
Improve DevStack readiness check and cleanup gate
neddp Aug 25, 2026
d5d1461
remove pipeline-locator vanity job
neddp Aug 25, 2026
a1f6d64
add bump-go-deps job for Go module vendor updates
neddp Aug 25, 2026
2f84c2e
Rename bump task for ruby
neddp Aug 25, 2026
ef7f175
fix cpi_logging_spec regex for modern OpenStack endpoint paths
neddp Aug 25, 2026
de3e940
ci: fix shellcheck issues in deploy-manual-networking.sh
neddp Aug 25, 2026
2b34973
ci: rename deploy task to deploy-director; hide credentials from bosh…
neddp Aug 25, 2026
129e589
ci: fix shellcheck issues and improve utils.sh
neddp Aug 25, 2026
fca075a
ci: remove teardown-director and terraform-destroy from bats ensure b…
neddp Aug 25, 2026
75c194a
ci: fix destroy-devstack implicit get after terraform destroy
neddp Aug 25, 2026
42afd7e
ci: merge lifecycle+bats into run-devstack-tests with always-cleanup …
neddp Aug 25, 2026
72c5e5f
fix cpi_logging_spec: drop port requirement from response regex
neddp Aug 25, 2026
004b2c2
ci: clean up scripts, fix shellcheck issues, reduce log noise
neddp Aug 25, 2026
b8e1f0b
ci: restore fog warning logger in integration specs
neddp Aug 25, 2026
ca5bd17
ci: fix rspec_args splitting by using array instead of string
neddp Aug 25, 2026
065082e
ci: point git resource back to master
neddp Aug 26, 2026
02770fa
ci: collapse devstack provisioning into run-devstack-tests
neddp Aug 26, 2026
e7c9df6
terraform: set region on ext-network data sources
neddp Aug 26, 2026
c372b0c
ci: fix argument splitting and JSON injection in devstack scripts
neddp Aug 26, 2026
de392e9
ci: fix devstack readiness signal and password shell-injection
neddp Aug 26, 2026
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
21 changes: 0 additions & 21 deletions ci/ca_certs/bosh-ecosystem-openstack-wallaby-ca.pem

This file was deleted.

2 changes: 1 addition & 1 deletion ci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -eu

fly -t "${CONCOURSE_TARGET:-bosh-ecosystem}" set-pipeline -p "bosh-openstack-cpi" \
fly -t "${CONCOURSE_TARGET:-bosh}" set-pipeline -p "bosh-openstack-cpi" \
-c ci/pipeline.yml
1 change: 0 additions & 1 deletion ci/ops_files/timeouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
connect_timeout: ((openstack_connection_timeout))
read_timeout: ((openstack_read_timeout))
write_timeout: ((openstack_write_timeout))
ca_cert: ((openstack_ca_cert))

- type: replace
path: /cloud_provider/properties/openstack/connection_options?
Expand Down
Loading