f49b509534
This PS updates ironic deployment with IPA init container which contains python agent agent packages which are ubuntu based packages. The docker image for this can found here [0] [0] https://opendev.org/airship/images/src/branch/master/ipa-downloader-image Change-Id: Idaaafb2ddb562cf22a62df36100dd1e6c76211fc
30 lines
920 B
YAML
30 lines
920 B
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/"
|