trilioData / triliovault-cfg-scripts

hosts all configuration management scripts including ansible, salt, juju and everything under the sun.
0 stars 34 forks source link

TVAULT-5325 Install the pre-requisite lxc packages #779

Closed trilio-shiwanand closed 1 year ago

trilio-shiwanand commented 1 year ago

with this playbook, the user is able to install the lxc packages under OSA centos and ubuntu setups. Validated the deployment on the OSA Wallaby CentOS 8 Stream & Ubuntu 20.04

OSA Wallaby CentOS 8 Stream deploy logs

` }, "msg": "", "rc": 0, "results": [ "Installed: python3-lxc-3.0.4-2.el8.x86_64", "Installed: lxc-templates-3.0.4-2.el8.x86_64" ] } META: ran handlers META: ran handlers

PLAY RECAP *** localhost : ok=4 changed=4 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

EXIT NOTICE [Playbook execution success] **`

OSA Wallaby Ubuntu 20.04

` "Preparing to unpack .../16-cloud-image-utils_0.31-7-gd99b2d76-0ubuntu1_all.deb ...", "Unpacking cloud-image-utils (0.31-7-gd99b2d76-0ubuntu1) ...", "Selecting previously unselected package debootstrap.", "Preparing to unpack .../17-debootstrap_1.0.118ubuntu1.8_all.deb ...", "Unpacking debootstrap (1.0.118ubuntu1.8) ...", "Setting up genisoimage (9:1.1.11-3.1ubuntu1) ...", "Setting up debootstrap (1.0.118ubuntu1.8) ...", "Setting up lxc (1:4.0.12-0ubuntu1~20.04.1) ...", "Setting up python3-lxc (1:3.0.4-1ubuntu6) ...", "Setting up lxc-templates (3.0.4-3ubuntu1) ...", "Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ...", "Setting up libnl-route-3-200:amd64 (3.4.0-1) ...", "Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...", "Setting up sharutils (1:4.15.2-4build1) ...", "Setting up libibverbs1:amd64 (28.0-1ubuntu1) ...", "Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ...", "Setting up librdmacm1:amd64 (28.0-1ubuntu1) ...", "Setting up librados2 (15.2.17-0ubuntu0.20.04.1) ...", "Setting up librbd1 (15.2.17-0ubuntu0.20.04.1) ...", "Setting up libiscsi7:amd64 (1.18.0-2) ...", "Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.24) ...", "Setting up qemu-utils (1:4.2-3ubuntu6.24) ...", "Setting up cloud-image-utils (0.31-7-gd99b2d76-0ubuntu1) ...", "Processing triggers for install-info (6.7.0.dfsg.2-5) ...", "Processing triggers for libc-bin (2.31-0ubuntu9.9) ...", "Processing triggers for man-db (2.9.1-1) ..."]}

PLAY RECAP ** localhost : ok=2 changed=1 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0

EXIT NOTICE [Playbook execution success] **

root@ansible:~#`