ironic: stop deploying n-cpu
Since we don't have Ironic deployed right now, this patch disables
and stops the nova-compute agent from going up.
Sem-Ver: bugfix
Change-Id: I8a9c972e67278de7ce659b8985d983eaf647397e
diff --git a/releasenotes/notes/disable-ironic-62c49aa8af6d5441.yaml b/releasenotes/notes/disable-ironic-62c49aa8af6d5441.yaml
new file mode 100644
index 0000000..ebc28f8
--- /dev/null
+++ b/releasenotes/notes/disable-ironic-62c49aa8af6d5441.yaml
@@ -0,0 +1,4 @@
+---
+issues:
+ - The Ironic deployment is not functional at the moment, therefore, the
+ manifest has been disabled until the Ironic API endpoint is completed.
diff --git a/roles/openstack_helm_nova/vars/main.yml b/roles/openstack_helm_nova/vars/main.yml
index 54f90b5..c16fc41 100644
--- a/roles/openstack_helm_nova/vars/main.yml
+++ b/roles/openstack_helm_nova/vars/main.yml
@@ -129,4 +129,5 @@
service_ingress_osapi: false
service_ingress_placement: false
service_placement: false
- statefulset_compute_ironic: true
+ # NOTE(mnaser): Enable this once we've got Ironic deployed.
+ statefulset_compute_ironic: false