aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/dashboard/templates
AgeCommit message (Collapse)AuthorFilesLines
2017-02-08Ease to switch themes of Horizonliyuenan1-0/+7
JIRA: - Default Horizon theme is ubuntu. If you want to use openstack theme, you can run `export ENABLE_UBUNTU_THEME=False` before deploy. And if you want to change theme after you installed openstack, you need to run this commands: 1. access compass VM, password is root `ssh root@192.168.200.2` 2. change path: `cd /var/ansible/run/openstack_newton-opnfv2` 3. Edit the `group_vars/all` file, change `enable_ubuntu_theme` var: `enable_ubuntu_theme: False` if `enable_ubuntu_theme: True`, the Horizon theme is ubuntu, otherwise the Horizon theme is openstack. 4. run ansible playbook: `ansible-playbook -i inventories/inventory.yml HA-ansible-multinodes.yml -t horizon_theme` Change-Id: I5465107228af32a482879c8a058899494f33e2d0 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-20master only support newtonliyuenan2-1/+330
JIRA: COMPASS-513 Remove other roles and ppa, master only support newton. Change-Id: I47ddb16baa25902c3e05cc7f9d0d6430f5dc7e00 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-05-29FIX: dashboard access failure on centosQiLiang1-0/+21
JIRA: COMPASS-407 Change-Id: Id90cc98aadff1b929e38dd681e665930f048f2ea Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-03-18seperate apache2 installtion from dashboardcarey.xu1-0/+15
JIRA: COMPASS-342 Change-Id: I8ddbef46486dbd22f1324bda2d04f7a192b2148e Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-15fix dashboard bugcarey.xu2-1154/+0
- use change option instead of copy config file - precompile horizon css, avoid http page error JIRA: COMPASS-202 Change-Id: I3f6fa494450042aa3ddb48a16454eca7f4ff1ce1 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-11-27bugfix: fix dashboard bug for redhat/centos versioncarey.xu2-1/+644
JIRA: COMPASS-164 Change-Id: Iedb2ea4943a0c10a48f0fe7146580f3ef90ca98b Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-09compass4nfv support ceilometercarey.xu1-0/+15
JIRA: COMPASS-53 Change-Id: Ie8fc0f3f03f1de3c9fcf37778e025175ed391bc5 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-09-24bug fix: using external_vip as linked dashboard ipbaigk1-15/+0
JIRA: COMPASS-72 Change-Id: I9ab8f6042635a7a06f1a4e2fb3222f790a5bee76 Signed-off-by: baigk <baiguoku@huawei.com>
2015-09-22add public vip for external accessbaigk1-0/+15
JIRA: COMPASS-69 Change-Id: I7c2b6a026d2fb002174aa5f0a619d9fe6982e528 Signed-off-by: baigk <baiguoku@huawei.com>
2015-09-18separate the mgmt vip from public vip, remove HA_VIPcarey.xu1-1/+1
Change-Id: Iaa877b7ce93ba9c12bc9be6f3bd101779f07ae9c JIRA: COMPASS-51
2015-08-05support deployment openstack juno with ansible for compass in ubuntu 14.04baigk2-0/+525
JIRA: COMPASS-4 Change-Id: I7adc565325c2a0cbf878b2aea022b31d118748dd Signed-off-by: baigk <baiguoku@huawei.com>