Page MenuHomeDevCentral

Read datacube information from pillar
ClosedPublic

Authored by dereckson on May 12 2023, 22:14.
Tags
None
Referenced Files
F2845622: D3087.id.diff
Tue, Apr 23, 23:47
Unknown Object (File)
Tue, Apr 23, 00:32
Unknown Object (File)
Tue, Apr 23, 00:30
Unknown Object (File)
Tue, Apr 23, 00:01
Unknown Object (File)
Mon, Apr 22, 18:15
Unknown Object (File)
Fri, Apr 19, 08:19
Unknown Object (File)
Fri, Apr 19, 08:11
Unknown Object (File)
Fri, Apr 19, 07:57
Subscribers
None

Details

Summary

The new datacubes pillar entry will allow to add arguments,
like the user for the directory or the ZFS volume.

Ref T1537

Test Plan

Deploy on WindRiver, should be no-op

Diff Detail

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

Event Timeline

Restore {{ tank }}/datacube

/datacube subdirs are correctly no-op:

Complector
$ salt windriver state.apply roles/devserver/datacube test=True
windriver:
----------
          ID: /datacube
    Function: file.directory
      Result: None
     Comment: The following files will be changed:
              /datacube: mode - 0711
     Started: 22:18:58.261691
    Duration: 8.386 ms
     Changes:
              ----------
              /datacube:
                  ----------
                  mode:
                      0711
----------
          ID: arcology/datacube
    Function: zfs.filesystem_present
      Result: True
     Comment: filesystem arcology/datacube is uptodate
     Started: 22:18:58.270735
    Duration: 32.547 ms
     Changes:
----------
          ID: arcology/datacube/bak
    Function: zfs.filesystem_present
      Result: True
     Comment: filesystem arcology/datacube/bak is uptodate
     Started: 22:18:58.303499
    Duration: 16.318 ms
     Changes:
----------
          ID: arcology/datacube/git
    Function: zfs.filesystem_present
      Result: True
     Comment: filesystem arcology/datacube/git is uptodate
     Started: 22:18:58.320045
    Duration: 17.354 ms
     Changes:
----------
          ID: arcology/datacube/t
    Function: zfs.filesystem_present
      Result: True
     Comment: filesystem arcology/datacube/t is uptodate
     Started: 22:18:58.337633
    Duration: 17.374 ms
     Changes:

Summary for windriver
------------
Succeeded: 5 (unchanged=1, changed=1)
Failed:    0
------------
Total states run:     5
Total run time:  91.979 ms
This revision is now accepted and ready to land.May 12 2023, 22:19
This revision was automatically updated to reflect the committed changes.