510ee6c0df
Made the conductor statefulset more configurable by allowing the user to enable/disable the http or pxe containers and to modify their init and/or runtime scripts. Allow another OS to potentially be used by letting the user supply the HOST_OS value and FILEPATH. Simplify the code by using the variables already defined. Include the snponly image as the counterpart to undionly. Change-Id: I181657bca6ace0f94f6e0ef0b6f8a5bc7a433ac3
25 lines
953 B
YAML
25 lines
953 B
YAML
# 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.
|
|
|
|
apiVersion: v1
|
|
appVersion: v1.0.0
|
|
description: OpenStack-Helm Ironic
|
|
name: ironic
|
|
version: 0.2.15
|
|
home: https://docs.openstack.org/ironic/latest/
|
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
|
|
sources:
|
|
- https://opendev.org/openstack/ironic
|
|
- https://opendev.org/openstack/openstack-helm
|
|
maintainers:
|
|
- name: OpenStack-Helm Authors
|