appside icon indicating copy to clipboard operation
appside copied to clipboard

Multitenant environment automation.

Results 12 appside issues
Sort by recently updated
recently updated
newest added

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...

dependencies
python

`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...

enhancement

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...

enhancement

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...

enhancement

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 /...

bug

we need to add VIP monitoring of keepalived to Icinga2.

enhancement

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...

enhancement
help wanted

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...

enhancement

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:...

enhancement