Marcus G K Williams
9badc4de21
Split Openvswitch into own role
...
Creates Openvswitch role and splits
openvswitch from Neutron role to enable
third party networking solutions that use
Openvswitch or customize Openvswitch.
For example Openvswitch with dpdk or
OpenDaylight.
Change-Id: I5a41c42c5ec0a5e6999b2570ddac0f5efc3102ee
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partially-Implements: blueprint opendaylight-support
2017-04-11 16:15:35 -07:00
Jenkins
bed0357931
Merge "Remove useless variable glance_backend_file"
2017-03-30 15:11:22 +00:00
jimmygc
867c3bda39
Remove useless variable glance_backend_file
...
When glance_backend_ceph is not enabled, glance uses file as
backend store by default. Since glance_backend_file is useless
and not overriding glance backend when glance_backend_ceph is
enabled. I think it is good to remove it.
Change-Id: I94cbd8661e43ab296478470ed57d0effc5622ee5
2017-03-30 16:16:47 +08:00
root
2364bee3cc
Add zun ansible role
...
Change-Id: I13cf03d6a97fb94dd7cb309e99a417ad101dc21a
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partially-implements: bp add-zun-ansible-role
2017-03-30 04:15:17 -04:00
Jenkins
e2d60f5264
Merge "Fix can't find /usr/lib/libCryptoki2_64.so in barbican"
2017-03-22 14:11:11 +00:00
zhubingbing
6d0e31f232
Fix can't find /usr/lib/libCryptoki2_64.so in barbican
...
Link https://docs.openstack.org/project-install-guide/key-manager/newton/barbican-backend.html#simple-crypto-plugin
Change-Id: I351738c2a98090c56ac69e477fbe5ddec4cc5b26
Closes-Bug: #1672001
2017-03-22 20:43:14 +08:00
Thomas O'Neill
94dec80705
Add neutron-bgp-dragent playbooks and sensible defaults.
...
Depends-On: If7f5c80eb10a1c418785d9c659ae18bfecfcfe33
Change-Id: I9c54f01193b4e12338e71cd1f0a4635dcbfa43fe
Implements: blueprint neutron-bgp-dragent
2017-03-16 10:03:17 +00:00
Paul Bourke
b03906dd8b
Enable horizon_backend_database if murano is enabled
...
Change-Id: I0eed4024b4ca86e458d92bd9703fb4a02feee947
Closes-Bug: #1666618
2017-03-14 14:19:40 +00:00
Eduardo Gonzalez
34b3bcf89d
Set empty openstack_release option
...
globals.yml have the highest var precedence in Ansible vars
as is added in kolla-ansible as -e @globals.yml
Setting openstack_release: "auto" causes error while
deploying/pulling as this var override the fact set in site.yml.
Value in globals.yml should be a real kolla version
(3.0.0, 4.0.0, etc)
Value in group_vars/all works fine with auto.
Change-Id: If99f7b4b1507909c6c2628b6d6fc6ce2519c9a24
Closes-Bug: #1671143
2017-03-08 18:58:35 +00:00
Jeffrey Zhang
d06efcecc5
Fix booting from volume failure
...
Booting from volume require cinder's ceph client secret now. Move cinder
before nova in site.yml, because nova depends on cinder ceph client key
now.
Change-Id: I01c9ed80843d98305b8963894c4917c21a35d3ac
Closes-Bug: #1670676
2017-03-08 21:16:06 +08:00
caoyuan
c734f53277
Add the missing option for gloabols.yml
...
- collectd
- remove the unnecessary space
Change-Id: I98c60d29f50bb105ca52cc0060bfcd2b3701e6db
2017-02-15 15:49:14 +08:00
Jenkins
aaba647633
Merge "Change Barbican default secret store to pkcs11"
2017-02-15 05:02:50 +00:00
zhuzeyu
84ff7c2a18
Fix the path error in globals.yml
...
Change-Id: I963ac5512c711f639dc7ad6c7b1f217589373b0a
2017-02-10 12:04:02 +08:00
Duong Ha-Quang
f45fe3243f
Change Barbican default secret store to pkcs11
...
Change-Id: I758eedb8569ce5ddbfb44f7dc79d622891997e84
Closes-Bug: #1625340
2017-02-09 13:40:13 +07:00
caowei
d467161399
Load freezer dashboard
...
Change-Id: Ib7354920de24dbab9481553bad6521e2f5e93fae
Depends-On: I8a70c7e95cdd6517816060e148d3fdc4857182f4
Closes-Bug: #1661953
2017-02-05 21:24:34 +08:00
Jenkins
4938e80b81
Merge "Enable tacker_horizon when enable_tacker is yes"
2017-02-05 12:57:50 +00:00
Jenkins
6856a6f804
Merge "Integrate designate with neutron"
2017-02-05 02:36:21 +00:00
qiankun.zhang
138ff1656d
Enable tacker_horizon when enable_tacker is yes
...
Depends-On: Ic63c88436b03c14ef767ee102625e697250c00e0
Change-Id: I0220cdb13686deda8b7a3a622530cd72fbe80dad
Closes-Bug: #1647894
2017-02-04 01:54:36 +00:00
Eduardo Gonzalez
e516ea5099
Integrate designate with neutron
...
Integrate designate service with neutron to allow instances
and floatingip resolve designate dns.
MDNS service need to be reachable from nova instances
in order to resolve DNS queries.
Added new dns_interface to make this configurable.
Add designate guide.
Closes-Bug: #1661330
Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
2017-02-03 11:06:59 +00:00
Jeffrey Zhang
facfabf3bb
Implement nova placement service
...
Closes-Bug: #1660987
Depends-On: I30efc20e6d918e08860584c017455e6d5fa91a35
Change-Id: If0a79b6013f28871dc9f13c510c919078f3304d5
2017-02-02 05:18:13 +00:00
Jenkins
2157d9787a
Merge "Add freezer ansible role"
2017-01-27 12:12:52 +00:00
caowei
9c82ed8071
Add freezer ansible role
...
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>
Change-Id: I419f7ceb219ea9643cfd225c130018f967ddd860
Partially-implements: bp freezer-ansible-role
2017-01-27 11:19:13 +00:00
Jenkins
7ee53a563a
Merge "Add chrony ansible role"
2017-01-26 12:03:27 +00:00
Jenkins
f2f30b4a5e
Merge "Ansible config for nova-serialproxy console"
2017-01-24 16:40:40 +00:00
Jenkins
1da30ce395
Merge "Allow cinder-volume to be configured to use HNAS nfs"
2017-01-24 13:08:38 +00:00
Jenkins
13538f1fdf
Merge "Add the missing option into globals.yml"
2017-01-24 12:40:53 +00:00
Jenkins
5f491cdcca
Merge "Fix ironic inspector"
2017-01-24 11:42:55 +00:00
caoyuan
fdca838b6d
Add the missing option into globals.yml
...
- panko
- vmtp
Change-Id: Ibc6c1806304c490f10c8465dd041ee7c414dc665
2017-01-24 09:11:39 +00:00
Jenkins
7f3d7a30d9
Merge "Load murano dashboard dynamic"
2017-01-23 19:42:17 +00:00
Jenkins
4a872573d2
Merge "Remove hardcoded designate backend"
2017-01-23 16:26:56 +00:00
caoyuan
165bc18fa3
Add the missing "enable_trove" into globals.yml
...
TrivialFix
Change-Id: Ic89cdbb346f5119112ec7fb7aec8cc87bdae2b8c
2017-01-23 17:23:57 +08:00
Jeffrey Zhang
093d2828fc
Add chrony ansible role
...
Change-Id: I49503275a8b3700185ee0395d9beee7397f5fccf
Implements: blueprint add-chrony-service
2017-01-22 22:15:21 +08:00
caowei
27b1fde0de
Load karbor dashboard
...
Depends-On: I12d9bc5263b5efbe2ef0277f152eb13e19bb5558
Change-Id: I5cfc0d4d9110b5b5081fa5d6ae14adfd627f5f59
Closes-Bug: #1658122
2017-01-22 16:40:51 +08:00
Jeffrey Zhang
f3ea03d88f
Load murano dashboard dynamic
...
* Add ENABLE_MURANO environment in horizon
* Add murano related setting in local_settings.j2 file
Change-Id: I172b6d07536210623b2e2066ba4f1cc768479e33
Closes-Bug: #1640679
2017-01-21 09:33:51 +08:00
Eduardo Gonzalez
89447107b5
Remove hardcoded designate backend
...
Add conditionals to deploy bind9 as backend
for designate, this way will easy third parties
to deploy or develop custom backends.
Change-Id: Ie61a3927ecb9366476cf3fbe0a866f8ea843d100
2017-01-20 12:01:53 +00:00
Mauricio Lima
57365f16e3
Fix ironic inspector
...
Co-Authored-By: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Depends-On: Id03619b4e26a0a77c2a39e2de21efd13be0e9200
Change-Id: I723345c1b23cb92ad94cefd965f07b94095ebb41
Closes-Bug: #1650345
2017-01-20 07:01:52 +00:00
Jeffrey Zhang
2d32083a27
Detect openstack_release variable when it auto
...
Get openstack_release variable from kolla-ansible version number when it
is auto.
Change-Id: Ibd0d8f85aed9d8198218c0dc85c367b331815100
2017-01-20 04:34:21 +00:00
Mauricio Lima
8b93e9d69d
Allow cinder-volume to be configured to use HNAS nfs
...
Change-Id: I5910da875eba9f9b9a18d27fcb69bb38ad67bad0
2017-01-18 11:06:45 -03:00
Jeffrey Zhang
970652c46b
Add missed octavia_ca_password variable in passwords.yml file
...
Change-Id: I17fe211ac6ccfc5bc1617ac6018833ccf4c69c7c
Implements: blueprint octavia-ansible-role
2017-01-13 14:17:26 +08:00
Eduardo Gonzalez
3d03a50864
Ansible config for nova-serialproxy console
...
Change-Id: Ifd40ca95c82fafacaf91291511f7048351d1bf42
Partially-Implements: blueprint nova-proxies
2017-01-12 10:27:47 +00:00
Jenkins
8fdfc403ea
Merge "add panko role"
2017-01-06 19:33:28 +00:00
Jeffrey Zhang
2c241b9c15
Add enable_horizon_* parameter for dashboard
...
We can enable the service without enable the dashboard in this way.
Change-Id: I97b9281c7f6976b75b19c49222faee3ae2a0db66
2017-01-06 22:15:36 +08:00
Ross Krumbeck
a9ade20bee
Ansible-ize OpenStack Designate
...
Implement ansible role to deploy designate
and dependencies. The backend used is bind9.
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>
Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com>
Depends-On: 6d0dc3e0f931c7c50b64a4659900cc50b0d860a2
Implements: blueprint ansible-designate
Change-Id: I34d8126e0cd8d71d5ced9b62f3776cc354fbb549
2017-01-05 14:34:15 +00:00
Jenkins
7e462d0acc
Merge "Allow cinder-volume to be configured to use HNAS iscsi"
2017-01-05 14:18:20 +00:00
zhuzeyu
657fd6de1f
Modify the openstack_release in globals.yml
...
TrivialFix
Change-Id: Ieadd694e583456dabaab178685ffd225b930a62d
2016-12-23 16:36:42 +08:00
Jenkins
515cbc1e29
Merge "Move the "enable_destroy_images" into configure file"
2016-12-22 16:44:25 +00:00
caowei
4c2da9e6d1
Add karbor ansible role
...
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>
Co-Authored-By: zhangshuai <446077695@qq.com>
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: I7aebe544e3495767d6389dbf220d633a98c137da
Partially-implements: bp karbor-ansible-role
2016-12-21 01:53:20 +08:00
Francisco Edigleison Barbosa
0ea2095560
Allow cinder-volume to be configured to use HNAS iscsi
...
Change-Id: I6ca1957c1518d8dfe6a15b22e76c0b9a52e2f1c2
2016-12-15 13:22:17 -03:00
Jenkins
627719e66c
Merge "Integrate ceph-rgw with keystone"
2016-12-15 14:02:31 +00:00
junbo
d4f4134e35
Integrate ceph-rgw with keystone
...
this patch change ceph-rgw configuration and add object-store endpoint.
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>
Change-Id: I3ae4171c69bec52846c92a5e5618c12cf36d4409
Implements: blueprint radosgw-keystone-integration
2016-12-15 08:05:11 +00:00