airshipctl/manifests/function/baremetal-operator/ironic-vars.yaml
Matthew Fuller 763b5c2248 Add support for extra BMO replacements
Adds support for additional Baremetal Operator replacements
in the NetworkCatalogue CRD.

Relates-To: #469
Change-Id: I4788813b3db82459d2b975fca2b3e74d3792cb63
2021-02-25 22:57:34 +00:00

40 lines
1.4 KiB
YAML

---
kind: ConfigMap
apiVersion: v1
metadata:
labels:
name: ironic-vars
data:
# Overrideable via the `replacements` entrypoint and environment variables
HTTP_PROXY: ""
HTTPS_PROXY: ""
http_proxy: ""
https_proxy: ""
NO_PROXY: ""
no_proxy: ""
# Overrideable via the `replacements` entrypoint and networking catalogue
PROVISIONING_IP: "192.168.10.100"
# Overrideable via the `replacements` entrypoint and networking catalogue
DHCP_RANGE: "192.168.10.200,192.168.10.250"
# Overrideable via the `replacements` entrypoint and networking catalogue
PROVISIONING_INTERFACE: "pxe"
HTTP: "80"
DEPLOY_KERNEL_PATH: "/images/ipa-ubuntu-master.kernel"
DEPLOY_RAMDISK_PATH: "/images/ipa-ubuntu-master.initramfs"
FAST_TRACK: "false"
API_WORKERS: "4"
AUTOMATED_CLEAN: "true"
IRONIC_VOLUME_CAPACITY: "10Gi"
IRONIC_STORAGE_CLASS_NAME: "default"
IRONIC_HOST_PATH: "/opt/metal3-dev-env/ironic/"
# Additional Baremetal Operator values overridable via the `replacements` entrypoint
# and networking catalogue
# IRONIC_AUTOMATED_CLEAN: “false”
# HTTP_PORT: "80"
# IRONIC_FAST_TRACK: "false"
# DEPLOY_KERNEL_URL: http://172.30.0.140:80/images/ipa-ubuntu-master.kernel
# DEPLOY_RAMDISK_URL: http://172.30.0.140:80/images/ipa-ubuntu-master.initramfs
# IRONIC_ENDPOINT: http://172.30.0.140:6385/v1/
# IRONIC_INSPECTOR_ENDPOINT: http://172.30.0.140:5050/v1/