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

Change capi url #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 4 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
[submodule "src/uaa-release"]
path = src/uaa-release
url = https://github.com/cloudfoundry/uaa-release
[submodule "src/dea-hm-workspace"]
path = src/dea-hm-workspace
url = https://github.com/cloudfoundry/dea-hm-workspace
[submodule "src/capi-release"]
path = src/capi-release
url = https://github.com/cloudfoundry/capi-release
[submodule "src/nats-release"]
path = src/nats-release
url = https://github.com/cloudfoundry/nats-release
Expand Down Expand Up @@ -64,3 +58,7 @@
[submodule "src/dotnet-core-buildpack-release"]
path = src/dotnet-core-buildpack-release
url = https://github.com/cloudfoundry/dotnet-core-buildpack-release
[submodule "src/capi-release"]
path = src/capi-release
url = https://github.com/ZhangWeiinHPE/capi-release.git
branch = change_ccng_url
1 change: 0 additions & 1 deletion jobs/dea_logging_agent

This file was deleted.

1 change: 0 additions & 1 deletion jobs/dea_next

This file was deleted.

1 change: 0 additions & 1 deletion jobs/hm9000

This file was deleted.

1 change: 0 additions & 1 deletion packages/dea_logging_agent

This file was deleted.

1 change: 0 additions & 1 deletion packages/dea_next

This file was deleted.

1 change: 0 additions & 1 deletion packages/hm9000

This file was deleted.

1 change: 0 additions & 1 deletion packages/warden

This file was deleted.

2 changes: 1 addition & 1 deletion src/capi-release
1 change: 0 additions & 1 deletion src/dea-hm-workspace
Submodule dea-hm-workspace deleted from 5b66a9
1 change: 0 additions & 1 deletion src/dea_next

This file was deleted.

1 change: 0 additions & 1 deletion src/hm9000

This file was deleted.

1 change: 0 additions & 1 deletion src/warden

This file was deleted.

1 change: 1 addition & 0 deletions templates/cf-infrastructure-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ properties:
skip_ssl_validation: true
nodes: 1
use_http: true
backend: diego

smoke_tests:
api: (( "api." system_domain ))
Expand Down