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
F10962098: D1753.diff
Thu, Aug 7, 11:23
F10953050: D1753.id4454.diff
Thu, Aug 7, 03:19
Unknown Object (File)
Sun, Aug 3, 21:53
Unknown Object (File)
Sun, Aug 3, 20:02
Unknown Object (File)
Sat, Aug 2, 11:26
Unknown Object (File)
Fri, Aug 1, 23:54
Unknown Object (File)
Thu, Jul 24, 13:54
Unknown Object (File)
Tue, Jul 15, 11:21
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 Passed
Unit
No Test Coverage
Branch
networks
Build Status
Buildable 2730
Build 2978: arc lint + arc unit

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.