From 2ff02f97c5956d9c4c0c1d238219f69c2ca8a204 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 1 Apr 2015 09:04:02 +0000 Subject: Openstack: Make Ironic configurable This commit configures Ironic to integrate with Keystone, Neutron and Glance. Nova integration will be added in a following commit. --- clusters/openstack-one-node.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clusters/openstack-one-node.morph') diff --git a/clusters/openstack-one-node.morph b/clusters/openstack-one-node.morph index ee099781..cd6a916f 100644 --- a/clusters/openstack-one-node.morph +++ b/clusters/openstack-one-node.morph @@ -81,6 +81,11 @@ systems: NEUTRON_DB_PASSWORD: veryinsecure METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret + IRONIC_SERVICE_USER: ironic + IRONIC_SERVICE_PASSWORD: veryinsecure + IRONIC_DB_USER: ironicDB + IRONIC_DB_PASSWORD: veryinsecure + HOSTS_CONTROLLER: onenode # Network interface to be used, only needed if there are more -- cgit v1.2.1