summaryrefslogtreecommitdiff
path: root/clusters/openstack-cluster.morph
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-03 19:12:50 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:23 +0000
commit800875395b8b623b9d91d9eac0154280eac13d44 (patch)
tree72b3f8096686be8829a6d1c809d1fa72e3311c01 /clusters/openstack-cluster.morph
parent1319309d3ff4eb85cb0e7e6cb178cb56ff116524 (diff)
downloaddefinitions-800875395b8b623b9d91d9eac0154280eac13d44.tar.gz
Openstack services strata and configuration.
Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova.
Diffstat (limited to 'clusters/openstack-cluster.morph')
-rw-r--r--clusters/openstack-cluster.morph32
1 files changed, 32 insertions, 0 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
new file mode 100644
index 00000000..a4dc4c2a
--- /dev/null
+++ b/clusters/openstack-cluster.morph
@@ -0,0 +1,32 @@
+name: devel-raw
+kind: cluster
+systems:
+- morph: systems/openstack-server.morph
+ deploy:
+ release:
+ type: rawdisk
+ location: /src/release/baserock-xx-devel-system-x86_64-openstack.img
+ DISK_SIZE: 10G
+ VERSION_LABEL: Br-openstack-1
+ KERNEL_ARGS: console=ttyS0,115200
+ INSTALL_FILES: openstack/manifest
+ HOSTNAME: Br-Openstack
+ KEYSTONE_TEMPORARY_ADMIN_TOKEN: 22f3aa1cf538e3f6d5e8
+ KEYSTONE_TEMPORARY_ADMIN_PASSWORD: veryinsecure
+ KEYSTONE_PUBLIC_URL: http:\/\/localhost:5000\/v2.0
+ KEYSTONE_INTERNAL_URL: http:\/\/localhost:5000\/v2.0
+ KEYSTONE_ADMIN_URL: http:\/\/localhost:35357\/v2.0
+ OPENSTACK_AUTH_HOST: localhost
+ GLANCE_SERVICE_USER: glance
+ GLANCE_SERVICE_PASSWORD: veryinsecure
+ GLANCE_PUBLIC_URL: http:\/\/localhost:9292
+ GLANCE_INTERNAL_URL: http:\/\/localhost:9292
+ GLANCE_ADMIN_URL: http:\/\/localhost:9292
+ OPENSTACK_AUTH_HOST: localhost
+ NOVA_HOST: localhost
+ GLANCE_HOST: localhost
+ NOVA_SERVICE_USER: glance
+ NOVA_SERVICE_PASSWORD: veryinsecure
+ NOVA_PUBLIC_URL: http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s
+ NOVA_INTERNAL_URL:http: \/\/localhost:8774\/v2\/\%\(tenant_id\)s
+ NOVA_ADMIN_URL: http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s