-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Nuage changes for Atomic hosts OSE Integration #4991
Conversation
Can one of the admins verify this patch?
|
1 similar comment
Can one of the admins verify this patch?
|
36e25b0
to
76aa794
Compare
roles/nuage_master/tasks/main.yaml
Outdated
ignore_errors: true | ||
when: openshift.common.is_atomic | bool | ||
|
||
- name: Restart daemons |
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.
any reason why we are doing master/api server/controller restart after launching the daemon sets?
@@ -49,3 +100,4 @@ | |||
- restart master api |
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.
do you think we can get away with restarts being done only once?
@@ -76,3 +76,19 @@ | |||
command: > | |||
hostnamectl set-hostname {{ openshift.common.hostname }} | |||
when: openshift_set_hostname | default(set_hostname_default) | bool | |||
|
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.
is it possible to do this under "nuage_common"?
roles/nuage_master/tasks/main.yaml
Outdated
@@ -1,7 +1,22 @@ | |||
--- | |||
- name: Create directory /usr/share/nuage-openshift-monitor |
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.
does it not break backward compatibility for RHEL systems? IMO, we should use " /usr/share/nuage-openshift-monitor" for RHEL and "/var/usr/share/nuage-openshift-monitor" for Atomic. can we not conditionally set this variable and use it?
249c72f
to
69cea25
Compare
2c7590f
to
667f649
Compare
2e32e32
to
294699d
Compare
ec90506
to
2444529
Compare
- name: restart nuage-openshift-monitor | ||
become: yes | ||
systemd: name=nuage-openshift-monitor state=restarted | ||
- name: restart master |
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 handler and references to it can be removed. The single master service was removed in #4832.
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.
@abutcher Addressed your comment, Thanks!
cd08671
to
a87e7dc
Compare
1b53ce6
to
3a0b6cc
Compare
Can admin review and stage this PR for merge into master? |
579c537
to
20c6c50
Compare
Can any one of the admins review and merge this PR into main branch? |
3dd82f1
to
0338fa7
Compare
781f323
to
b58adb0
Compare
@vareti can you please review this? we don't have capacity to verify functionality just coding standards. Is there someone specific that can provide review of Nuane changes? |
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.
looks good to me.
aos-ci-test |
[test] |
Evaluated for openshift ansible test up to b58adb0 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_openshift_ansible/526/) (Base Commit: bb10901) (PR Branch Commit: b58adb0) |
Nuage changes for Atomic hosts OSE Integration