65 Commits

Author SHA1 Message Date
Zuul
9ce572a3a8 Merge "Check whether the source file exists before configuring the dashboard" 2018-01-20 14:08:27 +00:00
chenxing
a5cac970ce Check whether the source file exists before configuring the dashboard
Change-Id: If96f8d8b4f4c87724b73ed866c9ec6007b70371c
Closes-Bug: #1699083
2018-01-17 15:42:29 +00:00
chenxing
ca227b38c1 Add vitrage dashbord into horizon image
Change-Id: I5846b48d336583ae82743f61bfbdadc99c755e8d
Partially-implements: blueprint vitrage-roles
2018-01-05 20:22:38 +08:00
Jeffrey Zhang
2ece1a513a Add heat dashboard to horizon image
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

Closes-Bug: #1737475
Change-Id: I920394b8cb6eb7027df9110fe88de6842d2bd8b3
2017-12-11 13:57:40 +08:00
Paul Bourke
cad0a1e697 Fix Horizon asset compression not happening on redeploy
A recent change to kolla-ansible (a729dcc4) bind mounts /tmp from the
host to handle uploading of larger images. Unfortunately this is also
where we keep the state file for horizon which controls whether assets
need to be recompressed (.local_settings.md5sum.txt). This means it is
left over on destroy and causes issues with CSS / assets on redeploy.

Change the location of this file to
/var/lib/kolla/.local_settings.md5sum.txt so it is cleaned up correctly
along with the container.

Change-Id: Icfc71266cabedc2c1a3d30590cada3f774bc0d2c
Closes-Bug: #1721281
2017-10-17 07:22:12 +00:00
Jeffrey Zhang
7d7005e412 Add neutron-fwaas-dashboard into horizon image
neutron-fwaas-dashboard is split into standalone repo. Need install it
into horizon image.

Change-Id: Ic1ff58df2c23db77aace95fd6d4eabbd62227e3b
Closes-Bug: #1719147
2017-09-25 11:04:39 +08:00
Eduardo Gonzalez
af6fd6d9d6 Fix horizon start errors for binary images
In kolla we set SECRET_KEY from passwords.yml
Ubuntu and source images deploy right because
they dont remove defaults secret_key file but really
is ununsed. [1]

RDO removes the import and the default key [2]
file making horizon container fail to start due
cannot stat <Key file>.

Symlink to local_settings is only needed for source images,
binary packages already do that symlink during package install[3]

[1]https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L149
[2]https://github.com/rdo-packages/horizon-distgit/blob/rpm-master/python-django-horizon.spec#L354
[3] https://github.com/rdo-packages/horizon-distgit/blob/rpm-master/python-django-horizon.spec#L319
Change-Id: Idfb0a18a95a1a48a4c3323385fd00485699f3fb6
2017-07-25 10:25:09 +00:00
Jenkins
b370ccf034 Merge "Tweaks to allow Horizon dev mode" 2017-07-24 12:06:00 +00:00
Bertrand Lallau
d1936e7b82 Fix Horizon container starting with Watcher enabled
When Watcher service is enabled, Horizon container failed to start.
Path to Horizon dashboard files was wrong.
Add missing part to previous commit
11e04d0782d32d203830c9c8e40094658cee5cae

Change-Id: I2b2b3a72949d125900fe5b2e1c1de42e2c24c9c3
Closes-Bug: #1703971
2017-07-13 22:18:57 +02:00
Bertrand Lallau
11e04d0782 Fix Horizon container starting if Watcher is enabled
When Watcher service is enabled, Horizon container failed to start.
Path to Horizon dashboard files was wrong.
This patch fix it.

Change-Id: I8031612caf7c02e02f1079413ff8e648d1a4ca54
Closes-Bug: #1703971
2017-07-12 22:07:37 +02:00
Paul Bourke
aa412be7a8 Tweaks to allow Horizon dev mode
* Paramaterise FORCE_GENERATE so it can be set by Ansible when horizon dev
mode is enabled.

* Move the soft linking of local_settings to run time

* Check perms on the secret_key_store at run time

