-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix osp-17 overcloud node count #116
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to make sure you call the openstack_version role first as it now depends on rhosp_major
- name: Get Controller Nodes number | ||
shell: source {{ user_homedir.stdout }}/stackrc; nova list | grep controller | grep ACTIVE | wc -l | ||
register: controller_count | ||
when: undercloud_conf.stat.exists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be better to move this condition too along with the rhosp_major block condition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@jtaleric yes, openstack using this config https://github.com/cloud-bulldozer/stockpile/blob/master/config/featureset001.yml and in thisconfig, the version role is called before the undercloud role. |
@masco could you please call the openstack_version role first in stockpile.yaml playbook as it is used for running stockpile CI |
Description
Fixes