Skip to content

Commit

Permalink
update a few lingering uses of [Bb]luemix (apache#4794)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Jan 9, 2020
1 parent f418c25 commit d9e4c10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You do not have to include this information if this is a feature request.

## Environment details:

* local deployment, native ubuntu, Mac OS, Bluemix, ...
* local deployment, native ubuntu, Mac OS, Kubernetes, ...
* version of docker, ubuntu, ...

## Steps to reproduce the issue:
Expand Down
2 changes: 1 addition & 1 deletion ansible/tasks/db/grantPermissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
force_basic_auth: yes
when: db.provider == 'CouchDB'

# https://console.bluemix.net/docs/services/Cloudant/api/authorization.html#authorization
# https://cloud.ibm.com/docs/services/Cloudant/api/authorization.html#authorization
- name: grant permissions for Cloudant
uri:
url: "{{ db.protocol }}://{{ dbHost }}:{{ db.port }}/{{ dbName }}/_security"
Expand Down
2 changes: 1 addition & 1 deletion tools/db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Detailed instructions are found in the [Ansible README](../../ansible/README.md)
As an alternative to a self-managed CouchDB, you may want to try [Cloudant](https://cloudant.com) which is a cloud-based database service.

### Create a Cloudant account via IBM Cloud
Sign up for an account via [IBM Cloud](https://bluemix.net). IBM Cloud offers trial accounts and its signup process is straightforward so it is not described here in detail. Using IBM Cloud, the most convenient way to create a Cloudant instance is via the `cf` command-line tool. See [here](https://www.ng.bluemix.net/docs/starters/install_cli.html) for instructions on how to download and configure `cf` to work with your IBM Cloud account.
Sign up for an account via [IBM Cloud](https://cloud.ibm.com). IBM Cloud offers trial accounts and its signup process is straightforward so it is not described here in detail. Using IBM Cloud, the most convenient way to create a Cloudant instance is via the `cf` command-line tool. See [here](https://cloud.ibm.com/docs/starters/install_cli.html) for instructions on how to download and configure `cf` to work with your IBM Cloud account.

When `cf` is set up, issue the following commands to create a Cloudant database.

Expand Down

0 comments on commit d9e4c10

Please sign in to comment.