Page MenuHomeDevCentral

Install lxc on Dwellers
ClosedPublic

Authored by dereckson on Apr 29 2017, 21:57.
Tags
None
Referenced Files
F3977843: D982.id.diff
Tue, Jan 7, 01:42
Unknown Object (File)
Thu, Jan 2, 17:07
Unknown Object (File)
Fri, Dec 27, 23:01
Unknown Object (File)
Fri, Dec 27, 03:45
Unknown Object (File)
Sun, Dec 22, 04:47
Unknown Object (File)
Mon, Dec 16, 05:10
Unknown Object (File)
Sun, Dec 15, 15:06
Unknown Object (File)
Sun, Dec 15, 15:06
Subscribers
None

Details

Summary

Salt Cloud lxc provider also need lxc-ls,
provided on CentOS by the lxc-extra package.

Test Plan

After state has been applied state, package lxc-extra
is well installed and lxc-ls command available.

Diff Detail

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

Event Timeline

$ salt dwellers.nasqueron.org state.apply roles/paas-lxc/lxc
dwellers.nasqueron.org:
----------
          ID: lxc_packages
    Function: pkg.installed
      Result: True
     Comment: The following packages were installed/updated: lxc-extra
              The following packages were already installed: lxc
     Started: 23:53:42.341296
    Duration: 82506.404 ms
     Changes:   
              ----------
              lxc-extra:
                  ----------
                  new:
                      1.0.9-1.el7
                  old:
              python34:
                  ----------
                  new:
                      3.4.5-3.el7
                  old:
              python34-libs:
                  ----------
                  new:
                      3.4.5-3.el7
                  old:
              python34-lxc:
                  ----------
                  new:
                      1.0.9-1.el7
                  old:

Summary for dwellers.nasqueron.org
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:  82.506 s
This revision is now accepted and ready to land.Apr 29 2017, 21:59
roles/paas-lxc/lxc/init.sls
11

lxc

This revision was automatically updated to reflect the committed changes.
dereckson marked an inline comment as done.