summaryrefslogtreecommitdiff
path: root/clusters
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-01-22 12:46:17 +0000
commite227227f9d87f1d6fa3fab6d469364a84cbdd863 (patch)
treee50e982fb6093bbd138610c9a6f05448c922bacc /clusters
parent95c31140fced760a5f8c3392b86b54a117f1ac82 (diff)
downloaddefinitions-e227227f9d87f1d6fa3fab6d469364a84cbdd863.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')
-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