Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ironic] add coordination backend for ironic inspector #261

Open
wants to merge 1 commit into
base: stackhpc/wallaby
Choose a base branch
from

Conversation

grzegorzkoper
Copy link

Change-Id: Ide82b7a7fa6752b60f2c9c31cdc4c79183fc62f6
(cherry picked from commit 2edc32f)

Change-Id: Ide82b7a7fa6752b60f2c9c31cdc4c79183fc62f6
(cherry picked from commit 2edc32f)
@grzegorzkoper grzegorzkoper requested a review from a team as a code owner August 30, 2022 14:44
Copy link

@markgoddard markgoddard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kayobe only deploys inspector on one controller by default, so I don't know if this will be used without a custom inventory.

@grzegorzkoper
Copy link
Author

I am aware of this fix:
https://github.com/openstack/kayobe/blob/master/ansible/roles/kolla-ansible/templates/overcloud-services.j2#L247-L253

I wanted to test the coordination backend on sms-lab.

@@ -1214,6 +1214,9 @@ ironic_admin_endpoint: "{{ admin_protocol }}://{{ ironic_internal_fqdn | put_add
ironic_internal_endpoint: "{{ internal_protocol }}://{{ ironic_internal_fqdn | put_address_in_context('url') }}:{{ ironic_api_port }}"
ironic_public_endpoint: "{{ public_protocol }}://{{ ironic_external_fqdn | put_address_in_context('url') }}:{{ ironic_api_port }}"

# Valid options are [ '', redis, etcd ]
ironic_coordination_backend: "{{ 'redis' if enable_redis|bool else 'etcd' if enable_etcd|bool else '' }}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any risk in backporting this? Existing systems with redis or etcd deployed will start to use coordination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants