appside
appside copied to clipboard
Multitenant environment automation.
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
`pip3 install appflow` ended with a `ModuleNotFoundError: No module named 'fire'` error. Same for `yaml`. I was able to fix this by running `pip3 install fire` and `pip3 install PyYAML`...
In the past two weeks I had the following scenario twice: 1. `appflow update` works and does the updates, which is fine 2. `appflow decrypt` works, so I change a...
Stats
it would be nice to have a command like `appflow stats --tenant ` which prints out e.g.: ``` - Number of Shell Users / Developers (conf_users) - Number of Virtual...
This is definitely a hot topic, would be great to add some kind of https://www.loggly.com support or similar, this way logs could be shipped directly to a target log server...
there seems to be an issue with `--tags fstab`: we get: ``` /dev/mapper/ubuntu-vg-root / ext4 defaults 1 1 /dev/mapper/ubuntu-vg-swap_1 none swap defaults 0 0 ``` should be: ``` /dev/mapper/ubuntu--vg-root /...
CI
We want to be able to test latest AppFlow code based on [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) via Jenkins. The basic idea is to run Jenkins inside a Docker container or a FreeBSD...
we want to implement some kind of bootstrapping feature which allows devs to easily get-started with AppFlow. The idea is that: - Someone, ore some cloud, provides a blank VM...
This version of `haproxyctl` http://packages.ubuntu.com/xenial/all/haproxyctl/download, from Ubuntu Xenial, can be installed without issues on Trusty: ``` haproxyctl show info Name: HAProxy Version: 1.6.11-1ppa1~trusty Release_date: 2016/12/27 Nbproc: 1 Process_num: 1 Pid:...