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

[NEXMANAGE-872] Fix provision-tc issue in TiberOS - cannot overwrite /etc/dispatcher.environment #570

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

yengliong93
Copy link
Contributor

PULL DESCRIPTION

The provision-tc cannot run sed command to edit /etc/dispatcher.environment due to RO filesystem. It also cannot add the pmsuser group. This PR fixes both issue.

Impact Analysis

Info Please fill out this column
Root Cause Cannot modify group and perform RW operation on RO filesystem.
Jira ticket NEXMANAGE-872

CODE MAINTAINABILITY

  • Added required new tests relevant to the changes
  • Updated Documentation as relevant to the changes
  • PR change contains code related to security
  • PR introduces changes that break compatibility with other modules/services (If YES, please provide description)
  • Run go fmt or format-python.sh as applicable
  • Update Changelog
  • Integration tests are passing
  • If Cloudadapter changes, check Azure connectivity manually

Code must act as a teacher for future developers

The provision-tc cannot run sed command to edit
/etc/dispatcher.environment due to RO filesystem. It also cannot add the
pmsuser group. This PR fixes both issue.

Signed-off-by: yengliong <[email protected]>
@yengliong93 yengliong93 merged commit 3b1e411 into develop Oct 16, 2024
7 checks passed
@yengliong93 yengliong93 deleted the fix-mqtt-provision-script-in-tiberos branch October 16, 2024 00:06
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.

2 participants