File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ DATAPLANE_PLAYBOOK ?= osp.edpm.download_cache
128128DATAPLANE_CUSTOM_SERVICE_RUNNER_IMG ?=quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest
129129BM_NETWORK_NAME ?=default
130130BM_INSTANCE_NAME_PREFIX ?=edpm-compute
131+ BM_INSTANCE_MEMORY ?=8192
131132BM_NODE_COUNT ?=1
132133BM_ROOT_PASSWORD_SECRET ?=
133134BMH_NAMESPACE ?=openstack
@@ -378,6 +379,7 @@ edpm_baremetal_compute: export OPERATOR_NAME=openstack
378379edpm_baremetal_compute : export NAMESPACE=${BMH_NAMESPACE}
379380edpm_baremetal_compute : export BMAAS_NETWORK_NAME=${BM_NETWORK_NAME}
380381edpm_baremetal_compute : export BMAAS_INSTANCE_NAME_PREFIX=${BM_INSTANCE_NAME_PREFIX}
382+ edpm_baremetal_compute : export BMAAS_INSTANCE_MEMORY=${BM_INSTANCE_MEMORY}
381383edpm_baremetal_compute : export BMAAS_NODE_COUNT=${BM_NODE_COUNT}
382384edpm_baremetal_compute : export NODE_COUNT=${BM_NODE_COUNT}
383385edpm_baremetal_compute : export DEPLOY_DIR=../out/bmaas
You can’t perform that action at this time.
0 commit comments