You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop rabbitmq-cluster-operator and add rabbitmq version label
Remove all rabbitmq-cluster-operator references, CRDs, RBAC, and
deployment manifests from openstack-operator. Use custom infra-operator
image that no longer depends on the rabbitmq-cluster-operator.
Add RabbitmqVersion field to ServiceDefaults and set the target
rabbitmq-server version (4.2) in the RabbitMQ spec during reconciliation.
sed -i bindata/operator/operator.yaml -e "/customTolerations/c\\ tolerations:\n{{- range .OpenStackOperator.Deployment.Tolerations }}\n - key: \"{{ .Key }}\"\n{{- if .Operator }}\n operator: \"{{ .Operator }}\"\n{{- end }}\n{{- if .Value }}\n value: \"{{ .Value }}\"\n{{- end }}\n{{- if .Effect }}\n effect: \"{{ .Effect }}\"\n{{- end }}\n{{- if .TolerationSeconds }}\n tolerationSeconds: {{ .TolerationSeconds }}\n{{- end }}\n{{- end }}"
0 commit comments