Change-Id: I9bb9a3061412e2f71c60a90ecf9d2e9d78ba2d78
Depends-On: If99b0310dac75776ca462034926dd57794572ce9
2017-07-11 16:30:20 +01:00
caoyuan
940e93f7c6 Install zun ui into horizon image
Change-Id: Ie0e02253bd706cad6a568e1574aa4c4bd83744e5
Closes-Bug: #1677922
2017-07-04 03:28:18 +00:00
Jenkins
b1867de2aa Merge "Fix the policy file path in horizon container" 2017-02-07 15:21:47 +00:00
Jenkins
61067c4da4 Merge "Install freezer dashboard into horizon image" 2017-02-06 16:54:16 +00:00
Jenkins
141a4ac2a1 Merge "Fix solum dashboard" 2017-02-06 16:54:09 +00:00
caowei
974191a311 Fix solum dashboard
Change solum_dashboard to solumdashboard

Change-Id: I7147de35026e0a18f6032c7b46597cf440eda7d4
Closes-Bug: #1662085
2017-02-06 16:17:11 +08:00
caowei
5b95528e33 Fix tacker dashboard
Change tacker_dashboard to tacker_horizon

Change-Id: I6f6f7c53e4ad31f4b6c16c2071a9e1114ef41a57
Closes-Bug: #1662088
2017-02-06 15:58:50 +08:00
caowei
0e712db386 Install freezer dashboard into horizon image
Change-Id: I8a70c7e95cdd6517816060e148d3fdc4857182f4
Closes-Bug: #1661953
2017-02-06 15:08:45 +08:00
Jeffrey Zhang
0f49e952de Fix the policy file path in horizon container
all policy files should be moved to /etc/openstack-dashboard folder

Change-Id: Ibd2fd67fccce14e2efc8296f1a1b134965963c1f
2017-02-04 17:38:55 +08:00
qiankun.zhang
6aef71e092 Install tacker-horizon into horizon image
Depends-On: I2090363441cd1a51b51356d59baebc43e1986dc6
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>
Change-Id: Ic63c88436b03c14ef767ee102625e697250c00e0
Closes-Bug: #1647894
2017-02-03 01:04:45 -05:00
Jenkins
e86a0514aa Merge "Fix mistral _50_mistral.py location" 2017-02-02 16:52:42 +00:00
Jeffrey Zhang
8261624794 Fix the murano policy file path
The policy files should be put into /etc/openstack-dashboard folder

Change-Id: I08cd74b0c1c6e770d988805469a7ff2c2e0aa555
2017-01-28 15:01:05 +00:00
Jenkins
d025182ed5 Merge "install murano dashboard package in horizon" 2017-01-24 15:04:19 +00:00
Jeffrey Zhang
32e68de94c install murano dashboard package in horizon
Change-Id: I96408b734eb4bc51d9acaa686d139a1653bff453
Closes-Bug: #1640679
2017-01-24 13:31:27 +00:00
Jenkins
0e47c44133 Merge "Fix searchlight dashboard into horizon image." 2017-01-23 13:00:48 +00:00
caowei
cd9dd2a021 Fix solum dashboard into horizon image.
TrivialFix

Change-Id: I044c7edb2ac6388d807084b921c1203337eb8008
2017-01-22 22:25:12 +08:00
caowei
1eb58091fa Fix searchlight dashboard into horizon image.
TrivialFix

Change-Id: I7b37b505a7763b83052d06abf94363344f87efaf
2017-01-22 22:06:39 +08:00
caowei
1799ac7178 Install karbor dashboard into horizon image
Change-Id: I12d9bc5263b5efbe2ef0277f152eb13e19bb5558
Closes-Bug: #1658122
2017-01-21 10:38:13 +08:00
Jeffrey Zhang
3cb8dedbbb Fix mistral _50_mistral.py location
_50_mistral.py has been moved into enabled folder through
Ie1415ea66ed6608ecff622c42e3a433be23bbdfea patch

