Page MenuHomeDevCentral

Provide the "deploy" account for roles needing it
ClosedPublic

Authored by dereckson on Apr 16 2023, 16:49.
Tags
None
Referenced Files
F3606162: D3032.diff
Mon, Sep 30, 00:30
Unknown Object (File)
Sun, Sep 22, 22:19
Unknown Object (File)
Sun, Sep 22, 18:45
Unknown Object (File)
Thu, Sep 19, 17:58
Unknown Object (File)
Thu, Sep 19, 16:03
Unknown Object (File)
Fri, Sep 13, 03:12
Unknown Object (File)
Fri, Sep 13, 03:12
Unknown Object (File)
Thu, Sep 12, 16:14
Subscribers
None

Details

Summary

This account "deploy" is used by several roles, mainly to allow
the CD infrastructure, initially Jenkins, to deploy resources.

Initially set for Ysul, web-001 needs it for Alkane deployment too.

Ref T1803

Test Plan

deploy on web-001

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Error_modules/node.py:433E501flake8 E501
Unit
No Test Coverage
Branch
move-deploy
Build Status
Buildable 4793
Build 5074: arc lint + arc unit

Event Timeline

dereckson created this revision.
Complector
$ alt web-001 state.apply roles/core/deploy
web-001:
----------
          ID: deploy_account
    Function: user.present
        Name: deploy
      Result: True
     Comment: New user deploy created
     Started: 17:01:04.985596
    Duration: 43.548 ms
     Changes:
              ----------
              fullname:
                  Deployment and management of the Salt staging area
              gid:
                  3003
              groups:
                  - deployment
              home:
                  /var/run/deploy
              homephone:
                  None
              name:
                  deploy
              passwd:
                  *
              roomnumber:
                  None
              shell:
                  /bin/sh
              uid:
                  9002
              workphone:
                  None

Summary for web-001
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:  43.548 ms
This revision is now accepted and ready to land.Apr 16 2023, 17:03
This revision was landed with ongoing or failed builds.Apr 16 2023, 17:06
This revision was automatically updated to reflect the committed changes.