Showing headlines posted by dba477

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 27 ) Next »

The only option brought me to success installing telegram-desktop on CentOS 8.1 appears to be snap

  • https://dbaxps.blogspot.com; By Boris Derzhavets (Posted by dba477 on Feb 19, 2020 2:34 PM EDT)
  • Story Type: Security, Tutorial; Groups: Red Hat
In meantime the only option brought me to success installing telegram-desktop on CentOS 8.1 appears to be snap.

Install Gnome 3.28 on top of Linux Mint 19.3 via snapd daemon

  • https://dbaxps.blogspot.com; By Boris Derzhavets (Posted by dba477 on Feb 6, 2020 7:12 AM EDT)
  • Story Type: Tutorial; Groups: GNOME, Ubuntu
In meantime Snapd daemon might be installed on Linux Mint with no issues. So Gnome 3 Desktop installation is supposed to be done via "sudo snap installs" as quite straight forward procedure.

The Ultimate Guide to Tor Browser (with Important Tips) 2020

If you’re curious about Tor browser, then you already know how important your privacy and anonymity online can be. And yes, Tor browser is a great tool that can help keep you safe. But there’s a lot of confusion about its pros and cons, and especially, about how it relates to VPNs

CentOS 8.0.1905 network installs on bare metal via External Repos succeeded (non US location )

  • https://dbaxps.blogspot.com; By Boris Derzhavets (Posted by dba477 on Sep 29, 2019 10:05 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
At the moment URLs below worked for me as installation repositories, Hopefully this repositories will stay stable in a foreseeable future. Particular source might be verified when creating CentOS 8 virtual machine on any KVM Hypervisor, say on Ubuntu 18.05 Server .

Attempt of evaluation TripleO QS (Master) overcloud containerized HA deployment on 32 GB VIRTHOST

Following bellow is a sample of tuning deploy-configHA.yaml which allows to obtain fairly functional overcloud topology with PCS HA Controller's cluster, then create Networks, HA Router and launch F27 VM. Install on VM links text browser and surf the Net pretty fast and smoothly. Sizes of PCS Controller's were tuned rather then default size of undercloud as well as number VCPUS running undercloud VM.

TripleO QuickStart (Master) overcloud containerized HA deployment

This is an immediate follow up for http://lxer.com/module/newswire/view/251608/index.html Syntax of deploy-config.yaml template was changed to handle three node PCS Controllers cluster deployment. Containerized Deployment finishes up with 1.2 GB in Swap area. So it's just a POC done on 32 GB VIRTHOST. At the time of writing you need UNDERCLOUD 12 GB and 6 VCPUS at least,e.g. 48(64) GB RAM on VIRTHOST. Each overcloud node should have 8 GB RAM and 2 VCPUS.

TripleO QuickStart (Master) overcloud containerized deployment with several compute nodes.

In general, we follow "New TripleO quickstart cheatsheet" by Carlo Camacho However , syntax of deploy-config.yaml template was slightly changed to handle several compute nodes deployment. Also standard configuration connecting Fedora WorkStation 27 to VIRTHOST (32 GB) via stack account has been used as usual. Containerized deployment Overcloud with One Controller and Two Compute nodes has been done and tested via external connections (sshuttle supported) from fedora 27 workstation.

Attempt to verify patch for 'metadata service PicklingError' on TripleO QS Master (Pike) via HA overcloud deployment

Perform HA overcloud deployment via TripleO QuickStart Master (Pike) branch via `bash quickstart.sh -R master --config config/general_config/pacemaker.yml --nodes config/nodes/3ctlr_2comp.yml $VIRTHOST` to avoid waiting for commit's appearance in Delorean RDO trunk for Master.

Attempt to upgrade OVS to 2.7 on HA overcloud topology RDO Ocata

This test is inspired by recent message "[rdo-list] OVS 2.7 on rdo", however has been done on stable Ocata branch 15.0.6 (versus master in link mentioned above.) So, it allows after OVS upgrade launch completely functional VM in overcloud. Obviously no ovn* packages got installed. Same step on Master is awaiting complete functionality of TripleO QS deployment of Master branch

