Closed muradkaplan closed 9 years ago
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/79656486.
Hi Murad,
Thank you for updating this file. In order for us to use it, we need to make sure you have either completed our CLA Agreement for individuals[1] or are a public member of an organization that has signed the corporate CLA[2]. We were unable to find a CLA you've completed, but if you have please let us know.
Thanks much! Max
[1] http://blog.cloudfoundry.com/wp-content/static/cforg/pdfs/individualcontribution.pdf [2] http://blog.cloudfoundry.com/wp-content/static/cforg/pdfs/corpcontribution.pdf
Hi Max, I just signed and submitted an Individual Contributor License Agreement to contributors@cloudfoundry.org Do I need to mail it as well??
Also, I added more important information to the manifest file above. So please use this one instead.
<%
director_uuid = 'd806b033-0e90-4990-9404-5c554f334efd'
static_ip = '
name: <%= deployment_name %> director_uuid: <%= director_uuid %>
releases:
compilation: workers: 2 network: default reuse_compilation_vms: true cloud_properties: instance_type: bosh.medium
update: canaries: 0 canary_watch_time: 30000-600000 update_watch_time: 30000-600000 max_in_flight: 32 serial: false
networks:
resource_pools:
jobs:
properties: domain: <%= root_domain %> system_domain: <%= root_domain %> system_domain_organization: 'admin' app_domains:
<%= root_domain %>
haproxy: {}
networks: apps: default
nats: user: nats password: <%= common_password %> address: 0.nats.default.<%= deployment_name %>.microbosh port: 4222 machines:
syslog_aggregator: address: 0.syslog-aggregator.default.<%= deployment_name %>.microbosh port: 54321
nfs_server: address: 0.nfs-server.default.<%= deployment_name %>.microbosh network: "*.<%= deployment_name %>.microbosh" allow_from_entries:
debian_nfs_server: no_root_squash: true
metron_agent: zone: z1 metron_endpoint: zone: z1 shared_secret: <%= common_password %>
loggregator_endpoint: shared_secret: <%= common_password %> host: 0.trafficcontroller.default.<%= deployment_name %>.microbosh
loggregator: zone: z1 servers: zone:
traffic_controller: zone: 'zone'
logger_endpoint: use_ssl: <%= protocol == 'https' %> port: 80
ssl: skip_cert_verify: true
router: endpoint_timeout: 60 status: port: 8080 user: gorouter password: <%= common_password %> servers: z1:
etcd: machines:
dea: &dea
disk_mb: 102400
disk_overcommit_factor: 2
memory_mb: 15000
memory_overcommit_factor: 3
directory_server_protocol: <%= protocol %>
mtu: 1460
deny_networks:
dea_next: *dea
disk_quota_enabled: false
dea_logging_agent: status: user: admin password: <%= common_password %>
databases: &databases db_scheme: postgres address: 0.postgres.default.<%= deployment_name %>.microbosh port: 5524 roles:
ccdb: &ccdb db_scheme: postgres address: 0.postgres.default.<%= deployment_name %>.microbosh port: 5524 roles:
ccdb_ng: *ccdb
uaadb: db_scheme: postgresql address: 0.postgres.default.<%= deployment_name %>.microbosh port: 5524 roles:
cc: &cc security_group_definitions:
ccng: *cc
login: enabled: false
uaa: url: <%= protocol %>://uaa.<%= root_domain %> no_ssl: <%= protocol == 'http' %> cc: client_secret: <%= common_password %> admin: client_secret: <%= common_password %> batch: username: batch password: <%= common_password %> clients: cf: override: true authorized-grant-types: password,implicit,refresh_token authorities: uaa.none scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write access-token-validity: 7200 refresh-token-validity: 1209600 admin: secret: <%= common_password %> authorized-grant-types: client_credentials authorities: clients.read,clients.write,clients.secret,password.write,scim.read,uaa.admin scim: users:
Hi Hi Murad,
Thank you for the signing and submitting the CLA! Our GitHub administrator has received it and we can now review and incorporate your changes into our documentation.
Thanks again, Max
03 November 2014 Incorporated into docs: https://www.pivotaltracker.com/story/show/79656486
Instructions to intsal CF on OpenStack need to be updated for the latest release 183.
I updated the demo.yml and it works for the minimum requirements specified in the current tutorial link .
<% director_uuid = 'd806b033-0e90-4990-9404-5c554f334efd' static_ip = '128.138.202.110' root_domain = "mycloud.com" deployment_name = 'cf' cf_release = '183' protocol = 'http' common_password = 'c1oudc0wc1oudc0w'
%>
name: <%= deployment_name %> director_uuid: <%= director_uuid %>
releases:
compilation: workers: 2 network: shared reuse_compilation_vms: true cloud_properties: instance_type: bosh.medium
update: canaries: 0 canary_watch_time: 30000-600000 update_watch_time: 30000-600000 max_in_flight: 32 serial: false
networks:
resource_pools:
jobs:
properties: domain: <%= root_domain %> system_domain: <%= root_domain %> system_domain_organization: 'admin' app_domains:
<%= root_domain %>
haproxy: {}
networks: apps: shared
nats: user: nats password: <%= common_password %> address: 0.nats.shared.<%= deployment_name %>.microbosh port: 4222 machines:
syslog_aggregator: address: 0.syslog-aggregator.shared.<%= deployment_name %>.microbosh port: 54321
nfs_server: address: 0.nfs-server.shared.<%= deployment_name %>.microbosh network: "*.<%= deployment_name %>.microbosh" allow_from_entries:
debian_nfs_server: no_root_squash: true
metron_agent: zone: z1 metron_endpoint: zone: z1 shared_secret: <%= common_password %>
loggregator_endpoint: shared_secret: <%= common_password %> host: 0.trafficcontroller.shared.<%= deployment_name %>.microbosh
loggregator: zone: z1 servers: zone:
traffic_controller: zone: 'zone'
logger_endpoint: use_ssl: <%= protocol == 'https' %> port: 80
ssl: skip_cert_verify: true
router: endpoint_timeout: 60 status: port: 8080 user: gorouter password: <%= common_password %> servers: z1:
etcd: machines:
dea: &dea disk_mb: 102400 disk_overcommit_factor: 2 memory_mb: 15000 memory_overcommit_factor: 3
directory_server_protocol: <%= protocol %> mtu: 1460 deny_networks:
dea_next: *dea
disk_quota_enabled: false
dea_logging_agent: status: user: admin password: <%= common_password %>
databases: &databases db_scheme: postgres address: 0.postgres.shared.<%= deployment_name %>.microbosh port: 5524 roles:
ccdb: &ccdb db_scheme: postgres address: 0.postgres.shared.<%= deployment_name %>.microbosh port: 5524 roles:
ccdb_ng: *ccdb
uaadb: db_scheme: postgresql address: 0.postgres.shared.<%= deployment_name %>.microbosh port: 5524 roles:
cc: &cc security_group_definitions : [] default_running_security_groups : [] default_staging_security_groups : [] srv_api_uri: <%= protocol %>://api.<%= root_domain %>
jobs: local: number_of_workers: 2 generic: number_of_workers: 2 global: timeout_in_seconds: 14400 app_bits_packer: timeout_in_seconds: null app_events_cleanup: timeout_in_seconds: null app_usage_events_cleanup: timeout_in_seconds: null blobstore_delete: timeout_in_seconds: null blobstore_upload: timeout_in_seconds: null droplet_deletion: timeout_in_seconds: null droplet_upload: timeout_in_seconds: null model_deletion: timeout_in_seconds: null bulk_api_password: <%= common_password %> staging_upload_user: upload staging_upload_password: <%= common_password %> quota_definitions: default: memory_limit: 10240 total_services: 100 non_basic_services_allowed: true total_routes: 1000 trial_db_allowed: true resource_pool: resource_directory_key: cloudfoundry-resources fog_connection: provider: Local local_root: /var/vcap/nfs/shared packages: app_package_directory_key: cloudfoundry-packages fog_connection: provider: Local local_root: /var/vcap/nfs/shared droplets: droplet_directory_key: cloudfoundry-droplets fog_connection: provider: Local local_root: /var/vcap/nfs/shared buildpacks: buildpack_directory_key: cloudfoundry-buildpacks fog_connection: provider: Local local_root: /var/vcap/nfs/shared
install_buildpacks:
ccng: *cc
login: enabled: false
uaa: url: <%= protocol %>://uaa.<%= root_domain %> no_ssl: <%= protocol == 'http' %> cc: client_secret: <%= common_password %> admin: client_secret: <%= common_password %> batch: username: batch password: <%= common_password %> clients: cf: override: true authorized-grant-types: password,implicit,refresh_token authorities: uaa.none scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write access-token-validity: 7200 refresh-token-validity: 1209600 admin: secret: <%= common_password %> authorized-grant-types: client_credentials authorities: clients.read,clients.write,clients.secret,password.write,scim.read,uaa.admin scim: users: