Skip to content
Merged
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
21 changes: 0 additions & 21 deletions iaas-support/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,3 @@ bosh -d cf deploy cf-deployment/cf-deployment.yml \
-o cf-deployment/operations/openstack.yml \
-v system_domain="<system-domain>"
```

### With Swift as Blobstore

* Create four containers in Swift, which are used to store the artifacts for buildpacks, app-packages, droplets, and additional resources, respectively. The container names need to be passed in as variables in the below command snippet
* Set a [Temporary URL Key](https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html#secret-keys) for your Swift account

Add the following lines to the deploy cmd:

```
-o cf-deployment/operations/use-swift-blobstore.yml \
-v auth_url="<auth-url>" \
-v openstack_project="<project-name>" \
-v openstack_domain="<domain>" \
-v openstack_username="<user>" \
-v openstack_password="<password>" \
-v openstack_temp_url_key="<temp-url-key>" \
-v app_package_directory_key="<app-package-directory-key>" \
-v buildpack_directory_key="<buildpack-directory-key>" \
-v droplet_directory_key="<droplet-directory-key>" \
-v resource_directory_key="<resource-directory-key>" \
```
1 change: 0 additions & 1 deletion operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
| [`use-azure-storage-blobstore.yml`](use-azure-storage-blobstore.yml) | Configures external blobstore to use Azure Storage. Uses the new "storage-cli" implementation instead of the deprecated "fog" library. | Requires `use-external-blobstore.yml`. Introduces [new variables](example-vars-files/vars-use-azure-storage-blobstore.yml) for Azure credentials and container names. | **NO** |
| **Openstack** | | **\* Not validated or supported by the Release Integration team** | |
| [`openstack.yml`](openstack.yml) | Used for deploying Cloud Foundry on OpenStack with BOSH | See [OpenStack](../iaas-support/openstack/README.md) documentation. | **NO** |
| [`use-swift-blobstore.yml`](use-swift-blobstore.yml) | Replaces local WebDAV blobstore with OpenStack swift blobstore. Used for deploying Cloud Foundry on OpenStack with BOSH | Requires `use-external-blobstore.yml`. Introduces [new variables](example-vars-files/vars-use-swift-blobstore.yml) for OpenStack credentials and directory names. | **NO** |
| **Alibaba Cloud** | | **\* Not validated or supported by the Release Integration team** | |
| [`use-alicloud-oss-blobstore.yml`](use-alicloud-oss-blobstore.yml) | Configures external blobstore to use Alibaba Cloud OSS blobstore. Uses the "storage-cli" implementation instead of the deprecated "fog" library. | Requires `use-external-blobstore.yml`. Introduces [new variables](example-vars-files/vars-use-alicloud-oss-blobstore.yml) for oss credentials and bucket names.| **NO** |
| [`use-alicloud-oss-blobstore-to-multi-bucket.yml`](use-alicloud-oss-blobstore-to-multi-bucket.yml) | Configures external blobstore to use Alibaba Cloud OSS blobstore. Each blobstore is in one alone OSS bucket. Uses the "storage-cli" implementation instead of the deprecated "fog" library. | Requires `use-external-blobstore.yml`. Introduces [new variables](example-vars-files/vars-use-alicloud-oss-blobstore.yml) for oss credentials and bucket names.| **NO** |
Expand Down
13 changes: 0 additions & 13 deletions operations/example-vars-files/vars-use-swift-blobstore.yml

This file was deleted.

56 changes: 0 additions & 56 deletions operations/use-swift-blobstore.yml

This file was deleted.

6 changes: 0 additions & 6 deletions units/tests/standard_test/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@ use-s3-blobstore.yml:
- use-s3-blobstore.yml
varsfiles:
- example-vars-files/vars-use-s3-blobstore.yml
use-swift-blobstore.yml:
ops:
- use-external-blobstore.yml
- use-swift-blobstore.yml
varsfiles:
- example-vars-files/vars-use-swift-blobstore.yml
use-trusted-ca-cert-for-apps.yml:
varsfiles:
- example-vars-files/vars-use-trusted-ca-cert-for-apps.yml
Expand Down