From 7f138d531f5d30dddef1a5b828b91bf26b71ea06 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. Change-Id: Id557e8e048b6051d764b4915192cfd55bfe68d32 --- clusters/openstack-one-node.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clusters') diff --git a/clusters/openstack-one-node.morph b/clusters/openstack-one-node.morph index 4c8e9851..3c659598 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