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
F7114579: D1753.id4453.diff
Sun, Apr 20, 22:48
F7097303: D1753.diff
Sun, Apr 20, 16:08
Unknown Object (File)
Sat, Apr 19, 08:12
Unknown Object (File)
Wed, Apr 16, 13:58
Unknown Object (File)
Sat, Apr 12, 18:18
Unknown Object (File)
Sat, Apr 12, 11:45
Unknown Object (File)
Sat, Apr 12, 10:48
Unknown Object (File)
Fri, Apr 11, 23:56
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.