Change-Id: I20b6703face3ebbc1762e148dd748db19f499114
2017-01-06 23:25:11 +08:00
Jenkins
26fb747b0a Merge "Install solum dashboard into horizon image" 2016-12-16 22:42:34 +00:00
Jenkins
d023e86230 Merge "Fix manila-ui" 2016-12-15 15:51:53 +00:00
Chao Guo
96cc4638da Trivial fix of horizon image
Fix some incorrect indents
Fix the alphabet order of config functions

Change-Id: Ib11a014141972d4cb06a66ee1289467f344045b9
2016-12-15 15:03:10 +08:00
Mauricio Lima
61401dc227 Fix manila-ui
The manila-ui folder was updated[1] from
manila_ui/enabled/  to
/manila_ui/local/enabled/

1. https://review.openstack.org/#/c/397926/

Change-Id: I3711b0649632f7d528d3fbd4d36023693b858b56
2016-12-14 15:24:55 -03:00
jianyi
023917a172 Install solum dashboard into horizon image
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>

Change-Id: I531ef11f11920bb9db4b0cba43038694998afcf3
Closes-Bug: #1648709
2016-12-14 16:24:22 +08:00
Jenkins
9a3192f570 Merge "Install mistral dashboard into horizon image" 2016-12-10 09:19:06 +00:00
Jenkins
9f9021ce59 Merge "Install watcher dashboard into horizon image" 2016-12-10 07:42:14 +00:00
caoyuan
10abb20d6e Install mistral dashboard into horizon image
Change-Id: I37c73e6304ed005fe019dcdd105c1f333137fa60
Closes-Bug: #1647267
2016-12-09 07:00:41 +00:00
caoyuan
0d487152af Install watcher dashboard into horizon image
Change-Id: Ief5898f6bf1caa3a7fe6b2a96be2bdb79e402f28
Closes-Bug: #1647162
2016-12-06 23:21:15 +08:00
Mauricio Lima
c1738ff210 Fix zaqar ui
https://github.com/openstack/zaqar-ui/blob/master/README.rst
Change-Id: I7cc6ec1a65a6378165da869370cbb18f44be5cc9
2016-12-05 13:42:53 -03:00
Jenkins
68d8866f04 Merge "Install senlin dashboard into horizon image" 2016-12-05 15:18:59 +00:00
Jenkins
e182bca6a3 Merge "Install designate dashboard into horizon image" 2016-12-05 15:18:52 +00:00
Jenkins
8e8dacd62a Merge "Install zaqar ui into horizon image" 2016-12-05 15:18:45 +00:00
Jenkins
4ccff83409 Merge "Install magnum dashboard into the horizon image" 2016-12-05 12:44:39 +00:00
jianyi
05ba070f86 Install senlin dashboard into horizon image
Change-Id: I27ac67f42ad04ac5cf6d18b6f56506949aa4887c
Closes-Bug: #1646023
2016-12-05 17:53:17 +08:00
caoyuan
5be2b0ee69 Install zaqar ui into horizon image
Change-Id: I430340b38ff7642f46d76ec621ae65dcae8157c3
Closes-Bug: #1647164
2016-12-05 14:04:24 +08:00
Paul Bourke
8667027d1f Install magnum dashboard into the horizon image
Change-Id: Iaf599ceea70879b8302ffcdf9615f18007e93134
2016-12-02 17:15:43 +00:00
liyingjun
2614dd697c Install searchlight-ui to horizon
Change-Id: Ie65c374dd319e38fe50fc3dca15c64d07edc8e1a
Closes-bug: #1646690
2016-12-02 22:45:43 +08:00
zhubingbing
5c96de1dd1 Install designate dashboard into horizon image
Change-Id: Ic28d984dd2ca3db3633ee535d9475907fa4e2d3b
Closes-Bug: #1646688
2016-12-02 06:03:41 +00:00
zhubingbing
51a08690f8 Install trove dashboard into horizon image
Closes-Bug: #1646337

Change-Id: I1e9295da273055bfb870c7a87a32b989f3f61e8b
2016-12-01 15:44:31 +00:00
Mauricio Lima
f398c8d00e Add manila-ui in horizon image
Change-Id: Ib968a46e02ebb9ebdc4c1e6f5d30ca79c4cebc1b
2016-11-30 08:49:28 -03:00