
Ironic in OSA is currently broken as the ironic database user isn't created, and consequently the ironic services can't connect to the database. It broke back in patch 91deb13. This patch corrects the os_ironic side of the problem. Another patch will fix the openstack-ansible side. Change-Id: I30b04756258a3241bb2444fd98f3a6624c0d2309 Partial-Bug: #1625081 Signed-off-by: Michael Davies <michael@the-davies.net>
50 lines
1.8 KiB
YAML
50 lines
1.8 KiB
YAML
---
|
|
# Copyright 2016, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
ironic_venv_tag: "testing"
|
|
ironic_developer_mode: True
|
|
ironic_git_install_branch: master
|
|
ironic_requirements_git_install_branch: master
|
|
ironic_service_publicuri: "http://10.100.100.102:6385"
|
|
ironic_service_adminuri: "{{ ironic_service_publicuri }}"
|
|
ironic_service_internaluri: "{{ ironic_service_publicuri }}"
|
|
ironic_service_password: "secrete"
|
|
ironic_galera_address: 10.100.100.101
|
|
ironic_galera_database: ironic
|
|
ironic_galera_user: ironic
|
|
ironic_container_mysql_password: "secrete"
|
|
ironic_rabbitmq_password: "secrete"
|
|
ironic_rabbitmq_userid: ironic
|
|
ironic_rabbitmq_vhost: /ironic
|
|
ironic_rabbitmq_servers: "{{ rabbitmq_servers }}"
|
|
ironic_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}"
|
|
ironic_rabbitmq_port: "{{ rabbitmq_port }}"
|
|
ironic_standalone: True
|
|
ironic_swift_endpoint: "http://localhost:8080"
|
|
ironic_swift_auth_account: "AUTH_1234567890"
|
|
ironic_swift_temp_url_secret_key: secrete
|
|
ironic_rabbitmq_userid: ironic
|
|
ironic_rabbitmq_password: secrete
|
|
ironic_rabbitmq_vhost: /ironic
|
|
|
|
# required for ironic.conf
|
|
glance_api_servers: http://localhost:9292
|
|
|
|
neutron_service_adminurl: http://localhost:9696
|
|
neutron_service_region: RegionOne
|
|
neutron_service_password: secrete
|
|
neutron_service_project_name: ironic
|
|
neutron_service_user_name: ironic
|