View gist:c45be28dadcf1a0398ab
This file contains 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
ubuntu@test1:~/cf-cli$ CF_TRACE=true ./cf push sample | |
VERSION: | |
6.2.0-c9d4aaa | |
REQUEST: [2015-04-22T15:07:14Z] | |
POST /oauth/token HTTP/1.1 | |
Host: uaa.172.24.4.2.xip.io | |
Accept: application/json |
View gist:30a6af77dbf9fa1d7f49
This file contains 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
--- | |
name: v206-mycf-11-openstack | |
director_uuid: 50fddc1d-84a0-485b-88e6-463e55ec18ff | |
releases: | |
- name: cf | |
version: 206+dev.1 | |
networks: | |
- name: cf1 |
View gist:541eee17fdd3eb758796
This file contains 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
--- | |
name: v206-mycf-11-openstack | |
director_uuid: 50fddc1d-84a0-485b-88e6-463e55ec18ff | |
releases: | |
- name: cf | |
version: 206+dev.1 | |
networks: | |
- name: cf1 |
View gist:182749d5157f41f3bd76
This file contains 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
--- | |
name: v206-mycf-11-openstack | |
director_uuid: 50fddc1d-84a0-485b-88e6-463e55ec18ff | |
releases: | |
- name: cf | |
version: 206+dev.1 | |
networks: | |
- name: cf1 |
View gist:e7a0a31acec59c07bdd2
This file contains 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
--- | |
name: microbosh | |
network: | |
type: manual | |
vip: 172.168.10.5 # Replace with a floating IP address | |
ip: 10.0.0.2 # Replace with an address from the subnet IP address allocation pool of your OpenStack internal network | |
cloud_properties: | |
net_id: fd31ed85-c5f1-40ad-933c-25e81dc6147c # Replace with your OpenStack internal network UUID |
View cf-stub
This file contains 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
--- | |
director_uuid: d14fd8bf-659e-430b-a00f-183adb972e46 | |
meta: | |
openstack: | |
net_id: fd31ed85-c5f1-40ad-933c-25e81dc6147c | |
auth_url: http://192.168.2.142:5000/v2.0 | |
tenant: admin | |
username: admin | |
api_key: vedams123 | |
security_groups: [bosh,ssh] |
View gist:12542ba6aca81d62952b
This file contains 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
user vcap; | |
worker_processes 2; | |
daemon off; | |
error_log /var/vcap/sys/log/director/error.log; | |
pid /var/vcap/sys/run/director/nginx.pid; | |
events { | |
worker_connections 8192; | |
} |