rpc-maas icon indicating copy to clipboard operation
rpc-maas copied to clipboard

Ansible playbooks for deploying Rackspace Monitoring-as-a-Service within Openstack Environments

Results 10 rpc-maas issues
Sort by recently updated
recently updated
newest added

https://github.com/rcbops/rpc-maas/blob/fb279008cdc80b714ad74781b438277dc57a71f0/playbooks/vars/maas.yml#L358 https://github.com/ansible-collections/ansible.utils/issues/331 We should pin netaddr to {"changed": false, "module_stderr": "Traceback (most recent call last):\n File \"\", line 102, in \n File \"\", line 94, in _ansiballz_main\n File \"\", line...

Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 2.10.5 to 8.5.0. Commits 16d3653 Ansible 8.5.0: Dependencies, changelog and porting guide (#304) 23f5e49 Ansible 9.0.0a2: Dependencies, changelog and porting guide (#303) e9d24af Ansible 9.0.0a1: Dependencies, changelog...

dependencies

This needs to be investigated as the SSL error seems to imply that the HTTPS protocol gets dropped once it queries the url **/v1.0/hybrid:xxx/views/overview** ```Traceback (most recent call last): File...

When running maas playbooks, if Octavia is in the environment and there are 2 projects named 'admin' the playbooks fail with the following: ``` TASK [Ensure Octavia observer member role...

The previous method of using chroot to check container storage fails when the container uses a symlink from /etc/mtab to ../proc/self/mounts since the container is running in an isolated pid/mnt...

The current [container storage check](https://github.com/rcbops/rpc-maas/blob/a3f9183fea6ff9f354df325fef324ae596fbdf26/playbooks/files/rax-maas/plugins/container_storage_check.py) does a chroot into `/proc//root` and calls `psutil.disk_partitions()`. This fails when `/etc/mtab` is a symlink to `../proc/self/mounts`, which is the default configuration in current linux...

After upgrading the OS from 16.04 -> 18.04 on a ceph cluster there were two manual cleanup/install steps required for the playbooks to run successfully. - rsync had to be...

Currently, our monitoring only watches the status of a ceph cluster and alerts if it is in a HEALTH_WARN or HEALTH_ERR state. An engineer has no more information than the...

- I managed to deploy MAAS in the environment to completion in RHOSP17 environment. A few checks are failing(cinder-volume, neutron, ironic, private_lb) need to be checked. We can raise separate...

Bumps [ansible-core](https://github.com/ansible/ansible) from 2.11.6 to 2.15.9. Release notes Sourced from ansible-core's releases. v2.15.9 Changelog See the full changelog for the changes included in this release. Release Artifacts Built Distribution: ansible_core-2.15.9-py3-none-any.whl...

dependencies