Skip to content

Commit

Permalink
Add openstack_init target
Browse files Browse the repository at this point in the history
Recently, a new target called openstack_init has been added to
install_yamls [1]. This target ensures deploynment of all the
openstack operators. The current state of this repository fails with the
following error:

no matches for kind "NetConfig"

when running make deploy_controlplane. This is caused by missing CRDs
in the environment because only openstack-operator is being deployed.

[1] openstack-k8s-operators/install_yamls#963
  • Loading branch information
lpiwowar committed Jan 20, 2025
1 parent f90a385 commit a8c9b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nested-passthrough/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif

.PHONY: create_storage
create_storage:
@NNCP_TIMEOUT=$(TIMEOUT_OPERATORS) TIMEOUT=$(TIMEOUT_OPERATORS) make -C $(INSTALL_YAMLS_DIR) crc_storage openstack_wait
@NNCP_TIMEOUT=$(TIMEOUT_OPERATORS) TIMEOUT=$(TIMEOUT_OPERATORS) make -C $(INSTALL_YAMLS_DIR) crc_storage openstack_init

# Create storage sometime fails, so we repeat it once on failure
.PHONY: deploy_controlplane
Expand Down

0 comments on commit a8c9b95

Please sign in to comment.