- Feb 06, 2018
-
-
Mark Goddard authored
Improves shell script quoting, and adds set -u set -o pipefail
-
Mark Goddard authored
-
- Jan 31, 2018
-
-
Mark Goddard authored
The following top level scripts are added under dev/: * overcloud-deploy.sh * seed-deploy.sh * seed-hypervisor-deploy.sh Some amount of configuration is possible via dev/config.sh.
-
- Jan 29, 2018
-
-
Mark Goddard authored
Fix undefined variable in cadvisor role
-
John Garbutt authored
When running latest kayobe on alaska, needed to ensure the correct monitoring configuration was applied, I hit undefined variables, hitting errors such as: The task includes an option with an undefined variable. The error was: 'nodeexporter_restart_policy' is undefined On inspecting the role, it seems some cut and paste errors from the nodeexporter role have snook in. The command is not required for the docker_container directive, its not specified in the defaults. Interestingly this triggered when I was just trying to redeploy haproxy.
-
- Jan 23, 2018
-
-
Mark Goddard authored
roles/cadvisor: Added.
-
Doug Szumski authored
Support configuring Grafana
-
Jonathan Davies authored
-
Doug Szumski authored
-
Jonathan Davies authored
-
Doug Szumski authored
-
Doug Szumski authored
-
Doug Szumski authored
-
Doug Szumski authored
-
Doug Szumski authored
-
Doug Szumski authored
-
Doug Szumski authored
This add supports for running the stackhpc.grafana-conf Ansible Galaxy role against a monitoring server to configure Grafana post deployment. This includes: * Creating an organisation * Configuring dashboards for the organisation from a git repo * Configuring datasources for the organisation
-
Doug Szumski authored
Support configuring API interface via overcloud inventory file
-
- Jan 19, 2018
-
-
Doug Szumski authored
-
- Jan 17, 2018
-
-
Doug Szumski authored
This is to support different hosts, having API interfaces with different names.
-
Mark Goddard authored
Fix provisioning issues
-
- Jan 16, 2018
-
-
Mark Goddard authored
This ensures that the seed VM honours any MTU configuration following its initial provisioning.
-
Mark Goddard authored
-
Mark Goddard authored
Previously only a single DNS server was configured.
-
Mark Goddard authored
Previously we were relying on kolla-ansible's baremetal role to install pip, but if virtualenvs are used for the target hosts with kolla-ansible (but not kayobe), then pip will not be installed to the system site packages. This change installs pip using easy_install if target virtualenvs are not in use for kayobe.
-
Mark Goddard authored
The CentOS cloud images from 7.2 (1511) onwards have a bogus name server entry in /etc/resolv.conf, 10.0.2.3. Cloud-init only appends name server entries to this file, and will not remove this bogus entry. Typically this leads to a delay of around 30 seconds when connecting via SSH, due to a timeout in NSS. The workaround employed here is to remove this bogus entry from the image using virt-customize, if it exists. See https://bugs.centos.org/view.php?id=14369. Fixes: #112
-
Mark Goddard authored
-
Mark Goddard authored
-
Mark Goddard authored
-
Doug Szumski authored
Support monitoring hosts by default in overcloud inventory
-
- Jan 13, 2018
-
-
Mark Goddard authored
Seed hypervisor bootstrap support
-
Mark Goddard authored
This allows kayobe to configure the kayobe ansible user (default stack) on the seed-hypervisor using a bootstrap user account.
-
- Jan 12, 2018
-
-
Doug Szumski authored
-
Doug Szumski authored
Add support for configuring Grafana
-
Doug Szumski authored
As per the Kolla project, this is disabled by default.
-
- Jan 11, 2018
-
-
Mark Goddard authored
Add extra conf for cinder and ceph
-
Kevin TIBI authored
-
- Jan 08, 2018
-
-
Mark Goddard authored
Fix copy image ipa on seed
-
root authored
-
- Jan 04, 2018
-
-
Mark Goddard authored
Fix storage config for docker-ce
-