Page MenuHomeDevCentral

Deploy agent for Jenkins test server
ClosedPublic

Authored by DorianWinty on May 23 2022, 19:39.
Tags
None
Referenced Files
F2743446: D2701.diff
Thu, Mar 28, 09:55
Unknown Object (File)
Fri, Mar 22, 02:12
Unknown Object (File)
Sat, Mar 16, 11:35
Unknown Object (File)
Tue, Mar 12, 13:54
Unknown Object (File)
Mon, Mar 4, 23:45
Unknown Object (File)
Mon, Mar 4, 23:24
Unknown Object (File)
Thu, Feb 29, 07:37
Unknown Object (File)
Thu, Feb 29, 07:37
Subscribers
None

Details

Summary

This is a PHP agent.

Test Plan

Deploy on dwellers.

Diff Detail

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

Event Timeline

DorianWinty created this revision.
Complector
$ salt dwellers state.sls roles/paas-docker/containers/jenkins_agent
dwellers:
----------
          ID: /srv/jenkins/test/agents_homes/zosso
    Function: file.directory
      Result: True
     Comment:
     Started: 19:43:55.921717
    Duration: 18.507 ms
     Changes:
              ----------
              /srv/jenkins/test/agents_homes/zosso:
                  ----------
                  directory:
                      new
----------
          ID: selinux_context_jenkins_agent_zosso_home
    Function: selinux.fcontext_policy_present
        Name: /srv/jenkins/test/agents_homes/zosso
      Result: True
     Comment:
     Started: 19:43:55.943779
    Duration: 5193.594 ms
     Changes:
              ----------
              new:
                  ----------
                  /srv/jenkins/test/agents_homes/zosso:
                      ----------
                      filetype:
                          all files
                      sel_type:
                          container_file_t
              old:
                  ----------
----------
          ID: selinux_context_jenkins_agent_zosso_home_applied
    Function: selinux.fcontext_policy_applied
        Name: /srv/jenkins/test/agents_homes/zosso
      Result: True
     Comment:
     Started: 19:44:01.137929
    Duration: 53.398 ms
     Changes:
              ----------
              /srv/jenkins/test/agents_homes/zosso:
                  ----------
                  new:
                      ----------
                      sel_type:
                          container_file_t
                  old:
                      ----------
                      sel_type:
                          var_t
----------
          ID: /srv/jenkins/test/agents_homes/zosso/.ssh
    Function: file.directory
      Result: True
     Comment:
     Started: 19:44:01.191826
    Duration: 5.508 ms
     Changes:
              ----------
              /srv/jenkins/test/agents_homes/zosso/.ssh:
                  ----------
                  directory:
                      new
----------
          ID: /srv/jenkins/test/agents_homes/zosso/.ssh/authorized_keys
    Function: file.managed
      Result: True
     Comment: File /srv/jenkins/test/agents_homes/zosso/.ssh/authorized_keys updated
     Started: 19:44:01.197575
    Duration: 22.784 ms
     Changes:
              ----------
              diff:
                  New file
              group:
                  433
              user:
                  431
----------
          ID: zosso
    Function: docker_container.running
      Result: True
     Comment: Created container 'zosso'
     Started: 19:44:01.527239
    Duration: 2401.256 ms                                                                                                                                                                                        Changes:
              ----------
              container:
                  ----------
                  Networks:
                      ----------
                      bridge:
                          ----------
                          IPConfiguration:
                              ----------
                              new:
                                  not connected
                              old:
                                  automatic
                      jenkinsTest:
                          ----------
                          Gateway:
                              ----------
                              new:
                                  172.21.5.1
                              old:
                                  None
                          IPAddress:
                              ----------
                              new:
                                  172.21.5.3
                              old:
                                  None
              container_id:
                  ----------
                  added:
                      3785f0266792d0cba2ddeb655b279d4be69b4723c81878363dd762cd9471efda
              state:
                  ----------
                  new:
                      running
                  old:
                      None

Summary for dwellers
------------
Succeeded: 6 (changed=6)
Failed:    0
------------
Total states run:     6
Total run time:   7.695 s
This revision is now accepted and ready to land.May 23 2022, 21:48
This revision was automatically updated to reflect the committed changes.