- Jan 03, 2019
- Jan 02, 2019
-
-
ZijianGuo authored
Change-Id: I8d21546847a2f5fa418e07cfe79016a349af4783 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- Dec 28, 2018
-
-
Zuul authored
-
- Dec 27, 2018
-
-
Jim Rollenhagen authored
This allows a service to pass in a different listening port than haproxy listens on for the service. This allows haproxy to live on the same network interface as the services, and will be used by services in subsequent changes. Change-Id: Id1d2429a4c800628cb43e0fb7d2b69131e71ee1c Implements: blueprint service-hostnames
-
Dai, Dang Van authored
This change to fix the case that I won't use prometheus-mysqld-exporter Change-Id: I1936bbae0172f4e65605d71066dced837bc30f7a
-
Zuul authored
-
Zuul authored
-
confi-surya authored
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ie5e5417a1d8481bb59d516a320bd7cc1dd89591e
-
- Dec 24, 2018
-
-
wu.chunyang authored
now,cinder does not support v1 endpoint,so no need to create it in keystone Change-Id: I4b3bbf24c19a996e73f4b360beeb20a110907a6d
-
Zuul authored
-
Zuul authored
-
- Dec 23, 2018
-
-
Kien Nguyen authored
* In service_credentials section, project_name should be admin and auth_url should use keystone public port (5000) according [1]. * User vitrage should have role admin in project admin [2]. [1] https://github.com/openstack/vitrage/blob/master/devstack/plugin.sh#L164 [2] https://docs.openstack.org/vitrage/latest/install/install-rdo.html#initialize-vitrage Change-Id: I8bf028c702df5659e4c58df0e17600ab5be14eea
-
Kien Nguyen authored
In oslo_messaging_notification section - vitrage conf, kolla-ansible is missing transport_url. Change-Id: I0100af9771dfdb9cd40ce5effff2a60c7bd43575
-
- Dec 22, 2018
-
-
dommgifer authored
This is required to support execution as a non-root user. Change-Id: Idd2deec2918e5eb7743e60112a91cb31edf5aad3 Close-bug: #1809527
-
- Dec 21, 2018
-
-
Martin Chlumsky authored
Currently, you cannot deploy custom policy files in horizon for disabled openstack projects that don't have a horizon plugin. This patch allows customizing disabled openstack projects policy files used by horizon. For services that do not have horizon plugins, it creates variables of the form `enable_*_horizon_policy_file` and sets these to the relevant `enable_*` variables by default. This ensures backwards compatibility. This patch is useful when you are migrating to kolla-ansible from another deployment method one openstack project at a time and you have custom policy files deployed by the old method. Partially-Implements: blueprint docs-migrating-to-kolla Closes-Bug: #1809314 Change-Id: Ifc33ef65759fa4831c24d177b272af5b45f80931
-
Zuul authored
-
Zuul authored
-
Eduardo Gonzalez authored
Change-Id: I33484d0961f1cd17ed05dd124eba68d99b4db83f
-
dommgifer authored
This is required to support execution as a non-root user. Change-Id: I60d224407c2828d6b9f1701f7637385a25fbcced Closes-Bug: #1809233
-
confi-surya authored
Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: I67199fabe6a9f7b1fd38dac77a6157bf4fb465b9 Needed-By: https://review.openstack.org/623229
-
- Dec 20, 2018
- Dec 19, 2018
-
-
Eduardo Gonzalez authored
Change-Id: If5b4ba975a65e07d2704eb6bdb9d841d6a9c3d42
-
Duc Nguyen Cong authored
In multi controller deployment, kolla will generate "controller_ip_port_list option" in [health_manager] section with ONLY IP of that node instead of a list of controller ip. Therefor, "amphora-agent.conf" file of amphora instance will contain IP of ONLY ONE controller node. In case of that node fail, amphora agent won't send heartbeat message to other health manager node, and the loadbalancer will go to ERROR state. Change-Id: I102ed6ba3fff2c12cc6d37f81ad59508eacc859c Co-Authored-By:
Hieu LE <hieulq2@viettel.com.vn>
-
Zuul authored
-
- Dec 18, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
This means we can pull in the job from other repositories without explicitly adding the dependency on kolla-ansible in that project. Change-Id: Ia7e4294508e6d445638c176359a939af32fdfb12
-
- Dec 17, 2018
-
-
Nick Jones authored
Update the template so that if 'dns_interface' is set, named listens on this interface as well as the 'api_interface'. Change-Id: I986ca46e5599e4767800fcc7f34a1c6e682efb55 Closes-Bug: 1808829
-
Zuul authored
-
Pavel Sinkevych authored
Add missing `prometheus_memcached_exporter` container_fact Fix conditional container_fact for haproxy_exporter Change-Id: Id0f3b94af956f51e3c782c0244c6ce7a340119bd Closes-Bug: #1808820
-
Mark Goddard authored
Kolla Ansible's bootstrap-servers command provides support for installing the Docker engine. This is currently done using the packages at https://apt.dockerproject.org and https://yum.dockerproject.org. These packages are outdated, with the most recent packages from May 2017 - docker-engine-17.05. The source for up to date docker packages is https://download.docker.com, which was introduced with the move to Docker Community Edition (CE) and Docker Enterprise Edition (EE). This change adds support to bootstrap-servers for Docker CE for CentOS and Ubuntu. It also adds a new variable, 'enable_docker_repo', which controls whether a package repository for Docker will be enabled. It also adds a new variable, 'docker_legacy_packages', which controls whether the legacy packages at dockerproject.org will be used or the newer packages at docker.com. The default value for this variable is 'false', meaning to use Docker CE. Upgrading from docker-engine to docker-ce has been tested on CentOS 7.5 and Ubuntu 16.04, by running 'kolla-ansible bootstrap-servers' with 'docker_legacy_packages' set to 'false'. The upgrades were successful, but result in all containers being stopped. For this reason, the bootstrap-servers command checks running containers prior to upgrading packages, and ensures they are running after the package upgrade is complete. As mentioned in the release note, care should be taken when upgrading Docker with clustered services, which could lose quorum. To avoid this, use --serial or --limit to apply the change in batches. Change-Id: I6dfd375c868870f8646ef1a8f02c70812e8f6271 Implements: blueprint docker-ce
-
Zuul authored
-
Patrick O'Neill authored
Add an enable_cinder_backend_quobyte option to etc/kolla/globals.yml to enable use the Quobyte Cinder backend. Change the bind mounts for /var/lib/nova/mnt to include the shared propogation if Quobyte is enabled. Update the documentation to include a section on configuring the Cinder. Implements: blueprint cinder-quobyte-backend Change-Id: I364939407ad244fe81cea40f880effdbcaa8a20d
-
Kien Nguyen authored
According [1], vitrage notification has to be configured in Nova, Neutron, Cinder & Aodh config file. [1] https://review.openstack.org/#/c/302802/ Change-Id: Iaf8cd7d40e6eb988adf4d208e6ad784f1004caa5
-
- Dec 16, 2018
-
-
Bartosz Zurkowski authored
Find module searches paths on managed server. Since role path and custom Kolla config is located on deployment node and deployment node is not considered to be a managed server, Monasca plugin files cannot be found. After the deployment container running Monasca agent collector stucks in restart mode due to missing plugin files. The problem does not occur if deployment was started from a managed server (eg. OSC). The problem occurs if the deployment was started from a separate deployment server - a common case. This change enforces running find module locally on deployment node. Change-Id: Ia25daafe2f82f5744646fd2eda2d255ccead814e Signed-off-by:
Bartosz Zurkowski <b.zurkowski@samsung.com>
-