a9e3f385af
After this patch https://review.openstack.org/#/c/471822/ have been merged into stable/pike, Ironic Conductor's own container is back again and separated from Ironic API's container. After launching OpenStack AIO scenario and enabling Ironic, we noticed that Ironic API was not up and it complains that libxml2-dev is missing. We suspect that the dependencies WSGI are still being installed at Ironic Conductor's container due the content at: https://github.com/openstack/openstack-ansible-os_ironic/blob/master/vars/ubuntu-16.04.yml Change-Id: Idae0b03a3e690483a6b10476022bbd1b76e5b08c Co-Authored-By: Saulo Aislan <sauloa@lsd.ufcg.edu.br> Closes-Bug: 1715196
45 lines
1.1 KiB
YAML
45 lines
1.1 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.
|
|
|
|
cache_timeout: 600
|
|
|
|
ironic_developer_mode_distro_packages:
|
|
- git-core
|
|
- libffi-dev
|
|
|
|
ironic_api_distro_packages:
|
|
- libxml2-dev
|
|
|
|
ironic_conductor_distro_packages:
|
|
- libxml2-dev
|
|
- syslinux
|
|
- syslinux-common
|
|
- pxelinux
|
|
- libxslt1-dev
|
|
- qemu-utils
|
|
- libpq-dev
|
|
- python-yaml
|
|
- open-iscsi
|
|
- ipmitool
|
|
- tftpd-hpa
|
|
|
|
ironic_conductor_standalone_distro_packages:
|
|
- isc-dhcp-server
|
|
|
|
ironic_library_modules_paths:
|
|
- "/usr/lib/PXELINUX/pxelinux.0"
|
|
- "/usr/lib/syslinux/modules/efi64/chain.c32"
|
|
- "/usr/lib/syslinux/modules/bios/ldlinux.c32"
|