Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #27 from frodenas/master
Browse files Browse the repository at this point in the history
Service IP address can be any network name in OpenStack
  • Loading branch information
frodenas committed Sep 16, 2012
2 parents 6302baa + d10d290 commit 687f0b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions create-a-bosh/creating-a-micro-bosh-from-stemcell-openstack.md
Expand Up @@ -41,11 +41,6 @@ If you have access to a unused baremetal server, you can build a complete OpenSt
* [DevStack](http://devstack.org/)
* [hastexo! tutorial](http://www.hastexo.com/resources/docs/installing-openstack-essex-20121-ubuntu-1204-precise-pangolin)

When you install OpenStack, there are 2 important requirements you must fulfill:

* Be sure your flavors include ephemeral disk space
* The network name for your VMs must be "private" and/or "public"

Once you've installed and tested your OpenStack box, you'll need to [upload](http://docs.openstack.org/developer/glance/glance.html#examples-of-uploading-different-kinds-of-images) an [Ubuntu 10.04 LTS 64-bit image](http://uec-images.ubuntu.com/lucid/current/) before proceeding with the next steps.

## Create the Inception VM
Expand Down Expand Up @@ -228,6 +223,7 @@ logging:
network:
type: dynamic
label: private
vip: IPADDRESS
resources:
Expand Down Expand Up @@ -258,6 +254,10 @@ apply_spec:
address: IPADDRESS
```

NOTE: Be sure the selected instance_type (flavor in OpenStack) include ephemeral disk space.

NOTE: If your OpenStack network is not labeled `private` (the network name for your VMs), change manually the network section at the above file with the appropriate network label.

## Custom Stemcell

Remember the warning at the top of this page? Oh yeah, this is an experiment, so we won't find any public OpenStack stemcell. But don't worry, we can create our custom stemcell!!!
Expand Down
1 change: 1 addition & 0 deletions examples/microbosh-openstack/micro_bosh.yml
Expand Up @@ -10,6 +10,7 @@ logging:

network:
type: dynamic
label: private
vip: IPADDRESS

resources:
Expand Down
1 change: 1 addition & 0 deletions scripts/create_micro_bosh_yml
Expand Up @@ -115,6 +115,7 @@ logging:
network:
type: dynamic
label: private
vip: #{ipaddress}
resources:
Expand Down

0 comments on commit 687f0b9

Please sign in to comment.