cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

Instructions to intsal CF on OpenStack need to be updated for the latest release #34

Closed muradkaplan closed 9 years ago

muradkaplan commented 10 years ago

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:

cf-gitbot commented 10 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.

animatedmax commented 10 years ago

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

muradkaplan commented 10 years ago

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.

An updated manifest file compatible with CF release 183 and stemcell bosh-openstack-kvm-ubuntu-trusty-go_agent/2719

Original source file can be found at current CF installation tutorial https://github.com/rajdeepd/bosh-oss-docs/blob/master/bosh/samples/cloudfoundry.yml

Author: Murad Kablan

<% director_uuid = 'd806b033-0e90-4990-9404-5c554f334efd' static_ip = '' root_domain = "#{static_ip}.xip.io" deployment_name = 'cf' cf_release = '183' protocol = 'http' common_password = 'c1oudc0wc1oudc0w'

%>

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:

animatedmax commented 10 years ago

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

animatedmax commented 9 years ago

03 November 2014 Incorporated into docs: https://www.pivotaltracker.com/story/show/79656486