- Jan 04, 2019
-
-
Kien Nguyen authored
Use <project>_install_type instead of kolla_install_type to set python_path. For example, general kolla_install_type is 'binary', but user wants to deploy Horizon from 'source'. Horizon templates still use python_path=/usr/share/openstack-dashboard, it is wrong. Change-Id: Ide6a24e17b1f8ab6506aa5e53f70693706830418
-
- Sep 26, 2018
-
-
Adam Harwell authored
Having all services in one giant haproxy file makes altering configuration for a service both painful and dangerous. Each service should be configured with a simple set of variables and rendered with a single unified template. Available are two new templates: * haproxy_single_service_listen.cfg.j2: close to the original style, but only one service per file * haproxy_single_service_split.cfg.j2: using the newer haproxy syntax for separated frontend and backend For now the default will be the single listen block, for ease of transition. Change-Id: I6e237438fbc0aa3c89a3c8bd706a53b74e71904b
-
- Aug 14, 2018
-
-
MinSun authored
Now kolla dev mode only support clone master branch from git, add version tag to support clone dedicated branch. Change-Id: I88de238e5dc7461ba0662a3ecea9a2d80fd0db60
-
- Jul 26, 2018
-
-
Lakshmi Prasanna Goutham Pratapa authored
This commit is to apply resource-constraints to a few more OpenStack services. Commit to apply constraints to the last set of services will be made in the upcoming commit. Depends-on: Icafa54baca24d2de64238222a5677b9d8b90e2aa Change-Id: I39004f54281f97d53dfa4b1dbcf248650ad6f186
-
- Jun 20, 2018
-
-
jing.liuqing authored
neutron-vpnaas-dashboard is split into standalone repo. Need enable it dynamic. Depends-On: Ife1e39d4fff9e878a101ff716545166a30091f69 Change-Id: Ia3faa5b52f9321349e57902b5b1d90068d388cc0 Closes-Bug: #1777750
-
- Apr 20, 2018
-
-
caoyuan authored
Change-Id: I9e94daaa2054e7aa4b814516f8cf2b6a4981465c Depends-on: I5cd0cc2c884530525b3019c22c04a782a181a3bf
-
- Apr 19, 2018
-
-
caoyuan authored
Change-Id: Ie1ce8f29199dc36c0fe7671be48e7a655d997eb1 Deponds-on: I67876c734d147593a188ba385b60e02350b44fae
-
- Apr 03, 2018
-
-
Carlos Goncalves authored
Change-Id: I2f5d70bb5707b940387d613879bf2caab35d6bd9
-
Nick Jones authored
This commit introduces a new variable, horizon_keystone_url, which allows the administrator to specify the Keystone URL. This defaults to the internal Keystone URL for backwards compatibility's sake. Closes-Bug: #1759623 Change-Id: Idf178a6398000fcb2d02b6f37b8ef408218b94ee Signed-off-by:
Nick Jones <nick@stackhpc.com>
-
- Jan 23, 2018
-
-
Alexandru Bogdan Pica authored
This change allows the following use cases: 1. Using an already-configured MariaDB / MySQL server / Cluster 2. Using already-created DB users, without requiring root DB access. Update: added external mariadb precheck Change-Id: I78b0d178306d7c5293b0bf53e445f19f18b4b824 Implements: blueprint external-mariadb-support. Closes-Bug: #1603121
-
- Jan 17, 2018
-
-
caoyuan authored
through the database_address has beed defined in groups_vars/all.yml, we should better use it, this way, if we want to use external database, we just need to redefined in all.yml refer to https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L83 Co-Authored-By:
chenqiaomin <chen.qiaomin@99cloud.net> Change-Id: Ie559301451954e16347ceaabf02f594c5c5cbe56
-
- Jan 08, 2018
-
-
chenxing authored
Depends-On: I5846b48d336583ae82743f61bfbdadc99c755e8d Change-Id: Iaf15dad5e4d527b8721409e56fc081043c1cb174 Implements: blueprint vitrage-roles
-
- Dec 11, 2017
-
-
Jeffrey Zhang authored
heat dashboard is split from horizon code base in Queens cycle.[0][1] [0] https://review.openstack.org/#/c/523402/ [1] https://github.com/openstack/heat-dashboard Depends-On: I920394b8cb6eb7027df9110fe88de6842d2bd8b3 Change-Id: I14ce4886ec7c6cf4ce284c9768493919dd65c83b Close-Bug: #1737475
-
- Nov 28, 2017
-
-
Pierre Hanselmann authored
Added ``horizon_keystone_domain_choices`` hash. It can be used to set the available domains to choose from on the horizon login page. This feature was introduced in pike release. Change-Id: Ia7d2bc45e518848a04ce78e7833e1cf9a0ef21ce
-
- Oct 26, 2017
-
-
caoyuan authored
the auth is used for registry, but the horizon not need, so the openstack_horizon_auth should be remove. refer to https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/tasks/register.yml#L13 Change-Id: Ibd8985651bd64cba3e30c15596f0ae6d692b973b
-
- Sep 25, 2017
-
-
Jeffrey Zhang authored
neutron-fwaas-dashboard is split into standalone repo. Need enable it dynamic. Depends-On: Ic1ff58df2c23db77aace95fd6d4eabbd62227e3b Change-Id: I37b3258a394a7722b0837d6b1707326d7e37c9ba Closes-Bug: #1719147
-
- Aug 23, 2017
-
-
Jeffrey Zhang authored
When uploading an image through horizon, the image is saved in /tmp folder temporarily. Since the container root is only 10GB, a big image will crash horizon container. This patch mounts the host /tmp folder to horizon container. [0] https://docs.djangoproject.com/en/1.11/topics/http/file-uploads/#where-uploaded-data-is-stored Change-Id: Idf6a137d09d9e45105c3ec86e6337dd1826f7a03 Closes-Bug: #1712453
-
- Jul 12, 2017
-
-
Paul Bourke authored
Includes murano-dashboard plugin Change-Id: If99b0310dac75776ca462034926dd57794572ce9
-
- Jul 05, 2017
-
-
Eduardo Gonzalez authored
This change [0] reverted designate dashboard change because designate was not finished, we forgot to enable again. [0] https://review.openstack.org/#/c/408714/ Change-Id: Ibaf7e5a5dc8cbef619d86a0f2b240d384984e8bd
-
- Jun 29, 2017
-
-
caoyuan authored
Depends-On: Ie0e02253bd706cad6a568e1574aa4c4bd83744e5 Change-Id: I10e64ea5a104109a7ced3712b29b3b526c55f7f1 Closes-Bug: #1677922
-
- Feb 09, 2017
-
-
caoyuan authored
Co-Authored-By:
Jeffrey Zhang <jeffrey.zhang@99cloud.net> Change-Id: Ieb44258cd99744a92ef1aa958e3bdccf9519f212 Partially-implements: blueprint better-reconfigure
-
- Dec 19, 2016
-
-
Vladislav Belogrudov authored
Default user group should be set much earlier in deployment and should be used consistently accross all projects. Change-Id: Id399f9ddebc903bb9c3eeb5a0ff6f33ca6d6828c Closes-Bug: #1650501
-
- Nov 10, 2016
-
-
Mauricio Lima authored
TrivialFix Change-Id: Ic474306223b9c6f5fa730ef765ca60c59d76f24b
-
- Sep 08, 2016
-
-
Paul Bourke authored
Database-backed sessions are scalable (using an appropriate database strategy), persistent, and can be made high-concurrency and highly-available [0] Default is off. [0] http://docs.openstack.org/developer/horizon/topics/deployment.html#database Co-Authored-By:
Vladislav Belogrudov <vladislav.belogrudov@oracle.com> Closes-Bug: 1618781 Change-Id: Ib68a21397dc020d20e07dcc51d3d0fdc1de102ff
-
- Aug 18, 2016
-
-
Jeffrey Zhang authored
The horizon need a normal exist in the keystone. Change-Id: Ia3e4fb5245b4a943fc833f29a5a8d5eb1ee48fe9 Closes-Bug: #1579822
-
- Aug 24, 2015
-
-
rthallisey authored
Change-Id: I6189ebd0151207b2e9807f1174c1f3eb4719d90a Implements: blueprint ansible-horizon Co-Authored-By:
Harm Weites <harm@weites.com> Co-Authored-By:
Sam Yaple <sam@yaple.net>
-