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

Update service_rh provider to exclude XenServer >= 7. #34915

Merged
merged 1 commit into from
Jul 25, 2016

Conversation

abednarik
Copy link
Contributor

@abednarik abednarik commented Jul 23, 2016

What does this PR do?

XenServer 7 now used systemd to handle services.

What issues does this PR fix or reference?

#34760

Previous Behavior

ensure service is running:
  service.running:
    - name: salt-minion
    - enable: True
          ID: ensure service is running
    Function: service.running
        Name: salt-minion
      Result: False
     Comment: The named service salt-minion is not available
     Started: 16:45:10.268587
    Duration: 136.407 ms
     Changes:   

New Behavior

Now salt will not load rh_service as provider and system provider should be detected and used.

Tests written?

No

NOTE This patch was not tested since I don't have a XenServer install to test it there.

XenServer 7 now used systemd to habdle services.
@rallytime rallytime merged commit 3e32b7c into saltstack:2016.3 Jul 25, 2016
@abednarik abednarik deleted the xenserver7_service_provider branch July 25, 2016 15:26
gitebra pushed a commit to gitebra/salt that referenced this pull request Jul 26, 2016
* upstream/develop: (153 commits)
  Increase all run_script timeouts to 30s (saltstack#34956)
  Fix grains integration tests for Windows (saltstack#34941)
  GCE Cloud tests (saltstack#34871)
  Create regdata before try/except (saltstack#34931)
  Add prune option to reg.list (saltstack#34934)
  Skip inode test in Windows (saltstack#34938)
  Remove use_carrier bond for Ubuntu Xenial later (saltstack#34779)
  Add jid to salt.function orchestration events
  [bashcompletion] replace ticks with bash subshell
  [bashcompletion] ignore salt-key headers
  Add jid to orchestration returns
  Avoid UnboundLocalError in beacons module
  [bash-completion] hide timeout in salt-output
  Master performance improvement (saltstack#34916)
  Update service_rh provider to exclude XenServer >= 7. (saltstack#34915)
  Lint fixes for saltstack#34923
  pv_present should execute pvcreate with -y if existing filesystem signature detected
  Handle exception when no Slack API key was provided
  zone absent with tests
  added zone_present state check
  ...
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.

None yet

2 participants