Megatest

Changes To lxd_test_cluster
Login

Changes to "lxd_test_cluster" between 2017-03-23 19:03:08 and 2017-03-23 19:03:54

51
52
53
54
55
56
57
58

59
60

61
62
63
64
65
66
67
51
52
53
54
55
56
57

58
59

60
61
62
63
64
65
66
67







-
+

-
+








    host# lxc config device add ruby sharedtmp disk path=/lxd-shared source=/lxd-shared 
    host# lxc config device add ash sharedtmp disk path=/lxd-shared source=/lxd-shared  
    host# lxc config device add pablo sharedtmp disk path=/lxd-shared source=/lxd-shared

## Setup containers<a id="orgheadline5"></a>

-   Foreach container {container}:
-   Foreach container :

    host# lxc exec {container} /bin/bash
    host# lxc exec container /bin/bash

    container# apt update
    container# apt upgrade
    container# apt-get install -y openssh-server htop ncurses-term fossil make
    container# service ssh start

    container# addgroup megatest