RDO Ocata packstack Multi Node deployment via the most recent tested Ocata trunk

Finally I have decided to verify two Node ML2&OVS&VXLAN deployment via "current-passed-ci" Ocata Delorean trunks . To build external , private networks and neutron router. Launch F24 cloud VM (nested KVM on Compute node). I have to notice that answer file is not quite the same as in Newton times

RDO Ocata packstack AIO deployment via the most recent tested trunk

Post following bellow is just proof of concept that packstack might be used for RDO Ocata deployment using the same current-passed-ci delorean Ocata Trunk as it does on regular basis TripleO QuickStart. Looks like packstack mostly serves as part of the testing pipeline that promotes trunk repositories to "current-passed-ci".

Switching to newly created project's private network running Fedora 24 && CentOS 7.3 Cloud VMs on RDO Ocata

This post is immediate followup to previous one "Adding Second VNIC to running Fedora 24 && CentOS 7.3 Cloud VMs on RDO Ocata". I was forced to use Nova&&Neutron CLI due to python-openstackclient doesn't seem to be ready replace required CLI commands at the moment. For instance `nova interface-attach`,`nova interface-list`

Adding Second VNIC to running in overcloud Fedora 24 VM on RDO Ocata

Posting bellow addresses one of currently pending questions at ask.openstack.org regarding adding second vnic to currently running cloud guest which private IP and VNIC associated with neutron port are located on different private subnet. The one which was selected booting this guest originally.

TripleO QuickStart Ocata branch Deployment with feature sets and nodes configuration (topology) seperated

In general,Ocata overcloud deployment is more memory consuming then Newton. Minimal memory requirements highlighted bellow. Also minor trobleshooting step was undertaken several times right after overcloud deployment. Command `pcs resource cleanup` was issued after detecting resources failed to start after original deployment completed. The problem above would be gone in case when VIRTHOST (48GB) would allow to allocate 8192 MB for each PCS Cluster's Controller. Sshuttle command line was also modified to provide access to control plane and external network from workstation at a time.

Remote ssh connection via sshuttle to Overcloud TripleO QuickStart VMs (Master branch)

Posting bellow is immediate follow up for recent "TripleO QuickStart Deployment with feature sets (topology) and nodes configuration separated" Just include control plane 192.168.24.0/24 in sshuttle command line providing connection to external network. I also presume that TripleO QS Deployment has been commited on VIRTHOST ( like described in link mentioned above )

TripleO QuickStart Deployment with feature sets (topology) and and nodes configuration separated

Quoting currently posted release notes :- Configuration files in general_config were separated into feature sets (to be specified with --config argument ) and nodes configuration (to be specified with --nodes configuration)

TripleO QuickStart HA deployment of Master branch && python-openstackclient CLI ( vs Neutron CLI )

Following bellow post attempts TripleO QuickStart deployment based on current pre-built images ( as of 02/10/2017 ) and creating required openstack environment utilizing python-openstackclient CLI instead on nova&&neutron CLI for creating networks,routers,flavors,keypairs and security rules set up in overcloud.

TripleO QuickStart HA&&CEPH Deployment on Fedora 25 VIRTHOST

The most recent commits in https://github.com/openstack/tripleo-quickstart allow to use Fedora 25 Workstaion (32 GB) as target VIRTHOST for TripleO Quickstart HA Deployments and benefit from QEMU's (2.7.0) && Libvirt's (2.2.0) the most recent KVM virtualization features coming with last Fedora release.

TripleO QuickStart functionality and recent commit move the undercloud deploy role to quickstart-extras for composability

TripleO QuickStart functionality and recent commit Merge "move the undercloud deploy role to quickstart-extras for composability".

RDO Newton Instack-virt-setup deployment with routable control plane on CentOS 7.3

Following bellow is instack-virt-setup deployment creating rout-able control plane via modified ~stack/undercloud.conf setting 192.168.24.0/24 to serve this purpose. It also also utilizes RDO Newton "current-passed-ci" trunk and corresponding TripleO QuickStart pre-built images, which are in sync with trunk as soon as appear to be built during CI.

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 27 ) Next »