-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable multiple controllers #5420
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5420 +/- ##
==========================================
- Coverage 76.85% 76.75% -0.11%
==========================================
Files 241 241
Lines 14649 14649
Branches 629 629
==========================================
- Hits 11259 11244 -15
- Misses 3390 3405 +15 ☔ View full report in Codecov by Sentry. |
2fbbb71
to
2b41fd1
Compare
;controller1 ansible_host=172.17.0.1 ansible_connection=local | ||
;{% endif %} | ||
{% if mode is defined and 'HA' in mode %} | ||
controller1 ansible_host=172.17.0.1 ansible_connection=local |
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.
This is to enable the second controller in the CI environment to run the HA test for controllers.
0328710
to
06cb30f
Compare
06cb30f
to
daf191a
Compare
@ningyougang |
Description
This is to enable multiple controllers on CI tests.
I think it is supposed to be enabled but it was commented at some point.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: