Page MenuHomeDevCentral

Install lxc on Dwellers
ClosedPublic

Authored by dereckson on Apr 29 2017, 21:57.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 03:11
Unknown Object (File)
Sun, Nov 10, 20:26
Unknown Object (File)
Sun, Nov 10, 17:51
Unknown Object (File)
Sun, Nov 10, 14:24
Unknown Object (File)
Sun, Nov 10, 06:11
Unknown Object (File)
Sun, Nov 10, 03:10
Unknown Object (File)
Sun, Nov 10, 02:55
Unknown Object (File)
Sun, Nov 10, 01:29
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.