- 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
-
Jeffrey Zhang authored
* fix wrong variable usage for horizon copy policy task * notify restart keystone container when policy is changed Change-Id: I3545205d5d3cfcf7bf893187ca6e65bbc152bf33 Closes-Bug: #1702486
-
Bertrand Lallau authored
In order to speed up deployment time some "local" actions should be run only once using 'run_once: True'. This will decrease deployment time in case of multihost configuration. Change-Id: I6015d772d35c15e96c52f577013b6e41197cb41a
-
- Jun 20, 2017
-
-
caoyuan authored
when create database user, it should use database_user, not database_name. Change-Id: I4dfa01d1a5a46c5c58f1fc47b0be71b186462764 Closes-Bug: #1698762
-
- May 23, 2017
-
-
Bertrand Lallau authored
Useful api_interface_address variable has been define here: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L57 In order to simplify codebase we must use it as much as possible. Change-Id: I18fec19bf69e05a22a4142a9cd1165eccd022455
-
- May 04, 2017
-
-
Jeffrey Zhang authored
wait_for module waits 300 seconds for the port started or stopped. This is meaningless and useless in precheck. This patch change timeout to 1 seconds. Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298 Closes-Bug: #1688152
-
- Mar 09, 2017
-
-
Paul Bourke authored
Add a new subcommand 'check' to kolla-ansible, used to run the smoke/sanity checks. Add stub files to all services that don't currently have checks. Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48 Partially-implements: blueprint sanity-check-container
-
- Feb 22, 2017
-
-
Eduardo Gonzalez authored
New dashboard plugins are included in horizon, new custom policies support need to be added for those services. Change conditional check to apply changes when horizon plugin is enabled, not the service itself. Closes-Bug: #1664505 Change-Id: I67fcb88fd432b4c7554ddf24e76b28c3aab7c01f
-
- Feb 14, 2017
-
-
caoyuan authored
- add "item.value.enabled | bool" - add "| bool" to keystone - add group check for searchlight Change-Id: Id4555a0a96ea1670e99c88a1da9d3e07bf253497
-
- Feb 12, 2017
-
-
Jeffrey Zhang authored
Change-Id: I046da36b6086698742a88068328554f0447c3bbd
-
- Feb 09, 2017
-
-
caoyuan authored
Co-Authored-By:
Jeffrey Zhang <jeffrey.zhang@99cloud.net> Change-Id: Ieb44258cd99744a92ef1aa958e3bdccf9519f212 Partially-implements: blueprint better-reconfigure
-
- Feb 05, 2017
-
-
caowei authored
Change-Id: Ib7354920de24dbab9481553bad6521e2f5e93fae Depends-On: I8a70c7e95cdd6517816060e148d3fdc4857182f4 Closes-Bug: #1661953
-
- Feb 04, 2017
-
-
qiankun.zhang authored
Depends-On: Ic63c88436b03c14ef767ee102625e697250c00e0 Change-Id: I0220cdb13686deda8b7a3a622530cd72fbe80dad Closes-Bug: #1647894
-
- Jan 22, 2017
-
-
caowei authored
Depends-On: I12d9bc5263b5efbe2ef0277f152eb13e19bb5558 Change-Id: I5cfc0d4d9110b5b5081fa5d6ae14adfd627f5f59 Closes-Bug: #1658122
-
- Jan 21, 2017
-
-
Jeffrey Zhang authored
* Add ENABLE_MURANO environment in horizon * Add murano related setting in local_settings.j2 file Change-Id: I172b6d07536210623b2e2066ba4f1cc768479e33 Closes-Bug: #1640679
-
- Jan 12, 2017
-
-
Jeffrey Zhang authored
Change-Id: I00d2dcb0895548ba169ab85764cf546c2214cbf5
-
- Jan 06, 2017
-
-
Jeffrey Zhang authored
We can enable the service without enable the dashboard in this way. Change-Id: I97b9281c7f6976b75b19c49222faee3ae2a0db66
-
- Jan 03, 2017
-
-
caoyuan authored
TrivialFix Change-Id: Ib38161ecb82b480e4c901efb95efccff33e5a90e
-
- Jan 02, 2017
-
-
caoyuan authored
Change-Id: I4e2f8e21bfd295d235d1264e427328e4baa85df3 Partially-implements: blueprint condition-pre-check
-
- Dec 20, 2016
-
-
Paul Bourke authored
Change-Id: I820c61771f0ea8f12946f16908e4b8424ba53704 Depends-On: Iaf599ceea70879b8302ffcdf9615f18007e93134
-
- 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
-
caoyuan authored
TrivialFix Change-Id: Ibe921e2568a33345960e6bccc76d9b72156845be
-
jianyi authored
Change-Id: I4124a0dcbb1ba821899cca18b9e0cc8d0d37d007 Depends-On: I531ef11f11920bb9db4b0cba43038694998afcf3 Closes-Bug: #1648709
-
- Dec 13, 2016
-
-
portdirect authored
Fixes syntax error in Horizon custom policy implementation Change-Id: Id2386968dbe8ec9cac9cd00f465a833f5db7f217 Closes-Bug: #1649480
-
- Dec 10, 2016
- Dec 08, 2016
-
-
Paul Bourke authored
The designate role has not merged yet so there is no 'enable_designate' variable. This reverts commit 316f3ea4. Change-Id: I287a5ac04db00a9c19224deb41983be584f4e35a
-
- Dec 06, 2016
-
-
Eduardo Gonzalez authored
Apply custom policies for different OpenStack services. Change-Id: I26df2d0d7c52215ffbedbfa66acd352063e885ae Partially-Implements: blueprint custom-policies
-
Jeffrey Zhang authored
This reverts commit 9fc5157c. zaqar role is not implemented and there is no enable_zaqar variable, too. Change-Id: If40fdf8d672ee5e0b375513364734f245fa1d682
-
liyingjun authored
Depends-On: Ie65c374dd319e38fe50fc3dca15c64d07edc8e1a Change-Id: I9867f1b96b732b473fe043ab57e3338582f7dd9a Closes-bug: #1646690
-
jianyi authored
Depends-On: I27ac67f42ad04ac5cf6d18b6f56506949aa4887c Change-Id: I42c8cc7a750d1fd0c4e6ca491ef13d14c968d67b Closes-Bug: #1646023
-
- Dec 04, 2016
-
-
caoyuan authored
Depends-On:I430340b38ff7642f46d76ec621ae65dcae8157c3 Change-Id: If669601691d1505049ba4196bd3c5856091ed921 Closes-Bug: #1647164
-
- Dec 03, 2016
-
-
zhubingbing authored
Depends-On: Ic28d984dd2ca3db3633ee535d9475907fa4e2d3b Change-Id: Ia0b874e3397d1f73dab15e0957e75814bcdfd3ac Closes-Bug: #1646688
-
- Dec 01, 2016
-
-
zhubingbing authored
Depends-On: I1e9295da273055bfb870c7a87a32b989f3f61e8b Change-Id: I18733775627d7f81cca0b7aa91f006ac48f1a755 Closes-Bug: #1646337
-
Jeffrey Zhang authored
Change-Id: If4a9e1db02e89362b01181149327983fc1c556f2 Depends-On: I6bb33de6d19ba42710e6d4138059c23076b759ec Closes-Bug: #1641053
-
- Nov 29, 2016
-
-
Jeffrey Zhang authored
Depends-On: Ie094b92b9a8e20696cee84698013d09306dd6e7f Change-Id: Ib1bbf1e5cb1536a41ab8c3082026ba90811f8df7 Closes-Bug: #1645104
-
Jeffrey Zhang authored
Depends-On: I0ee4672252710605970751efa756a2dd405ad8c8 Change-Id: I066178554c6efcb84e6c1129b82502a567191553 Closes-Bug: #1645195
-
- Nov 28, 2016
-
-
Mauricio Lima authored
Change-Id: I082c0a694eb138938abec2f4bc09002fd1d0ef9d
-
- Nov 10, 2016
-
-
Jeffrey Zhang authored
Load neutron lbaas dynamic when neutron lbaas is enabled. Change-Id: I47913824fea87b721f254633c16d1dc6903b4f5d Closes-Bug: #1639325
-