Page MenuHomeDevCentral

Fix state filename to be coherent with declaration in index
ClosedPublic

Authored by dereckson on Sep 13 2018, 12:32.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 28, 11:37
Unknown Object (File)
Wed, Aug 27, 09:51
Unknown Object (File)
Mon, Aug 25, 22:19
Unknown Object (File)
Mon, Aug 25, 00:19
Unknown Object (File)
Mon, Aug 18, 22:25
Unknown Object (File)
Sun, Aug 17, 09:09
Unknown Object (File)
Mon, Aug 11, 14:45
Unknown Object (File)
Sat, Aug 9, 14:12
Subscribers
None

Details

Summary

This is a follow-up for 9fb9d7646a76.

Test Plan

salt equatower state.apply roles/paas-docker/docker test=True

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
$ salt equatower state.apply roles/paas-docker/docker test=True
equatower:
----------
          ID: remove_legacy_docker_packages
    Function: pkg.removed
      Result: True
     Comment: All specified packages are already absent
     Started: 12:33:07.613371
    Duration: 4789.829 ms
     Changes:   
----------
          ID: install_docker_engine
    Function: file.managed
        Name: /etc/yum.repos.d/docker-ce.repo
      Result: True
     Comment: The file /etc/yum.repos.d/docker-ce.repo is in the correct state
     Started: 12:33:12.407021
    Duration: 26.856 ms
     Changes:   
----------
          ID: install_docker_engine
    Function: pkg.installed
      Result: True
     Comment: All specified packages are already installed
     Started: 12:33:12.462210
    Duration: 36.229 ms
     Changes:   
----------
          ID: docker_network_cd
    Function: docker_network.present
        Name: cd
      Result: True
     Comment: Network 'cd' already exists, and is configured as specified
     Started: 12:33:12.515410
    Duration: 460.6 ms
     Changes:   

Summary for equatower
------------
Succeeded: 4
Failed:    0
------------
Total states run:     4
Total run time:   5.314 s
This revision is now accepted and ready to land.Sep 13 2018, 12:34
This revision was automatically updated to reflect the committed changes.