Page MenuHomeDevCentral

Provide the "deploy" account for roles needing it
ClosedPublic

Authored by dereckson on Apr 16 2023, 16:49.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 14:47
Unknown Object (File)
Thu, Oct 31, 10:05
Unknown Object (File)
Wed, Oct 30, 14:46
Unknown Object (File)
Sun, Oct 27, 12:48
Unknown Object (File)
Sat, Oct 26, 05:19
Unknown Object (File)
Sun, Oct 20, 15:19
Unknown Object (File)
Sun, Oct 20, 07:10
Unknown Object (File)
Sun, Oct 20, 07:10
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.