Created
May 9, 2016 19:14
-
-
Save pkarman/be434bda6b6c42a76dbfd810596345f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 591 cf unbind-service c2-prod c2-prod-elasticsearch | |
| 593 cf unbind-service c2-prod-worker c2-prod-elasticsearch | |
| 596 cf unbind-service c2-prod-ssh c2-prod-elasticsearch | |
| 597 cf delete-service c2-prod-elasticsearch | |
| 598 cf create-service elasticsearch-swarm-1.7.1 3x c2-prod-elasticsearch | |
| 600 cf bind-service c2-prod c2-prod-elasticsearch | |
| 601 cf bind-service c2-prod-worker c2-prod-elasticsearch | |
| 602 cf restage c2-prod-worker | |
| 603 cf restage c2-prod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment